aboutsummaryrefslogtreecommitdiffstats
path: root/bl1/bl1_main.c
Commit message (Expand)AuthorAgeFilesLines
* TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov2019-10-031-0/+10
* Merge changes from topic "db/unsigned_long" into integrationSandrine Bailleux2019-09-181-1/+1
|\
| * Unsigned long should not be used as per coding guidelinesDeepika Bhavnani2019-09-131-1/+1
* | Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-10/+9
|/
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-9/+9
* BL1: Enable pointer authentication supportAntonio Nino Diaz2019-02-271-1/+23
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-11/+14
* Remove deprecated bl1_init_bl2_mem_layout()Antonio Nino Diaz2018-09-281-19/+0
* Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-281-34/+0
* Fix some violations to MISRA rule 8.3Sandrine Bailleux2018-07-111-2/+2
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-2/+2
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-1/+1
* Fix MISRA rule 8.8 in common codeRoberto Vargas2018-02-281-1/+1
* BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew2018-02-261-41/+32
* Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew2018-02-261-4/+4
* bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada2018-02-021-2/+15
* Fix order of #includesIsla Mitchell2017-07-121-1/+1
* AArch32: Add `TRUSTED_BOARD_BOOT` supportdp-arm2017-05-151-0/+17
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Control inclusion of helper code used for assertsAntonio Nino Diaz2017-04-201-2/+2
* Flush console where necessaryAntonio Nino Diaz2017-03-311-0/+3
* Report errata workaround status to consoleJeenu Viswambharan2017-01-301-1/+3
* AArch32: Add generic changes in BL1Yatharth Kochar2016-09-211-10/+19
* Changes for new version of image loading in BL1/BL2Yatharth Kochar2016-09-201-3/+22
* Move SIZE_FROM_LOG2_WORDS macro to utils.hSoby Mathew2016-08-091-0/+1
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
* FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-091-0/+56
* Add descriptor based image management support in BL1Yatharth Kochar2015-12-091-53/+53
* Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar2015-12-091-3/+0
* Introduce SPIN_ON_BL1_EXIT build flagSandrine Bailleux2015-11-261-0/+8
* Improve display_boot_progress() functionSandrine Bailleux2015-11-021-3/+4
* Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-15/+4
* Add optional platform error handler APIJuan Castillo2015-10-281-5/+1
* Ensure BL2 security state is secureVikram Kanigiri2015-09-021-3/+5
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-251-39/+4
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-2/+4
* Fix incorrect assertions in bl1_main()Andrew Thoelke2015-06-191-3/+3
* Remove use of PLATFORM_CACHE_LINE_SIZEDan Handley2015-04-271-7/+22
* TBB: authenticate BL2 image and certificateJuan Castillo2015-01-281-0/+43
* Rationalize console log outputDan Handley2014-08-121-23/+23
* Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-13/+12
* Remove concept of top/bottom image loadingSandrine Bailleux2014-07-011-14/+40
* Move BL porting functions into platform.hDan Handley2014-05-231-1/+0
* Split platform.h into separate headersDan Handley2014-05-231-0/+1
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-35/+41
* Rework handover interface between BL stagesVikram Kanigiri2014-05-221-17/+44
* Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-221-1/+1
* Reduce deep nesting of header filesDan Handley2014-05-061-5/+5
* Always use named structs in header filesDan Handley2014-05-061-3/+3