1 ramstage-y += vtxprintf.c printk.c vsprintf.c
2 ramstage-y += init.c console.c
5 ifeq ($(CONFIG_HWBASE_DEBUG_CB),y)
6 ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.ads
7 ramstage-$(CONFIG_RAMSTAGE_LIBHWBASE) += hw-debug_sink.adb
8 romstage-$(CONFIG_ROMSTAGE_LIBHWBASE) += hw-debug_sink.ads
9 romstage-$(CONFIG_ROMSTAGE_LIBHWBASE) += hw-debug_sink.adb
12 smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
16 ifneq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y)
17 verstage-y += printk.c
18 verstage-y += console.c
23 verstage-y += vtxprintf.c vsprintf.c
25 romstage-y += vtxprintf.c printk.c vsprintf.c
26 romstage-y += init.c console.c
30 postcar-y += vtxprintf.c vsprintf.c
31 postcar-$(CONFIG_POSTCAR_CONSOLE) += printk.c
32 postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
36 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += printk.c
37 bootblock-y += vtxprintf.c vsprintf.c
38 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
42 decompressor-y += die.c