[U-Boot] [PATCH v2 4/4] dm: test: Add "/firmware" node scan test
Simon Glass
sjg at chromium.org
Wed Sep 26 05:41:49 UTC 2018
On 19 September 2018 at 04:43, Rajan Vaja <rajan.vaja at xilinx.com> wrote:
> Add a test which verifies that all subnodes under "/firmware"
> nodes are scanned.
>
> Signed-off-by: Rajan Vaja <rajan.vaja at 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 at chromium.org>
More information about the U-Boot
mailing list