Age | Commit message (Expand) | Author |
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-07-16 | libpayload: allow nonblocking delay and more than one delay | Ronald G Minnich |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
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-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 |
2017-06-07 | Use more secure HTTPS URLs for coreboot sites | Paul Menzel |
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 |
2017-02-15 | libpayload: x86/exec - fix libpayload API magic value | Mathias Krause |
2016-08-13 | libpayload: head.S: Avoid clearing BSS (and heap) again | Julius Werner |
2016-03-15 | libpayload: Move base address, stack and heap size to Kconfig | Stefan Reinauer |
2016-02-19 | libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSC | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-09-07 | Drop "See file CREDITS..." comment | Stefan Reinauer |
2015-07-01 | libpayload: Keep stack boundary small on x86 | Stefan Reinauer |
2015-06-30 | libpayload: Make Kconfig bools use IS_ENABLED() | Stefan Reinauer |
2015-06-12 | libpayload: Rename Config.in -> Kconfig | Stefan Reinauer |
2015-06-08 | Remove empty lines at end of file | Elyes HAOUAS |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-03-20 | libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication | Vadim Bendebury |
2015-03-20 | libpayload: Consolidate coreboot table parsing | Vadim Bendebury |
2015-03-20 | libpayload: Add board id parsing | Vadim Bendebury |
2015-01-09 | libpayload: Add remote GDB support | Julius Werner |
2015-01-09 | libpayload: Introduce new Kconfig to explicitly allow GPL code | Julius Werner |
2015-01-09 | libpayload: Rework exception hook interface | Julius Werner |
2014-12-30 | libpayload: don't dereference null pointer in exception handler | Patrick Georgi |
2014-12-30 | libpayload: Add missing break statement | Patrick Georgi |
2014-12-30 | libpayload: Remove useless continue after return | Patrick Georgi |
2014-12-30 | libpayload: Provide selfboot function. | Hung-Te Lin |
2014-12-09 | libpayload: Make it possible to install callbacks for particular exceptions. | Gabe Black |
2014-11-13 | libpayload: timer: Move the timer drivers from depthcharge to libpayload. | Gabe Black |
2014-09-15 | libpayload: x86: Add support for catching processor exceptions. | Gabe Black |
2014-08-10 | coreboot_tables: reduce redundant data structures | Julius Werner |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-01-30 | libpayload: Parse CBMEM ACPI GNVS pointer | Duncan Laurie |
2013-12-12 | libpayload: Get rid of a compiler warning | Gabe Black |
2013-03-29 | libpayload: add x86 ROM variable MTRR support | Aaron Durbin |
2013-03-22 | libpayload: Add comments on virtual pointers in lib_sysinfo | Nico Huber |
2013-03-14 | libpayload: add support for vboot_handoff | Aaron Durbin |
2013-03-14 | libpayload: Generalize and redistribute timekeeping code | Gabe Black |
2013-03-13 | libpayload: Make whether or not there's an IO address space configurable | Gabe Black |
2013-02-26 | libpayload: Change the measurement interval for get_cpu_speed to 2 ms. | Gabe Black |
2013-02-20 | libpayload: Fix license headers | Stefan Reinauer |
2013-02-14 | libpayload; put the ldscript into an arch-dependent directory path | Ronald G. Minnich |
2013-02-12 | libpayload: New CBFS to support multiple firmware media sources. | Hung-Te Lin |
2012-12-14 | libpayload: rename i386 to x86 | Stefan Reinauer |