Re: [PATCH 17/32] test: cmd: fdt: Test fdt move

2023-03-01 Thread Simon Glass
On Mon, 27 Feb 2023 at 12:55, Marek Vasut wrote: > > Add 'fdt move' test which works as follows: > - Create simple FDT, map it to sysmem > - 'move' the FDT into new zeroed out sysmem location > - Verify newly active FDT is in the new location > - Compare both locations > > The test case can be tri

[PATCH 17/32] test: cmd: fdt: Test fdt move

2023-02-27 Thread Marek Vasut
Add 'fdt move' test which works as follows: - Create simple FDT, map it to sysmem - 'move' the FDT into new zeroed out sysmem location - Verify newly active FDT is in the new location - Compare both locations The test case can be triggered using: " ./u-boot -Dc 'ut fdt' " To dump the full output f