All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [meta-intel][rmc] Add fingerprint quering and database extraction functionality to RMC
@ 2017-02-02 22:37 Todor Minchev
  2017-02-02 22:37 ` [PATCH 1/3] Makefile: add verbosity and debug options to Makefile Todor Minchev
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Todor Minchev @ 2017-02-02 22:37 UTC (permalink / raw)
  To: yocto, meta-intel, jianxun.zhang; +Cc: Todor Minchev

This patchset adds database extraction and fingerprint quering
functionality to RMC

Example:

Output fingerprint contents to terminal:

./rmc -F -i rmc.fingerprint

Extract RMC database:

./rmc -E -d rmc.db

https://bugzilla.yoctoproject.org/show_bug.cgi?id=10092

Todor Minchev (3):
  Makefile: add verbosity and debug options to Makefile
  rmc: Enable reading the contents of an existing fingerprint file
  rmc: add database extraction functionality

 Makefile              |  31 ++++++----
 inc/rmc_api.h         |   9 +++
 src/lib/api.c         |  85 ++++++++++++++++++++++++++-
 src/lib/common/rmcl.c |   3 +-
 src/rmc.c             | 157 +++++++++++++++++++++++++++++++++-----------------
 5 files changed, 219 insertions(+), 66 deletions(-)

-- 
2.11.0



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

end of thread, other threads:[~2017-02-06 23:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-02 22:37 [PATCH 0/3] [meta-intel][rmc] Add fingerprint quering and database extraction functionality to RMC Todor Minchev
2017-02-02 22:37 ` [PATCH 1/3] Makefile: add verbosity and debug options to Makefile Todor Minchev
2017-02-06 19:06   ` Jianxun Zhang
2017-02-06 22:21     ` Todor Minchev
2017-02-02 22:37 ` [PATCH 2/3] rmc: Enable reading the contents of an existing fingerprint file Todor Minchev
2017-02-06 20:01   ` Jianxun Zhang
2017-02-06 22:28     ` Todor Minchev
2017-02-06 23:12       ` Jianxun Zhang
2017-02-02 22:37 ` [PATCH 3/3] rmc: add database extraction functionality Todor Minchev
2017-02-06 21:09   ` Jianxun Zhang
2017-02-06 23:09     ` 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.