[PATCH v2 28/32] test: cmd: fdt: Test fdt memory

Simon Glass sjg at chromium.org
Wed Mar 8 23:23:21 CET 2023


Hi Marek,

On Wed, 1 Mar 2023 at 19:09, Marek Vasut
<marek.vasut+renesas at mailbox.org> wrote:
>
> Add 'fdt memory' test which works as follows:
> - Create custom FDT with /memory node, with select #*cells, map it to sysmem
> - Perform memory fixup
> - Read back the /memory node and validate its content
>
> The test case can be triggered using:
> "
> ./u-boot -Dc 'ut fdt'
> "
> To dump the full output from commands used during test, add '-v' flag.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> Cc: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Tom Rini <trini at konsulko.com>
> ---
> V2: Add RB from Simon
> ---
>  test/cmd/fdt.c | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 83 insertions(+)
>

This patch and some others cause test failures. I applied those that I
could to u-boot-dm/next

Can you please rebase and take a look?

Regards,
Simon


More information about the U-Boot mailing list