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

Felix Held (Code Review) gerrit at coreboot.org
Mon Oct 15 14:51:39 CEST 2018


Felix Held has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/29101
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Felix Held <felix-coreboot at felixheld.de>
---
M src/northbridge/intel/x4x/raminit.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Felix Held: Looks good to me, approved



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: merged
Gerrit-Change-Id: Id1a94d91434dbe782fcc56dad56fcaee4e78463b
Gerrit-Change-Number: 29101
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Angel Pons <th3fanbus at gmail.com>
Gerrit-Reviewer: Felix Held <felix-coreboot at felixheld.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181015/57c97bfd/attachment.html>


More information about the coreboot-gerrit mailing list