[coreboot-gerrit] Change in coreboot[master]: [NotForMerge]nb/intel/i945: Add CPCTL for FSB800

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Tue Sep 12 21:02:16 CEST 2017


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/21523


Change subject: [NotForMerge]nb/intel/i945: Add CPCTL for FSB800
......................................................................

[NotForMerge]nb/intel/i945: Add CPCTL for FSB800

Change-Id: I47507fd1b290b8110a4920ae47965d16ebd8c044
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/northbridge/intel/i945/raminit.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/21523/1

diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c
index 8fe589b..c951777 100644
--- a/src/northbridge/intel/i945/raminit.c
+++ b/src/northbridge/intel/i945/raminit.c
@@ -2010,6 +2010,8 @@
 		MCHBAR8(CPCTL) = 0x95; break;	/* FSB533 */
 	case 667:
 		MCHBAR8(CPCTL) = 0x8d; break;	/* FSB667 */
+	case 800:
+		MCHBAR8(CPCTL) = 0x02; break;	/* FSB800 */
 	}
 
 	MCHBAR16(CPCTL) &= ~(1 << 11);

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I47507fd1b290b8110a4920ae47965d16ebd8c044
Gerrit-Change-Number: 21523
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170912/04b12147/attachment.html>


More information about the coreboot-gerrit mailing list