aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorAurelien Guillaume <aurelien@iwi.me>2010-09-07 07:43:10 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-09-07 07:43:10 +0000
commit34697d67c18780bf765ac9f66dcb1f14c7ef74c8 (patch)
tree383debcab71d9e99a97d552126c2248bc7d7c236 /src/mainboard
parent31b2e8f566c886386187d5580b5ca1569f36e9b1 (diff)
Set up an arbitrary amount of system memory on Geode LX, so
coreboot_ram can be unpacked to 1MB. The value is quickly replaced with the real value later, thus causing no harm. Move RAMBASE to the default of 1MB for the affected boards Signed-off-by: Aurelien Guillaume <aurelien@iwi.me> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5779 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/amd/db800/Kconfig4
-rw-r--r--src/mainboard/amd/norwich/Kconfig4
-rw-r--r--src/mainboard/artecgroup/dbe61/Kconfig4
-rw-r--r--src/mainboard/digitallogic/msm800sev/Kconfig4
-rw-r--r--src/mainboard/iei/pcisa-lx-800-r10/Kconfig4
-rw-r--r--src/mainboard/lippert/roadrunner-lx/Kconfig4
-rw-r--r--src/mainboard/lippert/spacerunner-lx/Kconfig4
-rw-r--r--src/mainboard/pcengines/alix1c/Kconfig4
-rw-r--r--src/mainboard/pcengines/alix2d/Kconfig4
-rw-r--r--src/mainboard/traverse/geos/Kconfig4
-rw-r--r--src/mainboard/winent/pl6064/Kconfig4
11 files changed, 0 insertions, 44 deletions
diff --git a/src/mainboard/amd/db800/Kconfig b/src/mainboard/amd/db800/Kconfig
index 006de405e1..b973c9dad8 100644
--- a/src/mainboard/amd/db800/Kconfig
+++ b/src/mainboard/amd/db800/Kconfig
@@ -25,8 +25,4 @@ config IRQ_SLOT_COUNT
int
default 4
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_AMD_DB800
diff --git a/src/mainboard/amd/norwich/Kconfig b/src/mainboard/amd/norwich/Kconfig
index d97e522161..6c65f4de1a 100644
--- a/src/mainboard/amd/norwich/Kconfig
+++ b/src/mainboard/amd/norwich/Kconfig
@@ -24,8 +24,4 @@ config IRQ_SLOT_COUNT
int
default 6
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_AMD_NORWICH
diff --git a/src/mainboard/artecgroup/dbe61/Kconfig b/src/mainboard/artecgroup/dbe61/Kconfig
index 3997be8856..9dfb0ca72a 100644
--- a/src/mainboard/artecgroup/dbe61/Kconfig
+++ b/src/mainboard/artecgroup/dbe61/Kconfig
@@ -24,8 +24,4 @@ config IRQ_SLOT_COUNT
int
default 3
-#config RAMBASE
-# hex
-# default 0x4000
-
endif # BOARD_ARTECGROUP_DBE61
diff --git a/src/mainboard/digitallogic/msm800sev/Kconfig b/src/mainboard/digitallogic/msm800sev/Kconfig
index 6172b26219..f98101b03a 100644
--- a/src/mainboard/digitallogic/msm800sev/Kconfig
+++ b/src/mainboard/digitallogic/msm800sev/Kconfig
@@ -25,8 +25,4 @@ config IRQ_SLOT_COUNT
int
default 9
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_DIGITALLOGIC_MSM800SEV
diff --git a/src/mainboard/iei/pcisa-lx-800-r10/Kconfig b/src/mainboard/iei/pcisa-lx-800-r10/Kconfig
index 91766050f1..7bef792a0b 100644
--- a/src/mainboard/iei/pcisa-lx-800-r10/Kconfig
+++ b/src/mainboard/iei/pcisa-lx-800-r10/Kconfig
@@ -24,8 +24,4 @@ config IRQ_SLOT_COUNT
int
default 9
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_IEI_PCISA_LX_800_R10
diff --git a/src/mainboard/lippert/roadrunner-lx/Kconfig b/src/mainboard/lippert/roadrunner-lx/Kconfig
index fa140acfce..ef6171fa50 100644
--- a/src/mainboard/lippert/roadrunner-lx/Kconfig
+++ b/src/mainboard/lippert/roadrunner-lx/Kconfig
@@ -27,10 +27,6 @@ config IRQ_SLOT_COUNT
int
default 7
-config RAMBASE
- hex
- default 0x4000
-
config ONBOARD_UARTS_RS485
bool "Switch on-board serial ports to RS485"
default n
diff --git a/src/mainboard/lippert/spacerunner-lx/Kconfig b/src/mainboard/lippert/spacerunner-lx/Kconfig
index a7e0eba22b..89a52ae1a6 100644
--- a/src/mainboard/lippert/spacerunner-lx/Kconfig
+++ b/src/mainboard/lippert/spacerunner-lx/Kconfig
@@ -28,10 +28,6 @@ config IRQ_SLOT_COUNT
int
default 7
-config RAMBASE
- hex
- default 0x4000
-
config ONBOARD_UARTS_RS485
bool "Switch on-board serial ports to RS485"
default n
diff --git a/src/mainboard/pcengines/alix1c/Kconfig b/src/mainboard/pcengines/alix1c/Kconfig
index d6edad0479..395df75eb2 100644
--- a/src/mainboard/pcengines/alix1c/Kconfig
+++ b/src/mainboard/pcengines/alix1c/Kconfig
@@ -25,8 +25,4 @@ config IRQ_SLOT_COUNT
int
default 5
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_PCENGINES_ALIX1C
diff --git a/src/mainboard/pcengines/alix2d/Kconfig b/src/mainboard/pcengines/alix2d/Kconfig
index f0997fda5e..bd363f3407 100644
--- a/src/mainboard/pcengines/alix2d/Kconfig
+++ b/src/mainboard/pcengines/alix2d/Kconfig
@@ -24,8 +24,4 @@ config IRQ_SLOT_COUNT
int
default 7
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_PCENGINES_ALIX2D
diff --git a/src/mainboard/traverse/geos/Kconfig b/src/mainboard/traverse/geos/Kconfig
index d3c643a2c8..c1d1af41a0 100644
--- a/src/mainboard/traverse/geos/Kconfig
+++ b/src/mainboard/traverse/geos/Kconfig
@@ -24,8 +24,4 @@ config IRQ_SLOT_COUNT
int
default 6
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_TRAVERSE_GEOS
diff --git a/src/mainboard/winent/pl6064/Kconfig b/src/mainboard/winent/pl6064/Kconfig
index 142721441a..df6db01198 100644
--- a/src/mainboard/winent/pl6064/Kconfig
+++ b/src/mainboard/winent/pl6064/Kconfig
@@ -25,8 +25,4 @@ config IRQ_SLOT_COUNT
int
default 7
-config RAMBASE
- hex
- default 0x4000
-
endif # BOARD_WINENT_PL6064