summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the USB header files to a common location for installJordan Crouse2008-09-113-322/+0
* Make the serial output driver 8 bit clean. Remove translate_special_chars(), Ulf Jordan2008-09-041-22/+0
* Add support for curses color output over serial.Ulf Jordan2008-09-031-0/+15
* This patch adds USB capabilities to libpayload. It requires somePatrick Georgi2008-09-0214-0/+2385
* The keyboard driver mixed up the key press/release events for theStefan Reinauer2008-09-021-5/+5
* misc fixes:Stefan Reinauer2008-08-191-1/+1
* make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer2008-08-192-33/+36
* add functions to query cursor position to video layerStefan Reinauer2008-08-191-0/+20
* libpayload: fix type in keyboard driver. (trivial)Stefan Reinauer2008-08-121-0/+1
* Document all of the external code we use in libpayload (trivial).Uwe Hermann2008-08-111-2/+2
* Add support for line drawing characters and the alternate character set.Ulf Jordan2008-08-111-0/+15
* Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch2008-08-111-4/+4
* these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer2008-08-112-1/+2
* video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer2008-08-111-0/+1
* Bugfixes to serial output functions: vt100 has bold with \e[1m,Ulf Jordan2008-08-091-2/+2
* new menu structure for libpayloadStefan Reinauer2008-08-081-2/+6
OpenPOWER on IntegriCloud