summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/armv8
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: declare do_dcsw_op as functionJimmy Huang2015-08-281-1/+2
* Change #ifdef and #if defined CONFIG_ bools to #if IS_ENABLED()Martin Roth2015-07-121-1/+1
* arm64: Print sp value when dumping registers for exceptionFurquan Shaikh2015-07-091-0/+1
* arm64: correct cacheable/non-cacheable tag string in print_tagJimmy Huang2015-06-021-2/+2
* arm64: Guard prints in mmu.cFurquan Shaikh2015-06-021-3/+6
* arm64: Decouple MMU functions from memrangesJulius Werner2015-06-021-94/+75
* Remove address from GPLv2 headersPatrick Georgi2015-05-2117-28/+17
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-192-3/+3
* arm64: psci: add cpu_suspend supportJoseph Lo2015-05-181-2/+131
* cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh2015-05-111-0/+12
* vboot: split class in library and stagePatrick Georgi2015-04-301-0/+2
* arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-271-10/+23
* arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo2015-04-275-59/+133
* armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh2015-04-222-0/+5
* armv8/secmon: Correct PSCI function idsFurquan Shaikh2015-04-221-2/+7
* armv8/secmon: Correct names for SMC macrosFurquan Shaikh2015-04-221-6/+8
* arm64: save and restore cntfrq for secondary cpusJimmy Huang2015-04-221-0/+15
* arm64: Correct shareability option for normal memoryFurquan Shaikh2015-04-221-0/+1
* arm64: provide icache_invalidate_all()Aaron Durbin2015-04-222-3/+4
* arm64: Add support for save/restore registers for CPU startup.Furquan Shaikh2015-04-101-37/+3
* arm64: Add function for reading TCR register at current ELFurquan Shaikh2015-04-101-0/+28
* arm64: psci: actually inform SoC layer of CPU_ON entryAaron Durbin2015-04-101-0/+3
* arm64: Implement PSCI command supportAaron Durbin2015-04-101-10/+66
* arm64: secmon: add entry point for turned on CPUsAaron Durbin2015-04-103-20/+87
* arm64: secmon: pass online CPUs to secmonAaron Durbin2015-04-102-16/+6
* arm64: psci: use struct cpu_action to track startup entryAaron Durbin2015-04-102-10/+17
* arm64: secmon: prepare for passing more state into secmonAaron Durbin2015-04-102-28/+37
* arm64: secmon: wait for all CPUs to enter secmonAaron Durbin2015-04-101-0/+21
* arm64: secmon: direct non-BSP cpus to start before BSPAaron Durbin2015-04-091-1/+4
* arm64: psci: add node hierarchyAaron Durbin2015-04-093-83/+398
* arm64: add malloc support to secmonAaron Durbin2015-04-091-1/+1
* arm64: Add verstage supportFurquan Shaikh2015-04-072-0/+18
* arm64: make secmon link with the manual templateAaron Durbin2015-04-041-10/+10
* Clean up architecture-specific KconfigsJulius Werner2015-04-021-3/+2
* build system: extend src-to-obj for non-.c/.S filesPatrick Georgi2015-04-021-1/+1