[LinuxBIOS] LNXI Merge: lnxi-patch-09/16
jason schildt
jschildt at lnxi.com
Sat Sep 3 00:03:29 CEST 2005
DESCRIPTION:
-----------------------------------------
## lnxi-patch-9 ##
src/mainboard/arima/hdama/Options.lb
Enable Dualcore in hdama and max_cpus=4.
default CONFIG_LOGICAL_CPUS=1
src/mainboard/arima/hdama/cmos.layout
included dualcore support.
DIFFSTAT:
-----------------------------------------
Options.lb | 8 +++++++-
cmos.layout | 1 +
2 files changed, 8 insertions(+), 1 deletion(-)
PATCH:
-----------------------------------------
Index: mainboard/arima/hdama/Options.lb
===================================================================
--- mainboard/arima/hdama/Options.lb (revision 1105)
+++ mainboard/arima/hdama/Options.lb (working copy)
@@ -49,6 +49,7 @@
uses OBJCOPY
uses CONFIG_CONSOLE_VGA
uses CONFIG_PCI_ROM_RUN
+uses CONFIG_LOGICAL_CPUS
uses CONFIG_USE_INIT
@@ -57,6 +58,11 @@
###
##
+## CONFIG_LOGICAL_CPUS enables dual core support
+##
+default CONFIG_LOGICAL_CPUS=1
+
+##
## ROM_SIZE is the size of boot ROM that this board will use.
##
default ROM_SIZE=524288
@@ -105,7 +111,7 @@
## Only worry about 2 micro processors
##
default CONFIG_SMP=1
-default CONFIG_MAX_CPUS=2
+default CONFIG_MAX_CPUS=4
default CONFIG_MAX_PHYSICAL_CPUS=2
##
Index: mainboard/arima/hdama/cmos.layout
===================================================================
--- mainboard/arima/hdama/cmos.layout (revision 1105)
+++ mainboard/arima/hdama/cmos.layout (working copy)
@@ -32,6 +32,7 @@
395 1 e 1 hw_scrubber
396 1 e 1 interleave_chip_selects
397 2 e 8 max_mem_clock
+399 1 e 2 dual_core
400 1 e 1 power_on_after_fail
412 4 e 6 debug_level
416 4 e 7 boot_first
--
Jason W. Schildt
LinuxBIOS Software Engineer
Linux Networx
More information about the coreboot
mailing list