aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | Build option to include AArch32 registers in cpu contextSoby Mathew2016-06-031-31/+35
| |/
* / Introduce some helper macros for exception vectorsSandrine Bailleux2016-05-261-45/+27
|/
* Refactor the xlat_tables library codeSoby Mathew2016-04-131-0/+1
* Differentiate `long` and `long long` formats in tf_printfSoby Mathew2016-04-071-43/+42
* Merge pull request #563 from sbranden/tf_issue_380danh-arm2016-04-071-0/+6
|\
| * Add support for %z in tf_print()Scott Branden2016-03-231-0/+6
* | Enable asynchronous abort exceptions during bootGerald Lejeune2016-03-301-0/+5
|/
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-6/+9
* Add support for %p in tf_printf()Antonio Nino Diaz2016-02-182-7/+17
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-211-1/+1
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
* Move context management code to common locationYatharth Kochar2015-12-093-2/+781
* Merge pull request #423 from jcastillo-arm/jc/genfw/1211Achin Gupta2015-11-041-4/+4
|\
| * Remove deprecated IO return definitionsJuan Castillo2015-11-021-4/+4
* | Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-0/+24
|/
* Use standard errno definitions in load_auth_image()Juan Castillo2015-10-231-10/+10
* Ensure BL2 security state is secureVikram Kanigiri2015-09-021-13/+0
* TBB: abort boot if BL3-2 cannot be authenticatedJuan Castillo2015-08-201-4/+9
* TBB: delete deprecated PolarSSL authentication moduleJuan Castillo2015-06-253-814/+0
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-252-62/+53
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-22/+19
* TBB: replace assert() with runtime checks in PolarSSL moduleJuan Castillo2015-06-251-6/+25
* TBB: use ASN.1 type DigestInfo to represent hashesJuan Castillo2015-06-251-24/+84
* Fix type mismatches in verbose loggingDan Handley2015-04-271-2/+2
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-081-0/+4
* TBB: remove PolarSSL SHA1 functions from the binaryJuan Castillo2015-03-112-2/+0
* Fix violations to the coding styleSandrine Bailleux2015-03-051-1/+1
* TBB: add authentication module interfaceJuan Castillo2015-01-281-0/+61
* TBB: add PolarSSL based authentication moduleJuan Castillo2015-01-283-0/+737
* Skip reserving memory for non-executable and BL3-0 imagesJuan Castillo2015-01-281-2/+9
* Rework use of labels in assembly macros.Soby Mathew2014-08-191-2/+2
* Rationalize console log outputDan Handley2014-08-121-7/+5
* Merge pull request #177 from jcastillo-arm/jc/tf-issues/096danh-arm2014-07-281-3/+2
|\
| * Rework incorrect use of assert() and panic() in codebaseJuan Castillo2014-07-281-3/+2
* | Rework the crash reporting in BL3-1 to use less stackSoby Mathew2014-07-282-96/+47
* | Implement an assert() callable from assembly codeSoby Mathew2014-07-281-0/+141
|/
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-253-6/+148
* Remove concept of top/bottom image loadingSandrine Bailleux2014-07-011-218/+97
* Make the entry point argument optional in load_image()Sandrine Bailleux2014-06-051-2/+5
* Move BL porting functions into platform.hDan Handley2014-05-231-2/+3
* Rework memory information passing to BL3-x imagesVikram Kanigiri2014-05-221-59/+2
* Populate BL31 input parameters as per new specVikram Kanigiri2014-05-221-21/+32
* Rework handover interface between BL stagesVikram Kanigiri2014-05-221-90/+0
* Introduce macros to manipulate the SPSRVikram Kanigiri2014-05-221-14/+0
* Rework BL3-1 unhandled exception handling and reportingSoby Mathew2014-05-161-0/+95
* Introduce IS_IN_ELX() macrosSandrine Bailleux2014-05-091-5/+2
* Remove variables from .data sectionDan Handley2014-05-061-7/+7
* Reduce deep nesting of header filesDan Handley2014-05-062-12/+6
* Always use named structs in header filesDan Handley2014-05-061-12/+12
* Make use of user/system includes more consistentDan Handley2014-05-061-2/+2