blob: 1a38e4a89f12fae38aa74cf3fa2c96b0fad39a95 [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
Aaron Durbindc9f5cd2015-09-08 13:34:43 -05008
Aaron Durbin88b26b82017-03-24 17:10:51 -05009bootblock-y += iobuf.c
10verstage-y += iobuf.c
11romstage-y += iobuf.c
12ramstage-y += iobuf.c
13smm-y += iobuf.c
14postcar-y += iobuf.c
15
Aaron Durbindc9f5cd2015-09-08 13:34:43 -050016bootblock-y += region.c
17verstage-y += region.c
18romstage-y += region.c
19ramstage-y += region.c
20smm-y += region.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050021postcar-y += region.c
Aaron Durbin04ebf592015-09-30 17:49:04 -050022
Furquan Shaikhb0c2fe02016-05-09 12:23:01 -070023ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c
Aaron Durbin32ac0182016-07-18 00:35:42 -050024ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
Aaron Durbin295d58b2015-12-15 13:33:51 -060025
26bootblock-y += cbfs.c
27verstage-y += cbfs.c
28romstage-y += cbfs.c
29ramstage-y += cbfs.c
30smm-y += cbfs.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050031postcar-y += cbfs.c
Julius Werner09f29212015-09-29 13:51:35 -070032
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