blob: 4d8153a15393f7f2a156c49a1e3fd04bbe4b1629 (
plain)
1
2
3
4
5
6
7
8
9
|
romstage-y += ../../x86/mtrr/earlymtrr.c
# no conditionals here. If you include this file from a socket, then you get all the binaries.
ramstage-y += model_fxx_init.c
ramstage-y += model_fxx_update_microcode.c
ramstage-y += processor_name.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += powernow_acpi.c
cpu_microcode_bins += 3rdparty/blobs/cpu/amd/model_fxx/microcode.bin
|