[coreboot] New patch to review for coreboot: eb1795c asus/m5a88-v: Fix build

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Oct 29 22:43:06 CEST 2011


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/353

-gerrit

commit eb1795c306aaa41695634f02f961a16f1e6fa791
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat Oct 29 22:42:22 2011 +0200

    asus/m5a88-v: Fix build
    
    We added some new flag for certain AMD boards after support for
    this board was submitted.
    
    Change-Id: I50cf50f343a740832fd1a14a2a1ef5b903315675
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/mainboard/asus/m5a88-v/platform_cfg.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/asus/m5a88-v/platform_cfg.h b/src/mainboard/asus/m5a88-v/platform_cfg.h
index 1b74073..43573f1 100644
--- a/src/mainboard/asus/m5a88-v/platform_cfg.h
+++ b/src/mainboard/asus/m5a88-v/platform_cfg.h
@@ -211,6 +211,12 @@
  */
 #define SB_GPP_GEN2			TRUE
 
+/**
+ * @def SB_GPP_UNHIDE_PORTS
+ *    TRUE   - ports visable always, even port empty
+ *    FALSE  - ports invisable if port empty
+ */
+#define SB_GPP_UNHIDE_PORTS		FALSE
 
 /**
  * @def   GEC_CONFIG




More information about the coreboot mailing list