Age | Commit message (Expand) | Author |
2010-09-25 | Add an EHCI driver to libpayload's USB stack. | Patrick Georgi |
2010-09-09 | Only try to beep when speaker support is compiled in. | Patrick Georgi |
2010-09-08 | Changes to str*cmp functions. Fixes a couple more corner cases. | Liu Tao |
2010-09-03 | The AMD CS5536's USB controllers are located at device 0F, functions 4 | Jens Rottmann |
2010-08-28 | fix compilation of hello.elf example payload. | Stefan Reinauer |
2010-08-18 | libpayload: fix garbage on screen with Geode-LX VGA | Jens Rottmann |
2010-08-17 | libpayload: Add function to fix CMOS checksum. | Stefan Reinauer |
2010-08-16 | Fix strcmp and strncmp. They failed in several important scenarios | Patrick Georgi |
2010-08-16 | Add #define that states the libpci interface version we implement | Patrick Georgi |
2010-08-13 | Add support for OHCI controllers and prelimiary support for xHCI (USB3) contr... | Patrick Georgi |
2010-07-29 | Resolved the bug of filo+libpayload building. The bug is if libpayload is ins... | Cai Bai Yin |
2010-07-09 | become more standard with libpayload headers. PATH_MAX belongs in limits.h, | Stefan Reinauer |
2010-06-28 | Run doxygen -u on doxygen configuration files | Stefan Reinauer |
2010-06-24 | __i386__ and __powerpc__ are set by the compiler already. | Patrick Georgi |
2010-06-24 | Incomplete implementation of libpci's (of pciutils) interface. | Patrick Georgi |
2010-06-24 | Attached patch moves functions out of the huge libpayload.h into headers | Patrick Georgi |
2010-06-24 | Add __LIBPAYLOAD__ and __i386__/__powerpc__ symbols to lpgcc's build context. | Patrick Georgi |
2010-06-22 | Fix libpayload xconfig script to find coreboot utils xgcc. | Cai Bai Yin |
2010-06-22 | Change the libpayload "make install" default destination to be the source dir... | Cai Bai Yin |
2010-06-11 | Follow up to the USB refactoring patch: Missed setting pid values correctly. | Patrick Georgi |
2010-06-07 | Avoid using the name "pid_t", which is used on unixoid systems. | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-04-20 | install libpayload.ldscript on libpayload "make install" | Stefan Reinauer |
2010-04-20 | Allow easy libpayload compilation using xcompile. | Stefan Reinauer |
2010-04-20 | Copy mingw support for kconfig from coreboot to libpayload | Patrick Georgi |
2010-03-26 | Update libpayload default configuration so a make oldconfig | Stefan Reinauer |
2010-03-25 | USB updates from our internal tree | Stefan Reinauer |
2010-03-25 | libpayload update | Stefan Reinauer |
2010-03-25 | Add coreboot framebuffer support to libpayload | Stefan Reinauer |
2010-03-25 | don't hardcode i386 in lpgcc | Stefan Reinauer |
2010-03-25 | allow libpayload to completely build out of tree. | Stefan Reinauer |
2010-03-25 | prevent timer overflows in libpayload | Stefan Reinauer |
2010-03-25 | make keyboard reset driver generic (not pc keyboard driver dependent) | Stefan Reinauer |
2010-03-08 | Trivial fix, use correct define. | Mathias Krause |
2009-08-05 | fix buggy comment in libpayload's strncat function | Stefan Reinauer |
2009-07-31 | oops, these two were missed in the last cleanup. | Stefan Reinauer |
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 | This patch fixes payloads on certain Fedora versions | Stefan Reinauer |
2009-07-18 | Fix off-by-one bug in libpayload UHCI driver | Stefan Reinauer |
2009-05-26 | Tell lpgcc about the target architecture directory. This slipped through since | Stefan Reinauer |
2009-05-21 | This change adds PPC support to libpayload, and hooks it up in the build | Patrick Georgi |
2009-05-17 | Add type field to memranges, and fill it from the source data. | Patrick Georgi |
2009-04-30 | Some driver fixes for libpayload: | Stefan Reinauer |
2009-04-29 | working memalign version for libpayload. This fixes problems with the USB stack | Stefan Reinauer |
2009-04-29 | Mostly cosmetical changes. | Stefan Reinauer |
2009-04-29 | don't initialize "in" as it is initialized again one line below. | Stefan Reinauer |
2009-04-29 | getopt for libpayload. in case someone wants to pass parameters to payloads and | Stefan Reinauer |
2009-03-17 | Add high coreboot table support to libpayload | Stefan Reinauer |
2009-03-06 | fix strstr. Seems the function never worked before, except the searched | Stefan Reinauer |
2009-02-22 | libpayload: Fix build when both USB and PS/2 keyboard support is disabled | Mart Raudsepp |
2009-02-15 | This is a safety measure, since the shipping buildrom fails badly at present. | Ronald G. Minnich |
2009-02-10 | Fix bayou payload execution. | Ulf Jordan |
2009-01-26 | fix a potential null pointer reference in strdup (as found by Patrick Georgi) | Stefan Reinauer |
2008-11-25 | libpayload: Fix immediate rebuild after a clean | Mart Raudsepp |
2008-11-24 | [PATCH] libpayload: rename config.h to libpayload-config.h | Jordan Crouse |
2008-11-11 | Signed-off-by: Robert Millan <rmh@aybabtu.com> | Robert Millan |
2008-11-11 | Signed-off-by: Robert Millan <rmh@aybabtu.com> | Robert Millan |
2008-11-11 | [PATCH] Add sysinfo_have_multiboot function | Jordan Crouse |
2008-10-23 | make escape code handling for serial terminal more robust | Patrick Georgi |
2008-10-22 | Fix ordering problem in the libpayload Makefile. The include of | Uwe Hermann |
2008-10-22 | add multiboot support to defconfig (trivial) | Stefan Reinauer |
2008-10-22 | ouch. something went wrong with applying that old patch | Stefan Reinauer |
2008-10-22 | This has been sitting here since a looong time. | Stefan Reinauer |
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: Fix overflow in _delay function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Add a strtoul() function | Jordan Crouse |
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 multiboot support | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Add pci_set_bus_master() function | Jordan Crouse |
2008-10-20 | [PATCH] libpayload: Use gcc to compile assembly files | 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-10-08 | move variable declaration to where it is used, to prevent gcc failure. | Patrick Georgi |
2008-09-26 | accidently backed out r3598. Sorry Ulf, will pay more attention next time. | Stefan Reinauer |
2008-09-26 | * Add strsep (since strtok is considered obsolete) | Stefan Reinauer |
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-26 | Add default config file to libpayload so that one can do make defconfig | Stefan Reinauer |
2008-09-24 | Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due | Ulf Jordan |
2008-09-23 | 1. | Patrick Georgi |
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-17 | This patch adds damage detection to libpayload's tinycurses. This | Stefan Reinauer |
2008-09-12 | * Implement scrolling in tinycurses | Stefan Reinauer |
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-05 | Add editing keypad keys and the missing F11 key to the curses serial | Ulf Jordan |
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 | Add memalign(align, size). | Patrick Georgi |
2008-09-02 | The keyboard driver mixed up the key press/release events for the | Stefan Reinauer |
2008-08-31 | Various Doxygen-related fixes in libpayload (trivial). | Uwe Hermann |
2008-08-29 | fix typo | Paul Menzel |