summaryrefslogtreecommitdiff
path: root/include/common/bl_common.h
AgeCommit message (Expand)Author
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
2015-06-04Remove FIRST_RESET_HANDLER_CALL build optionSandrine Bailleux
2015-04-28Add linker symbol declarations to bl_common.hDan Handley
2015-03-16Add macro to calculate number of elements in an arrayVikram Kanigiri
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
2014-07-25Add support for printing version at runtimeJuan Castillo
2014-07-01Remove concept of top/bottom image loadingSandrine Bailleux
2014-06-23Initialise CPU contexts from entry_point_infoAndrew Thoelke
2014-05-23Move BL porting functions into platform.hDan Handley
2014-05-23Remove extern keyword from function declarationsDan Handley
2014-05-22Rework memory information passing to BL3-x imagesVikram Kanigiri
2014-05-22Populate BL31 input parameters as per new specVikram Kanigiri
2014-05-22Rework handover interface between BL stagesVikram Kanigiri
2014-05-22Introduce macros to manipulate the SPSRVikram Kanigiri
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Separate out CASSERT macro into own headerDan Handley
2014-05-06Move include and source files to logical locationsDan Handley