Re: [PATCH v2 30/32] test: cmd: fdt: Test fdt chosen

2023-03-10 Thread Simon Glass
Add 'fdt chosen' test which works as follows: - Create basic DT, map it to sysmem - Print /chosen node, verify it is nonexistent - Create chosen node - Print /chosen node, verify it contains only version - Create /chosen node with initrd entries - Print /chosen node, verify it contains version and

[PATCH v2 30/32] test: cmd: fdt: Test fdt chosen

2023-03-01 Thread Marek Vasut
Add 'fdt chosen' test which works as follows: - Create basic DT, map it to sysmem - Print /chosen node, verify it is nonexistent - Create chosen node - Print /chosen node, verify it contains only version - Create /chosen node with initrd entries - Print /chosen node, verify it contains version and