Re: [U-Boot] [PATCH v2 1/1] efi_loader: refactor switch to hypervisor mode

2018-12-26 Thread Alexander Graf
On 26.12.18 11:07, Heinrich Schuchardt wrote: > Refactor the switch from supervisor to hypervisor to a new function called at > the beginning of do_bootefi(). > > Signed-off-by: Heinrich Schuchardt > --- > v2 > Use weak function with implementation in arch directories > --- > arch/arm/cp

[U-Boot] [PATCH v2 1/1] efi_loader: refactor switch to hypervisor mode

2018-12-26 Thread Heinrich Schuchardt
Refactor the switch from supervisor to hypervisor to a new function called at the beginning of do_bootefi(). Signed-off-by: Heinrich Schuchardt --- v2 Use weak function with implementation in arch directories --- arch/arm/cpu/armv7/Makefile | 1 + arch/arm/cpu/armv7/exception_l