Age | Commit message (Expand) | Author |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-08-17 | libpayload: Add function to fix CMOS checksum. | Stefan Reinauer |
2010-08-16 | Add #define that states the libpci interface version we implement | Patrick Georgi |
2010-07-09 | become more standard with libpayload headers. PATH_MAX belongs in limits.h, | Stefan Reinauer |
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-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-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 | make keyboard reset driver generic (not pc keyboard driver dependent) | 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-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-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 |
2008-11-11 | [PATCH] Add sysinfo_have_multiboot function | Jordan Crouse |
2008-10-21 | This patch removes most of the #ifdefs in libc/console.c, and | Patrick Georgi |
2008-10-20 | [PATCH] libpayload: Add a strtoul() 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-16 | - reduced memory requirements a lot (from >100kb/controller to | Patrick Georgi |
2008-09-26 | * Add strsep (since strtok is considered obsolete) | 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-11 | Move the USB header files to a common location for install | Jordan Crouse |
2008-09-03 | Add support for curses color output over serial. | Ulf Jordan |
2008-09-02 | Add memalign(align, size). | Patrick Georgi |
2008-08-31 | Various Doxygen-related fixes in libpayload (trivial). | Uwe Hermann |
2008-08-29 | fix typo | Paul Menzel |
2008-08-28 | [PATCH]: libpayload: Document the architecture specific routines | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: Document readline | Jordan Crouse |
2008-08-28 | [PATCH]: libpayload: Document include/libpayload.h | Jordan Crouse |
2008-08-28 | libpayload: Expand doxygen definitions | Jordan Crouse |
2008-08-26 | fix string function prototypes in libpayload according to sysv/4.3bsd. | Stefan Reinauer |
2008-08-23 | A missing semicolon prevents libpayload to compile, this patch fixes that. | Jakob Bornecrantz |
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 readline() | Stefan Reinauer |
2008-08-19 | replace static functions by macros, because otherwise every unused function | Patrick Georgi |
2008-08-19 | add functions to query cursor position to video layer | Stefan Reinauer |
2008-08-16 | add block io functions | Stefan Reinauer |
2008-08-16 | trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe... | Stefan Reinauer |
2008-08-13 | add PCI_BUS macro (trivial) | Stefan Reinauer |
2008-08-11 | Add support for line drawing characters and the alternate character set. | Ulf Jordan |
2008-08-11 | No really, _these_ should be the last occurences of CONFIG_ without | Jordan Crouse |
2008-08-09 | Fix signedness problem in memcmp. | Ulf Jordan |
2008-08-08 | Update the kconfig copy in libpayload to a much more recent one. Among | Uwe Hermann |