SMM_TSEG is a qualifier between TSEG and ASEG memory region. ASEG is deprecated and not supported for these CPUs in coreboot codebase. Change-Id: I0602e04957a390473a2449e1c5ff951f9fdff73b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34133 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
6 lines
195 B
Makefile
6 lines
195 B
Makefile
ramstage-y += model_f4x_init.c
|
|
subdirs-y += ../smm/gen1
|
|
ramstage-$(CONFIG_PARALLEL_MP) += ../model_1067x/mp_init.c
|
|
|
|
cpu_microcode_bins += $(wildcard 3rdparty/intel-microcode/intel-ucode/0f-04-*)
|