arm: Enable LPAE support by default
authorAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 31 May 2016 11:14:40 +0000 (12:14 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Tue, 31 May 2016 11:14:40 +0000 (12:14 +0100)
LPAE has been tested with Linux 4.4 and seems to work just fine. Let's
enable it by default.

Change-Id: Id88c6e3c91ae9c353279d42f2aa1f8a78485bd32
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Gabor Dozsa <gabor.dozsa@arm.com>
src/arch/arm/ArmSystem.py

index 9bb939c5e1cfa903a4c80fe714099c170f5003c0..adbf2093e55ff3d5f387dca753421c443a2c9c34 100644 (file)
@@ -63,7 +63,7 @@ class ArmSystem(System):
         "True if Security Extensions are implemented")
     have_virtualization = Param.Bool(False,
         "True if Virtualization Extensions are implemented")
-    have_lpae = Param.Bool(False, "True if LPAE is implemented")
+    have_lpae = Param.Bool(True, "True if LPAE is implemented")
     highest_el_is_64 = Param.Bool(False,
         "True if the register width of the highest implemented exception level "
         "is 64 bits (ARMv8)")