From 529fd81f640fa514ea4c443dd561086e7c582a64 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 28 Oct 2015 02:59:09 -0500 Subject: cpu/amd/model_fxx: Add Socket F CPU ID mappings Change-Id: If1df7f3ae9661fae49557c07def397b36b1d38f0 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/12210 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/amd/model_fxx/model_fxx_update_microcode.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/cpu') 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 eb9e9eb74c..745437084b 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 */ -- cgit v1.2.3