summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/arm_tf.c
Commit message (Expand)AuthorAgeFilesLines
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* bootmem: add new memory type for BL31Ting Shen2019-02-051-1/+1
* selfload: check target memory type in selfload_checkTing Shen2019-01-301-0/+1
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* selfboot: create selfboot_check function, remove check paramRonald G. Minnich2018-10-251-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* lib/prog_loaders: Move argument selection into selfloadPatrick Rudolph2018-06-191-2/+2
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* arm64: Pass COREBOOT flag to ARM TF, always enable loggingJulius Werner2018-02-021-3/+2
* arm64: Use 'payload' format for ATF instead of 'stage'Simon Glass2016-10-061-3/+2
* arm_tf: Fix code style nits and commentsSimon Glass2016-09-201-5/+8
* arch/arm64: Use correct SPSR.DAIF mask for BL31 and payloadJulius Werner2016-02-101-0/+1
* lib: remove assets infrastructureAaron Durbin2015-12-101-2/+2
* arm64: mmu: Make page table manipulation work across stagesJulius Werner2015-11-111-1/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* arm64: Add support for loading secure osFurquan Shaikh2015-06-301-1/+19
* assets: abstract away the firmware assets used for bootingAaron Durbin2015-06-021-4/+1
* cbfs: new API and better program loadingAaron Durbin2015-06-021-37/+11
* arm64: Add weak implementation of soc_get_bl31_plat_paramsFurquan Shaikh2015-05-271-0/+6
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm64: Add support for using ARM Trusted Firmware as secure monitorJulius Werner2015-05-191-0/+98