Age | Commit message (Expand) | Author |
2009-07-31 | Catch various cases in libpayload where malloc() or memalign() return NULL | Stefan Reinauer |
2009-07-31 | * drop duplicate prototype for lib_get_sysinfo() | Stefan Reinauer |
2009-07-18 | Fix off-by-one bug in libpayload UHCI driver | Stefan Reinauer |
2009-04-30 | Some driver fixes for libpayload: | Stefan Reinauer |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-10-21 | [PATCH] fix video console init | Jordan Crouse |
2008-10-21 | This patch removes most of the #ifdefs in libc/console.c, and | Patrick Georgi |
2008-10-20 | [PATCH] libpayload: Bail if the keyboard controller isn't there | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Fix the PCI search function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Add pci_set_bus_master() function | Jordan Crouse |
2008-10-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-10-08 | libpayload: Rename Geode video driver to Geode LX video driver. | Peter Stuge |
2008-09-26 | Use a block cursor on VGA console :-) | Stefan Reinauer |
2008-09-26 | fix option handling in libpayload | Stefan Reinauer |
2008-09-26 | * add keyboard layout support to libpayload | Stefan Reinauer |
2008-09-26 | * factor out serial hardware init | Stefan Reinauer |
2008-09-18 | fix regression in libpayload introduced by merge of the keyboard drivers. | Stefan Reinauer |
2008-09-17 | - unify keycodes for non-ASCII keys by using curses' codes and labels | Patrick Georgi |
2008-09-11 | makes cursorx and cursory signed, as there | Patrick Georgi |
2008-09-11 | Fix the USB code to find the headers after they were moved. | Jordan Crouse |
2008-09-11 | Move the USB header files to a common location for install | Jordan Crouse |
2008-09-04 | Make the serial output driver 8 bit clean. Remove translate_special_chars(), | Ulf Jordan |
2008-09-03 | Add support for curses color output over serial. | Ulf Jordan |
2008-09-02 | This patch adds USB capabilities to libpayload. It requires some | Patrick Georgi |
2008-09-02 | The keyboard driver mixed up the key press/release events for the | Stefan Reinauer |
2008-08-19 | misc fixes: | Stefan Reinauer |
2008-08-19 | make all drivers relocatable. Per default, an 1:1 mapping is assumed. | Stefan Reinauer |
2008-08-19 | add functions to query cursor position to video layer | Stefan Reinauer |
2008-08-12 | libpayload: fix type in keyboard driver. (trivial) | Stefan Reinauer |
2008-08-11 | Document all of the external code we use in libpayload (trivial). | Uwe Hermann |
2008-08-11 | Add support for line drawing characters and the alternate character set. | Ulf Jordan |
2008-08-11 | Make cursor positioning work by using both halves of the VGA cursor | Jonathan A. Kollasch |
2008-08-11 | these should be the last occurences of CONFIG_ without config.h in libpayload. | Stefan Reinauer |
2008-08-11 | video.c uses CONFIG_ variables, so it needs config.h (trivial) | Stefan Reinauer |
2008-08-09 | Bugfixes to serial output functions: vt100 has bold with \e[1m, | Ulf Jordan |
2008-08-08 | new menu structure for libpayload | Stefan Reinauer |
2008-08-07 | Add a full set of pci access functions. | Stefan Reinauer |
2008-08-07 | add get_option to libpayload, so coreboot cmos options can be queried. | Stefan Reinauer |
2008-06-20 | libpayload: Support curses for serial | Jordan Crouse |
2008-05-14 | libpayload: Fix the putc function | Jordan Crouse |
2008-04-25 | libpayload: Add gettimeofday() and friends | Jordan Crouse |
2008-04-25 | libpayload: Enable keyboard translation so that we can use scancode set 1 | Jordan Crouse |
2008-04-15 | Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). | Uwe Hermann |
2008-04-11 | Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). | Uwe Hermann |
2008-04-11 | Various small consistency fixes (trivial): | Uwe Hermann |
2008-04-11 | libpayload: Add a Geode video driver | Jordan Crouse |
2008-04-10 | libpayload: Support functions for Geode | Jordan Crouse |
2008-04-10 | libpayload: Add video console framework | Jordan Crouse |
2008-03-31 | Fix the NVRAM access functions to work correctly for the | Uwe Hermann |
2008-03-31 | Rename drivers/cmos.c to drivers/nvram.c (trivial). | Uwe Hermann |
2008-03-31 | Due to popular demand, rename "CMOS" to "NVRAM" (trivial). | Uwe Hermann |
2008-03-27 | Add initial support for some basic CMOS read/write functions and the | Uwe Hermann |
2008-03-22 | Make cursor positioning work by using both halves of the | Jonathan A. Kollasch |
2008-03-21 | Cosmetics, fix typos (trivial). | Uwe Hermann |
2008-03-20 | Fix code to allow usage of -Wall in libpayload and the sample (trivial). | Uwe Hermann |
2008-03-20 | Cosmetics, coding style fixes (trivial). | Uwe Hermann |
2008-03-19 | libpayload: The initial chunk of code writen by AMD | Jordan Crouse |