blob: 2477e07268d611104e08d1a734488ebec2bae77e [file] [log] [blame]
Lee Leahy48dbc662017-05-08 16:56:03 -07001subdirs-y += storage
2
Aaron Durbindc9f5cd2015-09-08 13:34:43 -05003bootblock-y += mem_pool.c
4verstage-y += mem_pool.c
5romstage-y += mem_pool.c
6ramstage-y += mem_pool.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -05007postcar-y += mem_pool.c
Julius Werner9b1f3cc2020-12-30 17:30:12 -08008smm-y += mem_pool.c
Aaron Durbindc9f5cd2015-09-08 13:34:43 -05009
Aaron Durbin88b26b82017-03-24 17:10:51 -050010bootblock-y += iobuf.c
11verstage-y += iobuf.c
12romstage-y += iobuf.c
13ramstage-y += iobuf.c
14smm-y += iobuf.c
15postcar-y += iobuf.c
16
Aaron Durbindc9f5cd2015-09-08 13:34:43 -050017bootblock-y += region.c
18verstage-y += region.c
19romstage-y += region.c
20ramstage-y += region.c
21smm-y += region.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050022postcar-y += region.c
Aaron Durbin04ebf592015-09-30 17:49:04 -050023
Furquan Shaikhb0c2fe02016-05-09 12:23:01 -070024ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c
Raul E Rangel4911dc72021-11-05 10:29:24 -060025ifeq ($(CONFIG_FSP_M_XIP),)
26romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
27endif
Aaron Durbin32ac0182016-07-18 00:35:42 -050028ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
Aaron Durbin295d58b2015-12-15 13:33:51 -060029
Julius Werner1cd013b2019-12-11 16:50:02 -080030bootblock-y += bsd/cbfs_private.c
31verstage-y += bsd/cbfs_private.c
32romstage-y += bsd/cbfs_private.c
33postcar-y += bsd/cbfs_private.c
34ramstage-y += bsd/cbfs_private.c
35smm-y += bsd/cbfs_private.c
36
Julius Werner1e37c9c2019-12-11 17:09:39 -080037bootblock-y += bsd/cbfs_mcache.c
38verstage-y += bsd/cbfs_mcache.c
39romstage-y += bsd/cbfs_mcache.c
40postcar-y += bsd/cbfs_mcache.c
41ramstage-y += bsd/cbfs_mcache.c
42smm-y += bsd/cbfs_mcache.c
43
Julius Werner98eeb962019-12-11 15:47:42 -080044decompressor-y += bsd/lz4_wrapper.c
45bootblock-y += bsd/lz4_wrapper.c
46verstage-y += bsd/lz4_wrapper.c
47romstage-y += bsd/lz4_wrapper.c
48ramstage-y += bsd/lz4_wrapper.c
49postcar-y += bsd/lz4_wrapper.c
Werner Zehbd660e22019-02-19 13:34:12 +010050
51ramstage-y += sort.c
Ricardo Quesadad45e70c2021-07-16 16:42:59 -070052
53romstage-y += bsd/elog.c
54ramstage-y += bsd/elog.c
55smm-y += bsd/elog.c