[coreboot-gerrit] Patch set updated for coreboot: c0cbad7 panther: fix VGA BIOS ID/name

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Sun Jun 15 20:09:08 CEST 2014


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6026

-gerrit

commit c0cbad7e0c6adb10f3d389e01b1e47f407c90fa3
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Sat Jun 14 19:15:08 2014 -0500

    panther: fix VGA BIOS ID/name
    
    The VGA BIOS name listed (0166) is neither the correct VGA ID for
    panther, nor matches the VGA BIOS name used in the stock Google
    firmware.  Change VGA BIOS name to match name used in stock
    firmware, since panther can have multiple actual VGA IDs depending
    on which GPU is present.
    
    Change-Id: I4ec5f61b3fa872c38ee560fbc61e51872c7c034b
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/mainboard/google/panther/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/panther/Kconfig b/src/mainboard/google/panther/Kconfig
index 024c79b..298dd7a 100644
--- a/src/mainboard/google/panther/Kconfig
+++ b/src/mainboard/google/panther/Kconfig
@@ -44,6 +44,6 @@ config MAX_CPUS
 
 config VGA_BIOS_FILE
 	string
-	default "pci8086,0166.rom"
+	default "pci8086,0406.rom"
 
 endif



More information about the coreboot-gerrit mailing list