Age | Commit message (Expand) | Author |
2022-06-09 | libpayload: Add commonlib/bsd/elog and its dependency | Hsuan Ting Chen |
2022-03-30 | commonlib/bsd/helpers: Remove redundancy with libpayload defines | Jakub Czapiga |
2022-03-16 | libpayload: Parse DDR Information using coreboot tables | Ravi Kumar Bokka |
2021-12-23 | libpayload/libc/fmap: Implement new FlashMap API | Jakub Czapiga |
2021-12-13 | lib: Add __fls() (Find Last Set) | Jianjun Wang |
2021-09-20 | device/mmio: Make buffer_to_fifo32() take a const buffer | Julius Werner |
2021-06-18 | includes: Move *abs() declarations into `stdlib.h` | Nico Huber |
2020-12-24 | libpayload/i8042: Add API to peek on keyboard input queue | Nico Huber |
2020-12-23 | libpayload/i8042: Add API to get/set kbd translation state | Nico Huber |
2020-11-08 | libpayload: Add compiler.h to compiler parameters | Jacob Garber |
2020-10-26 | libpayload/keyboard: Use `bool` as return type | Nico Huber |
2020-10-15 | lib and libpayload: Add popcnt functions | Angel Pons |
2020-10-14 | lib and libpayload: add 64-bit versions of clz, __ffs and log2 | Tim Wawrzynczak |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-03-23 | libpayload/drivers/nvram: Add function to write RTC | Patrick Rudolph |
2020-03-09 | libpayload: Improve rtc functions | Patrick Rudolph |
2019-12-16 | libpayload: Implement reading from CBMEM console | Yu-Ping Wu |
2019-11-28 | libpayload: Add BIT(x) macro definition | satya priya |
2019-11-19 | mmio: Fix buffer_to_fifo32() order of arguments | Julius Werner |
2019-11-16 | libpayload: keyboard: Ignore special keys | Thejaswani Putta |
2019-08-22 | Add buffer_to/from_fifo32(_prefix) helpers | Julius Werner |
2019-05-16 | libpayload: make log2 and clz work on signed values internally | Patrick Georgi |
2019-05-13 | libpayload: classify all keyboards | Matt Delco |
2019-04-04 | Make common macros double-evaluation safe | Julius Werner |
2019-02-13 | libpayload/sys/types.h: Add definition for off_t | Nico Huber |
2018-09-12 | libpayload/libc/time: Add an arch_ndelay() | Raul E Rangel |
2018-05-31 | libpayload-x86: Export keyboard modifiers | Patrick Rudolph |
2018-05-31 | libpayload: Export usbhid_getmodifiers | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add PS2 mouse driver | Patrick Rudolph |
2018-05-15 | libpayload-x86: Add common i8042 driver | Patrick Rudolph |
2018-04-19 | libpayload: Move GDB functions to stdlib.h | Julius Werner |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | libpayload: Add mouse cursor driver | Patrick Rudolph |
2016-11-25 | libpayload: increase MAX_ARGC_COUNT | Jeremy Compostella |
2016-04-21 | libpayload: time: split time.h from libpayload.h | Stef van Os |
2015-12-16 | libpayload: add archive.h | Daisuke Nojiri |
2015-10-27 | cbgfx: coreboot graphics library | Daisuke Nojiri |
2015-09-08 | video_printf: align text | Daisuke Nojiri |
2015-09-08 | video: add video_printf | Daisuke Nojiri |
2015-07-14 | libpayload: Add support for handling fmaps | Patrick Georgi |
2015-07-13 | libpayload: Fix arithmetic precedence in div_round_up() | Julius Werner |
2015-07-06 | update common base header files | Daisuke Nojiri |
2015-06-08 | libpayload: retire LAR support | Patrick Georgi |
2015-06-05 | lib: Unify log2() and related functions | Julius Werner |
2015-06-02 | libpayload: Add div_round_up() function | Julius Werner |
2015-03-21 | libpayload arm64: Add functions for reading memranges | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add function to get coreboot table ptr | Furquan Shaikh |
2015-01-12 | libpayload: Expand setbits_le32() and fix readl() const-ness | Julius Werner |
2015-01-09 | libpayload: Add remote GDB support | Julius Werner |
2015-01-09 | libpayload: Add ability to unregister output driver | Julius Werner |
2015-01-04 | libpayload: Provide selfboot() external declaration in a common file | Vadim Bendebury |
2014-12-30 | libpayload: Fix libpayload build compilation warnings | Vadim Bendebury |
2014-12-22 | libpayload: console: Allow output drivers to print whole strings at once | Julius Werner |
2014-12-19 | libpayload/libc/hexdump.c: Take `const void *memory` as argument | Paul Menzel |
2014-09-15 | libpayload: Add a timer_us() function. | Gabe Black |
2014-09-15 | libpayload: Add a new "die" function to fatally signal programming errors. | Gabe Black |
2014-08-10 | libpayload: hexdump.c: Change type of length argument to size_t | Paul Menzel |
2014-08-10 | serial: Separate the serial hardware init and the serial console init. | Gabe Black |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-07-12 | libpayload: find source of input characters | Luigi Semenzato |
2013-12-21 | Libpayload: Add keyboard-disable function. | Martin Roth |
2013-12-16 | libpayload: Add simple hexdump function | Ronald G. Minnich |
2013-03-14 | libpayload: Generalize and redistribute timekeeping code | 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-07 | Move the definition of ipchksum into its own header file. | 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-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 |
2011-12-24 | Let lib_get_sysinfo() pass through the success of get_coreboot_info() | Philip Prindeville |
2011-12-13 | libpayload: add set_option() function | Patrick Georgi |
2011-11-04 | libpayload: Implement usb_exit | Patrick Georgi |
2011-09-14 | libpayload: Add get_option_from() | 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 |
2010-08-17 | libpayload: Add function to fix CMOS checksum. | Stefan Reinauer |
2010-07-09 | become more standard with libpayload headers. PATH_MAX belongs in limits.h, | Stefan Reinauer |
2010-06-24 | Attached patch moves functions out of the huge libpayload.h into headers | Patrick Georgi |
2010-04-27 | Since some people disapprove of white space cleanups mixed in regular commits | Stefan Reinauer |
2010-03-25 | libpayload update | Stefan Reinauer |
2010-03-25 | make keyboard reset driver generic (not pc keyboard driver dependent) | 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-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-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 |