
22 Jun
2021
22 Jun
'21
3:31 p.m.
On Mon, 31 May 2021 at 02:57, Michal Simek michal.simek@xilinx.com 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 michal.simek@xilinx.com
common/fdt_support.c | 4 +++- common/spl/spl_fit.c | 3 ++- include/fdt_support.h | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org