summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-06-15Merge pull request #650 from Xilinx/zynqmp-updatesdanh-arm
2016-06-07Update comments in load_image()Sandrine 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-26Introduce some helper macros for exception vectorsSandrine Bailleux
2016-04-18context: Fix typo in commentSoren Brinkmann
2016-04-13Refactor the xlat_tables library codeSoby Mathew
2016-04-07Differentiate `long` and `long long` formats in tf_printfSoby Mathew
2016-04-07Merge pull request #563 from sbranden/tf_issue_380danh-arm
2016-03-30Enable asynchronous abort exceptions during bootGerald Lejeune
2016-03-23Add support for %z in tf_print()Scott Branden
2016-03-14Remove all non-configurable dead loopsAntonio Nino Diaz
2016-02-18Add support for %p in tf_printf()Antonio Nino Diaz
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09Move context management code to common locationYatharth Kochar
2015-11-04Merge pull request #423 from jcastillo-arm/jc/genfw/1211Achin Gupta
2015-11-02Remove deprecated IO return definitionsJuan Castillo
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: delete deprecated PolarSSL authentication moduleJuan Castillo
2015-06-25TBB: switch to the new authentication frameworkJuan Castillo
2015-06-25Use numbers to identify images instead of namesJuan Castillo
2015-06-25TBB: replace assert() with runtime checks in PolarSSL moduleJuan Castillo
2015-06-25TBB: use ASN.1 type DigestInfo to represent hashesJuan Castillo
2015-04-27Fix type mismatches in verbose loggingDan Handley
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-03-11TBB: remove PolarSSL SHA1 functions from the binaryJuan Castillo
2015-03-05Fix violations to the coding styleSandrine Bailleux
2015-01-28TBB: add authentication module interfaceJuan Castillo
2015-01-28TBB: add PolarSSL based authentication moduleJuan Castillo
2015-01-28Skip reserving memory for non-executable and BL3-0 imagesJuan Castillo
2014-08-19Rework use of labels in assembly macros.Soby Mathew
2014-08-12Rationalize console log outputDan 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
2014-07-25Implement a leaner printf for Trusted FirmwareSoby Mathew
2014-07-01Remove concept of top/bottom image loadingSandrine Bailleux
2014-06-05Make the entry point argument optional in load_image()Sandrine Bailleux
2014-05-23Move BL porting functions into platform.hDan 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