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

Simon Glass sjg at chromium.org
Tue Jun 22 15:31:56 CEST 2021


On Mon, 31 May 2021 at 02:57, Michal Simek <michal.simek at 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 at 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 at chromium.org>


More information about the U-Boot mailing list