[coreboot-gerrit] New patch to review for coreboot: cpu/amd/model_fxx: Add Socket F CPU ID mappings

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Oct 28 09:05:40 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12210

-gerrit

commit 3373ac9da0f2ee901f26afa8ff939f4c36a5234f
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Wed Oct 28 02:59:09 2015 -0500

    cpu/amd/model_fxx: Add Socket F CPU ID mappings
    
    Change-Id: If1df7f3ae9661fae49557c07def397b36b1d38f0
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/cpu/amd/model_fxx/model_fxx_update_microcode.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/cpu/amd/model_fxx/model_fxx_update_microcode.c b/src/cpu/amd/model_fxx/model_fxx_update_microcode.c
index eb9e9eb..7454370 100644
--- a/src/cpu/amd/model_fxx/model_fxx_update_microcode.c
+++ b/src/cpu/amd/model_fxx/model_fxx_update_microcode.c
@@ -54,7 +54,12 @@ static u16 get_equivalent_processor_rev_id(u32 orig_id) {
 	#endif
 
 	#if CONFIG_K8_REV_F_SUPPORT
-		/* FIXME */
+		/* FIXME
+		 * Microcode files for CPU revision 0xf do
+		 * not seem to be available...
+		 */
+		{ 0x40f10, 0x0410 },
+		{ 0x40f13, 0x0410 },
 	#endif
 
 		/* Array terminator */



More information about the coreboot-gerrit mailing list