[coreboot-gerrit] New patch to review for coreboot: 8db0936 Revert "Northbridge: i945: Native VGA init: print the GMA and GTT addresses"

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Tue Dec 17 23:21:30 CET 2013


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4540

-gerrit

commit 8db0936060039dce1b37b9f4c796354093942cba
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Tue Dec 17 16:19:58 2013 -0600

    Revert "Northbridge: i945: Native VGA init: print the GMA and GTT addresses"
    
    This reverts commit c6f0997ffcfc5c622c2901e95efb4ca97974aadd.
    The native VGA code was unfinished and submitted in error. Revert it
    in anticipation of the finished patches.
    
    Change-Id: I6132784e495754bfc68a8b252ab10e45f9811b7e
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/northbridge/intel/i945/gma.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/northbridge/intel/i945/gma.c b/src/northbridge/intel/i945/gma.c
index e9ae715..35ff1f2 100644
--- a/src/northbridge/intel/i945/gma.c
+++ b/src/northbridge/intel/i945/gma.c
@@ -58,11 +58,6 @@ static void gma_func0_init(struct device *dev)
 	physbase = pci_read_config32(dev, 0x5c) & ~0xf;
 	graphics_base = dev->resource_list[2].base + 0x20000;
 
-	printk(BIOS_SPEW, "GMADR=0x%08x GTTADR=0x%08x\n",
-		pci_read_config32(dev, 0x18),
-		pci_read_config32(dev, 0x1c)
-	);
-
 	int i915lightup(u32 physbase, u32 iobase, u32 mmiobase, u32 gfx);
 	i915lightup(physbase, iobase, mmiobase, graphics_base);
 #endif



More information about the coreboot-gerrit mailing list