diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:15:30 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:15:30 +0000 |
commit | ef03afa405b049a172146aab93cfb81fb21f3945 (patch) | |
tree | 3b59033be66edd60c2cc6c66d6875153dc052a72 /src/config | |
parent | 014c3e185fe8e1455e56efeb496715a67ce292bb (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34
Creator: Yinghai Lu <yhlu@tyan.com>
AMD D0/E0 Opteron new mem mapping support, AMD E Opteron mem hole support,AMD K8 Four Ranks DIMM support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1950 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 35a3151b52..370eba21c8 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -503,6 +503,11 @@ define CONFIG_MAX_CPUS export always comment "Maximum CPU count for this machine" end +define CONFIG_MAX_PHYSICAL_CPUS + default 1 + export always + comment "Maximum physical CPU count for this machine" +end define CONFIG_LOGICAL_CPUS default 0 export always @@ -513,6 +518,11 @@ define HAVE_MP_TABLE export used comment "Define to build an MP table" end +define SERIAL_CPU_INIT + default 1 + export always + comment "Serialize CPU init" +end ############################################### # Boot options @@ -769,6 +779,12 @@ define CK804_DEVN_BASE comment "CK804 device count from 0 or 1" end +define K8_E0_MEM_HOLE_SIZEK + default 0 + export always + comment "Opteron E0 later memory hole size in K" +end + define CONFIG_PCI_ROM_RUN default 0 export always |