summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* util/testing: Ensure coreboot-gerrit fails if libpayload build failsKeith Short2019-07-131-0/+2
* payloads: Update GRUB stable from 2.02 to 2.04Paul Menzel2019-07-132-4/+4
* libpayload/usb: fix DWC2 driverPatrick Georgi2019-07-091-2/+2
* payloads/external/Memtest86Plus: update to version 002 stableMartin Kepplinger2019-07-081-1/+1
* payloads/coreinfo: Enable -Wmissing-prototypesJacob Garber2019-07-071-1/+2
* payloads/coreinfo: Make internal functions staticJacob Garber2019-07-072-2/+2
* payloads/coreinfo: Enable -WextraJacob Garber2019-07-071-1/+1
* payloads/coreinfo: Use correct integer types for loop indicesJacob Garber2019-07-074-17/+13
* payloads/coreinfo: Use fixed-width integers for cpuidJacob Garber2019-07-072-8/+7
* libpayload/usb: Increase USB request timeout to 5 sKeith Short2019-07-026-35/+47
* libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box()Julius Werner2019-06-291-3/+4
* payloads/external/LinuxBoot: Update x86_64 defconfigPatrick Rudolph2019-06-281-43/+47
* libpayload: Re-initialize UART RXPrudhvi Yarlagadda2019-06-271-2/+4
* payloads/libpayload: Update a Makefile for sample libpayloadAsami Doi2019-06-213-8/+21
* commonlib: define cbtable tags as enum to identify conflictsPatrick Georgi2019-06-181-0/+3
* libpayload: define cbtable tags as enum to identify conflictsPatrick Georgi2019-06-181-55/+49
* libpayload/i8042/keyboard: Log errors during initializationFurquan Shaikh2019-06-141-4/+12
* libpayload: Add USB support to mistral configPatrick Georgi2019-06-131-0/+3
* Revert "libpayload: Reset PS/2 keyboard"Nico Huber2019-06-062-21/+5
* libpayload: Add UART for qcs405Prudhvi Yarlagadda2019-06-044-0/+563
* libpayload/i8042/keyboard: Fix return value check for keyboard_cmdFurquan Shaikh2019-06-041-7/+15
* libpayload/drivers/i8402/kbd: Fix qemuPatrick Rudolph2019-05-291-0/+8
* payloads/external/Linuxboot: Fix Makefile when not using bashChristian Walter2019-05-291-0/+1
* payloads/external/iPXE: Add more Kconfig optionsPatrick Rudolph2019-05-293-3/+53
* libpayload: Reset PS/2 keyboardPaul Menzel2019-05-272-0/+8
* Renumber cbtable tag MMC_INFOPatrick Georgi2019-05-231-1/+1
* coreboot_tables: pass the early_mmc_wake_hw status to payloadBora Guvendik2019-05-233-0/+26
* libpayload: make log2 and clz work on signed values internallyPatrick Georgi2019-05-161-2/+5
* payloads/coreinfo: Remove unused variableJacob Garber2019-05-151-6/+1
* libpayload: ahci: Prevent memory leaks when failing on initJacob Garber2019-05-151-3/+6
* libpayload/drivers/i8042: Add fallthrough commentJacob Garber2019-05-131-0/+1
* libpayload: classify all keyboardsMatt Delco2019-05-136-3/+11
* payloads/seabios: Update the stable git hash of 1.12.1Martin Kepplinger2019-04-241-1/+1
* linuxboot/Kconfig: Remove symbol name of a `choice`Nico Huber2019-04-231-1/+1
* payloads/U-Boot: Update to the latest stable 2019.4Arthur Heymans2019-04-232-3/+3
* payload/U-Boot: Fix generating a default config on the master branchArthur Heymans2019-04-231-1/+1
* payloads/U-Boot: Use a phony target for checking out a revisionArthur Heymans2019-04-231-3/+3
* payloads/U-Boot: Unexport the coreboot_exportsArthur Heymans2019-04-231-0/+1
* ipxe: Update stable version from 2017.3 to to 2019.3Martin Roth2019-04-212-4/+4
* mediatek: Use the 64-bit timerTristan Shieh2019-04-171-2/+3
* LinuxBoot/targets/linux.mk: refactor kernel compilationMarcello Sylvester Bauer2019-04-156-78/+183
* libpayload/option table: Don't pad string entries with garbageNico Huber2019-04-111-1/+5
* libpayload/storage: Add Apollo Lake AHCI ID to tested controllersNico Huber2019-04-111-0/+1
* libpayload: keyboard: Add F11 and F12 supportMatt Delco2019-04-111-10/+18
* libpayload: Deduplicate strtol and strtoullJulius Werner2019-04-102-40/+26
* libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MINJulius Werner2019-04-101-2/+15
* libpayload: Fix CONFIG_LP_DEBUG_MALLOC for 64-bit archsJulius Werner2019-04-103-102/+91
* libpayload: Fix potential NULL pointer dereferenceFrancois Toguo2019-04-093-2/+44
* libpayload/drivers/timer: Use 64 bits to prevent overflowJacob Garber2019-04-081-1/+1
* libpayload: Align main() data typesPatrick Georgi2019-04-054-4/+4