blob: c5fa8ed85ece30021cb581497b53d3a64b92e9a2 [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
Aaron Durbin32ac0182016-07-18 00:35:42 -050025ramstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c
Aaron Durbin295d58b2015-12-15 13:33:51 -060026
27bootblock-y += cbfs.c
28verstage-y += cbfs.c
29romstage-y += cbfs.c
30ramstage-y += cbfs.c
31smm-y += cbfs.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050032postcar-y += cbfs.c
Julius Werner09f29212015-09-29 13:51:35 -070033
Julius Werner1cd013b2019-12-11 16:50:02 -080034bootblock-y += bsd/cbfs_private.c
35verstage-y += bsd/cbfs_private.c
36romstage-y += bsd/cbfs_private.c
37postcar-y += bsd/cbfs_private.c
38ramstage-y += bsd/cbfs_private.c
39smm-y += bsd/cbfs_private.c
40
Julius Werner1e37c9c2019-12-11 17:09:39 -080041bootblock-y += bsd/cbfs_mcache.c
42verstage-y += bsd/cbfs_mcache.c
43romstage-y += bsd/cbfs_mcache.c
44postcar-y += bsd/cbfs_mcache.c
45ramstage-y += bsd/cbfs_mcache.c
46smm-y += bsd/cbfs_mcache.c
47
Julius Werner98eeb962019-12-11 15:47:42 -080048decompressor-y += bsd/lz4_wrapper.c
49bootblock-y += bsd/lz4_wrapper.c
50verstage-y += bsd/lz4_wrapper.c
51romstage-y += bsd/lz4_wrapper.c
52ramstage-y += bsd/lz4_wrapper.c
53postcar-y += bsd/lz4_wrapper.c
Werner Zehbd660e22019-02-19 13:34:12 +010054
55ramstage-y += sort.c