mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
6c28594bf6
Add 'fdt mknode' test which works as follows: - Create fuller FDT, map it to sysmem - Create node either in / or subnode - Attempt to create node over existing node, which fails - Attempt to create subnodes in non-existing nodes or aliases - Verify created nodes using fdt list command 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> |
||
---|---|---|
.. | ||
addrmap.c | ||
exit.c | ||
fdt.c | ||
font.c | ||
loadm.c | ||
Makefile | ||
mem.c | ||
mem_search.c | ||
pinmux.c | ||
pwm.c | ||
seama.c | ||
setexpr.c | ||
temperature.c | ||
test_echo.c | ||
test_pause.c | ||
wget.c |