1 ## SPDX-License-Identifier: GPL-2.0-only
5 bootblock-y
+= mem_pool.c
6 verstage-y
+= mem_pool.c
7 romstage-y
+= mem_pool.c
8 ramstage-y
+= mem_pool.c
9 postcar-y
+= mem_pool.c
12 bootblock-y
+= iobuf.c
19 bootblock-y
+= region.c
20 verstage-y
+= region.c
21 romstage-y
+= region.c
22 ramstage-y
+= region.c
26 romstage-y
+= rational.c
27 ramstage-y
+= rational.c
29 ramstage-
$(CONFIG_PLATFORM_USES_FSP1_1
) += fsp_relocate.c
30 ifeq ($(CONFIG_FSP_M_XIP
),)
31 romstage-
$(CONFIG_PLATFORM_USES_FSP2_0
) += fsp_relocate.c
33 ramstage-
$(CONFIG_PLATFORM_USES_FSP2_0
) += fsp_relocate.c
35 bootblock-y
+= bsd
/cbfs_private.c
36 verstage-y
+= bsd
/cbfs_private.c
37 romstage-y
+= bsd
/cbfs_private.c
38 postcar-y
+= bsd
/cbfs_private.c
39 ramstage-y
+= bsd
/cbfs_private.c
40 smm-y
+= bsd
/cbfs_private.c
42 bootblock-y
+= bsd
/cbfs_mcache.c
43 verstage-y
+= bsd
/cbfs_mcache.c
44 romstage-y
+= bsd
/cbfs_mcache.c
45 postcar-y
+= bsd
/cbfs_mcache.c
46 ramstage-y
+= bsd
/cbfs_mcache.c
47 smm-y
+= bsd
/cbfs_mcache.c
49 decompressor-y
+= bsd
/lz4_wrapper.c
50 bootblock-y
+= bsd
/lz4_wrapper.c
51 verstage-y
+= bsd
/lz4_wrapper.c
52 romstage-y
+= bsd
/lz4_wrapper.c
53 ramstage-y
+= bsd
/lz4_wrapper.c
54 postcar-y
+= bsd
/lz4_wrapper.c
60 romstage-y
+= bsd
/elog.c
61 ramstage-y
+= bsd
/elog.c
64 decompressor-y
+= bsd
/gcd.c
67 all-y
+= bsd
/ipchksum.c