]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supported
authorMark Kettenis <kettenis@openbsd.org>
Fri, 15 Jun 2018 21:47:14 +0000 (23:47 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 25 Jul 2018 12:57:43 +0000 (14:57 +0200)
commit38b7f95ca43269ccf42aa551cc2761403a06621d
treee776b6f2174ffcbe647f393daa8445fbb7284a08
parent143e736d094cc80b4c8603e6c2b365b6a5bfe96c
ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supported

ARMV7_LPAE is required in order to enable the MMU in HYP mode.
And we really want to enable the MMU in HYP mode such that we can
enable the the caches.  Otherwise U-Boot code (such as the EFI
implementation) that runs in HYP mode will run at a snils pace.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/arm/cpu/armv7/Kconfig