blob: 1feb50495ac75c972e0709cd2482213cd76874cf (
plain)
1
2
3
4
5
|
################################################################################
## One small file with the awesome super-power of updating the cpu microcode
## directly from CBFS. You have been WARNED!!!
################################################################################
ramstage-$(CONFIG_SUPPORT_CPU_UCODE_IN_CBFS) += microcode.c
|