summaryrefslogtreecommitdiff
path: root/src/arch/arm64/armv8
AgeCommit message (Expand)Author
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