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

2016-07-29 Thread Keerthy
On Friday 29 July 2016 11:59 AM, Keerthy wrote: On SoCs like DRA7, OMAP5 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. Patch 1: Introduces a weak function which can be overridden specific to SoCs

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

2016-07-28 Thread Keerthy
On SoCs like DRA7, OMAP5 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. Patch 1: Introduces a weak function which can be overridden specific to SoCs to switch to hypervisor mode. Patch 2: overrides we