commit | be2d1a87c73b3f722fc5b0438d780014579a43de | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 27 11:40:09 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Jun 23 09:48:36 2021 +0200 |
tree | b4cc0298b7829ebe80ee01e9400613393bf17893 | |
parent | 3972ae65e43ad3a2a4f4c96cdaab5ca1863fe234 [diff] |
spl: fit: Also record architecture in /fit-images 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> Reviewed-by: Simon Glass <sjg@chromium.org>