[coreboot-gerrit] Change in coreboot[master]: nb/intel/gm45: Don't run the oprom when using libgfxinit

Arthur Heymans (Code Review) gerrit at coreboot.org
Sun Jul 15 02:15:41 CEST 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/27490


Change subject: nb/intel/gm45: Don't run the oprom when using libgfxinit
......................................................................

nb/intel/gm45: Don't run the oprom when using libgfxinit

Change-Id: Id4bffe50186e5f84d035c2f3dc44fafbc9de6456
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/northbridge/intel/gm45/gma.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/27490/1

diff --git a/src/northbridge/intel/gm45/gma.c b/src/northbridge/intel/gm45/gma.c
index 606170c..6561fc7 100644
--- a/src/northbridge/intel/gm45/gma.c
+++ b/src/northbridge/intel/gm45/gma.c
@@ -756,7 +756,7 @@
 		return;
 	mmio = res2mmio(gtt_res, 0, 0);
 
-	if (!IS_ENABLED(CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT)) {
+	if (!IS_ENABLED(CONFIG_MAINBOARD_USE_LIBGFXINIT)) {
 		/* PCI Init, will run VBIOS */
 		printk(BIOS_DEBUG, "Initialising IGD using VBIOS\n");
 		pci_dev_init(dev);

-- 
To view, visit https://review.coreboot.org/27490
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4bffe50186e5f84d035c2f3dc44fafbc9de6456
Gerrit-Change-Number: 27490
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180715/0c7b7b91/attachment-0001.html>


More information about the coreboot-gerrit mailing list