summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-304-0/+15
* payloads/filo: Set stable tag to something that buildsNico Huber2020-10-282-3/+3
* 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
* payloads/coreinfo: Rename pci_scan_bus()Felix Singer2020-10-201-3/+3
* 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
* payloads/external: add support for BOOTBOOT payloadZoltan Baldaszti2020-09-264-0/+63
* treewide/Kconfig: Drop unneeded empty linesElyes HAOUAS2020-09-212-2/+0
* payloads: Drop unneeded empty linesElyes HAOUAS2020-09-2148-83/+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
* coreinfo: Use SPDX license identifiersJacob Garber2020-09-1415-168/+30
* 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-245-23/+16
* 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-245-15/+30
* arch/arm: Enable FIT payloadsSam Lewis2020-08-191-2/+2
* payloads/nvramcui: Fix `make clean`Nico Huber2020-08-181-2/+2
* payloads/coreinfo: Fix `make clean`Nico Huber2020-08-181-2/+1
* payloads/seabios: Update stable version to 1.14.0Elyes HAOUAS2020-08-172-2/+2
* libpayload/defconfig: Set default heap size to 1MiBNico Huber2020-08-171-1/+1
* libpayload: cbgfx: Add color mapping functionalityYu-Ping Wu2020-08-132-11/+75
* libpayload: Replace include/compiler.h with commonlib/bsd's versionPatrick Georgi2020-07-281-17/+27
* payloads/libpayload/drivers/usb/usb.c: Remove whitespace before tabElyes HAOUAS2020-07-251-1/+1
* payloads/libpayload/curses/menu/eti.h: Remove unneeded whitespacesElyes HAOUAS2020-07-251-8/+8
* payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tabElyes HAOUAS2020-07-251-1/+1
* payloads/external/tint/Makefile: Remove whitespaces before tabElyes HAOUAS2020-07-251-3/+3
* libpayload: cbgfx: Add draw_line()Yu-Ping Wu2020-07-232-7/+95