The definition of processor_rev_id in struct microcode is 16 bits. So we need to change the a series of parameters passing to 16 bits. Change-Id: Iacabee7e571bd37f3aca106d515d755969daf8f3 Signed-off-by: Zheng Bao <zheng.bao@amd.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41869 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
8 lines
202 B
C
8 lines
202 B
C
#ifndef CPU_AMD_MICROCODE_H
|
|
#define CPU_AMD_MICROCODE_H
|
|
|
|
void update_microcode(u32 cpu_deviceid);
|
|
void amd_update_microcode_from_cbfs(u16 equivalent_processor_rev_id);
|
|
|
|
#endif /* CPU_AMD_MICROCODE_H */
|