[coreboot-gerrit] New patch to review for coreboot: d2324b2 i945: Remove GTT avoidance offset.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Tue Aug 19 22:50:49 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6717

-gerrit

commit d2324b2c41da5a6de8c21b7326eb76d56a0722fd
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Tue Aug 19 22:49:50 2014 +0200

    i945: Remove GTT avoidance offset.
    
    Not needed anymore with GTT at the end of range.
    
    Change-Id: I57b02c7d605d3c43ac92bd744bb6472e3c3471e2
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/i945/gma.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/northbridge/intel/i945/gma.c b/src/northbridge/intel/i945/gma.c
index e8a57b1..8b5b053 100644
--- a/src/northbridge/intel/i945/gma.c
+++ b/src/northbridge/intel/i945/gma.c
@@ -104,8 +104,6 @@ static int intel_gma_init(struct northbridge_intel_i945_config *conf,
 	u32 uma_size;
 	u16 reg16;
 
-	pphysbase += 0x20000;
-
 	printk(BIOS_SPEW,
 	       "i915lightup: graphics %p mmio %08x addrport %04x physbase %08x\n",
 	       (void *)pgfx, pmmio, piobase, pphysbase);



More information about the coreboot-gerrit mailing list