From: Todor Minchev <todor.minchev@linux.intel.com>
To: yocto@yoctoproject.org, meta-intel@yoctoproject.org,
jianxun.zhang@linux.intel.com
Cc: Todor Minchev <todor.minchev@linux.intel.com>
Subject: [PATCH v2 0/5] [meta-intel][rmc] Add fingerprint quering and database extraction functionality to RMC
Date: Thu, 9 Feb 2017 11:17:35 -0800 [thread overview]
Message-ID: <20170209191740.63387-1-todor.minchev@linux.intel.com> (raw)
This is V2 of the patchset. It addresses all feedback received in V1.
Changes from previous version:
* remove default silent mode from Makefile
* extract fingerprint with -E instead of -F
* add is_rmcdb(db_blob) for database validation
* add -o option to specify an output directory to extract the database to
* remove non-alphanumeric characters from fingerprint signatures before
using the signatures as directory names
Todor Minchev (5):
Makefile: disable silent mode in Makefiles
Makefile: add debug target
rmc: Enable reading the contents of an existing fingerprint file
rmc: remove unnecessary return variable
rmc: add database extraction functionality
Makefile | 23 ++++++----
Makefile.efi | 10 ++--
inc/rmc_api.h | 9 ++++
inc/rmcl.h | 7 +++
src/lib/api.c | 106 +++++++++++++++++++++++++++++++++++++++++-
src/lib/common/rmcl.c | 17 ++++++-
src/rmc.c | 124 +++++++++++++++++++++++++++++++++-----------------
7 files changed, 237 insertions(+), 59 deletions(-)
--
2.11.1
next reply other threads:[~2017-02-09 19:17 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-09 19:17 Todor Minchev [this message]
2017-02-09 19:17 ` [PATCH v2 1/5] Makefile: disable silent mode in Makefiles Todor Minchev
2017-02-10 18:40 ` Jianxun Zhang
2017-02-09 19:17 ` [PATCH v2 2/5] Makefile: add debug target Todor Minchev
2017-02-10 18:58 ` Jianxun Zhang
2017-02-14 17:33 ` Todor Minchev
2017-02-09 19:17 ` [PATCH v2 3/5] rmc: Enable reading the contents of an existing fingerprint file Todor Minchev
2017-02-10 19:21 ` Jianxun Zhang
2017-02-09 19:17 ` [PATCH v2 4/5] rmc: remove unnecessary return variable Todor Minchev
2017-02-10 19:22 ` Jianxun Zhang
2017-02-09 19:17 ` [PATCH v2 5/5] rmc: add database extraction functionality Todor Minchev
2017-02-10 19:52 ` Jianxun Zhang
2017-02-14 17:50 ` Todor Minchev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170209191740.63387-1-todor.minchev@linux.intel.com \
--to=todor.minchev@linux.intel.com \
--cc=jianxun.zhang@linux.intel.com \
--cc=meta-intel@yoctoproject.org \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.