From AMD family 10h Processor BKDG (rev. D): a platform is capable of having up to 8 nodes, and each nodes supports 1,2,3,4,5, or 6 cores.
Signed-off-by: Vincent Lim <vincent.lim@amd.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4286 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
671cedc92f
commit
fed6475f6e
|
@ -187,8 +187,8 @@ default LB_CKS_LOC=123
|
||||||
## Only worry about 2 micro processors
|
## Only worry about 2 micro processors
|
||||||
##
|
##
|
||||||
default CONFIG_SMP=1
|
default CONFIG_SMP=1
|
||||||
default CONFIG_MAX_PHYSICAL_CPUS=2
|
default CONFIG_MAX_PHYSICAL_CPUS=8
|
||||||
default CONFIG_MAX_CPUS=4 * CONFIG_MAX_PHYSICAL_CPUS
|
default CONFIG_MAX_CPUS=6 * CONFIG_MAX_PHYSICAL_CPUS
|
||||||
default CONFIG_LOGICAL_CPUS=1
|
default CONFIG_LOGICAL_CPUS=1
|
||||||
|
|
||||||
#default SERIAL_CPU_INIT=0
|
#default SERIAL_CPU_INIT=0
|
||||||
|
|
Loading…
Reference in New Issue