All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] pytest: add a simple test to check the command aes
@ 2019-09-19 13:39 Philippe Reynes
  2019-09-19 13:39 ` [U-Boot] [PATCH 1/4] sandbox: enable " Philippe Reynes
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Reynes @ 2019-09-19 13:39 UTC (permalink / raw)
  To: u-boot

This serie fix the command aes on sandbox and add a simple pytest for aes.

The first and second patch enable the command aes on sandbox and sandbox64.
Thr third patch fix the command aes on sandbox (adding map_sysmem to avoid
a segfault), the forth patch add a simple pytest for the command aes.

Philippe Reynes (4):
  sandbox: enable command aes
  sandbox64: enable command aes
  cmd: aes: use map_sysmem when accessing memory
  pytest: add a new test for aes

 cmd/aes.c                   |  9 +++++----
 configs/sandbox64_defconfig |  1 +
 configs/sandbox_defconfig   |  1 +
 test/py/tests/test_aes.py   | 48 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 55 insertions(+), 4 deletions(-)
 create mode 100644 test/py/tests/test_aes.py

-- 
2.7.4

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

end of thread, other threads:[~2019-10-21 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 13:39 [U-Boot] [PATCH 0/4] pytest: add a simple test to check the command aes Philippe Reynes
2019-09-19 13:39 ` [U-Boot] [PATCH 1/4] sandbox: enable " Philippe Reynes
2019-10-21 15:25   ` Simon Glass
2019-09-19 13:39 ` [U-Boot] [PATCH 2/4] sandbox64: " Philippe Reynes
2019-09-19 13:39 ` [U-Boot] [PATCH 3/4] cmd: aes: use map_sysmem when accessing memory Philippe Reynes
2019-09-19 13:39 ` [U-Boot] [PATCH 4/4] pytest: add a new test for aes Philippe Reynes

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.