[coreboot-gerrit] Patch set updated for coreboot: 2512f86 Move same Kconfigs to northbridge/amd/pi/Kconfig

WANG Siyuan (wangsiyuanbuaa@gmail.com) gerrit at coreboot.org
Wed Jun 10 07:56:22 CEST 2015


WANG Siyuan (wangsiyuanbuaa at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10421

-gerrit

commit 2512f869410239cc5a2f77d0068d06211265b00c
Author: WANG Siyuan <wangsiyuanbuaa at gmail.com>
Date:   Tue Jun 2 16:25:58 2015 +0800

    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 at gmail.com>
    Signed-off-by: WANG Siyuan <SiYuan.Wang at amd.com>
---
 src/mainboard/amd/bettong/Kconfig       | 20 --------------------
 src/mainboard/amd/lamar/Kconfig         | 20 --------------------
 src/mainboard/amd/olivehillplus/Kconfig |  8 --------
 src/northbridge/amd/pi/Kconfig          | 20 ++++++++++++++++++++
 4 files changed, 20 insertions(+), 48 deletions(-)

diff --git a/src/mainboard/amd/bettong/Kconfig b/src/mainboard/amd/bettong/Kconfig
index c85b212..1f2d888 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 4d67a43..406b78f 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 e99d17d..c9f73e9 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 950126b..1f21b42 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



More information about the coreboot-gerrit mailing list