blob: aa0dbf5f7207edff171da8155f2634a30dc3227d [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
Duncan Laurief5e9ac42012-06-23 13:33:32 -070011smm-$(CONFIG_SMM_TSEG) += die.c
Stefan Reinauer5f0aefb2010-03-24 16:45:46 +000012
Aaron Durbinfd6fb262015-05-13 13:37:43 -050013verstage-y += init.c
14verstage-y += printk.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070015verstage-y += vtxprintf.c
16verstage-y += console.c
Aaron Durbin75c51d92015-09-29 16:31:20 -050017verstage-y += post.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070018verstage-y += die.c
19
Kyösti Mälkki48713a12014-04-15 18:19:48 +030020romstage-y += vtxprintf.c printk.c
21romstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +000022romstage-y += post.c
23romstage-y += die.c
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000024
Aaron Durbinc7013932016-09-16 16:20:24 -050025postcar-$(CONFIG_POSTCAR_CONSOLE) += vtxprintf.c printk.c
26postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050027postcar-y += post.c
28postcar-y += die.c
29
Kyösti Mälkkib2d25962014-01-27 15:09:13 +020030bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +020031bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
Subrata Banik50b92582016-07-21 23:47:38 +053032bootblock-y += post.c
Alexandru Gagniuc90ca3412015-11-06 15:55:46 -080033bootblock-y += die.c