[coreboot-gerrit] Patch set updated for coreboot: gm45/gma.c: use correct id string for fake VBT

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Sep 15 01:45:40 CEST 2016


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16551

-gerrit

commit f6d7b970352e5a061fad9ab79e18f0a061def026
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Thu Sep 8 22:21:54 2016 +0200

    gm45/gma.c: use correct id string for fake VBT
    
    The correct id string for gm45 is "$VBT CANTIGA        ".
    This can be found in the gm45 option rom:
    "strings vbios.bin | grep VBT".
    
    Change-Id: Icd67a87dac774b4b3c211511c784c4fb4e2ea97c
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/northbridge/intel/gm45/gma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/gm45/gma.c b/src/northbridge/intel/gm45/gma.c
index dbcb867..14f695e 100644
--- a/src/northbridge/intel/gm45/gma.c
+++ b/src/northbridge/intel/gm45/gma.c
@@ -741,7 +741,7 @@ static void gma_func0_init(struct device *dev)
 
 		/* Linux relies on VBT for panel info.  */
 		generate_fake_intel_oprom(&conf->gfx, dev,
-					  "$VBT IRONLAKE-MOBILE");
+					"$VBT CANTIGA        ");
 	}
 }
 



More information about the coreboot-gerrit mailing list