summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/libpayload.h
AgeCommit message (Expand)Author
2015-03-21libpayload arm64: Add functions for reading memrangesFurquan Shaikh
2015-03-21libpayload arm64: Add function to get coreboot table ptrFurquan Shaikh
2015-01-12libpayload: Expand setbits_le32() and fix readl() const-nessJulius Werner
2015-01-09libpayload: Add remote GDB supportJulius Werner
2015-01-09libpayload: Add ability to unregister output driverJulius Werner
2015-01-04libpayload: Provide selfboot() external declaration in a common fileVadim Bendebury
2014-12-30libpayload: Fix libpayload build compilation warningsVadim Bendebury
2014-12-22libpayload: console: Allow output drivers to print whole strings at onceJulius Werner
2014-12-19libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel
2014-09-15libpayload: Add a timer_us() function.Gabe Black
2014-09-15libpayload: Add a new "die" function to fatally signal programming errors.Gabe Black
2014-08-10libpayload: hexdump.c: Change type of length argument to size_tPaul Menzel
2014-08-10serial: Separate the serial hardware init and the serial console init.Gabe Black
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-12libpayload: find source of input charactersLuigi Semenzato
2013-12-21Libpayload: Add keyboard-disable function.Martin Roth
2013-12-16libpayload: Add simple hexdump functionRonald G. Minnich
2013-03-14libpayload: Generalize and redistribute timekeeping codeGabe Black
2012-11-09libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black
2012-11-09libpayload: Separate video initialization and the video console.Gabe Black
2012-11-09libpayload: Add support for the CBMEM in memory console.Gabe Black
2012-11-07Move the definition of ipchksum into its own header file.Gabe Black
2012-10-27libpayload: New AHCI, ATA and ATAPI driversNico Huber
2012-09-26libpayload: Extend CMOS access libraryPatrick Georgi
2012-02-17libpayload: enforce const correctness for CMOS getter/setterMathias Krause
2012-02-03libpayload: Add iterators for CMOS variablesPatrick Georgi
2012-02-03libpayload: Expose options_checksum_validPatrick Georgi
2012-02-03libpayload: Provide interpretation of CMOS data structuresPatrick Georgi
2012-02-02libpayload: Add access to CMOS images in memory spacePatrick Georgi
2012-02-02libpayload: Refactor highlevel CMOS accessPatrick Georgi
2011-12-24Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville
2011-12-13libpayload: add set_option() functionPatrick Georgi
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-09-14libpayload: Add get_option_from()Patrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-04-16Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer
2010-08-17libpayload: Add function to fix CMOS checksum.Stefan Reinauer
2010-07-09become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer
2010-06-24Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-25libpayload updateStefan Reinauer
2010-03-25make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer
2008-11-11[PATCH] Add sysinfo_have_multiboot functionJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-20[PATCH] libpayload: Add a strtoul() functionJordan Crouse
2008-10-20[PATCH] libpayload: Add multiboot supportJordan Crouse
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-09-26* Add strsep (since strtok is considered obsolete)Stefan Reinauer
2008-09-26* add keyboard layout support to libpayloadStefan Reinauer
2008-09-26* factor out serial hardware initStefan Reinauer