summaryrefslogtreecommitdiff
path: root/include/common
AgeCommit message (Expand)Author
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
2015-01-28TBB: add support to include certificates in a FIP imageJuan Castillo
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2014-08-19Rework use of labels in assembly macros.Soby Mathew
2014-08-12Add concept of console output log levelsDan Handley
2014-07-28Merge pull request #177 from jcastillo-arm/jc/tf-issues/096danh-arm
2014-07-28Rework incorrect use of assert() and panic() in codebaseJuan Castillo
2014-07-28Rework the crash reporting in BL3-1 to use less stackSoby Mathew
2014-07-28Implement an assert() callable from assembly codeSoby Mathew