commit | 76a652a1b8c76838a68089319a68a97c7ad5abdf | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:32 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 14 16:08:51 2023 -0600 |
tree | e298c23cf81abdd210a4db6bbad6ce1fe97f96c9 | |
parent | b30e5dd76a08114906373681d450789feb1ca9aa [diff] |
test: cmd: fdt: Test fdt print and list Add 'fdt print' and 'fdt list' test which works as follows: - Create fuller FDT, map it to sysmem - Print the entire FDT, parts of the FDT and select properties - Compare output from the print or list 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>