summaryrefslogtreecommitdiff
path: root/payloads/libpayload/include/libpayload.h
AgeCommit message (Expand)Author
2024-03-25libpayload: Include commonlib/helpers.h in libpayload.h for GPL buildsJulius Werner
2024-03-15treewide: Move stdlib.h to commonlibMaximilian Brune
2024-03-13cbfs: Remove broken remnants of PAYLOAD_INFO featureJulius Werner
2024-02-22libpayload: Remove legacy CBFS APIJulius Werner
2024-02-08libpayload: timer: Revert timer_hz() return type to 64-bitsJulius Werner
2024-02-02libpayload: Switch to commonlib ipchksum() algorithmJulius Werner
2023-11-07libpayload/libc/time: Fix possible overflow in multiplicationYidi Lin
2023-09-18libpayload: Add vboot and reboot utility functionsJakub Czapiga
2023-09-18libpayload/drivers/video: Add cursor movement support in consoleEran Mitrani
2023-08-24libpayload: Outsource delay function into own headerThomas Heijligen
2022-06-09libpayload: Add commonlib/bsd/elog and its dependencyHsuan Ting Chen
2022-03-30commonlib/bsd/helpers: Remove redundancy with libpayload definesJakub Czapiga
2022-03-16libpayload: Parse DDR Information using coreboot tablesRavi Kumar Bokka
2021-12-23libpayload/libc/fmap: Implement new FlashMap APIJakub Czapiga
2021-12-13lib: Add __fls() (Find Last Set)Jianjun Wang
2021-09-20device/mmio: Make buffer_to_fifo32() take a const bufferJulius Werner
2021-06-18includes: Move *abs() declarations into `stdlib.h`Nico Huber
2020-12-24libpayload/i8042: Add API to peek on keyboard input queueNico Huber
2020-12-23libpayload/i8042: Add API to get/set kbd translation stateNico Huber
2020-11-08libpayload: Add compiler.h to compiler parametersJacob Garber
2020-10-26libpayload/keyboard: Use `bool` as return typeNico Huber
2020-10-15lib and libpayload: Add popcnt functionsAngel Pons
2020-10-14lib and libpayload: add 64-bit versions of clz, __ffs and log2Tim Wawrzynczak
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-23libpayload/drivers/nvram: Add function to write RTCPatrick Rudolph
2020-03-09libpayload: Improve rtc functionsPatrick Rudolph
2019-12-16libpayload: Implement reading from CBMEM consoleYu-Ping Wu
2019-11-28libpayload: Add BIT(x) macro definitionsatya priya
2019-11-19mmio: Fix buffer_to_fifo32() order of argumentsJulius Werner
2019-11-16libpayload: keyboard: Ignore special keysThejaswani Putta
2019-08-22Add buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-05-16libpayload: make log2 and clz work on signed values internallyPatrick Georgi
2019-05-13libpayload: classify all keyboardsMatt Delco
2019-04-04Make common macros double-evaluation safeJulius Werner
2019-02-13libpayload/sys/types.h: Add definition for off_tNico Huber
2018-09-12libpayload/libc/time: Add an arch_ndelay()Raul E Rangel
2018-05-31libpayload-x86: Export keyboard modifiersPatrick Rudolph
2018-05-31libpayload: Export usbhid_getmodifiersPatrick Rudolph
2018-05-15libpayload-x86: Add PS2 mouse driverPatrick Rudolph
2018-05-15libpayload-x86: Add common i8042 driverPatrick Rudolph
2018-04-19libpayload: Move GDB functions to stdlib.hJulius Werner
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-28libpayload: Add mouse cursor driverPatrick Rudolph
2016-11-25libpayload: increase MAX_ARGC_COUNTJeremy Compostella
2016-04-21libpayload: time: split time.h from libpayload.hStef van Os
2015-12-16libpayload: add archive.hDaisuke Nojiri
2015-10-27cbgfx: coreboot graphics libraryDaisuke Nojiri
2015-09-08video_printf: align textDaisuke Nojiri
2015-09-08video: add video_printfDaisuke Nojiri
2015-07-14libpayload: Add support for handling fmapsPatrick Georgi
2015-07-13libpayload: Fix arithmetic precedence in div_round_up()Julius Werner
2015-07-06update common base header filesDaisuke Nojiri
2015-06-08libpayload: retire LAR supportPatrick Georgi
2015-06-05lib: Unify log2() and related functionsJulius Werner
2015-06-02libpayload: Add div_round_up() functionJulius Werner
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