1 ## SPDX-License-Identifier: GPL-2.0-only
3 ramstage-y
+= haswell_init.c
5 romstage-y
+= romstage.c
6 romstage-y
+= ..
/car
/romstage.c
9 ramstage-
$(CONFIG_HAVE_SMI_HANDLER
) += smmrelocate.c
13 bootblock-y
+= ..
/car
/non-evict
/cache_as_ram.S
14 bootblock-y
+= ..
/car
/bootblock.c
15 bootblock-y
+= ..
/..
/x86
/early_reset.S
16 bootblock-y
+= bootblock.c
18 postcar-y
+= ..
/car
/non-evict
/exit_car.S
20 subdirs-y
+= ..
/microcode
23 ifeq ($(CONFIG_INTEL_LYNXPOINT_LP
),y
)
25 cpu_microcode_bins
+= $(wildcard 3rdparty
/intel-microcode
/intel-ucode
/06-45-*)
26 ifeq ($(CONFIG_SOC_INTEL_BROADWELL
),y
)
28 cpu_microcode_bins
+= $(wildcard 3rdparty
/intel-microcode
/intel-ucode
/06-3d-
*)
32 cpu_microcode_bins
+= $(wildcard 3rdparty
/intel-microcode
/intel-ucode
/06-3c-
*)
34 cpu_microcode_bins
+= $(wildcard 3rdparty
/intel-microcode
/intel-ucode
/06-46-*)
36 cpu_microcode_bins
+= $(wildcard 3rdparty
/intel-microcode
/intel-ucode
/06-47-*)