Age | Commit message (Expand) | Author |
2020-12-05 | libpayload: Provide API to expose MMU memery ranges for ARM64 | Meng-Huan Yu |
2020-11-02 | libpayload/x86: Try to discover invariant TSC rate | Nico Huber |
2020-10-20 | libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct | Felix Singer |
2020-09-21 | treewide/Kconfig: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-21 | payloads: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-24 | libpayload: Cache physical location of CBMEM entries | Nico Huber |
2020-08-24 | libpayload: Cache copy of `cb_framebuffer` struct | Nico Huber |
2020-07-25 | payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tab | Elyes HAOUAS |
2020-07-16 | libpayload: allow nonblocking delay and more than one delay | Ronald G Minnich |
2020-07-08 | libpayload: arm64: silence libpayload main entry | Michael Walle |
2020-07-08 | libpayload: arm64: fix OUTPUT_ARCH() | Michael Walle |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-02-17 | libpayload: arm64: Keep instruction cache enabled at all times | Julius Werner |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-05 | arm64: Bump exception stack size to 2KB | Julius Werner |
2019-11-20 | Remove MIPS architecture | Julius Werner |
2019-10-03 | libpayload: refactor fetching cbmem pointers | Patrick Georgi |
2019-04-05 | libpayload: Align main() data types | Patrick Georgi |
2019-03-07 | payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
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-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/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-08-23 | libpayload/x86/exception: Add methods to enable/disable interrupts | 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-05-01 | libpayload: Add raw_read_ functions | T Michael Turney |
2018-03-23 | arch/arm64/armv8/mmu: Add support for 48bit VA | Patrick Rudolph |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-07 | payloads: change coreboot to lowercase | Martin Roth |
2017-06-07 | Use more secure HTTPS URLs for coreboot sites | Paul Menzel |
2017-05-30 | arm64: Align cache maintenance code with libpayload and ARM32 | Julius Werner |
2017-03-08 | libpayload-x86: Enable SSE and FPU when present | Patrick Rudolph |
2017-02-17 | libpayload: multiboot - support meminfo flag | Mathias Krause |
2017-02-17 | libpayload: x86/head - implement argc/argv handling | Mathias Krause |
2017-02-17 | libpayload: x86/exec - simplify and robustify the code | Mathias Krause |
2017-02-17 | libpayload: x86/main - propagate return value of main() | Mathias Krause |
2017-02-17 | libpayload: x86/exec - fix argc/argv value passing | Mathias Krause |
2017-02-15 | libpayload: x86/exec - fix return value passing | Mathias Krause |