soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / console / Makefile.inc
blob4296426a0526bd0891901220f04601e8548b2926
1 ramstage-y += vtxprintf.c printk.c vsprintf.c
2 ramstage-y += init.c console.c
3 ramstage-y += post.c
4 ramstage-y += die.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
10 endif
12 smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
13 smm-y += die.c
14 smm-y += post.c
16 ifneq ($(CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK),y)
17 verstage-y += printk.c
18 verstage-y += console.c
19 endif
20 verstage-y += post.c
21 verstage-y += die.c
22 verstage-y += init.c
23 verstage-y += vtxprintf.c vsprintf.c
25 romstage-y += vtxprintf.c printk.c vsprintf.c
26 romstage-y += init.c console.c
27 romstage-y += post.c
28 romstage-y += die.c
30 postcar-y += vtxprintf.c vsprintf.c
31 postcar-$(CONFIG_POSTCAR_CONSOLE) += printk.c
32 postcar-$(CONFIG_POSTCAR_CONSOLE) += init.c console.c
33 postcar-y += post.c
34 postcar-y += die.c
36 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += printk.c
37 bootblock-y += vtxprintf.c vsprintf.c
38 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
39 bootblock-y += post.c
40 bootblock-y += die.c
42 decompressor-y += die.c