summaryrefslogtreecommitdiff
path: root/common/bl_common.c
Commit message (Expand)AuthorAgeFilesLines
* feat(bl): add interface to query TF-A semantic verlaurenw-arm2022-08-021-0/+9
* refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe2022-01-111-45/+21
* feat(measured_boot): image hash measurement and recording in BL1Manish V Badarkhe2021-10-121-3/+2
* refactor(measured boot): move image measurement to generic layerManish V Badarkhe2021-10-121-6/+21
* feat(fwu): avoid booting with an alternate boot sourceManish V Badarkhe2021-08-021-0/+9
* Increase type widths to satisfy width requirementsJimmy Brisson2020-10-121-2/+2
* fconf: Add TBBR disable_authentication propertyLouis Mayencourt2020-02-071-1/+1
* Refactor load_auth_image_internal().Sandrine Bailleux2019-11-141-33/+59
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-131-50/+0
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-3/+3
* Correctly check for support of Address AuthenticationAntonio Nino Diaz2019-03-011-1/+1
* Add support for pointer authenticationAntonio Nino Diaz2019-02-271-1/+52
* Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux2019-01-311-86/+0
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-9/+10
* 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