[PATCH v2 0/3] sandbox: add HWRNG driver for host /dev/random

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This series is useful for testing/using barebox,state on sandbox and for
use of host entropy while generating passwords for the target system.
They are in the same series, because the first commit adds linux_open,
which the last depends on.

v1 -> v2:
  - split off example sandbox state device tree into seperate commit
  - renamed device tree example to end with -example.dts

Ahmad Fatoum (3):
  sandbox: hostfile: allow probing from device tree
  sandbox: dts: add example for barebox,hostfile backed state
  hwrng: add sandbox driver interface to host /dev/random

 arch/sandbox/board/Makefile                   |  1 +
 arch/sandbox/board/board.c                    |  7 +++
 arch/sandbox/board/dev-random.c               | 24 +++++++
 arch/sandbox/board/hostfile.c                 | 16 +++--
 arch/sandbox/dts/sandbox-state-example.dtsi   | 50 +++++++++++++++
 .../sandbox/mach-sandbox/include/mach/linux.h |  8 +++
 arch/sandbox/os/common.c                      |  5 ++
 drivers/hw_random/Kconfig                     |  8 +++
 drivers/hw_random/Makefile                    |  1 +
 drivers/hw_random/dev-random.c                | 63 +++++++++++++++++++
 10 files changed, 179 insertions(+), 4 deletions(-)
 create mode 100644 arch/sandbox/board/dev-random.c
 create mode 100644 arch/sandbox/dts/sandbox-state-example.dtsi
 create mode 100644 drivers/hw_random/dev-random.c

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux