Age | Commit message (Expand) | Author |
2019-03-26 | libpayload: strtoull: Fix edge case bug with *endptr | Julius Werner |
2019-03-21 | payloads/seabios: Update stable from 1.12.0 to 1.12.1 | Paul Menzel |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-18 | libpayload: qcs405: Add new Configs | Nitheesh Sekar |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-07 | Add new CONFIG(XXX) macro to replace IS_ENABLED(CONFIG_XXX) | Julius Werner |
2019-03-04 | payloads/tianocore: remove single branch checkout parameter | Matt DeVillier |
2019-03-04 | fmap: Add FMAP_AREA_PRESERVE | Hung-Te Lin |
2019-03-02 | libpayload: i8042: Only test PS/2 AUX port when enabled | Duncan Laurie |
2019-03-02 | libpayload: keyboard: Add option to ignore failures during init | Duncan Laurie |
2019-03-01 | payloads/tianocore: Add option for custom bootsplash | Matt DeVillier |
2019-02-28 | libpayload: cbfs: Check decompressed size when loading files | You-Cheng Syu |
2019-02-28 | libpayload: cbfs: Require input size and output size for cbfs_decompress | You-Cheng Syu |
2019-02-26 | payloads/tianocore: default to MrChromebox's working branch | Matt DeVillier |
2019-02-13 | libpayload/sys/types.h: Add definition for off_t | Nico Huber |
2019-02-11 | libpayload: add memchr to libc | Philipp Hug |
2019-01-24 | Kconfig: Remove symbol names for choices | Nico Huber |
2018-12-18 | Fix typos involving "the the" | Jonathan Neuschäfer |
2018-12-09 | libpayload: Don't try to use invalid row count | Martin Roth |
2018-12-05 | libpayload: Remove unused timer/serial drivers | Julius Werner |
2018-11-30 | LinuxBoot: fix initramfs xz compression | Marcello Sylvester Bauer |
2018-11-28 | LinuxBoot: refactor u-root.mk | Marcello Sylvester Bauer |
2018-11-28 | LinuxBoot: refactor payload | Marcello Sylvester Bauer |
2018-11-28 | payloads/external/SeaBIOS/Kconfig: relax native VGA dependency | Marcello Sylvester Bauer |
2018-11-28 | payloads/libpayload/libcbfs: Remove duplicated ';' at end of line | Elyes HAOUAS |
2018-11-22 | payloads/seabios: Update stable from 1.11.2 to 1.12.0 | Martin Kepplinger |
2018-11-21 | payloads/tianocore: rebase patches to UDK2018 release | Piotr Król |
2018-11-16 | Linux/Linuxboot: share cmdline and initrd parser | Marcello Sylvester Bauer |
2018-11-16 | payloads/libpayload/drivers/storage: Get rid of void pointer math | Richard Spiegel |
2018-11-06 | payloads/coreinfo/cbfs_module.c: Get rid of void pointer math | Richard Spiegel |
2018-11-05 | Linuxboot: remove initramfs path entry | Marcello Sylvester Bauer |
2018-11-05 | Linuxboot: check go version | Marcello Sylvester Bauer |
2018-11-02 | LinuxBoot: use curl | Marcello Sylvester Bauer |
2018-11-02 | LinuxBoot/X86_64: Enable 8250 uart drivers | Marcello Sylvester Bauer |
2018-11-02 | LinuxBoot: fix custom defconfig override | Marcello Sylvester Bauer |
2018-10-23 | libpayload: Fill reg_base for debugging purposes | Patrick Rudolph |
2018-10-18 | libpayload/curses/PDCurses/doc/intro.txt: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-15 | tianocore : Enable Serial Debug for UEFI payload Debug build | Wonkyu Kim |
2018-10-15 | libpayload: Always set pciaddr | Patrick Rudolph |
2018-10-12 | libpayload: arm64: Add GDB support | Julius Werner |
2018-10-12 | libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Make exception handling closer to arm32 | Julius Werner |
2018-10-12 | libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2 | Julius Werner |
2018-10-11 | payloads/tianocore: Fix not applying patch 06_CorebootPayloadPkg_keep_cb_table | Piotr Król |
2018-10-09 | payloads: Only show supported payloads in menuconfig | Philipp Hug |
2018-10-05 | LinuxBoot/arm64: Remove firmware from defconfig | Patrick Rudolph |
2018-10-04 | libpayload/x86/exception: Add ability to ignore unknown interrupts | Raul E Rangel |
2018-10-04 | libpayload/x86/exception.c: Remove exception_install_hook | Raul E Rangel |
2018-10-04 | libpayload/apic: Register a spurious interrupt vector | Raul E Rangel |
2018-10-04 | libpayload/apic: Only ACK interrupts triggered by the APIC | Raul E Rangel |
2018-10-01 | libpayload/drivers/usb: Fix leaks | Patrick Rudolph |
2018-10-01 | libpayload/drivers/usb: Fix broken retry counter | Patrick Rudolph |
2018-09-28 | payloads/tianocore: ignore whitespace change when applying patches | Piotr Król |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-09-26 | payloads/Kconfig: do not show compression menu for FIT | Andrea Barberio |
2018-09-16 | payloads/external: Add yabits payload | Martin Roth |
2018-09-14 | rampayload: Add the linuxcheck payload | Ronald G. Minnich |
2018-09-13 | payloads/tianocore: Add option to use 8254 timer | Lijian Zhao |
2018-09-12 | libpayload/x86/delay: Make arch_ndelay call apic_delay if delay is long | Raul E Rangel |
2018-09-12 | libpayload/x86/delay: Add an x86 arch_ndelay | Raul E Rangel |
2018-09-12 | libpayload/libc/time: Add an arch_ndelay() | Raul E Rangel |
2018-09-12 | libpayload/x86/apic: Add an apic_delay method and calibrate the timer | Raul E Rangel |
2018-09-12 | libpayload/arch/x86: Add support for initializing the APIC | Raul E Rangel |
2018-09-10 | libpayload/x86/gdb: Migrate to use set_interrupt_handler | Raul E Rangel |
2018-09-10 | libpayload/x86/exception: Add ability to handle user defined interrupts | Raul E Rangel |
2018-09-04 | payloads: Remove/fix trailing whitespace | Martin Roth |
2018-09-04 | payloads/LinuxBoot: Fix remaining issues | Philipp Deppenwiese |
2018-08-23 | libpayload/x86/exception: Add methods to enable/disable interrupts | Raul E Rangel |
2018-08-23 | libpayload/x86/cpuid: Add a cpuid macro | Raul E Rangel |
2018-08-22 | payloads/external/Memtest86Plus: allow for selecting a specific revision | Stefan Tauner |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-14 | cbmem: rename vdat to chromeos_acpi | Joel Kitching |
2018-08-10 | linuxboot: remove curley brace expansion from u-root commands | David Hendricks |
2018-08-08 | libpayload/drivers/usb/xhci: Replace raw values with constants | Raul E Rangel |
2018-08-06 | payloads/external/SeaBIOS: add support for sercon port | Piotr Król |
2018-08-06 | exception: Fix segment error code mask | Raul E Rangel |
2018-07-31 | payload/LinuxBoot: Fix compilation and clean target | Philipp Deppenwiese |
2018-07-20 | libpayload/arm64: Drop unused static array | Patrick Georgi |
2018-07-19 | payloads/LinuxBoot: Add ARM64 support | Patrick Rudolph |
2018-07-17 | libpayload/generic_hub: Detect port disconnect after reset | Raul E Rangel |
2018-07-17 | libpayload/xhci: Check noop return code when debugging | Raul E Rangel |
2018-07-17 | libpayload: Add UNKNOWN_SPEED to usb_speed enum | Raul E Rangel |
2018-07-16 | libpayload: Make libpayload compile using gnu11 | Raul E Rangel |
2018-07-16 | libpayload/xhci: Document struct offsets on xhci_t | Raul E Rangel |
2018-07-10 | payloads/Kconfig: Put option *None* at the top | Paul Menzel |
2018-07-06 | payloads/seabios: Update stable from 1.11.1 to 1.11.2 | Martin Kepplinger |
2018-07-03 | payloads/iPXE: add iPXE serial enable option | Michał Żygowski |
2018-07-03 | payloads/Kconfig: Use third-person singular in description | Paul Menzel |
2018-07-02 | payloads/libpayload/drivers/i8042: Disable scanning on disconnect | Furquan Shaikh |
2018-07-02 | payloads/libpayload/drivers/i8042: Add macros for i8042 commands | Furquan Shaikh |
2018-06-28 | tianocore: Add more patches | Patrick Rudolph |
2018-06-22 | libpayload: cheza - fix config for chromium chroot build | T Michael Turney |
2018-06-21 | tianocore: Fix RPM package name | Patrick Rudolph |
2018-06-21 | payloads/external/GRUB2: Use pkg-config over freetype-config | Nico Huber |
2018-06-19 | payloads: Add LinuxBoot payload in u-root mode | Philipp Deppenwiese |
2018-06-19 | lib: Add FIT payload support | Patrick Rudolph |
2018-06-15 | util/cbfstool: Support FIT payloads | Patrick Rudolph |
2018-06-14 | coreinfo: Skip unpopulated PCI functions | Kyösti Mälkki |
2018-06-07 | tint: change the tint download link from HTTP Debian to HTTPS FSF | Mike Banon |
2018-06-07 | tint: fix the "Paused - Press any key to continue" message for pause | Mike Banon |