blob: 58d783acb9cbac5e8e3ab83265fb480c200b0d75 [file] [log] [blame]
Andrey Petrov662da6c2020-03-16 22:46:57 -07001## SPDX-License-Identifier: GPL-2.0-only
Andrey Petrov662da6c2020-03-16 22:46:57 -07002
3ifeq ($(CONFIG_SOC_INTEL_SKYLAKE_SP),y)
4
5subdirs-y += ../../../../cpu/intel/microcode
6subdirs-y += ../../../../cpu/intel/turbo
Andrey Petrov662da6c2020-03-16 22:46:57 -07007
8postcar-y += soc_util.c
9
10romstage-y += soc_util.c
11romstage-y += romstage.c
12romstage-y += soc_util.c
13romstage-y += hob_display.c
14romstage-$(CONFIG_DISPLAY_UPD_DATA) += upd_display.c
15romstage-$(CONFIG_DISPLAY_HOBS) += hob_display.c
16
Marc Jonesccfaf252020-09-28 12:06:36 -060017ramstage-y += soc_acpi.c
Andrey Petrov662da6c2020-03-16 22:46:57 -070018ramstage-y += chip.c
Shuo Liuec58beb2024-03-11 07:14:07 +080019ramstage-y += ../chip_gen1.c
Andrey Petrov662da6c2020-03-16 22:46:57 -070020ramstage-y += soc_util.c
21ramstage-y += cpu.c
Andrey Petrov662da6c2020-03-16 22:46:57 -070022ramstage-$(CONFIG_DISPLAY_UPD_DATA) += upd_display.c
23ramstage-$(CONFIG_DISPLAY_HOBS) += hob_display.c
24ramstage-y += hob_display.c
25
26CPPFLAGS_common += -I$(src)/soc/intel/xeon_sp/skx/include -I$(src)/soc/intel/xeon_sp/skx
27
Arthur Heymans86d195b2020-12-11 09:46:03 +010028cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-55-04
29
Andrey Petrov662da6c2020-03-16 22:46:57 -070030endif ## CONFIG_SOC_INTEL_SKYLAKE_SP