aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/arch
AgeCommit message (Expand)Author
2021-02-02treewide [Kconfig]: Remove useless commentElyes HAOUAS
2020-12-05libpayload: Provide API to expose MMU memery ranges for ARM64Meng-Huan Yu
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-08-24libpayload: Cache copy of `cb_framebuffer` structNico Huber
2020-07-25payloads/libpayload/arch/arm/cpu.S: Remove whitespaces before tabElyes HAOUAS
2020-07-16libpayload: allow nonblocking delay and more than one delayRonald G Minnich
2020-07-08libpayload: arm64: silence libpayload main entryMichael Walle
2020-07-08libpayload: arm64: fix OUTPUT_ARCH()Michael Walle
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
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
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-08-28arm64: xcompile: Add support for A53 erratum 843419Julius Werner
2015-07-06cbfs: define libpayload_init_default_cbfs_media weaklyDaisuke Nojiri
2015-07-01libpayload: Fix compilation on ARM with GDB enabledStefan 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-06-02arm64: Decouple MMU functions from memrangesJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-27libpayload arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-22arm64: Add arch_program_segment_loaded call to arm64Furquan Shaikh
2015-04-22libpayload: provide icache_invalidate_all() on ARM64Furquan Shaikh
2015-04-22libpayload: Correct shareability mmu configuration on ARM64Furquan Shaikh
2015-04-22libpayload: fix a mips memmove() bugVadim Bendebury
2015-04-21libpayload: mips: Do not set C0_EBase_WGAndrew Bresticker
2015-04-21libpayload: mips: Add macros to convert to/from KSEG{0,1} addressesAndrew Bresticker
2015-04-21libpayload: mips: Use KSEG1 to access DMA-coherent memoryAndrew Bresticker
2015-04-21libpayload: mips: Set BASE_ADDRESS to 0Andrew Bresticker
2015-04-17libpayload: sync arch/arm/cache.c with corebootDavid Hendricks
2015-04-08arm: Dump additional fault registers in abort handlersJulius Werner
2015-03-23libpayload arm64: Allow board to define upper address limit on DMAFurquan Shaikh
2015-03-21libpayload arm64: fix mmu_disable() cache problemHC Yen
2015-03-21libpayload arm64: Add helper functions with el argumentHC Yen
2015-03-21libpayload arm64: don't modify cbtable entriesAaron Durbin
2015-03-21libpayload arm64: Allocate framebuffer rangeJimmy Zhang
2015-03-21libpayload arm64: Move console_init after post_sysinfo_mmu_setup callFurquan Shaikh
2015-03-21libpayload arm64: Add function to get new range from available memrangesFurquan Shaikh
2015-03-21libpayload arm64: fix mmu bugsAaron Durbin
2015-03-21libpayload arm64: Initialize and enable MMUFurquan Shaikh
2015-03-21libpayload arm64: Add support for mmuFurquan Shaikh
2015-03-21libpayload arm64: Remove dependency on coreboot tables for dma areasFurquan Shaikh
2015-03-21libpayload arm64: Add functions for reading memrangesFurquan Shaikh
2015-03-21libpayload arm64: Remove the DONT_USE_DC macroFurquan Shaikh
2015-03-21libpayload arm64: Add functions for {read/write}_tcr_currentFurquan Shaikh
2015-03-21libpayload arm64: Remove tight-coupling with any particular ELFurquan Shaikh
2015-03-21libpayload arm64: Add library helpersFurquan Shaikh