Re: [PATCH v2 22/32] test: cmd: fdt: Test fdt get size

2023-03-08 Thread Simon Glass
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

[PATCH v2 22/32] test: cmd: fdt: Test fdt get size

2023-03-01 Thread Marek Vasut
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