aboutsummaryrefslogtreecommitdiff
path: root/include/common/bl_common.h
AgeCommit message (Expand)Author
2020-01-24bl_common: add BL_END macroMasahiro Yamada
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-07-23Factor out cross-BL API into export headers suitable for 3rd party codeJulius Werner
2019-03-01Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz
2019-02-27Tegra: Support for scatterfile for the BL31 imageVarun Wadekar
2019-02-27Add support for pointer authenticationAntonio Nino Diaz
2019-02-05Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanupAntonio Niño Díaz
2019-02-01Remove duplicated definitions of linker symbolsAntonio Nino Diaz
2019-01-31Remove dead code related to LOAD_IMAGE_V2=0Sandrine Bailleux
2019-01-15Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-29PIE: Position Independant Executable support for BL31Soby Mathew
2018-10-26Convert arm_setup_page_tables into a generic helperRoberto Vargas
2018-10-04Remove some MISRA defects in common codeAntonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-06-12Fix MISRA Rule 5.3 Part 1Daniel Boulby
2018-05-18Allow disabling authentication dynamicallySoby Mathew
2018-03-27Clean usage of void pointers to access symbolsJoel Hutton
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas
2018-02-28Fix MISRA rule 8.3 in common codeRoberto Vargas
2018-02-26Dynamic cfg: MISRA fixesSoby Mathew
2017-12-05Unify cache flush code path after image loadSoby Mathew
2017-05-03Use SPDX license identifiersdp-arm
2017-04-29Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden
2017-03-27Re-factor header files for easier PSCI library integrationSoby Mathew
2017-01-24Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada
2016-12-20Export is_mem_free() functionSandrine Bailleux
2016-09-22PSCI: Introduce PSCI Library argument structureSoby Mathew
2016-09-20Add new version of image loading.Yatharth Kochar
2016-08-10AArch32: Add support in TF librariesSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2016-07-08Introduce utils.h header fileSandrine Bailleux
2016-02-22Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar
2016-01-13Rearrange fields in TF data structures to reduce paddingSoby Mathew
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar
2015-12-09FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar
2015-12-09Add descriptor based image management support in BL1Yatharth Kochar
2015-12-09Move context management code to common locationYatharth Kochar
2015-12-09Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-10-23Use standard errno definitions in load_auth_image()Juan Castillo
2015-09-02Ensure BL2 security state is secureVikram Kanigiri
2015-08-20TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo
2015-06-25TBB: switch to the new authentication frameworkJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-06-04Rationalize reset handling codeSandrine Bailleux