summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include/libpayload.h
Commit message (Expand)AuthorAgeFilesLines
* cbgfx: coreboot graphics libraryDaisuke Nojiri2015-10-271-0/+1
* video_printf: align textDaisuke Nojiri2015-09-081-1/+8
* video: add video_printfDaisuke Nojiri2015-09-081-0/+5
* libpayload: Add support for handling fmapsPatrick Georgi2015-07-141-0/+5
* libpayload: Fix arithmetic precedence in div_round_up()Julius Werner2015-07-131-1/+1
* update common base header filesDaisuke Nojiri2015-07-061-0/+1
* libpayload: retire LAR supportPatrick Georgi2015-06-081-60/+0
* lib: Unify log2() and related functionsJulius Werner2015-06-051-0/+7
* libpayload: Add div_round_up() functionJulius Werner2015-06-021-0/+2
* libpayload arm64: Add functions for reading memrangesFurquan Shaikh2015-03-211-0/+2
* libpayload arm64: Add function to get coreboot table ptrFurquan Shaikh2015-03-211-0/+1
* libpayload: Expand setbits_le32() and fix readl() const-nessJulius Werner2015-01-121-0/+1
* libpayload: Add remote GDB supportJulius Werner2015-01-091-0/+5
* libpayload: Add ability to unregister output driverJulius Werner2015-01-091-0/+1
* libpayload: Provide selfboot() external declaration in a common fileVadim Bendebury2015-01-041-3/+3
* libpayload: Fix libpayload build compilation warningsVadim Bendebury2014-12-301-0/+3
* libpayload: console: Allow output drivers to print whole strings at onceJulius Werner2014-12-221-1/+3
* libpayload/libc/hexdump.c: Take `const void *memory` as argumentPaul Menzel2014-12-191-1/+1
* 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