From ef03afa405b049a172146aab93cfb81fb21f3945 Mon Sep 17 00:00:00 2001 From: "arch import user (historical)" Date: Wed, 6 Jul 2005 17:15:30 +0000 Subject: Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-34 Creator: Yinghai Lu 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 --- src/config/Options.lb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/config') 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 -- cgit v1.2.3