summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_atf.c
Commit message (Expand)AuthorAgeFilesLines
* spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-041-4/+95
* spl: atf: remove helper structure from common headerMichael Walle2020-12-041-0/+11
* spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-041-3/+11
* spl: atf: move storage for bl31_params into functionMichael Walle2020-12-041-3/+2
* spl: Use standard FIT entriesMichal Simek2020-10-271-3/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek2020-01-141-14/+1
* spl: atf: Add missing ndepth initializationMichal Simek2020-01-141-1/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: spl: atf: support booting bl32 imageJoseph Chen2019-11-101-14/+34
* spl: atf: Fix uninitialized pointer to bl31_image_infoFrieder Schrempf2019-07-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* spl: atf: pass NULL for bl32_ep pcKever Yang2018-01-281-1/+2
* spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich2018-01-031-1/+11
* spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich2017-11-261-8/+76
* spl: add support to booting with ATFKever Yang2017-05-151-0/+97