coreboot-kgpe-d16/payloads/libpayload/drivers
Patrick Georgi 657a6dc390 This patch removes most of the #ifdefs in libc/console.c, and
replaces it with two queues (input, output) where drivers (serial,
keyboard, video, usb) can attach.

The only things left with #ifdefs are initialization (at some point
the drivers must get a chance to register)


Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3679 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-10-21 15:08:18 +00:00
..
usb This patch removes most of the #ifdefs in libc/console.c, and 2008-10-21 15:08:18 +00:00
video This patch removes most of the #ifdefs in libc/console.c, and 2008-10-21 15:08:18 +00:00
Makefile.inc libpayload: Rename Geode video driver to Geode LX video driver. 2008-10-08 14:47:41 +00:00
keyboard.c This patch removes most of the #ifdefs in libc/console.c, and 2008-10-21 15:08:18 +00:00
nvram.c these should be the last occurences of CONFIG_ without config.h in libpayload. 2008-08-11 16:58:23 +00:00
options.c fix option handling in libpayload 2008-09-26 18:39:06 +00:00
pci.c [PATCH] libpayload: Fix the PCI search function 2008-10-20 16:52:06 +00:00
serial.c This patch removes most of the #ifdefs in libc/console.c, and 2008-10-21 15:08:18 +00:00
speaker.c Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). 2008-04-15 17:24:08 +00:00