1 ## SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_SOC_INTEL_COOPERLAKE_SP
),y
)
5 subdirs-y
+= ..
/..
/..
/..
/cpu
/intel
/turbo
6 subdirs-y
+= ..
/..
/..
/..
/cpu
/intel
/microcode
8 romstage-y
+= romstage.c soc_util.c
9 romstage-y
+= ..
/dimm.c
10 romstage-
$(CONFIG_DISPLAY_UPD_DATA
) += upd_display.c
11 romstage-
$(CONFIG_DISPLAY_HOBS
) += hob_display.c
13 ramstage-y
+= chip.c cpu.c soc_util.c soc_acpi.c
14 ramstage-y
+= ..
/chip_gen1.c
15 ramstage-
$(CONFIG_DISPLAY_HOBS
) += hob_display.c
16 ramstage-
$(CONFIG_DISPLAY_UPD_DATA
) += upd_display.c
18 CPPFLAGS_common
+= -I
$(src
)/soc
/intel
/xeon_sp
/cpx
/include -I
$(src
)/soc
/intel
/xeon_sp
/cpx
19 CPPFLAGS_common
+= -I
$(src
)/vendorcode
/intel
/fsp
/fsp2_0
/cooperlake_sp
21 cpu_microcode_bins
+= 3rdparty
/intel-microcode
/intel-ucode
/06-55-0b
23 endif ## CONFIG_SOC_INTEL_COOPERLAKE_SP