Revert "src/cpu,soc/amd/common/block/cpu: Add preload_microcode"
This reverts commit 4b5a490b6f.
Reason for revert: This effort was apparently given up on since 4 years.
So remove the function, since it is not used at the moment. If someone
wants to bring that effort back to live, said person can feel free to do
so.
Change-Id: I26d5c9fbfd6eae24f876d857a6e952ca0d1a64ae
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87066
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
d696fa6987
commit
aec4a9b2e5
3 changed files with 0 additions and 19 deletions
|
|
@ -59,12 +59,7 @@ $(obj)/cpu_microcode_blob.bin: $$(wildcard $$(cpu_microcode_bins)) $(DOTCONFIG)
|
|||
|
||||
cpu_microcode_blob.bin-file ?= $(obj)/cpu_microcode_blob.bin
|
||||
cpu_microcode_blob.bin-type := microcode
|
||||
# The AMD LPC SPI DMA controller requires source files to be 64 byte aligned.
|
||||
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_LPC_SPI_DMA),y)
|
||||
cpu_microcode_blob.bin-align := 64
|
||||
else
|
||||
cpu_microcode_blob.bin-align := 16
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_CPU_MICROCODE_CBFS_LOC),)
|
||||
cpu_microcode_blob.bin-COREBOOT-position := $(CONFIG_CPU_MICROCODE_CBFS_LOC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue