blob: 9347f88f9c0d02daec892a69fbd07ed1b3aace77 [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
30bootblock-y += cbfs.c
31verstage-y += cbfs.c
32romstage-y += cbfs.c
33ramstage-y += cbfs.c
34smm-y += cbfs.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050035postcar-y += cbfs.c
Julius Werner09f29212015-09-29 13:51:35 -070036
Julius Werner1cd013b2019-12-11 16:50:02 -080037bootblock-y += bsd/cbfs_private.c
38verstage-y += bsd/cbfs_private.c
39romstage-y += bsd/cbfs_private.c
40postcar-y += bsd/cbfs_private.c
41ramstage-y += bsd/cbfs_private.c
42smm-y += bsd/cbfs_private.c
43
Julius Werner1e37c9c2019-12-11 17:09:39 -080044bootblock-y += bsd/cbfs_mcache.c
45verstage-y += bsd/cbfs_mcache.c
46romstage-y += bsd/cbfs_mcache.c
47postcar-y += bsd/cbfs_mcache.c
48ramstage-y += bsd/cbfs_mcache.c
49smm-y += bsd/cbfs_mcache.c
50
Julius Werner98eeb962019-12-11 15:47:42 -080051decompressor-y += bsd/lz4_wrapper.c
52bootblock-y += bsd/lz4_wrapper.c
53verstage-y += bsd/lz4_wrapper.c
54romstage-y += bsd/lz4_wrapper.c
55ramstage-y += bsd/lz4_wrapper.c
56postcar-y += bsd/lz4_wrapper.c
Werner Zehbd660e22019-02-19 13:34:12 +010057
58ramstage-y += sort.c
Ricardo Quesadad45e70c2021-07-16 16:42:59 -070059
60romstage-y += bsd/elog.c
61ramstage-y += bsd/elog.c
62smm-y += bsd/elog.c