[coreboot-gerrit] New patch to review for coreboot: 3e902ce AMD binaryPI: Drop EXT_CONF_SUPPORT

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Dec 16 19:30:02 CET 2014


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/7807

-gerrit

commit 3e902ce72eeeac48cd4ec8e196fa0c66c7ce6dc4
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Sun Dec 14 08:55:20 2014 +0200

    AMD binaryPI: Drop EXT_CONF_SUPPORT
    
    Change-Id: I2ec08df2eb8e65bc759de9917894df9d0c8b1995
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/cpu/amd/pi/00730F01/Kconfig               | 4 ----
 src/northbridge/amd/pi/00730F01/northbridge.c | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/src/cpu/amd/pi/00730F01/Kconfig b/src/cpu/amd/pi/00730F01/Kconfig
index e610ea2..2ee2924 100644
--- a/src/cpu/amd/pi/00730F01/Kconfig
+++ b/src/cpu/amd/pi/00730F01/Kconfig
@@ -41,10 +41,6 @@ config EXT_RT_TBL_SUPPORT
 	bool
 	default n
 
-config EXT_CONF_SUPPORT
-	bool
-	default n
-
 config CBB
 	hex
 	default 0x0
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c
index a9541e0..c8f938b 100644
--- a/src/northbridge/amd/pi/00730F01/northbridge.c
+++ b/src/northbridge/amd/pi/00730F01/northbridge.c
@@ -47,10 +47,6 @@
 
 #define MAX_NODE_NUMS (MAX_NODES * MAX_DIES)
 
-#if (defined CONFIG_EXT_CONF_SUPPORT) && CONFIG_EXT_CONF_SUPPORT == 1
-#error CONFIG_EXT_CONF_SUPPORT == 1 not support anymore!
-#endif
-
 typedef struct dram_base_mask {
 	u32 base; //[47:27] at [28:8]
 	u32 mask; //[47:27] at [28:8] and enable at bit 0



More information about the coreboot-gerrit mailing list