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