Which exception level U-boot executes in iMX8MQ board?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Which exception level U-boot executes in iMX8MQ board?

528 Views
yali_zhang
Contributor II

I used the "go" command to start an bare metal application. This is the SPSR:

SPSR: 601af1f1

HCR_EL2: 2
SCTRL_EL2: 30c51835

Labels (1)
Tags (1)
0 Kudos
1 Reply

478 Views
b36401
NXP Employee
NXP Employee

U-boot itself is running in EL2 and it runs the target in EL2 as well.
EL3 normally is reserved for the ARM trusted firmware, ROM etc.

0 Kudos