Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/268
-gerrit
commit 634373f4296d80fb0cb6f7df669351f83788d4ee Author: Stefan Reinauer reinauer@google.com Date: Thu Oct 13 17:26:43 2011 -0700
Fix AMD SB800 (cimx) southbridge code to compile with gcc 4.6
Change-Id: I672135a9b6e3b641ceb655cb00d40ee760c17edc Signed-off-by: Stefan Reinauer reinauer@google.com --- src/southbridge/amd/cimx/sb800/SBPLATFORM.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h index 164a651..d7317a2 100644 --- a/src/southbridge/amd/cimx/sb800/SBPLATFORM.h +++ b/src/southbridge/amd/cimx/sb800/SBPLATFORM.h @@ -155,4 +155,7 @@ typedef union _PCI_ADDR { #define cimEhciTrafficHandingDefault FALSE #define cimFusionMsgCMultiCoreDefault FALSE #define cimFusionMsgCStageDefault FALSE + +#include "vendorcode/amd/cimx/sb800/AMDSBLIB.h" + #endif // _AMD_SBPLATFORM_H_