Re: [U-Boot] [PATCH 2/2] ARM: OMAP5+: Override switch_to_hypervisor function

2016-07-28 Thread Tom Rini
On Wed, Jul 27, 2016 at 09:05:36AM +0530, Keerthy wrote: > Override the switch_to_hypervisor function to switch cpu to hypervisor > mode using the available ROM code hook early in the boot phase before > the boot loader checks for HYP mode. > > Based on the work done by Jonathan Bergsagel jbergsa

[U-Boot] [PATCH 2/2] ARM: OMAP5+: Override switch_to_hypervisor function

2016-07-26 Thread Keerthy
Override the switch_to_hypervisor function to switch cpu to hypervisor mode using the available ROM code hook early in the boot phase before the boot loader checks for HYP mode. Based on the work done by Jonathan Bergsagel jbergsa...@ti.com. Cc: beagleboard-...@googlegroups.com Signed-off-by: Kee