Update the FAM10 microcode to current versions.
In addition, AP microcode is now updated in early initialization to support errata settings that require it. Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3250 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -61,8 +61,8 @@ static int need_apply_patch(struct microcode *m, u32 equivalent_processor_rev_id
|
||||
{
|
||||
|
||||
if (m->processor_rev_id != equivalent_processor_rev_id) {
|
||||
printk_debug("microcode: rev id does not match this patch.\n");
|
||||
printk_debug("microcode: Not updated! Fix microcode_updates[] \n");
|
||||
printk_err("microcode: rev id (%x) does not match this patch.\n", m->processor_rev_id);
|
||||
printk_err("microcode: Not updated! Fix microcode_updates[] \n");
|
||||
return 0;
|
||||
}
|
||||
if (m->nb_dev_id) {
|
||||
|
Reference in New Issue
Block a user