aboutsummaryrefslogtreecommitdiffstats
path: root/bl2
Commit message (Expand)AuthorAgeFilesLines
* Add platform hooks for boot redundancy supportRoberto Vargas2017-10-241-0/+3
* Use SPDX license identifiersdp-arm2017-05-0310-250/+10
* Minor refactor of BL2 image load v2Dan Handley2017-04-191-0/+4
* Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm2017-04-121-1/+4
|\
| * Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+4
* | Add support for GCC stack protectionDouglas Raillard2017-03-313-1/+24
|/
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-2/+3
* Introduce unified API to zero memoryDouglas Raillard2017-02-062-5/+6
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-052-2/+2
* AArch32: Add generic changes in BL2Yatharth Kochar2016-09-214-5/+201
* Changes for new version of image loading in BL1/BL2Yatharth Kochar2016-09-205-249/+425
* Move spinlock library code to AArch64 folderSoby Mathew2016-08-091-1/+1
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+25
* Rename BL33_BASE option to PRELOADED_BL33_BASEAntonio Nino Diaz2016-04-081-5/+5
* Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapperdanh-arm2016-03-291-1/+15
|\
| * Enable preloaded BL33 alternative boot flowAntonio Nino Diaz2016-03-021-1/+15
* | Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-5/+10
|/
* 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
* Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar2015-12-091-15/+6
* 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
* Make generic code work in presence of system cachesAchin Gupta2015-09-142-0/+25
* Merge pull request #368 from jcastillo-arm/jc/genfw/1126danh-arm2015-08-211-2/+8
|\
| * TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo2015-08-201-2/+8
* | PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew2015-08-131-3/+2
|/
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-251-254/+42
* TBB: add authentication frameworkJuan Castillo2015-06-251-0/+7
* 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
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-081-0/+1
* TBB: authenticate BL3-x images and certificatesJuan Castillo2015-01-281-2/+213
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-222-0/+7
* 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
* Fix LENGTH attribute value in linker scriptsJuan Castillo2014-09-191-1/+1
* Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley2014-08-191-0/+8
|\
| * Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-151-0/+8
* | Merge pull request #184 from jcastillo-arm/jc/tf-issues/100danh-arm2014-08-141-1/+1
|\ \
| * | FVP: apply new naming conventions to memory regionsJuan Castillo2014-08-121-1/+1
| |/
* / Rationalize console log outputDan Handley2014-08-121-3/+7
|/
* Call platform_is_primary_cpu() only from reset handlerJuan Castillo2014-08-011-10/+0
* Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm2014-07-281-2/+4
|\
| * Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta2014-07-281-2/+4
* | Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm2014-07-281-11/+6
|\|
| * Remove coherent stack usage from the cold boot pathAchin Gupta2014-07-191-11/+6
* | Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* | Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-2/+1
|/