summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/armv8
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unnecessary semicolons from the end of macrosMartin Roth2023-11-101-1/+1
* arch/arm64/cache: Implement helpers to obtain CPU cache detailsBenjamin Doron2023-10-252-0/+22
* arch/arm64/include/armv8/arch/barrier.h: Add spaces around colonsYuchen He2023-03-211-1/+1
* arm64/armv8: Use 'enum cb_err'Elyes Haouas2022-10-211-2/+3
* arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel2021-11-251-0/+3
* arch/arm64: Remove unnecessary interfacesJulius Werner2021-10-011-2/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-1/+0
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-141-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-117-7/+0
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-067-113/+14
* arm64: Correctly unmask asynchronous SError interruptsJulius Werner2019-12-052-87/+34
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-1/+0
* AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth2019-08-266-25/+7
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-3/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/io.h: Separate MMIO and PNP opsKyösti Mälkki2019-03-041-3/+4
* libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2Julius Werner2018-10-121-0/+4
* arm64: Turn architectural register accessors into inline functionsJulius Werner2018-08-102-182/+242
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-101-263/+2
* src/arch: Fix typoElyes HAOUAS2018-08-091-1/+1
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-071-3/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-07-021-2/+2
* arm64: Reimplement mmu_disable() in assemblyJulius Werner2018-06-261-4/+7
* arm64: Switch remaining uses of __ASSEMBLY__ to __ASSEMBLER__Julius Werner2018-06-262-4/+4
* src: Add space after 'while'Elyes HAOUAS2018-05-241-3/+3
* arm64: Add ARCH TimerT Michael Turney2018-04-301-0/+1
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-301-0/+9
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-5/+4
* arm64: Add read64() and write64()David Hendricks2018-02-121-0/+13
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-301-5/+4
* buildsystem: Drop explicit (k)config.h includesKyösti Mälkki2016-12-081-1/+0
* arch/arm64: mmu: Spot check TTB memory attributesJulius Werner2016-02-101-0/+1
* src/arch: Update license headers missing paragraph 2Martin Roth2016-01-261-0/+5
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-172-16/+4
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-171-30/+0
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-161-1/+3
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-112-12/+14
* arm64: Remove cpu intialization through device-treeFurquan Shaikh2015-11-071-30/+4
* arm64: Remove SMP supportFurquan Shaikh2015-11-072-156/+7
* arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORTAaron Durbin2015-11-071-14/+0
* arm64: remove secmonAaron Durbin2015-11-071-30/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-316-23/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-281-0/+2
* arm64: Decouple MMU functions from memrangesJulius Werner2015-06-021-0/+2
* Remove address from GPLv2 headersPatrick Georgi2015-05-215-6/+5
* arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner2015-05-191-12/+5
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-8/+0
* arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-271-41/+17
* arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo2015-04-271-0/+10