On Wed, 2012-03-07 at 21:54 +0100, Christian wrote:
> Here are my bases and sizes, always default
> 
> CONFIG_DCACHE_RAM_BASE=0xffef0000
> CONFIG_DCACHE_RAM_SIZE=0x8000
> CONFIG_XIP_ROM_SIZE=0x100000
> CONFIG_XIP_ROM_BASE=0xfff00000
> CONFIG_RAMTOP=0x200000
> CONFIG_RAMBASE=0x100000
> 

XIP_ROM_SIZE should be 64k and _BASE is obsolete.

I think AMD Agesa leaks it's Kconfig, try with the attached patch.

KM

diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index 631724b..e4ecca8 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -21,6 +21,8 @@ config AMD_AGESA
         bool
         default n
 
+if AMD_AGESA
+
 config XIP_ROM_BASE
 	hex
 	default 0xfff00000
@@ -40,3 +42,5 @@ source src/cpu/amd/agesa/family10/Kconfig
 source src/cpu/amd/agesa/family12/Kconfig
 source src/cpu/amd/agesa/family14/Kconfig
 source src/cpu/amd/agesa/family15/Kconfig
+
+endif # AMD_AGESA
-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to