Re: [PATCH v2 29/32] test: cmd: fdt: Test fdt rsvmem

2023-03-10 Thread Simon Glass
Add 'fdt rsvmem' test which works as follows: - Create custom FDT with single reserved memory (rsvmem) entry, map it to sysmem - Add new rsvmem entry - Delete existing older rsvmem entry - Add new rsvmem entry again - Always print the rsvmem list and validate it The test case can be triggered usin

[PATCH v2 29/32] test: cmd: fdt: Test fdt rsvmem

2023-03-01 Thread Marek Vasut
Add 'fdt rsvmem' test which works as follows: - Create custom FDT with single reserved memory (rsvmem) entry, map it to sysmem - Add new rsvmem entry - Delete existing older rsvmem entry - Add new rsvmem entry again - Always print the rsvmem list and validate it The test case can be triggered usin