aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #911 from danh-arm/dh/refactor-bl2-image-loaddavidcunado-arm2017-04-241-8/+4
|\
| * Minor refactor of BL2 image load v2Dan Handley2017-04-191-8/+4
* | Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-202-4/+4
* | Add `ENABLE_ASSERTIONS` build optionAntonio Nino Diaz2017-04-192-0/+12
|/
* Remove dead loops in assert() in C and ASMAntonio Nino Diaz2017-03-312-2/+2
* Add and use plat_crash_console_flush() APIAntonio Nino Diaz2017-03-312-2/+11
* Simplify translation tables headers dependenciesAntonio Nino Diaz2017-03-081-1/+1
* Introduce unified API to zero memoryDouglas Raillard2017-02-061-3/+3
* Merge pull request #791 from jeenu-arm/asm-assert-32danh-arm2016-12-201-1/+135
|\
| * AArch32: Print ASM_ASSERT and panic messagesJeenu Viswambharan2016-12-191-1/+135
* | Export is_mem_free() functionSandrine Bailleux2016-12-201-2/+2
|/
* Merge pull request #774 from jeenu-arm/no-return-macrodanh-arm2016-12-123-19/+19
|\
| * Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-053-19/+19
* | Optimize cache flush when authenticating imagesAntonio Nino Diaz2016-11-291-25/+53
|/
* AArch32: Common changes needed for BL1/BL2Yatharth Kochar2016-09-211-0/+12
* Add new version of image loading.Yatharth Kochar2016-09-202-7/+379
* AArch32: resolve build error when LOG_LEVEL=50Soby Mathew2016-08-311-0/+2
* Merge pull request #689 from yatharth-arm/yk/plat_report_expndavidcunado-arm2016-08-311-16/+16
|\
| * Remove looping around `plat_report_exception`Yatharth Kochar2016-08-221-16/+16
* | Merge pull request #686 from danh-arm/dh/remove-inv-dcache-after-authdanh-arm2016-08-181-6/+12
|\ \
| * | Remove dcache invalidation after image authenticationDan Handley2016-08-171-6/+12
| |/
* | AArch32: Add API to invoke runtime service handlerSoby Mathew2016-08-101-0/+28
* | AArch32: Add tf_printf supportSoby Mathew2016-08-101-0/+84
* | AArch32: Add assembly helpersSoby Mathew2016-08-101-0/+42
|/
* Merge pull request #673 from soby-mathew/sm/coverity_issuedanh-arm2016-07-281-1/+2
|\
| * Improve debug assertion for runtime svc numberSoby Mathew2016-07-261-1/+2
* | Ensure addresses in is_mem_free() don't overflowSandrine Bailleux2016-07-251-15/+54
* | Make runtime_svc_init() function more robustSandrine Bailleux2016-07-251-2/+4
* | Improvements to runtime service init codeSandrine Bailleux2016-07-251-15/+10
|/
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-183-788/+149
* Rework type usage in Trusted FirmwareSoby Mathew2016-07-182-34/+29
* Merge pull request #650 from Xilinx/zynqmp-updatesdanh-arm2016-06-151-1/+1
|\
| * context: Fix typo in commentSoren Brinkmann2016-04-181-1/+1
* | Update comments in load_image()Sandrine Bailleux2016-06-071-13/+20
* | Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm2016-06-031-31/+35
|\ \
| * | 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
|/