summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload
Commit message (Expand)AuthorAgeFilesLines
* libpayload/keyboard: Revise scancode set and translation configNico Huber2020-12-233-53/+17
* libpayload/i8042: Add API to get/set kbd translation stateNico Huber2020-12-232-0/+55
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-083-0/+25
* libpayload: Provide API to expose MMU memery ranges for ARM64Meng-Huan Yu2020-12-052-0/+13
* libpayload/usb: Add format string checking to usb_debugCaveh Jalali2020-11-221-1/+1
* libpayload/usb: Fix printf format string mismatches in debug messagesCaveh Jalali2020-11-225-27/+33
* libpayload/i8042: Increase response timeout to 1.5sNico Huber2020-11-161-1/+1
* Delete mainboard/google/chezaJulius Werner2020-11-121-3/+0
* libpayload: storage.c: remove unneeded #if CONFIG()Thomas Heijligen2020-11-091-3/+1
* libpayload: Make OHCI enums into typesJacob Garber2020-11-081-28/+30
* libpayload: Add compiler.h to compiler parametersJacob Garber2020-11-084-4/+4
* libpayload: Add support for link time optimizationJacob Garber2020-11-022-0/+12
* libpayload/x86: Try to discover invariant TSC rateNico Huber2020-11-021-3/+116
* libpayload/x86: Add enumeration of Intel family 6 modelsNico Huber2020-11-021-0/+16
* lib/libpayload: Replace strapping_ids with new board configuration entryTim Wawrzynczak2020-10-303-30/+28
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+1
* libpayload/keyboard: Use `bool` as return typeNico Huber2020-10-262-10/+13
* libpayload/curses: Use <stdbool.h>Nico Huber2020-10-262-9/+2
* libpayload: Add <stdbool.h>Nico Huber2020-10-261-0/+10
* drivers/smmstore: Implement SMMSTORE version 2Patrick Rudolph2020-10-221-0/+1
* libpayload/storage/ahci: Use pci_dev struct in ahci_initialize()Felix Singer2020-10-203-17/+12
* libpayload/storage/ahci: Use pacc pointer to read device classFelix Singer2020-10-204-19/+17
* libpayload/arch/x86: Introduce pacc pointer in sysinfo_t structFelix Singer2020-10-202-0/+10
* libpayload/storage: Enable STORAGE_64BIT_LBAFelix Singer2020-10-191-1/+1
* libpayload/storage: Enable all AHCI controllers by defaultFelix Singer2020-10-191-2/+2
* libpayload/libpci: Introduce device class attribute in pci_devFelix Singer2020-10-172-0/+2
* libpayload/libpci: Clean up pci_alloc()Felix Singer2020-10-171-2/+1
* libpayload/x86: Add some more CPUID helpersNico Huber2020-10-161-0/+32
* lib and libpayload: Add popcnt functionsAngel Pons2020-10-151-0/+3
* lib and libpayload: add 64-bit versions of clz, __ffs and log2Tim Wawrzynczak2020-10-141-0/+8
* libpayload: use PRIu64 type to print u64Jeremy Compostella2020-09-302-2/+8
* libpayload: Fix file permissionsKyösti Mälkki2020-09-271-0/+0
* treewide/Kconfig: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-2147-80/+0
* libpayload: free: Separate NULL check out for clarityHsuan Ting Chen2020-09-191-0/+4
* libpayload: cbgfx: Fix 'equals' counter for Lanczos resamplingYu-Ping Wu2020-09-181-14/+13
* libpayload: malloc: Fix realloc for overlapping buffersYu-Ping Wu2020-09-131-34/+57
* libpayload/xhci: Fix Slot State field width definitionCaveh Jalali2020-09-041-1/+1
* xhci: Do not set the CRCR_CS bitCaveh Jalali2020-08-311-1/+7
* xhci: Fix Abort command event handlingCaveh Jalali2020-08-311-7/+27
* libpayload: cbgfx: Support buffered I/OHung-Te Lin2020-08-282-1/+61
* libpayload: memmove: Don't make expectations of architecture memcpyJulius Werner2020-08-241-1/+1
* libpayload: Cache physical location of stringsNico Huber2020-08-242-17/+21
* libpayload: Cache physical location of CBMEM entriesNico Huber2020-08-244-22/+15
* libpayload: Cache physical location of cb_table entriesNico Huber2020-08-242-4/+4
* libpayload: Cache copy of `cb_framebuffer` structNico Huber2020-08-245-33/+15
* libpayload: Cache physical location of serial-console structNico Huber2020-08-248-17/+16
* libpayload: Cache physical CMOS option table locationNico Huber2020-08-243-4/+4
* libpayload: Cache physical cbmem console addressNico Huber2020-08-244-14/+29
* libpayload/defconfig: Set default heap size to 1MiBNico Huber2020-08-171-1/+1