summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include/libpayload.h
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Add a timer_us() function.Gabe Black2014-09-151-0/+1
* libpayload: Add a new "die" function to fatally signal programming errors.Gabe Black2014-09-151-0/+1
* libpayload: hexdump.c: Change type of length argument to size_tPaul Menzel2014-08-101-1/+1
* serial: Separate the serial hardware init and the serial console init.Gabe Black2014-08-101-0/+1
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-2/+2
* libpayload: find source of input charactersLuigi Semenzato2014-07-121-0/+7
* Libpayload: Add keyboard-disable function.Martin Roth2013-12-211-0/+1
* libpayload: Add simple hexdump functionRonald G. Minnich2013-12-161-0/+1
* libpayload: Generalize and redistribute timekeeping codeGabe Black2013-03-141-1/+5
* libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black2012-11-091-0/+1
* libpayload: Separate video initialization and the video console.Gabe Black2012-11-091-0/+1
* libpayload: Add support for the CBMEM in memory console.Gabe Black2012-11-091-0/+9
* Move the definition of ipchksum into its own header file.Gabe Black2012-11-071-7/+1
* libpayload: New AHCI, ATA and ATAPI driversNico Huber2012-10-271-0/+7
* libpayload: Extend CMOS access libraryPatrick Georgi2012-09-261-0/+7
* libpayload: enforce const correctness for CMOS getter/setterMathias Krause2012-02-171-7/+7
* libpayload: Add iterators for CMOS variablesPatrick Georgi2012-02-031-0/+2
* libpayload: Expose options_checksum_validPatrick Georgi2012-02-031-0/+1
* libpayload: Provide interpretation of CMOS data structuresPatrick Georgi2012-02-031-0/+2
* libpayload: Add access to CMOS images in memory spacePatrick Georgi2012-02-021-1/+2
* libpayload: Refactor highlevel CMOS accessPatrick Georgi2012-02-021-0/+11
* Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville2011-12-241-1/+1
* libpayload: add set_option() functionPatrick Georgi2011-12-131-0/+1
* libpayload: Implement usb_exitPatrick Georgi2011-11-041-0/+1
* libpayload: Add get_option_from()Patrick Georgi2011-09-141-0/+1
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-301-0/+1
* Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer2011-04-161-1/+0
* libpayload: Add function to fix CMOS checksum.Stefan Reinauer2010-08-171-0/+1
* become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer2010-07-091-4/+0
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-241-162/+5
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* libpayload updateStefan Reinauer2010-03-251-1/+79
* make keyboard reset driver generic (not pc keyboard driver dependent)Stefan Reinauer2010-03-251-1/+3
* [PATCH] Add sysinfo_have_multiboot functionJordan Crouse2008-11-111-0/+9
* This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi2008-10-211-2/+18
* [PATCH] libpayload: Add a strtoul() functionJordan Crouse2008-10-201-0/+2
* [PATCH] libpayload: Add multiboot supportJordan Crouse2008-10-201-0/+3
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-0/+2
* * Add strsep (since strtok is considered obsolete)Stefan Reinauer2008-09-261-0/+8
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-261-0/+2
* * factor out serial hardware initStefan Reinauer2008-09-261-0/+4
* Add support for curses color output over serial.Ulf Jordan2008-09-031-0/+1
* Add memalign(align, size).Patrick Georgi2008-09-021-0/+1
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-311-56/+39
* fix typoPaul Menzel2008-08-291-1/+1
* [PATCH]: libpayload: Document the architecture specific routinesJordan Crouse2008-08-281-2/+9
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-281-0/+3
* [PATCH]: libpayload: Document include/libpayload.hJordan Crouse2008-08-281-44/+66
* libpayload: Expand doxygen definitionsJordan Crouse2008-08-281-25/+122
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
OpenPOWER on IntegriCloud