[coreboot] Patch merged into coreboot/master: 9e467ca northbridge/sch: don't overwrite hightables with GPU / TSEG memory

gerrit at coreboot.org gerrit at coreboot.org
Fri Oct 26 21:54:43 CEST 2012


the following patch was just integrated into master:
commit 9e467ca71a7eb2f1d723a7880a6eda635b4bc7eb
Author: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
Date:   Fri Oct 26 19:00:22 2012 +0200

    northbridge/sch: don't overwrite hightables with GPU / TSEG memory
    
    Without this, the hightables are placed just before the end of memory.
    However we might have the GPU memory located at the exact same spot,
    that is in the last 4 MiB. So without this patch, this area won't remain
    marked as "CONFIGURATION TABLES" within coreboot's memory table but
    becomes "RESERVED" because it is part of the PCI(2,0) device.
    
    Change-Id: Ibd111c167c2f6ac03b0ba68581a74ecbd2c9c160
    Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>

Reviewed-By: Patrick Georgi <patrick at georgi-clan.de> at Fri Oct 26 19:25:24 2012, giving +2
Build-Tested: build bot (Jenkins) at Fri Oct 26 19:39:40 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer at coreboot.org> at Fri Oct 26 19:27:08 2012, giving +2
See http://review.coreboot.org/1627 for details.

-gerrit




More information about the coreboot mailing list