summaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/Kconfig
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/northbridge/amd/pi/Kconfig
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/northbridge/amd/pi/Kconfig')
-rw-r--r--src/northbridge/amd/pi/Kconfig20
1 files changed, 20 insertions, 0 deletions
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