[coreboot-gerrit] Change in coreboot[master]: vendorcode/amd/agesa/f15tn: add Richland RL-A1 to the equivalence table

Mike Banon (Code Review) gerrit at coreboot.org
Sat Aug 18 00:04:12 CEST 2018


Mike Banon has uploaded this change for review. ( https://review.coreboot.org/28204


Change subject: vendorcode/amd/agesa/f15tn: add Richland RL-A1 to the equivalence table
......................................................................

vendorcode/amd/agesa/f15tn: add Richland RL-A1 to the equivalence table

This small change is required for the successful loading of microcode
from F15TnMicrocodePatch0600110F_Enc.c for the Richland RL-A1 CPUs,
such as A10-5750M found at coreboot-supported Lenovo G505S laptop

Richland RL-A1 and Trinity TN-A1 CPUs are using the same microcode,
so the Richland RL-A1 IDs should be added to this equivalence table

Change-Id: I7a68f2fef74fb4c578c47645f727a9ed45526f69
Signed-off-by: Mike Banon <mikebdp2 at gmail.com>
---
M src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/28204/1

diff --git a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c
index b0b12b8..759c2fe 100644
--- a/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c
+++ b/src/vendorcode/amd/agesa/f15tn/Proc/CPU/Family/0x15/TN/F15TnEquivalenceTable.c
@@ -83,6 +83,7 @@
  */
 STATIC CONST UINT16 ROMDATA CpuF15TnMicrocodeEquivalenceTable[] =
 {
+  0x6131, 0x6101,
   0x6101, 0x6101,
   0x6100, 0x6100
 };
@@ -90,6 +91,7 @@
 // Unencrypted equivalent
 STATIC CONST UINT16 ROMDATA CpuF15TnUnEncryptedMicrocodeEquivalenceTable[] =
 {
+  0x6131, 0x6901,
   0x6101, 0x6901,
   0x6100, 0x6900
 };

-- 
To view, visit https://review.coreboot.org/28204
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: I7a68f2fef74fb4c578c47645f727a9ed45526f69
Gerrit-Change-Number: 28204
Gerrit-PatchSet: 1
Gerrit-Owner: Mike Banon <mikebdp2 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180817/d6664d36/attachment.html>


More information about the coreboot-gerrit mailing list