[PATCH v7 3/3] SMAF: add fake secure module

2016-05-17 Thread Benjamin Gaignard
2016-05-17 1:10 GMT+02:00 Emil Velikov : > Hi Benjamin, > > On 9 May 2016 at 16:07, Benjamin Gaignard > wrote: >> This module is allow testing secure calls of SMAF. >> > "Add fake secure module" does sound like something not (m)any people > want to hear ;-) > Have you considered calling it 'dummy

[PATCH v7 3/3] SMAF: add fake secure module

2016-05-17 Thread Emil Velikov
Hi Benjamin, On 9 May 2016 at 16:07, Benjamin Gaignard wrote: > This module is allow testing secure calls of SMAF. > "Add fake secure module" does sound like something not (m)any people want to hear ;-) Have you considered calling it 'dummy', 'test' or similar ? > --- /dev/null > +++ b/drivers

[PATCH v7 3/3] SMAF: add fake secure module

2016-05-09 Thread Benjamin Gaignard
This module is allow testing secure calls of SMAF. Signed-off-by: Benjamin Gaignard --- drivers/smaf/Kconfig | 6 +++ drivers/smaf/Makefile | 1 + drivers/smaf/smaf-fakesecure.c | 85 ++ 3 files changed, 92 insertions(+) create mode 1