commit | ea34e8586918e4462380dd1bfb80938f8902da3f | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:31 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 09 08:50:48 2023 -0800 |
tree | 18a1993fa0e58f220dbdfab5c288c1099767f22f | |
parent | f7d08e90f72977d6be31d23011a2dc296350bd5e [diff] |
test: cmd: fdt: Test fdt resize Add 'fdt resize' test which works as follows: - Create simple FDT with extra size 0, map it to sysmem - 'resize' the FDT by 0x2000 bytes - Verify the new space has been added to the FDT 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@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>