Re: U-Boot - Behaviour of 'go' command

2023-05-10 Thread Simon Glass
Hi Little, On Sun, 7 May 2023 at 04:48, Little Tree wrote: > > I have written a minimal bare-metal Raspberry Pi-3B program (ARM64- > CortexA53) to switch from EL2 (Exception Level 2) to EL1. U-Boot is used as > the bootloader. The code is loaded to RAM using the "tftpboot" command. The > "go"

U-Boot - Behaviour of 'go' command

2023-05-07 Thread Little Tree
I have written a minimal bare-metal Raspberry Pi-3B program (ARM64- CortexA53) to switch from EL2 (Exception Level 2) to EL1. U-Boot is used as the bootloader. The code is loaded to RAM using the "tftpboot" command. The "go" command is used to start the execution of my program. I am not expecting