[meta-intel] [PATCH 1/2] openssl-qat: Add patch to support MUSL

2017-02-09 Thread Saul Wold
openssl-qat was using pthread_yield() instead of the POSIX API of sched_yield() which MUSL supports Signed-off-by: Saul Wold --- .../openssl-qat/0001-Use_sched_yield_api.patch | 47 ++ .../openssl-qat/openssl-qat_0.4.9-009.bb | 2 + 2

[meta-intel] [PATCH v2 5/5] rmc: add database extraction functionality

2017-02-09 Thread Todor Minchev
The contents of an existing database file can be extracted with the -E option. By default the top level of the directory tree is rmc_db_dump, an alternative path can be specified with the -o option. The file blobs corresponding to a given record will be saved in a separate sub-directory. The

[meta-intel] [PATCH v2 4/5] rmc: remove unnecessary return variable

2017-02-09 Thread Todor Minchev
Signed-off-by: Todor Minchev --- src/rmc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rmc.c b/src/rmc.c index f3a2a5e..b5c7847 100644 --- a/src/rmc.c +++ b/src/rmc.c @@ -218,7 +218,6 @@ read_fp_done: static rmc_file_t

[meta-intel] [PATCH v2 3/5] rmc: Enable reading the contents of an existing fingerprint file

2017-02-09 Thread Todor Minchev
The contents of an existing fingerprint file can be read and output on the command line with the following options: rmc -E -f input_fingerprint_file Signed-off-by: Todor Minchev --- src/rmc.c | 98 ++- 1

[meta-intel] [PATCH v2 2/5] Makefile: add debug target

2017-02-09 Thread Todor Minchev
A debug version of the rmc binary can be built by using the debug Makefile target. This will include debug symbols and will disable compiler optimizations. Example: make debug Signed-off-by: Todor Minchev --- Makefile | 2 ++ 1 file changed, 2 insertions(+)

[meta-intel] [PATCH v2 1/5] Makefile: disable silent mode in Makefiles

2017-02-09 Thread Todor Minchev
By default make will output the commands that are executed for each target. Silent mode can be enabled with the '-s' option. Example: make -s Signed-off-by: Todor Minchev --- Makefile | 21 +++-- Makefile.efi | 10 +- 2 files changed,

[meta-intel] [PATCH v2 0/5] [yocto][rmc] Add fingerprint quering and database extraction functionality to RMC

2017-02-09 Thread 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

[meta-intel] [PATCH] linux-intel: Use base branch

2017-02-09 Thread Saul Wold
This branch will contain additional patches on top of the linux-stable to support the Intel platforms Updated the SRCREV accordingly also Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)