summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include
Commit message (Expand)AuthorAgeFilesLines
* libpayload: cbfs: Require input size and output size for cbfs_decompressYou-Cheng Syu2019-02-281-2/+3
* libpayload/sys/types.h: Add definition for off_tNico Huber2019-02-132-0/+8
* libpayload: add memchr to libcPhilipp Hug2019-02-111-0/+1
* libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32Julius Werner2018-10-121-0/+1
* libpayload: arm64: Make exception handling closer to arm32Julius Werner2018-10-121-4/+86
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-121-357/+224
* libpayload/apic: Only ACK interrupts triggered by the APICRaul E Rangel2018-10-041-1/+1
* src/*: normalize Google copyright headersPatrick Georgi2018-09-281-1/+1
* libpayload/libc/time: Add an arch_ndelay()Raul E Rangel2018-09-122-4/+44
* libpayload/x86/apic: Add an apic_delay method and calibrate the timerRaul E Rangel2018-09-121-0/+2
* libpayload/arch/x86: Add support for initializing the APICRaul E Rangel2018-09-121-0/+43
* libpayload/x86/exception: Add ability to handle user defined interruptsRaul E Rangel2018-09-101-0/+4
* payloads: Remove/fix trailing whitespaceMartin Roth2018-09-041-3/+3
* libpayload/x86/exception: Add methods to enable/disable interruptsRaul E Rangel2018-08-231-0/+4
* libpayload/x86/cpuid: Add a cpuid macroRaul E Rangel2018-08-231-0/+36
* cbtable: remove chromeos_acpi from cbtableJoel Kitching2018-08-222-3/+0
* cbmem: rename vdat to chromeos_acpiJoel Kitching2018-08-142-3/+3
* libpayload: Add UNKNOWN_SPEED to usb_speed enumRaul E Rangel2018-07-171-1/+5
* util/cbfstool: Support FIT payloadsPatrick Rudolph2018-06-151-0/+1
* libpayload-x86: Export keyboard modifiersPatrick Rudolph2018-05-311-0/+8
* libpayload: Export usbhid_getmodifiersPatrick Rudolph2018-05-311-0/+1
* libpayload-x86: Add PS2 mouse driverPatrick Rudolph2018-05-151-0/+9
* libpayload-x86: Add common i8042 driverPatrick Rudolph2018-05-151-0/+25
* cbfs: Rename CBFS_TYPE_PAYLOAD to CBFS_TYPE_SELFPatrick Rudolph2018-05-041-1/+1
* libpayload: Add raw_read_ functionsT Michael Turney2018-05-011-0/+2
* libpayload/include/queue.h: Remove trailing whitespaceElyes HAOUAS2018-04-271-5/+5
* libpayload: Move GDB functions to stdlib.hJulius Werner2018-04-192-5/+5
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-5/+4
* libpayload: Add pci_free_dev() and some boilerplateNico Huber2017-12-071-0/+8
* libpayload: Add SKU ID coreboot table supportJulius Werner2017-12-072-0/+2
* libpayload: Minor board ID / RAM code cleanupsJulius Werner2017-12-072-10/+7
* endian: Fix bebitenc() to actually encode big-endianJulius Werner2017-11-061-2/+2
* LB_TAGS: change the value of CB_TAG_MAC_ADDRS to 0x33Ronald G. Minnich2017-10-291-13/+13
* libpayload: add time()Nicola Corna2017-08-211-0/+1
* libpayload: add *SECS_PER_SEC macros to stddef.hCaveh Jalali2017-08-141-0/+4
* libpayload/libpci: Add a constant for PCI class memory otherNico Huber2017-08-101-0/+2
* add __must_check to */compiler.hCaveh Jalali2017-08-081-0/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-1311-32/+62
* libpayload: Add mouse cursor driverPatrick Rudolph2017-06-281-0/+37
* payloads: Add whitespace around '<<'Elyes HAOUAS2017-06-282-7/+7
* detachables: Add invert parameterShelley Chen2017-05-251-3/+11
* libpayload: multiboot - support meminfo flagMathias Krause2017-02-171-0/+1
* libpayload: Add VPD address into lib_sysinfoKan Yan2017-01-132-0/+2
* libpayload: increase MAX_ARGC_COUNTJeremy Compostella2016-11-251-1/+1
* cbfs: Add "struct" file type and associated helpersJulius Werner2016-08-271-0/+1
* libpayload/pci: Correct MASK macro namesFurquan Shaikh2016-06-211-2/+2
* libpayload: cbfs: Add cbfs_handle API for more fine-grained accessesJulius Werner2016-05-171-19/+23
* coreboot_tables: Extend serial port descriptionLee Leahy2016-05-091-0/+15
* libpayload: xhci: Set MPS based on speedVaradarajan Narayanan2016-05-091-0/+1
* libpayload: time: split time.h from libpayload.hStef van Os2016-04-212-14/+51