Re: [PATCH] arm64: versal: Add support to load an app at EL1

2022-05-06 Thread Michal Simek
On Thu, 5 May 2022 23:53:45 -0600, Ashok Reddy Soma wrote: > Add support to switch to EL1 and load an EL1 app from U-Boot which is > executing at EL2 or EL3 in aarch64 mode. > > Applied, thanks! [1/1] arm64: versal: Add support to load an app at EL1 https://source.denx.de/u-boot/custodia

[PATCH] arm64: versal: Add support to load an app at EL1

2022-05-05 Thread Ashok Reddy Soma
Add support to switch to EL1 and load an EL1 app from U-Boot which is executing at EL2 or EL3 in aarch64 mode. Signed-off-by: Ashok Reddy Soma --- board/xilinx/versal/board.c | 17 + 1 file changed, 17 insertions(+) diff --git a/board/xilinx/versal/board.c b/board/xilinx/versal