summaryrefslogtreecommitdiff
path: root/bl2/bl2_main.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-20/+34
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-9/+9
* BL2_AT_EL3: Enable pointer authentication supportAntonio Nino Diaz2019-02-271-2/+28
* BL2: Enable pointer authentication supportAntonio Nino Diaz2019-02-271-1/+24
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-7/+8
* BL2_AT_EL3: do not try to disable MMU twice on AARCH32Yann Gautier2018-04-261-2/+1
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-1/+2
* bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-181-0/+14
* Add platform hooks for boot redundancy supportRoberto Vargas2017-10-241-0/+3
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+4
* AArch32: Add generic changes in BL2Yatharth Kochar2016-09-211-0/+9
* Changes for new version of image loading in BL1/BL2Yatharth Kochar2016-09-201-248/+10
* Rename BL33_BASE option to PRELOADED_BL33_BASEAntonio Nino Diaz2016-04-081-5/+5
* Enable preloaded BL33 alternative boot flowAntonio Nino Diaz2016-03-021-1/+15
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-25/+25
* Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo2015-12-141-24/+31
* FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-091-1/+2
* CSS: Enable booting of EL3 payloadsSandrine Bailleux2015-11-261-0/+19
* Add optional platform error handler APIJuan Castillo2015-10-281-4/+4
* Use standard errno definitions in load_auth_image()Juan Castillo2015-10-231-1/+2
* TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo2015-08-201-2/+8
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-251-254/+42
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-24/+30
* Panic if platform specific BL3-0 handling failsSandrine Bailleux2015-04-131-61/+68
* TBB: authenticate BL3-x images and certificatesJuan Castillo2015-01-281-2/+213
* Bug fix: initialize bl30_image_info fields before useJuan Castillo2015-01-081-0/+1
* Juno: Use TZC-400 driver callsJuan Castillo2014-10-091-3/+3
* Rationalize console log outputDan Handley2014-08-121-3/+7
* Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-2/+1
* Add support for BL3-0 imageSandrine Bailleux2014-07-101-64/+159
* Remove concept of top/bottom image loadingSandrine Bailleux2014-07-011-16/+3
* Allow platform parameter X1 to be passed to BL3-1Andrew Thoelke2014-05-291-19/+7
* Move BL porting functions into platform.hDan Handley2014-05-231-1/+0
* Split platform.h into separate headersDan Handley2014-05-231-0/+1
* Allow BL3-2 platform definitions to be optionalDan Handley2014-05-221-19/+21
* Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-16/+9
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-72/+60
* Rework handover interface between BL stagesVikram Kanigiri2014-05-221-22/+39
* Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-221-2/+2
* Reduce deep nesting of header filesDan Handley2014-05-061-6/+4
* Always use named structs in header filesDan Handley2014-05-061-2/+2
* Separate BL functions out of arch.hDan Handley2014-05-061-0/+1
* Make use of user/system includes more consistentDan Handley2014-05-061-1/+1
* Generate build time and date message at link time.Jon Medhurst2014-03-051-3/+1
* Add support for BL3-2 in BL2Achin Gupta2014-02-201-1/+27
* Rework BL2 to BL3-1 hand over interfaceAchin Gupta2014-02-201-30/+42
* Add Firmware Image Package (FIP) driverHarry Liebel2014-02-171-7/+14
* remove empty definition of display_boot_progress()Achin Gupta2014-01-201-14/+0