Re: [PATCH] bsps/arm: Fix start in hypervisor mode

2022-09-20 Thread Chris Johns
On 20/9/2022 9:12 pm, Sebastian Huber wrote: > Only clear the HSCTLR[TE] bit to take exceptions in A32 state. Keep the > other HSCTLR bits as is since they control the current execution. > Assume that the chip or boot loader did initialize this register > correctly. I think this change should

[PATCH] bsps/arm: Fix start in hypervisor mode

2022-09-20 Thread Sebastian Huber
Only clear the HSCTLR[TE] bit to take exceptions in A32 state. Keep the other HSCTLR bits as is since they control the current execution. Assume that the chip or boot loader did initialize this register correctly. Add comments. --- bsps/arm/shared/start/start.S | 21 - 1