[coreboot] New patch to review for coreboot: 6c42105 Remove old AMD #define

Marc Jones (marcj303@gmail.com) gerrit at coreboot.org
Wed Jan 18 01:43:45 CET 2012


Marc Jones (marcj303 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/540

-gerrit

commit 6c421059d3a6ff83c443dd8693b0fa3e8d0f1159
Author: Marc Jones <marcj303 at gmail.com>
Date:   Tue Jan 17 17:30:31 2012 -0700

    Remove old AMD #define
    
    The #define REQUIRED_CALLOUTS is no longer used on these platforms.
    
    Change-Id: I536eb94119f1bc8f81e59ebefacdd4e04d0ed3ef
    Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
 src/mainboard/amd/persimmon/BiosCallOuts.h     |    1 -
 src/mainboard/amd/south_station/BiosCallOuts.h |    1 -
 src/mainboard/amd/union_station/BiosCallOuts.h |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/mainboard/amd/persimmon/BiosCallOuts.h b/src/mainboard/amd/persimmon/BiosCallOuts.h
index e023e38..d9e4497 100644
--- a/src/mainboard/amd/persimmon/BiosCallOuts.h
+++ b/src/mainboard/amd/persimmon/BiosCallOuts.h
@@ -23,7 +23,6 @@
 #include "Porting.h"
 #include "AGESA.h"
 
-#define REQUIRED_CALLOUTS			12
 #define BIOS_HEAP_START_ADDRESS		0x00010000
 #define BIOS_HEAP_SIZE				0x20000		/* 64MB */
 
diff --git a/src/mainboard/amd/south_station/BiosCallOuts.h b/src/mainboard/amd/south_station/BiosCallOuts.h
index b187fa2..750b59d 100644
--- a/src/mainboard/amd/south_station/BiosCallOuts.h
+++ b/src/mainboard/amd/south_station/BiosCallOuts.h
@@ -23,7 +23,6 @@
 #include "Porting.h"
 #include "AGESA.h"
 
-#define REQUIRED_CALLOUTS     12
 #define BIOS_HEAP_START_ADDRESS  0x00010000
 #define BIOS_HEAP_SIZE       0x20000   /* 64MB */
 
diff --git a/src/mainboard/amd/union_station/BiosCallOuts.h b/src/mainboard/amd/union_station/BiosCallOuts.h
index b187fa2..750b59d 100644
--- a/src/mainboard/amd/union_station/BiosCallOuts.h
+++ b/src/mainboard/amd/union_station/BiosCallOuts.h
@@ -23,7 +23,6 @@
 #include "Porting.h"
 #include "AGESA.h"
 
-#define REQUIRED_CALLOUTS     12
 #define BIOS_HEAP_START_ADDRESS  0x00010000
 #define BIOS_HEAP_SIZE       0x20000   /* 64MB */
 




More information about the coreboot mailing list