aboutsummaryrefslogtreecommitdiff
path: root/bl1/bl1_main.c
AgeCommit message (Expand)Author
2020-08-31Move static vars into functions in bl1Jimmy Brisson
2020-04-03Fix MISRA C issues in BL1/BL2/BL31John Powell
2020-02-18coverity: fix MISRA violationsZelalem
2020-02-05coverity: Fix MISRA null pointer violationsZelalem
2019-10-03TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov
2019-09-18Merge changes from topic "db/unsigned_long" into integrationSandrine Bailleux
2019-09-13Unsigned long should not be used as per coding guidelinesDeepika Bhavnani
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-02-27BL1: Enable pointer authentication supportAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-09-28Remove deprecated bl1_init_bl2_mem_layout()Antonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-07-11Fix some violations to MISRA rule 8.3Sandrine Bailleux
2018-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-03-21Rename 'smcc' to 'smccc'Antonio Nino Diaz
2018-02-28Fix MISRA rule 8.8 in common codeRoberto Vargas
2018-02-26BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew
2018-02-26Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew
2018-02-02bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada
2017-07-12Fix order of #includesIsla Mitchell
2017-05-15AArch32: Add `TRUSTED_BOARD_BOOT` supportdp-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-04-20Control inclusion of helper code used for assertsAntonio Nino Diaz
2017-03-31Flush console where necessaryAntonio Nino Diaz
2017-01-30Report errata workaround status to consoleJeenu Viswambharan
2016-09-21AArch32: Add generic changes in BL1Yatharth Kochar
2016-09-20Changes for new version of image loading in BL1/BL2Yatharth Kochar
2016-08-09Move SIZE_FROM_LOG2_WORDS macro to utils.hSoby Mathew
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar
2015-12-09Add descriptor based image management support in BL1Yatharth Kochar
2015-12-09Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar
2015-11-26Introduce SPIN_ON_BL1_EXIT build flagSandrine Bailleux
2015-11-02Improve display_boot_progress() functionSandrine Bailleux
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-10-28Add optional platform error handler APIJuan Castillo
2015-09-02Ensure BL2 security state is secureVikram Kanigiri
2015-06-25TBB: switch to the new authentication frameworkJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-06-19Fix incorrect assertions in bl1_main()Andrew Thoelke
2015-04-27Remove use of PLATFORM_CACHE_LINE_SIZEDan Handley
2015-01-28TBB: authenticate BL2 image and certificateJuan Castillo
2014-08-12Rationalize console log outputDan Handley
2014-07-25Add support for printing version at runtimeJuan Castillo
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-07-01Remove concept of top/bottom image loadingSandrine Bailleux
2014-05-23Move BL porting functions into platform.hDan Handley
2014-05-23Split platform.h into separate headersDan Handley
2014-05-22Populate BL31 input parameters as per new specVikram Kanigiri