cpu/amd (non-AGESA): Load microcode updates from CBFS
Change-Id: Ic67856414ea2fea9a9eb95d72136cb05da9483fa Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4502 Tested-by: build bot (Jenkins) Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
This commit is contained in:
committed by
Alexandru Gagniuc
parent
893b81f79f
commit
5fe1fb7a5f
@@ -1,9 +1,8 @@
|
||||
#ifndef CPU_AMD_MICROCODE_H
|
||||
#define CPU_AMD_MICROCODE_H
|
||||
|
||||
void amd_update_microcode(void *microcode_updates, unsigned processor_rev_id);
|
||||
void model_fxx_update_microcode(unsigned cpu_deviceid);
|
||||
void update_microcode(u32 processor_rev_id);
|
||||
void update_microcode(u32 cpu_deviceid);
|
||||
void amd_update_microcode_from_cbfs(u32 equivalent_processor_rev_id);
|
||||
|
||||
#endif /* CPU_AMD_MICROCODE_H */
|
||||
|
||||
|
Reference in New Issue
Block a user