summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/armv8
Commit message (Expand)AuthorAgeFilesLines
* 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
* build system: provide generic compiler flag variablesPatrick Georgi2015-03-301-2/+1
* armv8/secmon: SECMON_SRC is really SECMON_BINPatrick Georgi2015-03-281-4/+4
* arm64: remove EL and mode from secmon_paramsAaron Durbin2015-03-281-4/+0
* arm64: add psci support to secmonAaron Durbin2015-03-283-15/+214
* arm64: Provide secmon trampoline for restartAaron Durbin2015-03-284-0/+91
* arm64: fix smc bugs in secmonAaron Durbin2015-03-281-5/+5
* arm64: add smc layer to secmonAaron Durbin2015-03-283-16/+163
* arm64: initialize secmon environmentAaron Durbin2015-03-283-20/+43
* arm64: exception handler registrationAaron Durbin2015-03-281-67/+124
* arm64: add spin table supportAaron Durbin2015-03-281-16/+53
* arm64: Add support for secure monitorFurquan Shaikh2015-03-285-0/+252
* arm64: Make exceptions use the transition libraryFurquan Shaikh2015-03-283-146/+24
* arm64: Reinit free_idx to 1 in mmu_initFurquan Shaikh2015-03-281-2/+2
* arm64: Replace CONFIG_* variables with {read/write}_currentFurquan Shaikh2015-03-281-12/+0
* arm64 libhelpers: Add helper functions for writing sp_elxFurquan Shaikh2015-03-281-0/+10
* arm64 libhelpers: Add helper functions with el argumentFurquan Shaikh2015-03-283-31/+211
* arm64: add more barrier supportAaron Durbin2015-03-272-59/+1
OpenPOWER on IntegriCloud