summaryrefslogtreecommitdiff
path: root/include/common
AgeCommit message (Expand)Author
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
2016-03-30Enable asynchronous abort exceptions during bootGerald Lejeune
2016-03-22Make cpu operations warning a VERBOSE printSoby Mathew
2016-03-14Remove all non-configurable dead loopsAntonio Nino Diaz
2016-03-09Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-initdanh-arm
2016-03-07Initialize secondary CPUs during cold bootAntonio Nino Diaz
2016-02-22Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar
2016-01-14Migrate __warn_deprecated -> __deprecatedSoren Brinkmann
2016-01-13Rearrange fields in TF data structures to reduce paddingSoby Mathew
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-12-14TBB: apply TBBR naming convention to certificates and extensionsJuan Castillo
2015-12-09FWU: Add FWU support to `fip_create` toolYatharth Kochar
2015-12-09FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar
2015-12-09FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar
2015-12-09Add descriptor based image management support in BL1Yatharth Kochar
2015-12-09Move context management code to common locationYatharth Kochar
2015-12-09Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar
2015-11-24Replace build macro WARN_DEPRECATED with ERROR_DEPRECATEDSoby Mathew
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux