Re: [U-Boot] [PATCH 1/2] ARM: Introduce function to switch to hypervisor mode

2016-07-28 Thread Tom Rini
On Wed, Jul 27, 2016 at 09:05:35AM +0530, Keerthy wrote: > On some of the SoCs one cannot enable hypervisor mode directly from the > u-boot because the ROM code puts the chip to supervisor mode after it > jumps to boot loader. Hence introduce a weak function which can be > overridden based on the

[U-Boot] [PATCH 1/2] ARM: Introduce function to switch to hypervisor mode

2016-07-26 Thread Keerthy
On some of the SoCs one cannot enable hypervisor mode directly from the u-boot because the ROM code puts the chip to supervisor mode after it jumps to boot loader. Hence introduce a weak function which can be overridden based on the SoC type and switch to hypervisor mode in a custom way. Cc: beagl