cpu/amd/model_fxx: Add Socket F CPU ID mappings
Change-Id: If1df7f3ae9661fae49557c07def397b36b1d38f0 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12210 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
439a527014
commit
529fd81f64
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue