summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWANG Siyuan <wangsiyuanbuaa@gmail.com>2015-06-02 16:25:58 +0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-23 01:10:44 +0200
commit2dcd0fc4944c42d8dc012cd8be7b3c870dbd79c0 (patch)
treeacd8c45756d9f55d972ea89986e4dc47ea797358 /src
parent01e3e0638d844f5eed24691da0c16faf8001c7cf (diff)
downloadcoreboot-2dcd0fc4944c42d8dc012cd8be7b3c870dbd79c0.tar.xz
Move same Kconfigs to northbridge/amd/pi/Kconfig
Bettong, Lamar and Olivehill Plus have many same Kconfigs. Move them to northbridge/amd/pi/Kconfig. Change-Id: I758d5a09f27eee7a7bd60268a2aaed6f16fd0294 Signed-off-by: WANG Siyuan <wangsiyuanbuaa@gmail.com> Signed-off-by: WANG Siyuan <SiYuan.Wang@amd.com> Reviewed-on: http://review.coreboot.org/10421 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/amd/bettong/Kconfig20
-rw-r--r--src/mainboard/amd/lamar/Kconfig20
-rw-r--r--src/mainboard/amd/olivehillplus/Kconfig8
-rw-r--r--src/northbridge/amd/pi/Kconfig20
4 files changed, 20 insertions, 48 deletions
diff --git a/src/mainboard/amd/bettong/Kconfig b/src/mainboard/amd/bettong/Kconfig
index c85b212c3b..1f2d8883ea 100644
--- a/src/mainboard/amd/bettong/Kconfig
+++ b/src/mainboard/amd/bettong/Kconfig
@@ -39,34 +39,14 @@ config MAINBOARD_PART_NUMBER
string
default "FP4"
-config HW_MEM_HOLE_SIZEK
- hex
- default 0x200000
-
config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
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/lamar/Kconfig b/src/mainboard/amd/lamar/Kconfig
index 4d67a431db..406b78fb43 100644
--- a/src/mainboard/amd/lamar/Kconfig
+++ b/src/mainboard/amd/lamar/Kconfig
@@ -44,34 +44,14 @@ config MAINBOARD_SERIAL_NUMBER
string
default "52198A"
-config HW_MEM_HOLE_SIZEK
- hex
- default 0x200000
-
config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
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/olivehillplus/Kconfig b/src/mainboard/amd/olivehillplus/Kconfig
index e99d17dad3..c9f73e967e 100644
--- a/src/mainboard/amd/olivehillplus/Kconfig
+++ b/src/mainboard/amd/olivehillplus/Kconfig
@@ -39,18 +39,10 @@ config MAINBOARD_PART_NUMBER
string
default "DB-FT3b"
-config HW_MEM_HOLE_SIZEK
- hex
- default 0x200000
-
config MAX_CPUS
int
default 4
-config HW_MEM_HOLE_SIZE_AUTO_INC
- bool
- default n
-
config IRQ_SLOT_COUNT
int
default 11
diff --git a/src/northbridge/amd/pi/Kconfig b/src/northbridge/amd/pi/Kconfig
index 950126b868..1f21b42d3d 100644
--- a/src/northbridge/amd/pi/Kconfig
+++ b/src/northbridge/amd/pi/Kconfig
@@ -36,4 +36,24 @@ source src/northbridge/amd/pi/00630F01/Kconfig
source src/northbridge/amd/pi/00730F01/Kconfig
source src/northbridge/amd/pi/00660F01/Kconfig
+config HW_MEM_HOLE_SIZEK
+ hex
+ default 0x200000
+
+config HW_MEM_HOLE_SIZE_AUTO_INC
+ bool
+ default n
+
+config RAMTOP
+ hex
+ default 0x1000000
+
+config HEAP_SIZE
+ hex
+ default 0xc0000
+
+config RAMBASE
+ hex
+ default 0x200000
+
endif # NORTHBRIDGE_AMD_PI