Age | Commit message (Expand) | Author |
2012-11-23 | libpayload: Fix some missing-prototype warnings | Nico Huber |
2012-11-15 | libpayload: Use #ifdef for CONFIG_* checks | Nico Huber |
2012-11-14 | libpayload: Add init() function to hci_t and rework uhci_reset() | Nico Huber |
2012-11-14 | libpayload: Document USB host controller setup functions | Nico Huber |
2012-11-14 | libpayload: Export device count in storage interface | Patrick Georgi |
2012-11-09 | libpayload: Add CB_ prefixes to some constants in coreboot_tables.h. | Gabe Black |
2012-11-09 | libpayload: Change "GPIOs" into flags. | Gabe Black |
2012-11-09 | libpayload: Add a function to retrieve the rows and cols of the video console. | Gabe Black |
2012-11-09 | libpayload: Separate video initialization and the video console. | Gabe Black |
2012-11-09 | libpayload: Add support for the CBMEM in memory console. | Gabe Black |
2012-11-08 | Refactor the endianness conversion functions and header files. | Gabe Black |
2012-11-08 | Update libpayloads understanding of the coreboot tables. | Gabe Black |
2012-11-07 | libpayload: Turn the "debug" #define into the usb_debug static inline function. | Gabe Black |
2012-11-07 | libpayload: Add definitions for more config space registers. | Gabe Black |
2012-11-07 | libpayload: Add the format attribute to functions in stdio.h. | Gabe Black |
2012-11-07 | libpayload: Fix the format string of the assert macro. | Gabe Black |
2012-11-07 | Update the way serial info is read from the coreboot tables. | Gabe Black |
2012-11-07 | Move the definition of ipchksum into its own header file. | Gabe Black |
2012-11-07 | Include stdint.h in libpayload's rdtsc.h. | Gabe Black |
2012-10-27 | libpayload: New AHCI, ATA and ATAPI drivers | Nico Huber |
2012-09-26 | libpayload: Extend CMOS access library | Patrick Georgi |
2012-08-23 | libpayload: add controller type in usbdev_hc | Anton Kochkov |
2012-06-22 | libpayload: Shutdown reasonably if we can't init usb msc device | Nico Huber |
2012-06-21 | libpayload: Detach unresponsive usb mass storage devices | Nico Huber |
2012-06-07 | libpayload: Add support for split transactions in EHCI | Nico Huber |
2012-06-01 | libpayload: Add clear_feature() function to USB framework | Nico Huber |
2012-02-17 | libpayload: enforce const correctness for CMOS getter/setter | Mathias Krause |
2012-02-03 | libpayload: Add iterators for CMOS variables | Patrick Georgi |
2012-02-03 | libpayload: Expose options_checksum_valid | Patrick Georgi |
2012-02-03 | libpayload: Provide interpretation of CMOS data structures | Patrick Georgi |
2012-02-02 | libpayload: Add access to CMOS images in memory space | Patrick Georgi |
2012-02-02 | libpayload: Refactor highlevel CMOS access | Patrick Georgi |
2012-01-26 | libpayload: Allow using CBFS functions on images in RAM | Patrick Georgi |
2012-01-07 | Cleanup access to vendor/part # info | Philip Prindeville |
2011-12-24 | Let lib_get_sysinfo() pass through the success of get_coreboot_info() | Philip Prindeville |
2011-12-24 | Fix missing cast back to void * | Philip Prindeville |
2011-12-24 | Use convenience function to checksum | Philip Prindeville |
2011-12-24 | Replace UNPACK_CB64 macro with inline | Philip Prindeville |
2011-12-13 | libpayload: add set_option() function | Patrick Georgi |
2011-11-04 | libpayload: Implement usb_exit | Patrick Georgi |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2011-11-03 | libpayload: Reduce verbosity in USB stack | Mathias Krause |
2011-11-03 | libpayload: Put coreboot version into lib_sysinfo | Mathias Krause |
2011-11-01 | libpayload: remove trailing whitespace and run dos2unix | Stefan Reinauer |
2011-10-21 | Extend coreboot table entry for serial ports | Stefan Reinauer |
2011-09-14 | libpayload: Add get_option_from() | Patrick Georgi |
2011-08-18 | libpayload: export get_cbfs_header() | Patrick Georgi |
2011-08-17 | libpayload: Some more compatibility (for flashrom) | Patrick Georgi |
2011-08-04 | libpayload: Add liblzma, libcbfs | Patrick Georgi |
2011-08-04 | libpayload: Add PDCurses and ncurses' libform/libmenu | Patrick Georgi |
2011-07-20 | libpayload: Provide dummy getenv() | Patrick Georgi |
2011-07-16 | libpayload: Improve compatibility | Patrick Georgi |
2011-07-11 | libpayload: Add qsort() | Patrick Georgi |
2011-07-07 | libpayload: Don't declare mouse support in tinycurses | Patrick Georgi |
2011-07-07 | libpayload: Provide atol(), malloc.h | Patrick Georgi |
2011-07-07 | libpayload: Implement strlcpy | Patrick Georgi |
2011-06-30 | Reduce warnings/errors in libpayload when using picky compiler options | Patrick Georgi |
2011-04-16 | Allow libpayload to use an OXPCIe 952 card on systems without ... | Stefan Reinauer |
2011-03-01 | libpayload: Add more libpci-compatibility (#defines) | Patrick Georgi |
2011-03-01 | libpayload: Implement pci_cleanup() | Patrick Georgi |
2011-03-01 | libpayload: Implement ffs() | Patrick Georgi |
2011-03-01 | Some more standard types and defines (libpayload) | Patrick Georgi |
2011-02-24 | libpayload: Move stdin/stdout/stderr away from headers | Patrick Georgi |
2011-02-14 | Use fprintf(stderr, ...) in library | Patrick Georgi |
2011-02-14 | Stub out FILE*, stdout/stdin/stderr and implement fprintf on these | Patrick Georgi |
2011-02-14 | Some more POSIX compatibility | Patrick Georgi |
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 |