veyron_rialto: Use VOP_MODE_NONE for display init.
[coreboot.git] / src / console / Makefile.inc
blob60760a04c87caa5c12bcbbf09096c5f33c3c336e
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
6 smm-$(CONFIG_DEBUG_SMI) += init.c console.c vtxprintf.c printk.c
7 smm-$(CONFIG_SMM_TSEG) += die.c
9 verstage-y += init.c
10 verstage-y += printk.c
11 verstage-y += vtxprintf.c
12 verstage-y += console.c
13 verstage-y += die.c
15 romstage-y += vtxprintf.c printk.c
16 romstage-y += init.c console.c
17 romstage-y += post.c
18 romstage-y += die.c
20 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += vtxprintf.c printk.c
21 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += init.c console.c
22 bootblock-$(CONFIG_BOOTBLOCK_CONSOLE) += die.c
24 secmon-y += vtxprintf.c printk.c
25 secmon-y += init.c console.c
26 secmon-y += die.c