Re: [PATCH 1/3] cmd: fdt: move: Use map_sysmem to convert pointers

2022-07-17 Thread Simon Glass
On Tue, 5 Jul 2022 at 11:14, Andre Przywara wrote: > > The "fdt move" subcommand was using the provided DTB addresses directly, > without trying to "map" them into U-Boot's address space. This happened > to work since on the vast majority of "real" platforms there is a simple > 1:1 mapping of VA t

Re: [PATCH 1/3] cmd: fdt: move: Use map_sysmem to convert pointers

2022-07-12 Thread Simon Glass
On Tue, 5 Jul 2022 at 11:14, Andre Przywara wrote: > > The "fdt move" subcommand was using the provided DTB addresses directly, > without trying to "map" them into U-Boot's address space. This happened > to work since on the vast majority of "real" platforms there is a simple > 1:1 mapping of VA t