Re: [PATCH 1/4] cmd: bdinfo: Map fdt_blob and new_fdt to sysmem

2023-05-04 Thread Tom Rini
On Sat, Apr 22, 2023 at 03:01:31PM +0200, Marek Vasut wrote: > Map fdt_blob and new_fdt to sysmem, otherwise $fdtcontroladdr > and bdinfo output do not match and the bdinfo output address > is not a valid address accessible via sandbox memory accessors. > > Signed-off-by: Marek Vasut > Reviewed-

Re: [PATCH 1/4] cmd: bdinfo: Map fdt_blob and new_fdt to sysmem

2023-04-24 Thread Simon Glass
On Sat, 22 Apr 2023 at 07:01, Marek Vasut wrote: > > Map fdt_blob and new_fdt to sysmem, otherwise $fdtcontroladdr > and bdinfo output do not match and the bdinfo output address > is not a valid address accessible via sandbox memory accessors. > > Signed-off-by: Marek Vasut > --- > Cc: Jason Liu

[PATCH 1/4] cmd: bdinfo: Map fdt_blob and new_fdt to sysmem

2023-04-22 Thread Marek Vasut
Map fdt_blob and new_fdt to sysmem, otherwise $fdtcontroladdr and bdinfo output do not match and the bdinfo output address is not a valid address accessible via sandbox memory accessors. Signed-off-by: Marek Vasut --- Cc: Jason Liu Cc: Michal Simek Cc: Ovidiu Panait Cc: Simon Glass --- cmd/b