aboutsummaryrefslogtreecommitdiffstats
path: root/include/common
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misraDimitris Papastamos2018-04-181-6/+6
|\
| * Fix some MISRA defects in SPM codeAntonio Nino Diaz2018-04-171-6/+6
* | Merge pull request #1356 from robertovargas-arm/misra-changesDimitris Papastamos2018-04-161-0/+3
|\ \ | |/ |/|
| * Fix MISRA rule 8.3 Part 4Roberto Vargas2018-04-131-0/+3
* | fix instruction address range limitationJiafei Pan2018-04-071-2/+2
* | Add support for BL2 in XIP memoryJiafei Pan2018-04-071-2/+2
|/
* Clean usage of void pointers to access symbolsJoel Hutton2018-03-272-14/+22
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-211-1/+1
* Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-282-2/+5
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-281-1/+3
* Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-281-2/+2
* Dynamic cfg: MISRA fixesSoby Mathew2018-02-262-4/+5
* ARM Platforms: Load HW_CONFIG in BL2Soby Mathew2018-02-261-1/+1
* Dynamic cfg: Introduce fdt wrappersSoby Mathew2018-02-261-0/+19
* Add dynamic config image IDsSoby Mathew2018-02-261-0/+9
* Dynamic cfg: Add HW and TB_FW configs to CoTSoby Mathew2018-02-261-1/+7
* 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
|\