summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* rules.h: Add ENV_ macros to detect current architectureJulius Werner2015-11-172-46/+7
* arm64: Implement generic stage transitions for non-Tegra SoCsJulius Werner2015-11-1611-136/+90
* arm/arm64: Generalize bootblock C entry pointJulius Werner2015-11-114-81/+5
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-117-116/+77
* arm64: Remove cpu intialization through device-treeFurquan Shaikh2015-11-074-235/+79
* arm64: Remove SMP supportFurquan Shaikh2015-11-0710-704/+34
* arm64: remove spin table supportAaron Durbin2015-11-076-186/+0
* arm64: remove ARCH_ARM64_CORTEX_A57_POWER_DOWN_SUPPORTAaron Durbin2015-11-074-120/+0
* arm64: remove secmonAaron Durbin2015-11-0718-1727/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3162-244/+0
* vboot: remove remnants of VBOOT_STUBAaron Durbin2015-10-111-3/+0
* arm64: mmu: Prevent CPU prefetch instructions from device memoryJimmy Huang2015-09-282-0/+3
* linking: add and use LDFLAGS_commonAaron Durbin2015-09-091-4/+4
* rmodule: use program.ld for linkingAaron Durbin2015-09-092-3/+11
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-072-5/+0
* symbols: add '_' to pci_drivers and cpu_drivers symbolsAaron Durbin2015-09-051-1/+1
* armv7/arm64: remove timestamp.cAaron Durbin2015-08-312-33/+0
* arm64: xcompile: Add support for A53 erratum 843419Julius Werner2015-08-281-0/+9
* arm64: Fix 'verstage-objs: command not found' errorYidi Lin2015-08-281-1/+1
* arm64: declare do_dcsw_op as functionJimmy Huang2015-08-282-2/+3
* arm, arm64, mips: Add rough static stack size checks with -Wstack-usageJulius Werner2015-07-291-1/+3
* arm64: Set LOG_LEVEL=0 for BL31 if coreboot does not use serialFurquan Shaikh2015-07-211-0/+3
* 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
OpenPOWER on IntegriCloud