commit | b0cd7ccebd3d0220cbfd8d09720977746d1d1e2a | [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 | ed4dcb1f9b12e84721f70cc0a9bf838059581967 [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>