aboutsummaryrefslogtreecommitdiffstats
path: root/common/bl_common.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some MISRA defects in common codeAntonio Nino Diaz2018-10-041-15/+18
* Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-281-294/+1
* Fix MISRA Rule 5.3 Part 1Daniel Boulby2018-06-121-1/+1
* Allow disabling authentication dynamicallySoby Mathew2018-05-181-20/+53
* Unify cache flush code path after image loadSoby Mathew2017-12-051-17/+7
* Add platform hooks for boot redundancy supportRoberto Vargas2017-10-241-3/+15
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-1/+1
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-3/+3
* Export is_mem_free() functionSandrine Bailleux2016-12-201-2/+2
* Optimize cache flush when authenticating imagesAntonio Nino Diaz2016-11-291-25/+53
* Add new version of image loading.Yatharth Kochar2016-09-201-7/+159
* AArch32: resolve build error when LOG_LEVEL=50Soby Mathew2016-08-311-0/+2
* Remove dcache invalidation after image authenticationDan Handley2016-08-171-6/+12
* Ensure addresses in is_mem_free() don't overflowSandrine Bailleux2016-07-251-15/+54
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-181-31/+26
* Update comments in load_image()Sandrine Bailleux2016-06-071-13/+20
* Refactor the xlat_tables library codeSoby Mathew2016-04-131-0/+1
* Add support for %p in tf_printf()Antonio Nino Diaz2016-02-181-7/+8
* Merge pull request #423 from jcastillo-arm/jc/genfw/1211Achin Gupta2015-11-041-4/+4
|\
| * Remove deprecated IO return definitionsJuan Castillo2015-11-021-4/+4
* | Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-0/+24
|/
* Use standard errno definitions in load_auth_image()Juan Castillo2015-10-231-10/+10
* Ensure BL2 security state is secureVikram Kanigiri2015-09-021-13/+0
* TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo2015-08-201-4/+9
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-251-1/+53
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-22/+19
* Fix type mismatches in verbose loggingDan Handley2015-04-271-2/+2
* Skip reserving memory for non-executable and BL3-0 imagesJuan Castillo2015-01-281-2/+9
* Rationalize console log outputDan Handley2014-08-121-7/+5
* Rework incorrect use of assert() and panic() in codebaseJuan Castillo2014-07-281-3/+2
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-4/+4
* Remove concept of top/bottom image loadingSandrine Bailleux2014-07-011-218/+97
* Make the entry point argument optional in load_image()Sandrine Bailleux2014-06-051-2/+5
* Move BL porting functions into platform.hDan Handley2014-05-231-2/+3
* Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-59/+2
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-21/+32
* Rework handover interface between BL stagesVikram Kanigiri2014-05-221-90/+0
* Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-221-14/+0
* Introduce IS_IN_ELX() macrosSandrine Bailleux2014-05-091-5/+2
* Remove variables from .data sectionDan Handley2014-05-061-7/+7
* Reduce deep nesting of header filesDan Handley2014-05-061-8/+5
* Always use named structs in header filesDan Handley2014-05-061-12/+12
* Make use of user/system includes more consistentDan Handley2014-05-061-2/+2
* Remove partially qualified asm helper functionsVikram Kanigiri2014-03-211-2/+2
* bl_common: add image_size()Ryan Harkin2014-03-051-0/+44
* Report recoverable errors as warningsJeenu Viswambharan2014-02-201-9/+9
* Rework BL2 to BL3-1 hand over interfaceAchin Gupta2014-02-201-38/+25
* Implement load_image in terms of IO abstractionJames Morrissey2014-02-171-37/+72
* Fix asserts appearing in release buildsJames Morrissey2014-02-171-2/+3