blob: e2a20d7ff79b184f2e2ef0f97bec2318803f310c [file] [log] [blame]
Kyösti Mälkkib2d25962014-01-27 15:09:13 +02001ramstage-y += vtxprintf.c printk.c vsprintf.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +02002ramstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +00003ramstage-y += post.c
4ramstage-y += die.c
Nico Huberc83239e2016-10-05 17:46:49 +02005ifeq ($(CONFIG_HWBASE_DEBUG_CB),y)
6ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.ads
7ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.adb
8endif
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +00009
Kyösti Mälkki40760722014-02-27 19:30:18 +020010smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
Kyösti Mälkki60012ac2019-07-08 00:01:42 +030011smm-y += die.c
12smm-y += post.c
Stefan Reinauer5f0aefb2010-03-24 16:45:46 +000013
Martin Rothbaba3e92020-05-04 11:31:18 -060014ifneq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y)
Aaron Durbinfd6fb262015-05-13 13:37:43 -050015verstage-y += printk.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070016verstage-y += console.c
Martin Rothbaba3e92020-05-04 11:31:18 -060017endif
Aaron Durbin75c51d92015-09-29 16:31:20 -050018verstage-y += post.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070019verstage-y += die.c
Martin Rothbaba3e92020-05-04 11:31:18 -060020verstage-y += init.c
21verstage-y += vtxprintf.c vsprintf.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070022
Paul Menzel89411582017-04-19 15:09:57 +020023romstage-y += vtxprintf.c printk.c vsprintf.c
Kyösti Mälkki48713a12014-04-15 18:19:48 +030024romstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +000025romstage-y += post.c
26romstage-y += die.c
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000027
Patrick Rudolph31c4c7b2019-10-15 10:50:31 +020028postcar-y += vtxprintf.c vsprintf.c
29postcar-$(CONFIG_POSTCAR_CONSOLE) += printk.c
Aaron Durbinc7013932016-09-16 16:20:24 -050030postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050031postcar-y += post.c
32postcar-y += die.c
33
Paul Menzel89411582017-04-19 15:09:57 +020034bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += printk.c
35bootblock-y += vtxprintf.c vsprintf.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +020036bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
Subrata Banik50b92582016-07-21 23:47:38 +053037bootblock-y += post.c
Alexandru Gagniuc90ca3412015-11-06 15:55:46 -080038bootblock-y += die.c
Julius Werner99f46832018-05-16 14:14:04 -070039
40decompressor-y += die.c