commit | ce1b0486b6cc02ca0911cf82d8c9b74bcad64a11 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 02 04:08:35 2023 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Mar 08 13:14:29 2023 -0800 |
tree | e7ce4ef593e2c2adac473dfaf001fc593032bc75 | |
parent | cadef8623b9617a4942546f9e061e9f54a5925e7 [diff] |
test: cmd: fdt: Test fdt get size Add 'fdt get size' test which works as follows: - Create fuller FDT, map it to sysmem - Get size of various properties - Get node count of available nodes - Test non-existent nodes and properties 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>