summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers
Commit message (Expand)AuthorAgeFilesLines
* libpayload: add set_option() functionPatrick Georgi2011-12-131-3/+54
* libpayload: Fix handling of CAPS LOCK key on PS/2 keyboardsPatrick Georgi2011-11-101-2/+4
* libpayload: Implement usb_exitPatrick Georgi2011-11-042-5/+16
* libpayload: Tell EHCI to re-enable USB1 controllersPatrick Georgi2011-11-041-1/+1
* libpayload: Drop usb_fatal()Patrick Georgi2011-11-0411-30/+24
* libpayload: Reduce verbosity in USB stackMathias Krause2011-11-038-84/+83
* libpayload: Fix OHCI some morePatrick Georgi2011-11-011-6/+8
* Fix libpayload speaker driverStefan Reinauer2011-10-271-2/+4
* Fix CMOS checksum calculation in libpayload.Stefan Reinauer2011-10-221-2/+0
* libpayload: fix bulk transfers on OHCI controllersPatrick Georgi2011-10-211-0/+1
* libpayload: Add get_option_from()Patrick Georgi2011-09-141-2/+7
* libpayload: EHCI registers are volatilePatrick Georgi2011-08-161-5/+5
* port_enable and port_reset must change atomically.Steven A. Falco2011-07-171-7/+32
* Print a warning when an unknow USB controller type is detected.Steven A. Falco2011-07-141-19/+26
* EHCI driver missing bus_address assignment.Steven A. Falco2011-07-141-0/+1
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-304-16/+16
* Use coreboot build system for libpayload, too.Patrick Georgi2011-06-301-28/+28
* Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer2011-04-161-6/+86
* coding style cosmetics.Stefan Reinauer2011-04-141-4/+8
* Add an EHCI driver to libpayload's USB stack.Patrick Georgi2010-09-256-3/+814
* The AMD CS5536's USB controllers are located at device 0F, functions 4Jens Rottmann2010-09-031-1/+1
* libpayload: fix garbage on screen with Geode-LX VGAJens Rottmann2010-08-181-3/+3
* libpayload: Add function to fix CMOS checksum.Stefan Reinauer2010-08-171-0/+17
* Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr...Patrick Georgi2010-08-1310-10/+1729
* Follow up to the USB refactoring patch: Missed setting pid values correctly.Patrick Georgi2010-06-111-2/+10
* Avoid using the name "pid_t", which is used on unixoid systems.Patrick Georgi2010-06-074-93/+134
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-279-19/+19
* USB updates from our internal treeStefan Reinauer2010-03-2510-253/+734
* Add coreboot framebuffer support to libpayloadStefan Reinauer2010-03-255-14/+307
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-253-11/+46
* Catch various cases in libpayload where malloc() or memalign() return NULLStefan Reinauer2009-07-316-7/+52
* * drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer2009-07-311-1/+1
* Fix off-by-one bug in libpayload UHCI driverStefan Reinauer2009-07-181-1/+1
* Some driver fixes for libpayload:Stefan Reinauer2009-04-306-9/+35
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-246-6/+6
* [PATCH] fix video console initJordan Crouse2008-10-211-2/+1
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-214-1/+42
* [PATCH] libpayload: Bail if the keyboard controller isn't thereJordan Crouse2008-10-201-2/+7
* [PATCH] libpayload: Fix the PCI search functionJordan Crouse2008-10-201-8/+17
* [PATCH] libpayload: Add pci_set_bus_master() functionJordan Crouse2008-10-201-0/+8
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-168-114/+327
* libpayload: Rename Geode video driver to Geode LX video driver.Peter Stuge2008-10-083-18/+18
* Use a block cursor on VGA console :-)Stefan Reinauer2008-09-261-0/+14
* fix option handling in libpayloadStefan Reinauer2008-09-261-4/+4
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-261-9/+134
* * factor out serial hardware initStefan Reinauer2008-09-261-13/+43
* fix regression in libpayload introduced by merge of the keyboard drivers.Stefan Reinauer2008-09-181-8/+8
* - unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi2008-09-171-9/+56
* makes cursorx and cursory signed, as therePatrick Georgi2008-09-111-3/+7
* Fix the USB code to find the headers after they were moved.Jordan Crouse2008-09-118-11/+11
OpenPOWER on IntegriCloud