Re: [PATCH] spl: fit: Also record architecture in /fit-images

2021-07-23 Thread Tom Rini
On Mon, May 31, 2021 at 10:57:07AM +0200, Michal Simek wrote: > On ARM64 secure OS can run as 64bit or 32bit that's why it is necessary to > record information about architecture that other code can read it and > properly pass it to TF-A and start in 64bit or 32bit mode. > > Signed-off-by: Michal

Re: [PATCH] spl: fit: Also record architecture in /fit-images

2021-06-22 Thread Simon Glass
On Mon, 31 May 2021 at 02:57, Michal Simek wrote: > > On ARM64 secure OS can run as 64bit or 32bit that's why it is necessary to > record information about architecture that other code can read it and > properly pass it to TF-A and start in 64bit or 32bit mode. > > Signed-off-by: Michal Simek > -

[PATCH] spl: fit: Also record architecture in /fit-images

2021-05-31 Thread Michal Simek
On ARM64 secure OS can run as 64bit or 32bit that's why it is necessary to record information about architecture that other code can read it and properly pass it to TF-A and start in 64bit or 32bit mode. Signed-off-by: Michal Simek --- common/fdt_support.c | 4 +++- common/spl/spl_fit.c | 3 +