[coreboot] New patch to review for coreboot: 316d946 Supermicro H8QGI: fix IO-APICs number in buildOpts.c

Aladyshev Konstantin (kostr@list.ru) gerrit at coreboot.org
Tue Dec 18 20:45:12 CET 2012


Aladyshev Konstantin (kostr at list.ru) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2048

-gerrit

commit 316d946cb3573b681f3a364d506d030ec584fe89
Author: Kostr <aladyshev at nicevt.ru>
Date:   Tue Dec 18 23:43:21 2012 +0400

    Supermicro H8QGI: fix IO-APICs number in buildOpts.c
    
    H8QGI board have 2 IO-APICS with 56 irq's:
    
    IOAPIC[0]: GSI 0-23    - SB700 southbridge
    IOAPIC[1]: GSI 24-55   - RD890 northbridge
    
    Change-Id: If2e21c0384ea0cb3d38bc84cea5829a2577d68e3
    Signed-off-by: Kostr <aladyshev at nicevt.ru>
---
 src/mainboard/supermicro/h8qgi/buildOpts.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/supermicro/h8qgi/buildOpts.c b/src/mainboard/supermicro/h8qgi/buildOpts.c
index d73e8ad..e222c27 100644
--- a/src/mainboard/supermicro/h8qgi/buildOpts.c
+++ b/src/mainboard/supermicro/h8qgi/buildOpts.c
@@ -87,7 +87,7 @@
 #define BLDCFG_VRM_CURRENT_LIMIT                 120000
 #define BLDCFG_VRM_LOW_POWER_THRESHOLD           0
 #define BLDCFG_VRM_INRUSH_CURRENT_LIMIT          0
-#define BLDCFG_PLAT_NUM_IO_APICS                 3
+#define BLDCFG_PLAT_NUM_IO_APICS                 2
 #define BLDCFG_CORE_LEVELING_MODE                CORE_LEVEL_LOWEST
 #define BLDCFG_MEM_INIT_PSTATE                   0
 #define BLDCFG_AMD_PSTATE_CAP_VALUE              0



More information about the coreboot mailing list