From 2dcd0fc4944c42d8dc012cd8be7b3c870dbd79c0 Mon Sep 17 00:00:00 2001 From: WANG Siyuan Date: Tue, 2 Jun 2015 16:25:58 +0800 Subject: 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 Signed-off-by: WANG Siyuan Reviewed-on: http://review.coreboot.org/10421 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/northbridge/amd/pi/Kconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/northbridge/amd') 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 -- cgit v1.2.3