summaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch
AgeCommit message (Expand)Author
2020-02-17libpayload: arm64: Keep instruction cache enabled at all timesJulius Werner
2019-12-11printf: Automatically prefix %p with 0xJulius Werner
2019-12-05arm64: Bump exception stack size to 2KBJulius Werner
2019-11-20Remove MIPS architectureJulius Werner
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-12libpayload: arm64: Add GDB supportJulius Werner
2018-10-12libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32Julius Werner
2018-10-12libpayload: arm64: Make exception handling closer to arm32Julius Werner
2018-10-12libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius 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
2018-07-20libpayload/arm64: Drop unused static arrayPatrick Georgi
2018-05-01libpayload: Add raw_read_ functionsT Michael Turney
2018-03-23arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-07payloads: change coreboot to lowercaseMartin Roth
2017-06-07Use more secure HTTPS URLs for coreboot sitesPaul Menzel
2017-05-30arm64: Align cache maintenance code with libpayload and ARM32Julius Werner
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-08-08libpayload: arm64: Fix MMU range overlap checkJulius Werner
2016-08-01Add newlines at the end of all coreboot filesMartin Roth
2016-05-24arm64: Add stack dump to exception handlerJulius Werner
2016-05-09libpayload/arm64: Mark existing framebuffer as DMAablePatrick Georgi
2016-04-05libpayload: mmu: Initialize the base 4GiB as device memoryhuang lin
2016-03-15libpayload: Move base address, stack and heap size to KconfigStefan Reinauer
2016-03-15libpayload: Add comment about ARM64 exception stackStefan 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-28arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang