summaryrefslogtreecommitdiff
path: root/include/common
AgeCommit message (Expand)Author
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2016-07-08Introduce utils.h header fileSandrine Bailleux
2016-06-03Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm
2016-06-03Build option to include AArch32 registers in cpu contextSoby Mathew
2016-05-26Fill exception vectors with zero bytesSandrine Bailleux
2016-05-26Introduce some helper macros for exception vectorsSandrine Bailleux
2016-04-14Fix build error with optimizations disabled (-O0)Sandrine Bailleux
2016-04-07Enable SCR_EL3.SIF bitSoby Mathew
2016-03-30Enable asynchronous abort exceptions during bootGerald Lejeune
2016-03-22Make cpu operations warning a VERBOSE printSoby Mathew
2016-03-14Remove all non-configurable dead loopsAntonio Nino Diaz
2016-03-09Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-initdanh-arm
2016-03-07Initialize secondary CPUs during cold bootAntonio Nino Diaz
2016-02-22Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar
2016-01-14Migrate __warn_deprecated -> __deprecatedSoren Brinkmann
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-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-12-14TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo
2015-12-09FWU: Add FWU support to `fip_create` toolYatharth Kochar
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-24Replace build macro WARN_DEPRECATED with ERROR_DEPRECATEDSoby Mathew
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-10-23Use standard errno definitions in load_auth_image()Juan Castillo
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-09-02Ensure BL2 security state is secureVikram Kanigiri
2015-08-21Merge pull request #368 from jcastillo-arm/jc/genfw/1126danh-arm
2015-08-20TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo
2015-08-13PSCI: Add documentation and fix plat_is_my_cpu_primary()Soby Mathew
2015-08-13PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew
2015-08-13PSCI: Add deprecated API for SPD when compatibility is disabledSoby Mathew
2015-08-13PSCI: Switch to the new PSCI frameworksSoby Mathew
2015-08-13PSCI: Introduce new platform and CM helper APIsSoby Mathew
2015-06-25TBB: switch to the new authentication frameworkJuan Castillo
2015-06-25TBB: add TBBR Chain of TrustJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-06-24Bug fix: Build time condition to relocate RW dataSandrine Bailleux
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-04-27Add header guards to asm macro filesDan Handley
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-03-17Merge pull request #269 from vikramkanigiri/vk/common-ccidanh-arm
2015-03-16Add macro to calculate number of elements in an arrayVikram Kanigiri
2015-03-06Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux
2015-01-28TBB: add authentication module interfaceJuan Castillo