blob: 4296426a0526bd0891901220f04601e8548b2926 [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
Jeremy Compostella50139d02022-12-01 15:07:51 -07008romstage-$(CONFIG_ROMSTAGE_LIBHWBASE) += hw-debug_sink.ads
9romstage-$(CONFIG_ROMSTAGE_LIBHWBASE) += hw-debug_sink.adb
Nico Huberc83239e2016-10-05 17:46:49 +020010endif
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000011
Kyösti Mälkki40760722014-02-27 19:30:18 +020012smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
Kyösti Mälkki60012ac2019-07-08 00:01:42 +030013smm-y += die.c
14smm-y += post.c
Stefan Reinauer5f0aefb2010-03-24 16:45:46 +000015
Martin Rothbaba3e92020-05-04 11:31:18 -060016ifneq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y)
Aaron Durbinfd6fb262015-05-13 13:37:43 -050017verstage-y += printk.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070018verstage-y += console.c
Martin Rothbaba3e92020-05-04 11:31:18 -060019endif
Aaron Durbin75c51d92015-09-29 16:31:20 -050020verstage-y += post.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070021verstage-y += die.c
Martin Rothbaba3e92020-05-04 11:31:18 -060022verstage-y += init.c
23verstage-y += vtxprintf.c vsprintf.c
Daisuke Nojiribcc1d422014-06-19 19:16:24 -070024
Paul Menzel89411582017-04-19 15:09:57 +020025romstage-y += vtxprintf.c printk.c vsprintf.c
Kyösti Mälkki48713a12014-04-15 18:19:48 +030026romstage-y += init.c console.c
Stefan Reinauerabc0c852010-11-22 08:09:50 +000027romstage-y += post.c
28romstage-y += die.c
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000029
Patrick Rudolph31c4c7b2019-10-15 10:50:31 +020030postcar-y += vtxprintf.c vsprintf.c
31postcar-$(CONFIG_POSTCAR_CONSOLE) += printk.c
Aaron Durbinc7013932016-09-16 16:20:24 -050032postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
Aaron Durbin7f8afe02016-03-18 12:21:23 -050033postcar-y += post.c
34postcar-y += die.c
35
Paul Menzel89411582017-04-19 15:09:57 +020036bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += printk.c
37bootblock-y += vtxprintf.c vsprintf.c
Kyösti Mälkki21333f92014-02-14 10:04:31 +020038bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
Subrata Banik50b92582016-07-21 23:47:38 +053039bootblock-y += post.c
Alexandru Gagniuc90ca3412015-11-06 15:55:46 -080040bootblock-y += die.c
Julius Werner99f46832018-05-16 14:14:04 -070041
42decompressor-y += die.c