Age | Commit message (Expand) | Author |
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 | 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-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-13 | libpayload/sys/types.h: Add definition for off_t | Nico Huber |
2019-02-11 | libpayload: add memchr to libc | Philipp Hug |
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-28 | payloads/libpayload/libcbfs: Remove duplicated ';' at end of line | Elyes HAOUAS |
2018-11-16 | payloads/libpayload/drivers/storage: Get rid of void pointer math | Richard Spiegel |
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 | 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-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 | src/*: normalize Google copyright headers | Patrick Georgi |
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-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 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-14 | cbmem: rename vdat to chromeos_acpi | Joel Kitching |
2018-08-08 | libpayload/drivers/usb/xhci: Replace raw values with constants | Raul E Rangel |
2018-08-06 | exception: Fix segment error code mask | Raul E Rangel |
2018-07-20 | libpayload/arm64: Drop unused static array | Patrick Georgi |
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-02 | payloads/libpayload/drivers/i8042: Disable scanning on disconnect | Furquan Shaikh |