This removes the need to include this code separately on each platform. Change-Id: I3d848b1adca4921d7ffa2203348073f0a11d090e Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
31 lines
738 B
Makefile
31 lines
738 B
Makefile
ramstage-y += model_206ax_init.c
|
|
subdirs-y += ../../x86/name
|
|
subdirs-y += ../smm/gen1
|
|
|
|
subdirs-y += ../../x86/tsc
|
|
subdirs-y += ../../x86/mtrr
|
|
subdirs-y += ../../x86/lapic
|
|
subdirs-y += ../../x86/cache
|
|
subdirs-y += ../microcode
|
|
subdirs-y += ../turbo
|
|
|
|
ramstage-y += acpi.c
|
|
|
|
ramstage-y += common.c
|
|
romstage-y += common.c
|
|
smm-y += common.c
|
|
|
|
smm-y += finalize.c
|
|
|
|
cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-2a-*)
|
|
cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/06-3a-*)
|
|
|
|
bootblock-y += bootblock.c
|
|
bootblock-y += ../car/non-evict/cache_as_ram.S
|
|
bootblock-y += ../../x86/early_reset.S
|
|
bootblock-y += ../car/bootblock.c
|
|
|
|
postcar-y += ../car/non-evict/exit_car.S
|
|
|
|
romstage-y += ../car/romstage.c
|