All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] [meta-intel][rmc] Add fingerprint quering and database extraction functionality to RMC
@ 2017-02-09 19:17 Todor Minchev
  2017-02-09 19:17 ` [PATCH v2 1/5] Makefile: disable silent mode in Makefiles Todor Minchev
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Todor Minchev @ 2017-02-09 19:17 UTC (permalink / raw)
  To: yocto, meta-intel, jianxun.zhang; +Cc: Todor Minchev

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-02-14 17:51 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-09 19:17 [PATCH v2 0/5] [meta-intel][rmc] Add fingerprint quering and database extraction functionality to RMC Todor Minchev
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

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.