summaryrefslogtreecommitdiff
path: root/common/spl/spl_atf.c
AgeCommit message (Expand)Author
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle
2020-12-04spl: atf: remove helper structure from common headerMichael Walle
2020-12-04spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle
2020-12-04spl: atf: move storage for bl31_params into functionMichael Walle
2020-10-27spl: Use standard FIT entriesMichal Simek
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek
2020-01-14spl: atf: Add missing ndepth initializationMichal Simek
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen
2019-07-02spl: atf: Fix uninitialized pointer to bl31_image_infoFrieder Schrempf
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-28spl: atf: pass NULL for bl32_ep pcKever Yang
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich
2017-05-15spl: add support to booting with ATFKever Yang