[coreboot-gerrit] Change in coreboot[master]: nb/intel/x4x: Fix P45 CAPID max frequency

Arthur Heymans (Code Review) gerrit at coreboot.org
Sun Oct 14 13:25:13 CEST 2018


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


Change subject: nb/intel/x4x: Fix P45 CAPID max frequency
......................................................................

nb/intel/x4x: Fix P45 CAPID max frequency

It looks like on the ASUS P5QC has 0 in this CAPID field while still supporting
TCK_666MHZ.

Change-Id: Id1a94d91434dbe782fcc56dad56fcaee4e78463b
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/northbridge/intel/x4x/raminit.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/29101/1

diff --git a/src/northbridge/intel/x4x/raminit.c b/src/northbridge/intel/x4x/raminit.c
index 4d34968..80bde6c 100644
--- a/src/northbridge/intel/x4x/raminit.c
+++ b/src/northbridge/intel/x4x/raminit.c
@@ -296,6 +296,7 @@
 		min_tCLK = MAX(min_tCLK, TCK_533MHZ);
 		break;
 	case 3: /* Only on P45 */
+	case 0:
 		min_tCLK = MAX(min_tCLK, TCK_666MHZ);
 		break;
 	}

-- 
To view, visit https://review.coreboot.org/29101
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: Id1a94d91434dbe782fcc56dad56fcaee4e78463b
Gerrit-Change-Number: 29101
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/20181014/f37dc39b/attachment.html>


More information about the coreboot-gerrit mailing list