commit | 61488c111235a4ec2db9bd2b56ed925d99ca34f9 | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Wed Sep 14 10:43:32 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 20:58:16 2016 -0400 |
tree | 1bfe4392313b45845b4e4abae169f3f611852138 | |
parent | cdccbdb93f973ced04a5c04ad2a1c5b6d540add0 [diff] |
ARM: Introduce function to switch to hypervisor mode 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: beagleboard-x15@googlegroups.com Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>