[coreboot-gerrit] Change in coreboot[master]: mb/intel/gd43gt: Enable the GBE

Arthur Heymans (Code Review) gerrit at coreboot.org
Sat Aug 11 11:06:53 CEST 2018


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


Change subject: mb/intel/gd43gt: Enable the GBE
......................................................................

mb/intel/gd43gt: Enable the GBE

Change-Id: I94c917600421ee742ece7f6f71309da80261da28
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/intel/dg43gt/romstage.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/28048/1

diff --git a/src/mainboard/intel/dg43gt/romstage.c b/src/mainboard/intel/dg43gt/romstage.c
index d3b2b6a..64b462f 100644
--- a/src/mainboard/intel/dg43gt/romstage.c
+++ b/src/mainboard/intel/dg43gt/romstage.c
@@ -49,7 +49,7 @@
 	RCBA8(0x31ff);
 
 	RCBA32(0x3410) = 0x00060464;
-	RCBA32(0x3414) = 0x00000020;
+	RCBA32(RCBA_BUC) &= ~BUC_LAND;
 	RCBA32(0x3418) = 0x01320001;
 	RCBA32(0x341c) = 0xbf7f001f;
 	RCBA32(0x3430) = 0x00000002;

-- 
To view, visit https://review.coreboot.org/28048
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: I94c917600421ee742ece7f6f71309da80261da28
Gerrit-Change-Number: 28048
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/20180811/5fc8a118/attachment.html>


More information about the coreboot-gerrit mailing list