[U-Boot] [PATCH v2 4/4] dm: test: Add "/firmware" node scan test

Simon Glass sjg at chromium.org
Tue Oct 2 11:21:08 UTC 2018


On 25 September 2018 at 22:41, Simon Glass <sjg at chromium.org> wrote:
> 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>

Applied to u-boot-dm, and now in mainline, thanks!


More information about the U-Boot mailing list