aboutsummaryrefslogtreecommitdiffstats
path: root/include/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1173 from etienne-lms/armv7-qemudavidcunado-arm2018-02-071-1/+9
|\
| * aarch32: use lr as bl32 boot argument on aarch32 only systemsEtienne Carriere2018-02-021-1/+9
* | image_decompress: add APIs for decompressing imagesMasahiro Yamada2018-02-021-0/+24
|/
* Merge pull request #1228 from dp-arm/dp/cve_2017_5715davidcunado-arm2018-01-251-12/+12
|\
| * sp_min: Implement workaround for CVE-2017-5715Dimitris Papastamos2018-01-181-12/+12
* | Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm2018-01-241-0/+43
|\ \
| * | Add new function-pointer-based console APIJulius Werner2017-12-121-0/+43
* | | Merge pull request #1200 from robertovargas-arm/bl2-el3davidcunado-arm2018-01-193-6/+6
|\ \ \ | |_|/ |/| |
| * | Mark functions defined in assembly filesRoberto Vargas2018-01-181-1/+1
| * | bl2-el3: Add BL2_EL3 imageRoberto Vargas2018-01-182-5/+5
| |/
* / Workaround for CVE-2017-5715 on Cortex A57 and A72Dimitris Papastamos2018-01-111-10/+10
|/
* Merge pull request #1178 from davidcunado-arm/dc/enable_svedavidcunado-arm2017-12-111-3/+3
|\
| * Enable SVE for Non-secure worldDavid Cunado2017-11-301-3/+3
* | Unify cache flush code path after image loadSoby Mathew2017-12-051-1/+0
|/
* Merge pull request #1145 from etienne-lms/rfc-armv7-2davidcunado-arm2017-11-232-0/+21
|\
| * ARMv7 may not support Virtualization ExtensionsEtienne Carriere2017-11-081-0/+10
| * ARMv7 does not support SDCREtienne Carriere2017-11-081-0/+2
| * ARMv7 does not support STL instructionEtienne Carriere2017-11-081-0/+9
* | Refactor Statistical Profiling Extensions implementationDimitris Papastamos2017-11-201-17/+0
* | SPM: Introduce Secure Partition ManagerAntonio Nino Diaz2017-11-082-10/+11
|/
* GIC: Allow specifying interrupt propertiesJeenu Viswambharan2017-10-161-0/+29
* Implement log frameworkSoby Mathew2017-09-111-6/+18
* Introduce tf_vprintf() and tf_string_print()Soby Mathew2017-09-111-0/+3
* Merge pull request #1078 from douglas-raillard-arm/dr/add_cfi_vector_entrydavidcunado-arm2017-09-071-0/+6
|\
| * Add CFI debug info to vector entriesDouglas Raillard2017-08-311-0/+6
* | Merge pull request #1019 from etienne-lms/log-sizedavidcunado-arm2017-09-071-0/+13
|\ \
| * | cpu log buffer size depends on cache line sizeEtienne Carriere2017-09-011-0/+13
| |/
* / asm_macros: set the default assembly code alignment to 4 byteMasahiro Yamada2017-08-311-7/+6
|/
* Add new alignment parameter to func assembler macroJulius Werner2017-08-151-3/+9
* Support Trusted OS firmware extra images in TF toolsSummer Qin2017-08-091-1/+7
* aarch64: Enable Statistical Profiling Extensions for lower ELsdp-arm2017-06-221-0/+17
* Fully initialise essential control registersDavid Cunado2017-06-213-66/+173
* include: add U()/ULL() macros for constantsVarun Wadekar2017-06-141-17/+18
* Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memorydavidcunado-arm2017-05-301-0/+1
|\
| * Introduce `tf_snprintf`Antonio Nino Diaz2017-05-241-0/+1
* | fip: move headers shared between TF and fiptool to include/tools_shareMasahiro Yamada2017-05-231-76/+0
|/
* Use SPDX license identifiersdp-arm2017-05-0316-400/+16
* Merge branch 'integration' into tf_issue_461Scott Branden2017-04-292-1/+34
|\
| * Merge pull request #910 from dp-arm/dp/AArch32-juno-portdavidcunado-arm2017-04-211-0/+33
| |\
| | * AArch32: Add support for ARM Cortex-A53/57/72 MPCore ProcessorYatharth Kochar2017-04-201-0/+33
| * | Remove build option `ASM_ASSERTION`Antonio Nino Diaz2017-04-201-1/+1
| |/
* / Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden2017-04-291-1/+1
|/
* Merge pull request #886 from dp-arm/dp/stack-protectordavidcunado-arm2017-04-063-2/+17
|\
| * Add support for GCC stack protectionDouglas Raillard2017-03-313-2/+17
* | Re-factor header files for easier PSCI library integrationSoby Mathew2017-03-273-141/+227
|/
* Merge pull request #841 from dp-arm/dp/debug-regsdanh-arm2017-02-202-2/+8
|\
| * Disable secure self-hosted debug via MDCR_EL3/SDCRdp-arm2017-02-152-2/+8
* | Introduce unified API to zero memoryDouglas Raillard2017-02-061-3/+3
|/
* Allow spin locks to be defined from assemblyJeenu Viswambharan2017-01-302-2/+22
* Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada2017-01-243-9/+9