blob: e90ed4f2839794e4609e79df13a59677f6bb6268 [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
Vinod Polimera75283112022-07-20 17:25:44 +053024romstage-y += rational.c
25ramstage-y += rational.c
26
Furquan Shaikhb0c2fe02016-05-09 12:23:01 -070027ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c
Raul E Rangel4911dc72021-11-05 10:29:24 -060028ifeq ($(CONFIG_FSP_M_XIP),)
29romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
30endif
Aaron Durbin32ac0182016-07-18 00:35:42 -050031ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
Aaron Durbin295d58b2015-12-15 13:33:51 -060032
Julius Werner1cd013b2019-12-11 16:50:02 -080033bootblock-y += bsd/cbfs_private.c
34verstage-y += bsd/cbfs_private.c
35romstage-y += bsd/cbfs_private.c
36postcar-y += bsd/cbfs_private.c
37ramstage-y += bsd/cbfs_private.c
38smm-y += bsd/cbfs_private.c
39
Julius Werner1e37c9c2019-12-11 17:09:39 -080040bootblock-y += bsd/cbfs_mcache.c
41verstage-y += bsd/cbfs_mcache.c
42romstage-y += bsd/cbfs_mcache.c
43postcar-y += bsd/cbfs_mcache.c
44ramstage-y += bsd/cbfs_mcache.c
45smm-y += bsd/cbfs_mcache.c
46
Julius Werner98eeb962019-12-11 15:47:42 -080047decompressor-y += bsd/lz4_wrapper.c
48bootblock-y += bsd/lz4_wrapper.c
49verstage-y += bsd/lz4_wrapper.c
50romstage-y += bsd/lz4_wrapper.c
51ramstage-y += bsd/lz4_wrapper.c
52postcar-y += bsd/lz4_wrapper.c
Werner Zehbd660e22019-02-19 13:34:12 +010053
54ramstage-y += sort.c
Ricardo Quesadad45e70c2021-07-16 16:42:59 -070055
56romstage-y += bsd/elog.c
57ramstage-y += bsd/elog.c
58smm-y += bsd/elog.c