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

2016-07-28 Thread Keerthy
On Thursday 28 July 2016 07:14 PM, Tom Rini wrote: On Thu, Jul 28, 2016 at 02:08:10PM +0200, Marek Vasut wrote: On 07/27/2016 05:37 AM, Keerthy wrote: On Wednesday 27 July 2016 09:05 AM, Keerthy wrote: On SoCs like DRA7, OMAP5 one cannot enable hypervisor mode directly from the u-boot beca

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

2016-07-28 Thread Tom Rini
On Thu, Jul 28, 2016 at 02:08:10PM +0200, Marek Vasut wrote: > On 07/27/2016 05:37 AM, Keerthy wrote: > > > > > > On Wednesday 27 July 2016 09:05 AM, Keerthy wrote: > >> On SoCs like DRA7, OMAP5 one cannot enable hypervisor mode directly > >> from the > >> u-boot because the ROM code puts the chi

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

2016-07-28 Thread Keerthy
Hi Marek, On Thursday 28 July 2016 05:38 PM, Marek Vasut wrote: On 07/27/2016 05:37 AM, Keerthy wrote: On Wednesday 27 July 2016 09:05 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

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

2016-07-28 Thread Marek Vasut
On 07/27/2016 05:37 AM, Keerthy wrote: > > > On Wednesday 27 July 2016 09:05 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: Intro

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

2016-07-26 Thread Keerthy
On Wednesday 27 July 2016 09:05 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 So

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

2016-07-26 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