summaryrefslogtreecommitdiff
path: root/common/spl/spl_atf.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-10-11spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva1-1/+1
2020-12-05spl: atf: add support for LOAD_IMAGE_V2Michael Walle1-4/+95
2020-12-05spl: atf: remove helper structure from common headerMichael Walle1-0/+11
2020-12-05spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle1-3/+11
2020-12-05spl: atf: move storage for bl31_params into functionMichael Walle1-3/+2
2020-10-27spl: Use standard FIT entriesMichal Simek1-3/+4
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-14spl: atf: Enable option to rewrite bl2_plat_get_bl31_params()Michal Simek1-14/+1
2020-01-14spl: atf: Add missing ndepth initializationMichal Simek1-1/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-11-10common: spl: atf: support booting bl32 imageJoseph Chen1-14/+34
2019-07-02spl: atf: Fix uninitialized pointer to bl31_image_infoFrieder Schrempf1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28spl: atf: pass NULL for bl32_ep pcKever Yang1-1/+2
2018-01-03spl: atf: add SPL_ATF_NO_PLATFORM_PARAM optionPhilipp Tomsich1-1/+11
2017-11-26spl: atf: introduce spl_invoke_atf and make bl31_entry privatePhilipp Tomsich1-8/+76
2017-05-15spl: add support to booting with ATFKever Yang1-0/+97