coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
microcode.h
Go to the documentation of this file.
1 #ifndef CPU_AMD_MICROCODE_H
2 #define CPU_AMD_MICROCODE_H
3 
5 void preload_microcode(void);
6 
7 #endif /* CPU_AMD_MICROCODE_H */
void amd_update_microcode_from_cbfs(void)
void preload_microcode(void)