[linux-yocto] [yocto-kernel-cache][PATCH 5/5] bsp/intel-common: enable HIGHMEM64G for 32 bit bsps

Anuj Mittal anuj.mittal at intel.com
Thu Feb 8 01:26:37 PST 2018


Enable support for PAE and more than 4 GB of RAM.

This config was getting included from within the platform
specific BSPs that have been removed. Include it here
to make sure there is no change in behavior for Intel BSPs.

Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
---
 bsp/intel-common/intel-core2-32.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bsp/intel-common/intel-core2-32.cfg b/bsp/intel-common/intel-core2-32.cfg
index 2b3651e..87aa1b6 100644
--- a/bsp/intel-common/intel-core2-32.cfg
+++ b/bsp/intel-common/intel-core2-32.cfg
@@ -5,3 +5,6 @@ CONFIG_MCORE2=y
 
 # max available for this processory family
 CONFIG_NR_CPUS=8
+
+CONFIG_X86_PAE=y
+CONFIG_HIGHMEM64G=y
-- 
2.7.4



More information about the linux-yocto mailing list