aboutsummaryrefslogtreecommitdiffstats
path: root/include/common/bl_common.h
Commit message (Expand)AuthorAgeFilesLines
* bl_common: add BL_END macroMasahiro Yamada2020-01-241-1/+2
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-4/+4
* Factor out cross-BL API into export headers suitable for 3rd party codeJulius Werner2019-07-231-81/+8
* Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz2019-03-011-0/+42
|\
| * Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-271-0/+42
* | Add support for pointer authenticationAntonio Nino Diaz2019-02-271-1/+3
|/
* Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanupAntonio Niño Díaz2019-02-051-22/+19
|\
| * Remove duplicated definitions of linker symbolsAntonio Nino Diaz2019-02-011-22/+19
* | Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux2019-01-311-5/+0
|/
* Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz2019-01-151-1/+17
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-5/+5
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* PIE: Position Independant Executable support for BL31Soby Mathew2018-10-291-0/+1
* Convert arm_setup_page_tables into a generic helperRoberto Vargas2018-10-261-0/+5
* Remove some MISRA defects in common codeAntonio Nino Diaz2018-10-041-26/+26
* Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-281-53/+0
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+0
* Fix MISRA Rule 5.3 Part 1Daniel Boulby2018-06-121-1/+1
* Allow disabling authentication dynamicallySoby Mathew2018-05-181-0/+8
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-12/+20
* Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-281-1/+1
* Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-281-2/+2
* Dynamic cfg: MISRA fixesSoby Mathew2018-02-261-3/+4
* Unify cache flush code path after image loadSoby Mathew2017-12-051-1/+0
* Use SPDX license identifiersdp-arm2017-05-031-25/+1
* Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden2017-04-291-1/+1
* Re-factor header files for easier PSCI library integrationSoby Mathew2017-03-271-141/+4
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-241-4/+4
* Export is_mem_free() functionSandrine Bailleux2016-12-201-0/+3
* PSCI: Introduce PSCI Library argument structureSoby Mathew2016-09-221-0/+1
* Add new version of image loading.Yatharth Kochar2016-09-201-5/+65
* AArch32: Add support in TF librariesSoby Mathew2016-08-101-0/+15
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-181-27/+28
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+8
* Introduce utils.h header fileSandrine Bailleux2016-07-081-2/+1
* Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar2016-02-221-22/+20
* Rearrange fields in TF data structures to reduce paddingSoby Mathew2016-01-131-4/+5
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-5/+5
* FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar2015-12-091-0/+2
* FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-091-7/+0
* Add descriptor based image management support in BL1Yatharth Kochar2015-12-091-2/+50
* Move context management code to common locationYatharth Kochar2015-12-091-0/+20
* Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar2015-12-091-1/+0
* Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-0/+2
* Use standard errno definitions in load_auth_image()Juan Castillo2015-10-231-9/+0
* Ensure BL2 security state is secureVikram Kanigiri2015-09-021-1/+0
* TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo2015-08-201-0/+9
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-251-1/+6
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-2/+2
* Rationalize reset handling codeSandrine Bailleux2015-06-041-2/+2