aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch/x86
AgeCommit message (Expand)Author
2021-02-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2020-11-02libpayload/x86: Try to discover invariant TSC rateNico Huber
2020-10-20libpayload/arch/x86: Introduce pacc pointer in sysinfo_t structFelix Singer
2020-09-21treewide/Kconfig: Drop unneeded empty linesElyes HAOUAS
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-08-24libpayload: Cache physical location of CBMEM entriesNico Huber
2020-07-16libpayload: allow nonblocking delay and more than one delayRonald G Minnich
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-10-03libpayload: refactor fetching cbmem pointersPatrick Georgi
2019-04-05libpayload: Align main() data typesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-10-04libpayload/x86/exception: Add ability to ignore unknown interruptsRaul E Rangel
2018-10-04libpayload/x86/exception.c: Remove exception_install_hookRaul E Rangel
2018-10-04libpayload/apic: Register a spurious interrupt vectorRaul E Rangel
2018-10-04libpayload/apic: Only ACK interrupts triggered by the APICRaul E Rangel
2018-09-28src/*: normalize Google copyright headersPatrick Georgi
2018-09-12libpayload/x86/delay: Make arch_ndelay call apic_delay if delay is longRaul E Rangel
2018-09-12libpayload/x86/delay: Add an x86 arch_ndelayRaul E Rangel
2018-09-12libpayload/x86/apic: Add an apic_delay method and calibrate the timerRaul E Rangel
2018-09-12libpayload/arch/x86: Add support for initializing the APICRaul E Rangel
2018-09-10libpayload/x86/gdb: Migrate to use set_interrupt_handlerRaul E Rangel
2018-09-10libpayload/x86/exception: Add ability to handle user defined interruptsRaul E Rangel
2018-08-23libpayload/x86/exception: Add methods to enable/disable interruptsRaul E Rangel
2018-08-06exception: Fix segment error code maskRaul E Rangel
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-03-08libpayload-x86: Enable SSE and FPU when presentPatrick Rudolph
2017-02-17libpayload: multiboot - support meminfo flagMathias Krause
2017-02-17libpayload: x86/head - implement argc/argv handlingMathias Krause
2017-02-17libpayload: x86/exec - simplify and robustify the codeMathias Krause
2017-02-17libpayload: x86/main - propagate return value of main()Mathias Krause
2017-02-17libpayload: x86/exec - fix argc/argv value passingMathias Krause
2017-02-15libpayload: x86/exec - fix return value passingMathias Krause
2017-02-15libpayload: x86/exec - fix libpayload API magic valueMathias Krause
2016-08-13libpayload: head.S: Avoid clearing BSS (and heap) againJulius Werner
2016-03-15libpayload: Move base address, stack and heap size to KconfigStefan Reinauer
2016-02-19libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSCAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-07-01libpayload: Keep stack boundary small on x86Stefan Reinauer
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-06-12libpayload: Rename Config.in -> KconfigStefan Reinauer
2015-06-08Remove empty lines at end of fileElyes HAOUAS
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-20libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplicationVadim Bendebury
2015-03-20libpayload: Consolidate coreboot table parsingVadim Bendebury
2015-03-20libpayload: Add board id parsingVadim Bendebury
2015-01-09libpayload: Add remote GDB supportJulius Werner
2015-01-09libpayload: Introduce new Kconfig to explicitly allow GPL codeJulius Werner
2015-01-09libpayload: Rework exception hook interfaceJulius Werner
2014-12-30libpayload: don't dereference null pointer in exception handlerPatrick Georgi
2014-12-30libpayload: Add missing break statementPatrick Georgi
2014-12-30libpayload: Remove useless continue after returnPatrick Georgi
2014-12-30libpayload: Provide selfboot function.Hung-Te Lin
2014-12-09libpayload: Make it possible to install callbacks for particular exceptions.Gabe Black
2014-11-13libpayload: timer: Move the timer drivers from depthcharge to libpayload.Gabe Black
2014-09-15libpayload: x86: Add support for catching processor exceptions.Gabe Black
2014-08-10coreboot_tables: reduce redundant data structuresJulius Werner
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-01-30libpayload: Parse CBMEM ACPI GNVS pointerDuncan Laurie
2013-12-12libpayload: Get rid of a compiler warningGabe Black
2013-03-29libpayload: add x86 ROM variable MTRR supportAaron Durbin
2013-03-22libpayload: Add comments on virtual pointers in lib_sysinfoNico Huber
2013-03-14libpayload: add support for vboot_handoffAaron Durbin
2013-03-14libpayload: Generalize and redistribute timekeeping codeGabe Black
2013-03-13libpayload: Make whether or not there's an IO address space configurableGabe Black
2013-02-26libpayload: Change the measurement interval for get_cpu_speed to 2 ms.Gabe Black
2013-02-20libpayload: Fix license headersStefan Reinauer
2013-02-14libpayload; put the ldscript into an arch-dependent directory pathRonald G. Minnich
2013-02-12libpayload: New CBFS to support multiple firmware media sources.Hung-Te Lin
2012-12-14libpayload: rename i386 to x86Stefan Reinauer