aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm64/armv8
AgeCommit message (Expand)Author
2021-01-25arm64/armv8: Set ARCH_ARMV8_EXTENSION depend on ARCH_ARM64Elyes HAOUAS
2020-08-24src/arch: Drop unneeded empty linesElyes HAOUAS
2020-06-02src: Remove redundant includesElyes HAOUAS
2020-05-18src: Remove leading blank lines from SPDX headerElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-03-10src: Remove unneeded 'include <arch/cache.h>'Elyes HAOUAS
2020-03-06src/arch/arm64: Convert to SPDX license headerPatrick Georgi
2019-12-19src/arch: Remove unused <stdlib.h>Elyes HAOUAS
2019-12-05arm64: Print a char to UART early in exception handlerJulius Werner
2019-12-05arm64: Bump exception stack size to 2KBJulius Werner
2019-12-05arm64: Correctly unmask asynchronous SError interruptsJulius Werner
2019-08-29arch/arm64: Make ARM64 stages select ARCH_ARM64Arthur Heymans
2019-08-26AUTHORS: Move src/arch/arm64 copyrights into AUTHORS fileMartin Roth
2019-06-17arm64: make comment match codeMarty E. Plummer
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-08-13arm64: mmu: Spot check security state for TTB mappingJulius Werner
2018-08-10arm64: Turn architectural register accessors into inline functionsJulius Werner
2018-08-10arm64: Drop checks for current exception level, hardcode EL3 assumptionJulius Werner
2018-08-10arm64: Remove set_cntfrq() functionJulius Werner
2018-08-07arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner
2018-06-26arm64: Reimplement mmu_disable() in assemblyJulius Werner
2018-05-22Introduce bootblock self-decompressionJulius Werner
2018-04-30arm64: Add ARCH TimerT Michael Turney
2018-04-30arm64: Add mmu context save/restore APIsT Michael Turney
2018-03-23arch/arm64/armv8/mmu: Add support for 48bit VAPatrick Rudolph
2018-02-12armv8: Allow for ARMv8 extensions to be chosenDavid Hendricks
2017-06-02arch/arm: Correct checkpatch errorsLogan Carlson
2017-05-30arm64: Align cache maintenance code with libpayload and ARM32Julius Werner
2017-05-16arch/arm64: Use variables of the right size for msr/mrs opcodesPatrick Georgi
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2016-05-24arm64: Add stack dump to exception handlerJulius Werner
2016-02-10arch/arm64: mmu: Spot check TTB memory attributesJulius Werner
2015-12-03arch/arm64: introduce mmu to bootblock and romstageJimmy Huang
2015-11-17arm64: tegra132: tegra210: Remove old arm64/stage_entry.SJulius Werner
2015-11-17rules.h: Add ENV_ macros to detect current architectureJulius Werner
2015-11-16arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner
2015-11-11arm/arm64: Generalize bootblock C entry pointJulius Werner
2015-11-11arm64: mmu: Make page table manipulation work across stagesJulius Werner
2015-11-07arm64: remove secmonAaron 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-08-28arm64: declare do_dcsw_op as functionJimmy Huang
2015-07-12Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth
2015-07-09arm64: Print sp value when dumping registers for exceptionFurquan Shaikh
2015-06-02arm64: correct cacheable/non-cacheable tag string in print_tagJimmy Huang
2015-06-02arm64: Guard prints in mmu.cFurquan Shaikh
2015-06-02arm64: Decouple MMU functions from memrangesJulius Werner
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-19arm64: Reorganize payload entry code and related KconfigsJulius Werner
2015-05-18arm64: psci: add cpu_suspend supportJoseph Lo
2015-05-11cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh
2015-04-30vboot: split class in library and stagePatrick Georgi
2015-04-27arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang
2015-04-27arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo
2015-04-22armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh
2015-04-22armv8/secmon: Correct PSCI function idsFurquan Shaikh
2015-04-22armv8/secmon: Correct names for SMC macrosFurquan Shaikh
2015-04-22arm64: save and restore cntfrq for secondary cpusJimmy Huang
2015-04-22arm64: Correct shareability option for normal memoryFurquan Shaikh
2015-04-22arm64: provide icache_invalidate_all()Aaron Durbin
2015-04-10arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh
2015-04-10arm64: Add function for reading TCR register at current ELFurquan Shaikh
2015-04-10arm64: psci: actually inform SoC layer of CPU_ON entryAaron Durbin
2015-04-10arm64: Implement PSCI command supportAaron Durbin
2015-04-10arm64: secmon: add entry point for turned on CPUsAaron Durbin
2015-04-10arm64: secmon: pass online CPUs to secmonAaron Durbin
2015-04-10arm64: psci: use struct cpu_action to track startup entryAaron Durbin
2015-04-10arm64: secmon: prepare for passing more state into secmonAaron Durbin
2015-04-10arm64: secmon: wait for all CPUs to enter secmonAaron Durbin
2015-04-09arm64: secmon: direct non-BSP cpus to start before BSPAaron Durbin
2015-04-09arm64: psci: add node hierarchyAaron Durbin
2015-04-09arm64: add malloc support to secmonAaron Durbin
2015-04-07arm64: Add verstage supportFurquan Shaikh
2015-04-04arm64: make secmon link with the manual templateAaron Durbin
2015-04-02Clean up architecture-specific KconfigsJulius Werner
2015-04-02build system: extend src-to-obj for non-.c/.S filesPatrick Georgi
2015-03-30build system: provide generic compiler flag variablesPatrick Georgi
2015-03-28armv8/secmon: SECMON_SRC is really SECMON_BINPatrick Georgi
2015-03-28arm64: remove EL and mode from secmon_paramsAaron Durbin
2015-03-28arm64: add psci support to secmonAaron Durbin
2015-03-28arm64: Provide secmon trampoline for restartAaron Durbin
2015-03-28arm64: fix smc bugs in secmonAaron Durbin
2015-03-28arm64: add smc layer to secmonAaron Durbin
2015-03-28arm64: initialize secmon environmentAaron Durbin
2015-03-28arm64: exception handler registrationAaron Durbin
2015-03-28arm64: add spin table supportAaron Durbin
2015-03-28arm64: Add support for secure monitorFurquan Shaikh
2015-03-28arm64: Make exceptions use the transition libraryFurquan Shaikh
2015-03-28arm64: Reinit free_idx to 1 in mmu_initFurquan Shaikh
2015-03-28arm64: Replace CONFIG_* variables with {read/write}_currentFurquan Shaikh
2015-03-28arm64 libhelpers: Add helper functions for writing sp_elxFurquan Shaikh
2015-03-28arm64 libhelpers: Add helper functions with el argumentFurquan Shaikh
2015-03-27arm64: add more barrier supportAaron Durbin
2015-03-27arm64: remove printk() before console_init()Aaron Durbin
2015-03-27arm64: add midr_el1 accessor functionAaron Durbin
2015-03-27arm64: add exception_hwinit()Aaron Durbin
2015-03-27arm64: make mmu_enable() use previous ttb from mmu_init()Aaron Durbin
2015-03-27arm64: add config options for exception level startupAaron Durbin
2015-03-27arm64: Make exceptions workFurquan Shaikh
2015-03-26arm64: handle non-cacheable normal memoryAaron Durbin