- c34ebab libpayload: Make pci and endian handling -Wconversion safe by Patrick Georgi · 4 years ago
- a3d7929 libpayload/xhci: Fix MPS handling in set_address by Kangheui Won · 3 years, 10 months ago
- bd62472 coreinfo/coreinfo.c: Correct main function signature by Jacob Garber · 4 years, 2 months ago
- a26986e libpayload: cbgfx: Support drawing a box with rounded corners by Yu-Ping Wu · 4 years ago
- c209256 Makefile: Remove romcc by Elyes HAOUAS · 4 years ago
- b2f3698 libpayload/drivers/i8042: add error messages to i8042_probe by Eric Lai · 4 years ago
- 41956b5 libpayload: Implement reading from CBMEM console by Yu-Ping Wu · 4 years ago
- 8b4528a payloads/seabios: Update stable from 1.12.1 to 1.13.0 by Martin Kepplinger · 4 years ago
- d1613f5 libpayload/drivers/i8042: Add error handling by Eric Lai · 4 years ago
- 24f0455 libpayload/drivers/i8042: Remove obsolete flag by Eric Lai · 4 years ago
- b643d3d libpayload/drivers/i8042: Add AT translated Keyboard support by Eric Lai · 4 years ago
- 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years ago
- 3979def payloads/bayou: remove unhooked payload by Angel Pons · 4 years, 4 months ago
- 879ea7f endian: Replace explicit byte swapping with compiler builtin by Julius Werner · 4 years ago
- 2e0bca0 arm64: Bump exception stack size to 2KB by Julius Werner · 4 years ago
- 31a5ff5 trogdor: libpayload USB support by T Michael Turney · 4 years, 1 month ago
- 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years ago
- 1c37157 mmio: Add clrsetbitsXX() API in place of updateX() by Julius Werner · 4 years ago
- 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 4 years ago
- 5c44c4a libpayload: Add BIT(x) macro definition by satya priya · 4 years ago
- 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years ago
- f96d905 Remove MIPS architecture by Julius Werner · 4 years, 4 months ago
- 63c444a Remove imgtec/pistachio SoC by Julius Werner · 4 years, 1 month ago
- 9f19dd9 mmio: Fix buffer_to_fifo32() order of arguments by Julius Werner · 4 years ago
- 3557f12 libpayload: keyboard: Ignore special keys by Thejaswani Putta · 4 years, 1 month ago
- 6aa81fa Fix sarien depthcharge make build by Selma BENSAID · 4 years, 1 month ago
- 8088584 payloads/external/GRUB2: Check for existing grub2 directory by Werner Zeh · 4 years, 1 month ago
- bc2f9a3 libpayload: usbmsc: update return value of CSW transfer by Changqi Hu · 4 years, 1 month ago
- e979442 payloads/external/GRUB2: fix constantly rebuilding due to git checkout by Michael Niewöhner · 4 years, 1 month ago
- 6c2324a libpayload: handle special-class-handlers before sources by Arthur Heymans · 4 years, 1 month ago
- 7ba5871 util/cbfstool: Add optional argument ibb by Philipp Deppenwiese · 5 years ago
- 006eb9d libpayload: refactor fetching cbmem pointers by Patrick Georgi · 4 years, 2 months ago
- 3d4923d libpayload: Add fmap_cache to sysinfo_t by Furquan Shaikh · 4 years, 2 months ago
- d3d38c9 coreinfo/coreinfo.c: Support both lower and upper case alphabets by Himanshu Sahdev · 4 years, 2 months ago
- b458a4f depthcharge: add CONFIG_MAINBOARD_DEPTHCHARGE by Selma BENSAID · 4 years, 2 months ago
- e79595d libpayload: Use interrupt transfers for USB hubs by Nico Huber · 10 years ago
- 49ca968 payloads/LinuxBoot: move kernel make flags into own variable by Alexander Couzens · 4 years, 3 months ago
- 58e033d payloads/external/LinuxBoot: Add curl flag by Marcello Sylvester Bauer · 4 years, 3 months ago
- da10b92 libpayload/usb: add USB 3.1 GEN2 support by Eric Lai · 4 years, 3 months ago
- 277498c libpayload: usbmsc: Factor out usb_msc_force_init() function by Julius Werner · 4 years, 5 months ago
- 182fea7 libpayload: usbmsc: Skip zero-length packets at end of data by Julius Werner · 4 years, 4 months ago
- db7f6fb Add buffer_to/from_fifo32(_prefix) helpers by Julius Werner · 4 years, 4 months ago
- 16562cb payloads/tianocore: Enable UEFIPayload by Lijian Zhao · 4 years, 5 months ago
- 9cd53c5 Makefile.inc, payloads: Enable -Wvla by Jacob Garber · 4 years, 5 months ago
- 3a4511e arch/riscv: Enable FIT support by Jonathan Neuschäfer · 5 years ago
- 564720f libpayload: cbgfx: Allow rotation of the display by Nicolas Boichat · 4 years, 4 months ago
- ccab651 libpayload/serial/qcs405: Mark uart console as such by Patrick Georgi · 4 years, 5 months ago
- cf96c2a payloads/external/Yabits: Pass XGCCPATH by Nico Huber · 4 years, 4 months ago
- 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 4 years, 6 months ago
- 5f914dc libpayload/libc: Use size_t for lengths and indices by Jacob Garber · 4 years, 5 months ago
- c3feebb libpayload/libc: Tidy utf16le_to_ascii by Jacob Garber · 4 years, 5 months ago
- 768db4f libpayload/libc: Correct strlcat return value by Jacob Garber · 4 years, 5 months ago
- 5f7b116 libpayload: Enable -Wimplicit-fallthrough by Jacob Garber · 4 years, 5 months ago
- 73c405a payloads/GRUB: Use correct script name in Makefile by Gompa · 4 years, 5 months ago
- 31af70d util/testing: Ensure coreboot-gerrit fails if libpayload build fails by Keith Short · 4 years, 5 months ago
- 3555389 payloads: Update GRUB stable from 2.02 to 2.04 by Paul Menzel · 4 years, 5 months ago
- c6b152a libpayload/usb: fix DWC2 driver by Patrick Georgi · 4 years, 5 months ago
- af15d04 payloads/external/Memtest86Plus: update to version 002 stable by Martin Kepplinger · 4 years, 7 months ago
- e2e8cce payloads/coreinfo: Enable -Wmissing-prototypes by Jacob Garber · 4 years, 5 months ago
- 609305f payloads/coreinfo: Make internal functions static by Jacob Garber · 4 years, 5 months ago
- 729d597 payloads/coreinfo: Enable -Wextra by Jacob Garber · 4 years, 5 months ago
- a711e9c payloads/coreinfo: Use correct integer types for loop indices by Jacob Garber · 4 years, 5 months ago
- 37bec0b payloads/coreinfo: Use fixed-width integers for cpuid by Jacob Garber · 4 years, 5 months ago
- bf2c693 libpayload/usb: Increase USB request timeout to 5 s by Keith Short · 4 years, 5 months ago
- ce4d39d libpayload: cbgfx: Run cbgfx_init() before we need it for draw_box() by Julius Werner · 4 years, 5 months ago
- 6033bdc payloads/external/LinuxBoot: Update x86_64 defconfig by Patrick Rudolph · 4 years, 6 months ago
- 5399f80 libpayload: Re-initialize UART RX by Prudhvi Yarlagadda · 4 years, 6 months ago
- d97591c payloads/libpayload: Update a Makefile for sample libpayload by Asami Doi · 4 years, 6 months ago
- d0bd544 commonlib: define cbtable tags as enum to identify conflicts by Patrick Georgi · 4 years, 6 months ago
- 5326ad7 libpayload: define cbtable tags as enum to identify conflicts by Patrick Georgi · 4 years, 6 months ago
- 7c369c1 libpayload/i8042/keyboard: Log errors during initialization by Furquan Shaikh · 4 years, 6 months ago
- 8a70918 libpayload: Add USB support to mistral config by Patrick Georgi · 4 years, 6 months ago
- 21bfc9f Revert "libpayload: Reset PS/2 keyboard" by Nico Huber · 4 years, 6 months ago
- 1b05479 libpayload: Add UART for qcs405 by Prudhvi Yarlagadda · 4 years, 9 months ago
- a99ed13 libpayload/i8042/keyboard: Fix return value check for keyboard_cmd by Furquan Shaikh · 4 years, 6 months ago
- a95a6bf libpayload/drivers/i8402/kbd: Fix qemu by Patrick Rudolph · 6 years ago
- 543be8d payloads/external/Linuxboot: Fix Makefile when not using bash by Christian Walter · 4 years, 6 months ago
- 23cb12b payloads/external/iPXE: Add more Kconfig options by Patrick Rudolph · 6 years ago
- 7ae606f libpayload: Reset PS/2 keyboard by Paul Menzel · 4 years, 7 months ago
- 2803346 Renumber cbtable tag MMC_INFO by Patrick Georgi · 4 years, 6 months ago
- ddf2bc5 coreboot_tables: pass the early_mmc_wake_hw status to payload by Bora Guvendik · 6 years ago
- d8cd2e9 libpayload: make log2 and clz work on signed values internally by Patrick Georgi · 4 years, 8 months ago
- dce10f8 payloads/coreinfo: Remove unused variable by Jacob Garber · 4 years, 8 months ago
- 724c66c libpayload: ahci: Prevent memory leaks when failing on init by Jacob Garber · 4 years, 7 months ago
- dbc787d libpayload/drivers/i8042: Add fallthrough comment by Jacob Garber · 4 years, 7 months ago
- a20e59d libpayload: classify all keyboards by Matt Delco · 4 years, 7 months ago
- 9f3aa70 payloads/seabios: Update the stable git hash of 1.12.1 by Martin Kepplinger · 4 years, 8 months ago
- d61c5ea linuxboot/Kconfig: Remove symbol name of a `choice` by Nico Huber · 4 years, 8 months ago
- b524dfc payloads/U-Boot: Update to the latest stable 2019.4 by Arthur Heymans · 4 years, 8 months ago
- 89d4a60 payload/U-Boot: Fix generating a default config on the master branch by Arthur Heymans · 4 years, 8 months ago
- f4af723 payloads/U-Boot: Use a phony target for checking out a revision by Arthur Heymans · 4 years, 8 months ago
- 52cb8a7 payloads/U-Boot: Unexport the coreboot_exports by Arthur Heymans · 4 years, 8 months ago
- 0800194 ipxe: Update stable version from 2017.3 to to 2019.3 by Martin Roth · 4 years, 8 months ago
- a76e654 mediatek: Use the 64-bit timer by Tristan Shieh · 4 years, 8 months ago
- 79f9291 LinuxBoot/targets/linux.mk: refactor kernel compilation by Marcello Sylvester Bauer · 5 years ago
- 5c76ed6 libpayload/option table: Don't pad string entries with garbage by Nico Huber · 4 years, 10 months ago
- 8110f46 libpayload/storage: Add Apollo Lake AHCI ID to tested controllers by Nico Huber · 4 years, 10 months ago
- 4577cd2 libpayload: keyboard: Add F11 and F12 support by Matt Delco · 4 years, 8 months ago
- 0de2fa0 libpayload: Deduplicate strtol and strtoull by Julius Werner · 4 years, 8 months ago
- 18c1b6b libpayload: limits.h: Provide reliable definitions for all XXX_MAX/MIN by Julius Werner · 4 years, 8 months ago