port_enable and port_reset must change atomically.
[coreboot.git] / payloads / libpayload / drivers /
2011-07-17 Steven A. Falcoport_enable and port_reset must change atomically.
2011-07-14 Steven A. FalcoPrint a warning when an unknow USB controller type...
2011-07-14 Steven A. FalcoEHCI driver missing bus_address assignment.
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-06-30 Patrick GeorgiUse coreboot build system for libpayload, too.
2011-04-16 Stefan ReinauerAllow libpayload to use an OXPCIe 952 card on systems...
2011-04-14 Stefan Reinauercoding style cosmetics.
2010-09-25 Patrick GeorgiAdd an EHCI driver to libpayload's USB stack.
2010-09-03 Jens RottmannThe AMD CS5536's USB controllers are located at device...
2010-08-18 Jens Rottmannlibpayload: fix garbage on screen with Geode-LX VGA
2010-08-17 Stefan Reinauerlibpayload: Add function to fix CMOS checksum.
2010-08-13 Patrick GeorgiAdd support for OHCI controllers and prelimiary support...
2010-06-11 Patrick GeorgiFollow up to the USB refactoring patch: Missed setting...
2010-06-07 Patrick GeorgiAvoid using the name "pid_t", which is used on unixoid...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-25 Stefan ReinauerUSB updates from our internal tree
2010-03-25 Stefan ReinauerAdd coreboot framebuffer support to libpayload
2010-03-25 Stefan Reinauermake keyboard reset driver generic (not pc keyboard...
2009-07-31 Stefan ReinauerCatch various cases in libpayload where malloc() or...
2009-07-31 Stefan Reinauer* drop duplicate prototype for lib_get_sysinfo()
2009-07-18 Stefan ReinauerFix off-by-one bug in libpayload UHCI driver
2009-04-30 Stefan ReinauerSome driver fixes for libpayload:
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-10-21 Jordan Crouse[PATCH] fix video console init
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-20 Jordan Crouse[PATCH] libpayload: Bail if the keyboard controller...
2008-10-20 Jordan Crouse[PATCH] libpayload: Fix the PCI search function
2008-10-20 Jordan Crouse[PATCH] libpayload: Add pci_set_bus_master() function
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-10-08 Peter Stugelibpayload: Rename Geode video driver to Geode LX video...
2008-09-26 Stefan ReinauerUse a block cursor on VGA console :-)
2008-09-26 Stefan Reinauerfix option handling in libpayload
2008-09-26 Stefan Reinauer* add keyboard layout support to libpayload
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-18 Stefan Reinauerfix regression in libpayload introduced by merge of...
2008-09-17 Patrick Georgi- unify keycodes for non-ASCII keys by using curses...
2008-09-11 Patrick Georgimakes cursorx and cursory signed, as there
2008-09-11 Jordan CrouseFix the USB code to find the headers after they were...
2008-09-11 Jordan CrouseMove the USB header files to a common location for...
2008-09-04 Ulf JordanMake the serial output driver 8 bit clean. Remove trans...
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-09-02 Patrick GeorgiThis patch adds USB capabilities to libpayload. It...
2008-09-02 Stefan ReinauerThe keyboard driver mixed up the key press/release...
2008-08-19 Stefan Reinauermisc fixes:
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-12 Stefan Reinauerlibpayload: fix type in keyboard driver. (trivial)
2008-08-11 Uwe HermannDocument all of the external code we use in libpayload...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jonathan A. KollaschMake cursor positioning work by using both halves of...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-08-11 Stefan Reinauervideo.c uses CONFIG_ variables, so it needs config...
2008-08-09 Ulf JordanBugfixes to serial output functions: vt100 has bold...
2008-08-08 Stefan Reinauernew menu structure for libpayload
2008-08-07 Stefan ReinauerAdd a full set of pci access functions.
2008-08-07 Stefan Reinaueradd get_option to libpayload, so coreboot cmos options...
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-14 Jordan Crouselibpayload: Fix the putc function
2008-04-25 Jordan Crouselibpayload: Add gettimeofday() and friends
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-15 Uwe HermannMove curses/speaker.c to drivers/ as it's not curses...
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-11 Jordan Crouselibpayload: Add a Geode video driver
2008-04-10 Jordan Crouselibpayload: Support functions for Geode
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-03-31 Uwe HermannFix the NVRAM access functions to work correctly for the
2008-03-31 Uwe HermannRename drivers/cmos.c to drivers/nvram.c (trivial).
2008-03-31 Uwe HermannDue to popular demand, rename "CMOS" to "NVRAM" (trivial).
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-22 Jonathan A. KollaschMake cursor positioning work by using both halves of the
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD