summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/armv8
Commit message (Expand)AuthorAgeFilesLines
* arch to cpu: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* arch/arm64/armv8: Add exception output without printkMaximilian Brune2024-02-071-1/+12
* acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* arch/arm64/armv8/Makefile.inc: Add clang -target for .ld CPPArthur Heymans2023-12-121-0/+17
* arch/arm64: Avoid GCC warning about out of bounds array accessZebreus2023-11-151-1/+1
* arch/arm64/cache: Implement helpers to obtain CPU cache detailsBenjamin Doron2023-10-251-0/+58
* arch to drivers/intel: Fix misspellings & capitalization issuesMartin Roth2023-09-081-1/+1
* arch/arm64/armv8/mmu.c: Add a space before the ternary operatorYuchen He2023-02-081-2/+2
* arm64/armv8: Use 'enum cb_err'Elyes Haouas2022-10-211-7/+7
* arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64Elyes HAOUAS2021-01-251-0/+4
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-3/+0
* src: Remove redundant includesElyes HAOUAS2020-06-021-1/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-116-6/+0
* src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS2020-03-101-1/+0
* src/arch/arm64: Convert to SPDX license headerPatrick Georgi2020-03-066-115/+11
* src/arch: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* arm64: Print a char to UART early in exception handlerJulius Werner2019-12-051-2/+8
* arm64: Bump exception stack size to 2KBJulius Werner2019-12-051-1/+1
* arm64: Correctly unmask asynchronous SError interruptsJulius Werner2019-12-051-15/+15
* arch/arm64: Make ARM64 stages select ARCH_ARM64Arthur Heymans2019-08-291-4/+4
* AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth2019-08-264-10/+7
* arm64: make comment match codeMarty E. Plummer2019-06-171-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arm64: mmu: Spot check security state for TTB mappingJulius Werner2018-08-131-5/+12
* arm64: Turn architectural register accessors into inline functionsJulius Werner2018-08-108-1354/+2
* arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner2018-08-106-380/+6
* arm64: Remove set_cntfrq() functionJulius Werner2018-08-102-28/+1
* arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner2018-08-071-10/+0
* arm64: Reimplement mmu_disable() in assemblyJulius Werner2018-06-262-14/+15
* Introduce bootblock self-decompressionJulius Werner2018-05-222-1/+10
* arm64: Add ARCH TimerT Michael Turney2018-04-301-0/+8
* arm64: Add mmu context save/restore APIsT Michael Turney2018-04-301-0/+34
* arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph2018-03-231-15/+16
* armv8: Allow for ARMv8 extensions to be chosenDavid Hendricks2018-02-122-1/+19
* arch/arm: Correct checkpatch errorsLogan Carlson2017-06-022-12/+12
* arm64: Align cache maintenance code with libpayload and ARM32Julius Werner2017-05-305-141/+84
* arch/arm64: Use variables of the right size for msr/mrs opcodesPatrick Georgi2017-05-163-86/+84
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-1/+0
* arm64: Add stack dump to exception handlerJulius Werner2016-05-241-10/+28
* arch/arm64: mmu: Spot check TTB memory attributesJulius Werner2016-02-101-0/+26
* arch/arm64: introduce mmu to bootblock and romstageJimmy Huang2015-12-031-0/+3
* arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner2015-11-173-15/+20
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-171-16/+7
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-164-62/+59
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-112-64/+5
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-113-102/+58
* arm64: remove secmonAaron Durbin2015-11-079-1294/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3117-68/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-281-0/+1