soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / commonlib / Makefile.inc
blobe90ed4f2839794e4609e79df13a59677f6bb6268
1 subdirs-y += storage
3 bootblock-y += mem_pool.c
4 verstage-y += mem_pool.c
5 romstage-y += mem_pool.c
6 ramstage-y += mem_pool.c
7 postcar-y += mem_pool.c
8 smm-y += mem_pool.c
10 bootblock-y += iobuf.c
11 verstage-y += iobuf.c
12 romstage-y += iobuf.c
13 ramstage-y += iobuf.c
14 smm-y += iobuf.c
15 postcar-y += iobuf.c
17 bootblock-y += region.c
18 verstage-y += region.c
19 romstage-y += region.c
20 ramstage-y += region.c
21 smm-y += region.c
22 postcar-y += region.c
24 romstage-y += rational.c
25 ramstage-y += rational.c
27 ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c
28 ifeq ($(CONFIG_FSP_M_XIP),)
29 romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
30 endif
31 ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
33 bootblock-y += bsd/cbfs_private.c
34 verstage-y += bsd/cbfs_private.c
35 romstage-y += bsd/cbfs_private.c
36 postcar-y += bsd/cbfs_private.c
37 ramstage-y += bsd/cbfs_private.c
38 smm-y += bsd/cbfs_private.c
40 bootblock-y += bsd/cbfs_mcache.c
41 verstage-y += bsd/cbfs_mcache.c
42 romstage-y += bsd/cbfs_mcache.c
43 postcar-y += bsd/cbfs_mcache.c
44 ramstage-y += bsd/cbfs_mcache.c
45 smm-y += bsd/cbfs_mcache.c
47 decompressor-y += bsd/lz4_wrapper.c
48 bootblock-y += bsd/lz4_wrapper.c
49 verstage-y += bsd/lz4_wrapper.c
50 romstage-y += bsd/lz4_wrapper.c
51 ramstage-y += bsd/lz4_wrapper.c
52 postcar-y += bsd/lz4_wrapper.c
54 ramstage-y += sort.c
56 romstage-y += bsd/elog.c
57 ramstage-y += bsd/elog.c
58 smm-y += bsd/elog.c