summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/arch
Commit message (Expand)AuthorAgeFilesLines
* printf: Automatically prefix %p with 0xJulius Werner2019-12-112-2/+2
* arm64: Bump exception stack size to 2KBJulius Werner2019-12-051-1/+1
* Remove MIPS architectureJulius Werner2019-11-2016-1028/+0
* libpayload: refactor fetching cbmem pointersPatrick Georgi2019-10-031-2/+1
* libpayload: Align main() data typesPatrick Georgi2019-04-054-4/+4
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-079-14/+14
* libpayload: arm64: Add GDB supportJulius Werner2018-10-121-8/+88
* libpayload: gdb: Factor out gdb_handle_reentrant_exception() from arm32Julius Werner2018-10-121-17/+1
* libpayload: arm64: Make exception handling closer to arm32Julius Werner2018-10-124-83/+105
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-1211-1802/+20
* libpayload/x86/exception: Add ability to ignore unknown interruptsRaul E Rangel2018-10-042-3/+32
* libpayload/x86/exception.c: Remove exception_install_hookRaul E Rangel2018-10-041-11/+0
* libpayload/apic: Register a spurious interrupt vectorRaul E Rangel2018-10-041-2/+21
* libpayload/apic: Only ACK interrupts triggered by the APICRaul E Rangel2018-10-042-14/+26
* src/*: normalize Google copyright headersPatrick Georgi2018-09-282-2/+2
* libpayload/x86/delay: Make arch_ndelay call apic_delay if delay is longRaul E Rangel2018-09-122-0/+14
* libpayload/x86/delay: Add an x86 arch_ndelayRaul E Rangel2018-09-122-0/+53
* libpayload/x86/apic: Add an apic_delay method and calibrate the timerRaul E Rangel2018-09-121-0/+77
* libpayload/arch/x86: Add support for initializing the APICRaul E Rangel2018-09-125-0/+212
* libpayload/x86/gdb: Migrate to use set_interrupt_handlerRaul E Rangel2018-09-101-6/+6
* libpayload/x86/exception: Add ability to handle user defined interruptsRaul E Rangel2018-09-102-1/+43
* libpayload/x86/exception: Add methods to enable/disable interruptsRaul E Rangel2018-08-231-0/+32
* exception: Fix segment error code maskRaul E Rangel2018-08-061-1/+1
* libpayload/arm64: Drop unused static arrayPatrick Georgi2018-07-201-19/+0
* libpayload: Add raw_read_ functionsT Michael Turney2018-05-011-0/+16
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-12/+13
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-4/+4
* payloads: change coreboot to lowercaseMartin Roth2017-06-071-1/+1
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-072-2/+2
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-301-1/+5
* libpayload-x86: Enable SSE and FPU when presentPatrick Rudolph2017-03-081-0/+43
* libpayload: multiboot - support meminfo flagMathias Krause2017-02-171-15/+40
* libpayload: x86/head - implement argc/argv handlingMathias Krause2017-02-171-18/+23
* libpayload: x86/exec - simplify and robustify the codeMathias Krause2017-02-171-39/+20
* libpayload: x86/main - propagate return value of main()Mathias Krause2017-02-171-5/+4
* libpayload: x86/exec - fix argc/argv value passingMathias Krause2017-02-171-1/+6
* libpayload: x86/exec - fix return value passingMathias Krause2017-02-151-1/+1
* libpayload: x86/exec - fix libpayload API magic valueMathias Krause2017-02-151-1/+1
* libpayload: head.S: Avoid clearing BSS (and heap) againJulius Werner2016-08-133-37/+0
* libpayload: arm64: Fix MMU range overlap checkJulius Werner2016-08-081-2/+1
* Add newlines at the end of all coreboot filesMartin Roth2016-08-011-1/+1
* arm64: Add stack dump to exception handlerJulius Werner2016-05-241-4/+26
* libpayload/arm64: Mark existing framebuffer as DMAablePatrick Georgi2016-05-091-6/+12
* libpayload: mmu: Initialize the base 4GiB as device memoryhuang lin2016-04-051-2/+9
* libpayload: Move base address, stack and heap size to KconfigStefan Reinauer2016-03-154-32/+13
* libpayload: Add comment about ARM64 exception stackStefan Reinauer2016-03-151-0/+4
* libpayload: honor TSC information under CONFIG_LP_TIMER_RDTSCAaron Durbin2016-02-191-4/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3118-72/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-281-0/+1
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0