aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2014-05-16Rework BL3-1 unhandled exception handling and reportingSoby Mathew
2014-05-09Introduce IS_IN_ELX() macrosSandrine Bailleux
2014-05-06Remove variables from .data sectionDan Handley
2014-05-06Reduce deep nesting of header filesDan Handley
2014-05-06Always use named structs in header filesDan Handley
2014-05-06Make use of user/system includes more consistentDan Handley
2014-05-06Move include and source files to logical locationsDan Handley
2014-03-26Separate out BL2, BL3-1 and BL3-2 early exception vectors from BL1Sandrine Bailleux
2014-03-21Remove partially qualified asm helper functionsVikram Kanigiri
2014-03-05bl_common: add image_size()Ryan Harkin
2014-02-26Tolerate runtime service initialization failureJeenu Viswambharan
2014-02-20Report recoverable errors as warningsJeenu Viswambharan
2014-02-20Move PSCI to runtime services directoryAchin Gupta
2014-02-20Rework BL2 to BL3-1 hand over interfaceAchin Gupta
2014-02-17Add support for handling runtime service requestsJeenu Viswambharan