blob: 689f59e54912bd77cd59b58bd3bbe8280d5ebf09 (
plain)
1
2
3
4
5
6
7
8
|
/*
* We support updating microcode from CBFS, but do not have any microcode
* updates for this CPU. This will generate a useless cpu_microcode_blob.bin in
* CBFS, but this file can be later replaced without needing to recompile the
* coreboot.rom image.
*/
unsigned microcode_updates_ep80579[] = {
};
|