summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: Define stage_entry as weak symbolFurquan Shaikh2015-07-132-1/+11
* arm64/a57: Move cortex_a57.h under include directoryFurquan Shaikh2015-07-132-1/+4
* 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
* arch/arm64: Avoid race condition when building bl31Patrick Georgi2015-06-301-2/+3
* arch/arm64: Fix compilation without CONFIG_SMPPatrick Georgi2015-06-301-0/+2
* arm64: Fix Kconfig issues for secure OS loadingFurquan Shaikh2015-06-301-0/+1
* arm64: Add support for loading secure osFurquan Shaikh2015-06-303-1/+39
* Revert "arm64: remove assembly code string functions"Furquan Shaikh2015-06-234-18/+177
* Remove obsolete EARLY_CONSOLE usageMartin Roth2015-06-211-1/+0
* arm64: Move enabling floating point ahead of dev initJimmy Zhang2015-06-171-6/+6
* cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() APIKyösti Mälkki2015-06-091-1/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-2/+0
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-022-5/+2
* cbfs: new API and better program loadingAaron Durbin2015-06-021-37/+11
* 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-022-94/+77
* arm64: Add weak implementation of soc_get_bl31_plat_paramsFurquan Shaikh2015-05-271-0/+6
* arm64: Remove PLAT= variable initialization based on Kconfig variableFurquan Shaikh2015-05-271-2/+0
* arm64: Pass in CROSS_COMPILE_arm64 for ARM TF compilationFurquan Shaikh2015-05-271-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-2159-75/+59
* build system: use archives, not linker action to shorten command linesPatrick Georgi2015-05-201-4/+4
* arm64: Make SPSR exception masking on EL2 transition explicitJulius Werner2015-05-193-21/+8
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-196-2/+295
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-11/+8
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-2/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-1/+2
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-4/+4
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-16/+18
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-195-9/+10
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-192-12/+3
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-7/+7
* arm64: Reorganize payload entry code and related KconfigsJulius Werner2015-05-191-9/+9
* arm64: psci: add cpu_suspend supportJoseph Lo2015-05-182-3/+166
* arm64: update verstage linkingAaron Durbin2015-05-111-2/+3
* cache: Add arch_program_segment_loaded call to arm and arm64Furquan Shaikh2015-05-111-0/+12
* arch/arm64: provide boot_cpu()Aaron Durbin2015-05-051-0/+6
* vboot: split class in library and stagePatrick Georgi2015-04-302-2/+4
* vboot2: Build verstage archive, then use that for building the stagePatrick Georgi2015-04-281-2/+2
* arch/arm64: update mmu translation table granule size, logic and macrosJimmy Huang2015-04-272-51/+40
* arm64: save/restore cptr_el3 and cpacr_el1 registersJoseph Lo2015-04-274-2/+23
* arm64: implement CPU power down sequence as per A57/A53/A72 TRMJoseph Lo2015-04-275-0/+126
* arm64: introduce data cache ops by set/way to the level specifiedJoseph Lo2015-04-277-60/+184
* arm64: perform early setup in secmon tooJoseph Lo2015-04-272-0/+2
* arm64: Allow cpu specific early setupFurquan Shaikh2015-04-278-1/+134
* armv8/secmon: Disable and Enable GIC in PSCI pathFurquan Shaikh2015-04-222-0/+5
* armv8/secmon: Correct PSCI function idsFurquan Shaikh2015-04-222-3/+7
* armv8/secmon: Correct names for SMC macrosFurquan Shaikh2015-04-221-6/+8
* arm64: save and restore cntfrq for secondary cpusJimmy Huang2015-04-225-1/+33