
2 Oct
2018
2 Oct
'18
1:21 p.m.
On 25 September 2018 at 22:41, Simon Glass sjg@chromium.org wrote:
On 19 September 2018 at 04:43, Rajan Vaja rajan.vaja@xilinx.com wrote:
Add a test which verifies that all subnodes under "/firmware" nodes are scanned.
Signed-off-by: Rajan Vaja rajan.vaja@xilinx.com
Changes in v2:
- New patch
arch/sandbox/dts/test.dts | 7 +++++++ drivers/firmware/Makefile | 1 + drivers/firmware/firmware-sandbox.c | 20 ++++++++++++++++++++ test/dm/Makefile | 1 + test/dm/firmware.c | 22 ++++++++++++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 drivers/firmware/firmware-sandbox.c create mode 100644 test/dm/firmware.c
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, and now in mainline, thanks!