aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-04-30 01:35:29 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-11-14 15:46:57 +0100
commiteaee6e2d95d2a7520a47f07cc37f9e929ce7e1f1 (patch)
tree18f8c4414d269027c8fb9aec5b8efddfd23f556b /src/mainboard/amd
parentabc083e06bcb8d20a58d04323d5c6da7313f987d (diff)
AMD: Move RAMBASE and RAMTOP
There are no reasons to not load ramstage @ 0x100000. Boards with HAVE_ACPI_RESUME enabled have performance penalty in using excessive RAMTOP. For these boards, this change releases 11 MiB of RAM from CBMEM allocation to OS. Change-Id: Ib71995aba5e9332d0ec1626b3eb3b4ef6a506d1c Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7094 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r--src/mainboard/amd/bimini_fam10/Kconfig12
-rw-r--r--src/mainboard/amd/dinar/Kconfig12
-rw-r--r--src/mainboard/amd/inagua/Kconfig12
-rw-r--r--src/mainboard/amd/mahogany_fam10/Kconfig12
-rw-r--r--src/mainboard/amd/olivehill/Kconfig12
-rw-r--r--src/mainboard/amd/olivehillplus/Kconfig12
-rw-r--r--src/mainboard/amd/parmer/Kconfig12
-rw-r--r--src/mainboard/amd/persimmon/Kconfig12
-rw-r--r--src/mainboard/amd/serengeti_cheetah_fam10/Kconfig12
-rw-r--r--src/mainboard/amd/south_station/Kconfig12
-rw-r--r--src/mainboard/amd/thatcher/Kconfig12
-rw-r--r--src/mainboard/amd/tilapia_fam10/Kconfig12
-rw-r--r--src/mainboard/amd/torpedo/Kconfig12
-rw-r--r--src/mainboard/amd/union_station/Kconfig12
14 files changed, 0 insertions, 168 deletions
diff --git a/src/mainboard/amd/bimini_fam10/Kconfig b/src/mainboard/amd/bimini_fam10/Kconfig
index 3ebd3b277d..52f45e4827 100644
--- a/src/mainboard/amd/bimini_fam10/Kconfig
+++ b/src/mainboard/amd/bimini_fam10/Kconfig
@@ -73,16 +73,4 @@ config AMD_UCODE_PATCH_FILE
string
default "mc_patch_010000b6.h"
-config RAMTOP
- hex
- default 0x2000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
endif #BOARD_AMD_BIMINI_FAM10
diff --git a/src/mainboard/amd/dinar/Kconfig b/src/mainboard/amd/dinar/Kconfig
index b71c5a570e..a8093fb4bc 100644
--- a/src/mainboard/amd/dinar/Kconfig
+++ b/src/mainboard/amd/dinar/Kconfig
@@ -61,18 +61,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config DRIVERS_PS2_KEYBOARD
bool
default y
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index 279c7eff62..d8ce909d41 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -57,18 +57,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config DRIVERS_PS2_KEYBOARD
bool
default y
diff --git a/src/mainboard/amd/mahogany_fam10/Kconfig b/src/mainboard/amd/mahogany_fam10/Kconfig
index 688badbcb7..8250580b52 100644
--- a/src/mainboard/amd/mahogany_fam10/Kconfig
+++ b/src/mainboard/amd/mahogany_fam10/Kconfig
@@ -61,18 +61,6 @@ config AMD_UCODE_PATCH_FILE
string
default "mc_patch_01000095.h"
-config RAMTOP
- hex
- default 0x2000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config VGA_BIOS_ID
string
default "1002,9615"
diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig
index a089d21f7f..ea975502db 100644
--- a/src/mainboard/amd/olivehill/Kconfig
+++ b/src/mainboard/amd/olivehill/Kconfig
@@ -56,22 +56,10 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
config ACPI_SSDTX_NUM
int
default 0
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/olivehillplus/Kconfig b/src/mainboard/amd/olivehillplus/Kconfig
index a61859f368..883df6c6bb 100644
--- a/src/mainboard/amd/olivehillplus/Kconfig
+++ b/src/mainboard/amd/olivehillplus/Kconfig
@@ -56,22 +56,10 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
config ACPI_SSDTX_NUM
int
default 0
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/parmer/Kconfig b/src/mainboard/amd/parmer/Kconfig
index 735321e609..ff198a64be 100644
--- a/src/mainboard/amd/parmer/Kconfig
+++ b/src/mainboard/amd/parmer/Kconfig
@@ -57,18 +57,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig
index 698d74acdd..d64c88e614 100644
--- a/src/mainboard/amd/persimmon/Kconfig
+++ b/src/mainboard/amd/persimmon/Kconfig
@@ -57,18 +57,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig b/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
index c542d8cbc4..f0b20431e8 100644
--- a/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
+++ b/src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
@@ -62,20 +62,8 @@ config AMD_UCODE_PATCH_FILE
string
default "mc_patch_01000095.h"
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
config ACPI_SSDTX_NUM
int
default 5
-config RAMBASE
- hex
- default 0x200000
-
endif # BOARD_AMD_SERENGETI_CHEETAH_FAM10
diff --git a/src/mainboard/amd/south_station/Kconfig b/src/mainboard/amd/south_station/Kconfig
index 813dcfcda0..7982a06658 100644
--- a/src/mainboard/amd/south_station/Kconfig
+++ b/src/mainboard/amd/south_station/Kconfig
@@ -57,18 +57,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/thatcher/Kconfig b/src/mainboard/amd/thatcher/Kconfig
index aacd1e3e47..c2283650ea 100644
--- a/src/mainboard/amd/thatcher/Kconfig
+++ b/src/mainboard/amd/thatcher/Kconfig
@@ -57,18 +57,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/tilapia_fam10/Kconfig b/src/mainboard/amd/tilapia_fam10/Kconfig
index b1a201aa8c..4f5b8d52d3 100644
--- a/src/mainboard/amd/tilapia_fam10/Kconfig
+++ b/src/mainboard/amd/tilapia_fam10/Kconfig
@@ -61,18 +61,6 @@ config AMD_UCODE_PATCH_FILE
string
default "mc_patch_010000b6.h"
-config RAMTOP
- hex
- default 0x2000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config VGA_BIOS
bool
default n
diff --git a/src/mainboard/amd/torpedo/Kconfig b/src/mainboard/amd/torpedo/Kconfig
index 6013df7821..b4d6f5e346 100644
--- a/src/mainboard/amd/torpedo/Kconfig
+++ b/src/mainboard/amd/torpedo/Kconfig
@@ -67,18 +67,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y
diff --git a/src/mainboard/amd/union_station/Kconfig b/src/mainboard/amd/union_station/Kconfig
index 89554350f9..faaa8e8d14 100644
--- a/src/mainboard/amd/union_station/Kconfig
+++ b/src/mainboard/amd/union_station/Kconfig
@@ -56,18 +56,6 @@ config IRQ_SLOT_COUNT
int
default 11
-config RAMTOP
- hex
- default 0x1000000
-
-config HEAP_SIZE
- hex
- default 0xc0000
-
-config RAMBASE
- hex
- default 0x200000
-
config ONBOARD_VGA_IS_PRIMARY
bool
default y