summaryrefslogtreecommitdiff
path: root/common/spl/spl_atf.c
AgeCommit message (Expand)Author
2024-12-27spl: Drop use of uintptr_tSimon Glass
2024-12-12Revert "Merge patch series "vbe: Series part E""Tom Rini
2024-12-12spl: Drop use of uintptr_tSimon Glass
2024-07-01Merge branch 'next'Tom Rini
2024-06-28spl: Allow ATF to work when dcache is disabledSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2023-10-09spl: add __noreturn attribute to spl_invoke_atf functionChanho Park
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-10spl: atf: Fix clang -Wasm-operand-widths warningAlistair Delva
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