Uwe's version of yh_rest_of_patch.patch (13.02.07 - [PATCH] Rest of huge MCP55 patch). I dropped a lot of stuff, like broken indenting, removed copyright messages, and this printk_ram_* stuff (what the heck is this supposed to be) This codebase is really a mess. Further tarball contributions without a _CLEANED UP_ patch will be denied, especially if they are not from an up to date svn tree. Signed-off-by: Yinghai Lu <yinghai.lu@amd.com> Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2563 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
36 lines
641 B
Plaintext
36 lines
641 B
Plaintext
uses CONFIG_CONSOLE_SERIAL8250
|
|
uses CONFIG_USBDEBUG_DIRECT
|
|
uses CONFIG_CONSOLE_VGA
|
|
uses CONFIG_CONSOLE_BTEXT
|
|
uses CONFIG_CONSOLE_LOGBUF
|
|
uses CONFIG_USE_INIT
|
|
uses CONFIG_USE_PRINTK_IN_CAR
|
|
|
|
object printk.o
|
|
if CONFIG_CONSOLE_SERIAL8250
|
|
driver uart8250_console.o
|
|
end
|
|
if CONFIG_USBDEBUG_DIRECT
|
|
driver usbdebug_direct_console.o
|
|
end
|
|
if CONFIG_CONSOLE_VGA
|
|
driver vga_console.o
|
|
end
|
|
if CONFIG_CONSOLE_BTEXT
|
|
driver btext_console.o
|
|
driver font-8x16.o
|
|
end
|
|
if CONFIG_CONSOLE_LOGBUF
|
|
driver logbuf_console.o
|
|
end
|
|
|
|
object console.o
|
|
object vtxprintf.o
|
|
object vsprintf.o
|
|
|
|
if CONFIG_USE_INIT
|
|
# if CONFIG_USE_PRINTK_IN_CAR
|
|
initobject vtxprintf.o
|
|
# end
|
|
end
|