[coreboot-gerrit] Change in coreboot[master]: [UNTESTED]mb/gigabyte/ga-g41m-es2l: Don't disable PATA

Arthur Heymans (Code Review) gerrit at coreboot.org
Mon May 8 21:48:57 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/19627 )

Change subject: [UNTESTED]mb/gigabyte/ga-g41m-es2l: Don't disable PATA
......................................................................

[UNTESTED]mb/gigabyte/ga-g41m-es2l: Don't disable PATA

Change-Id: I74dc72c22e6c4fed07f28ef7d88adde54656ae39
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/19627/1

diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
index 0a1470b..739f999 100644
--- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
+++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c
@@ -102,7 +102,7 @@
 	RCBA8(0x31ff);
 
 	RCBA32(0x3410) = 0x00190464;
-	RCBA32(0x3418) = 0x003c0063;
+	RCBA32(FD) = 0x003c0061;
 	RCBA32(0x341c) = 0x00000000;
 	RCBA32(0x3430) = 0x00000001;
 	RCBA32(0x3e00) = 0xff000001;

-- 
To view, visit https://review.coreboot.org/19627
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I74dc72c22e6c4fed07f28ef7d88adde54656ae39
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list