[coreboot-gerrit] Patch set updated for coreboot: nb/intel/x4x: Turn on PEG graphics in device enable

Damien Zammit (damien@zamaudio.com) gerrit at coreboot.org
Wed Sep 7 07:37:38 CEST 2016


Damien Zammit (damien at zamaudio.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16495

-gerrit

commit afd686c310b17858c18656654ef2e7b57f34dcc9
Author: Damien Zammit <damien at zamaudio.com>
Date:   Mon Sep 5 02:36:02 2016 +1000

    nb/intel/x4x: Turn on PEG graphics in device enable
    
    Change-Id: I389c4630362af1c1bf6d281c9d2b7fc81bea2d5d
    Signed-off-by: Damien Zammit <damien at zamaudio.com>
---
 src/northbridge/intel/x4x/x4x.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/x4x/x4x.h b/src/northbridge/intel/x4x/x4x.h
index e02ee02..2434067 100644
--- a/src/northbridge/intel/x4x/x4x.h
+++ b/src/northbridge/intel/x4x/x4x.h
@@ -36,7 +36,7 @@
 #define  D3F2EN		(1 << 8)
 #define  D3F3EN		(1 << 9)
 #define  PEG1EN		(1 << 13)
-#define  BOARD_DEVEN	(D0EN | D1EN | IGD0EN | IGD1EN)
+#define  BOARD_DEVEN	(D0EN | D1EN | IGD0EN | IGD1EN | PEG1EN)
 #define D0F0_PCIEXBAR_LO 0x60
 #define D0F0_PCIEXBAR_HI 0x64
 #define D0F0_DMIBAR_LO 0x68



More information about the coreboot-gerrit mailing list