[coreboot-gerrit] New patch to review for coreboot: 45b41b3 AGESA binaryPI: Drop XIP_ROM_BASE

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed May 27 13:06:10 CEST 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10321

-gerrit

commit 45b41b316341a6aa5db8d27c5dabc197cdc09463
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed May 27 14:03:29 2015 +0300

    AGESA binaryPI: Drop XIP_ROM_BASE
    
    Did we not get rid of this in 2011?
    
    Change-Id: I82cd7f0989e5d38e4a3b0067e471f7acdfd47543
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/cpu/amd/agesa/family16kb/Kconfig | 4 ----
 src/cpu/amd/pi/00630F01/Kconfig      | 4 ----
 src/cpu/amd/pi/00730F01/Kconfig      | 4 ----
 3 files changed, 12 deletions(-)

diff --git a/src/cpu/amd/agesa/family16kb/Kconfig b/src/cpu/amd/agesa/family16kb/Kconfig
index f7e87f7..9315571 100644
--- a/src/cpu/amd/agesa/family16kb/Kconfig
+++ b/src/cpu/amd/agesa/family16kb/Kconfig
@@ -36,10 +36,6 @@ config CDB
 	hex
 	default 0x18
 
-config XIP_ROM_BASE
-	hex
-	default 0xfff80000
-
 config XIP_ROM_SIZE
 	hex
 	default 0x100000
diff --git a/src/cpu/amd/pi/00630F01/Kconfig b/src/cpu/amd/pi/00630F01/Kconfig
index a53aeb9..efb5f80 100644
--- a/src/cpu/amd/pi/00630F01/Kconfig
+++ b/src/cpu/amd/pi/00630F01/Kconfig
@@ -40,10 +40,6 @@ config CDB
 	hex
 	default 0x18
 
-config XIP_ROM_BASE
-	hex
-	default 0xfff80000
-
 config XIP_ROM_SIZE
 	hex
 	default 0x100000
diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig
index be81843..9fc98b0 100644
--- a/src/cpu/amd/pi/00730F01/Kconfig
+++ b/src/cpu/amd/pi/00730F01/Kconfig
@@ -36,10 +36,6 @@ config CDB
 	hex
 	default 0x18
 
-config XIP_ROM_BASE
-	hex
-	default 0xfff80000
-
 config XIP_ROM_SIZE
 	hex
 	default 0x100000



More information about the coreboot-gerrit mailing list