commit | 65b6f46f7dfb43d5f5d487cd45a72f767a53e1bc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:41 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 14 16:08:51 2023 -0600 |
tree | 6803d4b7cfed1b7e7b74fc6e8d979f697ec48c58 | |
parent | 06c13edc4dc1e43e42089621fe49eee641f1de09 [diff] |
test: cmd: fdt: Test fdt memory 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@mailbox.org> Reviewed-by: Simon Glass <sjg@chromium.org>