summaryrefslogtreecommitdiff
path: root/include/common
AgeCommit message (Expand)Author
2017-06-22aarch64: Enable Statistical Profiling Extensions for lower ELsdp-arm
2017-06-21Fully initialise essential control registersDavid Cunado
2017-06-14include: add U()/ULL() macros for constantsVarun Wadekar
2017-05-30Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memorydavidcunado-arm
2017-05-24Introduce `tf_snprintf`Antonio Nino Diaz
2017-05-23fip: move headers shared between TF and fiptool to include/tools_shareMasahiro Yamada
2017-05-03Use SPDX license identifiersdp-arm
2017-04-29Merge branch 'integration' into tf_issue_461Scott Branden
2017-04-29Move defines in utils.h to utils_def.h to fix shared header compile issuesScott Branden
2017-04-21Merge pull request #910 from dp-arm/dp/AArch32-juno-portdavidcunado-arm
2017-04-20AArch32: Add support for ARM Cortex-A53/57/72 MPCore ProcessorYatharth Kochar
2017-04-20Remove build option `ASM_ASSERTION`Antonio Nino Diaz
2017-04-06Merge pull request #886 from dp-arm/dp/stack-protectordavidcunado-arm
2017-03-31Add support for GCC stack protectionDouglas Raillard
2017-03-27Re-factor header files for easier PSCI library integrationSoby Mathew
2017-02-20Merge pull request #841 from dp-arm/dp/debug-regsdanh-arm
2017-02-15Disable secure self-hosted debug via MDCR_EL3/SDCRdp-arm
2017-02-06Introduce unified API to zero memoryDouglas Raillard
2017-01-30Allow spin locks to be defined from assemblyJeenu Viswambharan
2017-01-24Use #ifdef for IMAGE_BL* instead of #ifMasahiro Yamada
2016-12-20Merge pull request #791 from jeenu-arm/asm-assert-32danh-arm
2016-12-20Export is_mem_free() functionSandrine Bailleux
2016-12-19AArch32: Print ASM_ASSERT and panic messagesJeenu Viswambharan
2016-12-12Merge pull request #774 from jeenu-arm/no-return-macrodanh-arm
2016-12-05Define and use no_ret macro where no return is expectedJeenu Viswambharan
2016-12-01Reset EL2 and EL3 configurable controlsDavid Cunado
2016-11-21Add CFI debug frame information for ASM functionsDouglas Raillard
2016-11-09Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCRDavid Cunado
2016-09-28AArch32: Add `memcpy4` function in assemblyYatharth Kochar
2016-09-22PSCI: Introduce PSCI Library argument structureSoby Mathew
2016-09-21AArch32: Common changes needed for BL1/BL2Yatharth Kochar
2016-09-20Add new version of image loading.Yatharth Kochar
2016-08-10AArch32: Add support in TF librariesSoby Mathew
2016-08-10AArch32: Add API to invoke runtime service handlerSoby Mathew
2016-08-10AArch32: Add assembly helpersSoby Mathew
2016-07-19Rearrange assembly helper macrosSoby Mathew
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Fix coding guideline warningsSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-15Merge pull request #662 from sandrine-bailleux-arm/sb/rodata-xndanh-arm
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2016-07-08Introduce utils.h header fileSandrine Bailleux
2016-07-08Derive stack alignment from CACHE_WRITEBACK_GRANULESoby Mathew
2016-06-03Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm
2016-06-03Build option to include AArch32 registers in cpu contextSoby Mathew
2016-05-26Fill exception vectors with zero bytesSandrine Bailleux
2016-05-26Introduce some helper macros for exception vectorsSandrine Bailleux
2016-04-14Fix build error with optimizations disabled (-O0)Sandrine Bailleux
2016-04-07Enable SCR_EL3.SIF bitSoby Mathew