1 ## SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_SOC_INTEL_PANTHERLAKE_BASE
),y
)
6 subdirs-y
+= ..
/..
/..
/cpu
/intel
/microcode
7 subdirs-y
+= ..
/..
/..
/cpu
/intel
/turbo
9 # all (bootblock, verstage, romstage, postcar, ramstage)
17 bootblock-y
+= bootblock
/bootblock.c
18 bootblock-y
+= bootblock
/pcd.c
19 bootblock-y
+= bootblock
/report_platform.c
22 romstage-
$(CONFIG_SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY
) += cse_telemetry.c
24 romstage-y
+= meminit.c
25 romstage-y
+= pcie_rp.c
31 ramstage-
$(CONFIG_SOC_INTEL_CRASHLOG
) += crashlog.c
34 ramstage-y
+= finalize.c
35 ramstage-y
+= fsp_params.c
36 ramstage-y
+= lockdown.c
38 ramstage-y
+= pcie_rp.c
41 ramstage-y
+= retimer.c
42 ramstage-y
+= soundwire.c
43 ramstage-y
+= systemagent.c
54 CPPFLAGS_common
+= -I
$(src
)/soc
/intel
/pantherlake
55 CPPFLAGS_common
+= -I
$(src
)/soc
/intel
/pantherlake
/include