aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2020-04-15trogdor: add support for Bubs variantT Michael Turney
2020-04-14lp/drivers/usb: Work around QEMU XHCI register issueDuncan Laurie
2020-04-09payloads/nvramcui: Select USE_OPTION_TABLEMatt DeVillier
2020-04-03libpayload: malloc: Change memcpy() to memmove() in reallocJulius Werner
2020-04-01cros_ec: add chrome EC headers to include pathCaveh Jalali
2020-03-23libpayload/drivers/nvram: Fix coding stylePatrick Georgi
2020-03-23libpayload/drivers/nvram: Add function to write RTCPatrick Rudolph
2020-03-10libpayload/corebootfb: Replace obsolete macros FI and CHARSNico Huber
2020-03-09libpayload: Add uart/serial driver support for trogdorT Michael Turney
2020-03-09libpayload: Improve rtc functionsPatrick Rudolph
2020-03-09libpayload/corebootfb: Add option to center a 80x25 consoleNico Huber
2020-03-09libpayload/corebootfb: Keep local copy of framebuffer infoNico Huber
2020-03-04libpayload: add read64() and write64()Thomas Heijligen
2020-03-03payloads/ext/Makefile.inc: Fix SeaBIOS race conditionAngel Pons
2020-03-02lz4: Fix out-of-bounds readsAlex Rebert
2020-03-02libpayload: cbfs: fix infinite loop in cbfs_get_{handle,attr}Alex Rebert
2020-02-29payloads/tianocore: Enable PS2 keyboard moduleBenjamin Doron
2020-02-28payloads/ext/tianocore/Makefile: Enable quiet modeAngel Pons
2020-02-26treewide: capitalize 'USB'Elyes HAOUAS
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2020-02-24libpayload: cbgfx: Fix potential overflowing expressionYu-Ping Wu
2020-02-24libpayload: Fix out-of-bounds readAlex Rebert
2020-02-22cbfs: allow uncompressed payloadsRonald G. Minnich
2020-02-17treewide: capitalize 'BIOS'Elyes HAOUAS
2020-02-17payloads: Fix typosElyes HAOUAS
2020-02-17libpayload/corebootfb: Fix character buffer relocationNico Huber
2020-02-17libpayload: arm64: Keep instruction cache enabled at all timesJulius Werner
2020-02-05libpayload: Make pci and endian handling -Wconversion safePatrick Georgi
2020-02-05libpayload/xhci: Fix MPS handling in set_addressKangheui Won
2020-02-04coreinfo/coreinfo.c: Correct main function signatureJacob Garber
2020-01-14libpayload: cbgfx: Support drawing a box with rounded cornersYu-Ping Wu
2019-12-27Makefile: Remove romccElyes HAOUAS
2019-12-20libpayload/drivers/i8042: add error messages to i8042_probeEric Lai
2019-12-16libpayload: Implement reading from CBMEM consoleYu-Ping Wu
2019-12-13payloads/seabios: Update stable from 1.12.1 to 1.13.0Martin Kepplinger
2019-12-13libpayload/drivers/i8042: Add error handlingEric Lai
2019-12-12libpayload/drivers/i8042: Remove obsolete flagEric Lai
2019-12-11libpayload/drivers/i8042: Add AT translated Keyboard supportEric Lai
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-09payloads/bayou: remove unhooked payloadAngel Pons
2019-12-06endian: Replace explicit byte swapping with compiler builtinJulius Werner
2019-12-05arm64: Bump exception stack size to 2KBJulius Werner
2019-12-05trogdor: libpayload USB supportT Michael Turney
2019-12-04Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner
2019-12-04mmio: Add clrsetbitsXX() API in place of updateX()Julius Werner
2019-12-02lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot tableYu-Ping Wu
2019-11-28libpayload: Add BIT(x) macro definitionsatya priya
2019-11-23Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi
2019-11-20Remove MIPS architectureJulius Werner
2019-11-20Remove imgtec/pistachio SoCJulius Werner
2019-11-19mmio: Fix buffer_to_fifo32() order of argumentsJulius Werner
2019-11-16libpayload: keyboard: Ignore special keysThejaswani Putta
2019-11-14Fix sarien depthcharge make buildSelma BENSAID
2019-11-12payloads/external/GRUB2: Check for existing grub2 directoryWerner Zeh
2019-11-11libpayload: usbmsc: update return value of CSW transferChangqi Hu
2019-11-04payloads/external/GRUB2: fix constantly rebuilding due to git checkoutMichael Niewöhner
2019-10-30libpayload: handle special-class-handlers before sourcesArthur Heymans
2019-10-18util/cbfstool: Add optional argument ibbPhilipp Deppenwiese
2019-10-03libpayload: refactor fetching cbmem pointersPatrick Georgi
2019-10-02libpayload: Add fmap_cache to sysinfo_tFurquan Shaikh
2019-10-02coreinfo/coreinfo.c: Support both lower and upper case alphabetsHimanshu Sahdev
2019-09-24depthcharge: add CONFIG_MAINBOARD_DEPTHCHARGESelma BENSAID
2019-09-18libpayload: Use interrupt transfers for USB hubsNico Huber
2019-09-15payloads/LinuxBoot: move kernel make flags into own variableAlexander Couzens
2019-09-02payloads/external/LinuxBoot: Add curl flagMarcello Sylvester Bauer
2019-08-27libpayload/usb: add USB 3.1 GEN2 supportEric Lai
2019-08-22libpayload: usbmsc: Factor out usb_msc_force_init() functionJulius Werner
2019-08-22libpayload: usbmsc: Skip zero-length packets at end of dataJulius Werner
2019-08-22Add buffer_to/from_fifo32(_prefix) helpersJulius Werner
2019-08-21payloads/tianocore: Enable UEFIPayloadLijian Zhao
2019-08-20Makefile.inc, payloads: Enable -WvlaJacob Garber
2019-08-08arch/riscv: Enable FIT supportJonathan Neuschäfer
2019-08-08libpayload: cbgfx: Allow rotation of the displayNicolas Boichat
2019-07-26libpayload/serial/qcs405: Mark uart console as suchPatrick Georgi
2019-07-25payloads/external/Yabits: Pass XGCCPATHNico Huber
2019-07-23vboot: deprecate vboot_handoff structureJoel Kitching
2019-07-23libpayload/libc: Use size_t for lengths and indicesJacob Garber
2019-07-23libpayload/libc: Tidy utf16le_to_asciiJacob Garber
2019-07-23libpayload/libc: Correct strlcat return valueJacob Garber
2019-07-21libpayload: Enable -Wimplicit-fallthroughJacob Garber
2019-07-19payloads/GRUB: Use correct script name in MakefileGompa
2019-07-13util/testing: Ensure coreboot-gerrit fails if libpayload build failsKeith Short
2019-07-13payloads: Update GRUB stable from 2.02 to 2.04Paul Menzel
2019-07-09libpayload/usb: fix DWC2 driverPatrick Georgi
2019-07-08payloads/external/Memtest86Plus: update to version 002 stableMartin Kepplinger
2019-07-07payloads/coreinfo: Enable -Wmissing-prototypesJacob Garber
2019-07-07payloads/coreinfo: Make internal functions staticJacob Garber
2019-07-07payloads/coreinfo: Enable -WextraJacob Garber
2019-07-07payloads/coreinfo: Use correct integer types for loop indicesJacob Garber
2019-07-07payloads/coreinfo: Use fixed-width integers for cpuidJacob Garber
2019-07-02libpayload/usb: Increase USB request timeout to 5 sKeith Short
2019-06-29libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box()Julius Werner
2019-06-28payloads/external/LinuxBoot: Update x86_64 defconfigPatrick Rudolph
2019-06-27libpayload: Re-initialize UART RXPrudhvi Yarlagadda
2019-06-21payloads/libpayload: Update a Makefile for sample libpayloadAsami Doi
2019-06-18commonlib: define cbtable tags as enum to identify conflictsPatrick Georgi
2019-06-18libpayload: define cbtable tags as enum to identify conflictsPatrick Georgi
2019-06-14libpayload/i8042/keyboard: Log errors during initializationFurquan Shaikh
2019-06-13libpayload: Add USB support to mistral configPatrick Georgi
2019-06-06Revert "libpayload: Reset PS/2 keyboard"Nico Huber