summaryrefslogtreecommitdiff
path: root/bl31
AgeCommit message (Expand)Author
2016-05-26Introduce some helper macros for exception vectorsSandrine Bailleux
2016-05-20Add 32 bit version of plat_get_syscnt_freqAntonio Nino Diaz
2016-04-14Dump platform-defined regs in crash reportingGerald Lejeune
2016-03-30Add ISR_EL1 to crash reportGerald Lejeune
2016-03-30Enable asynchronous abort exceptions during bootGerald Lejeune
2016-03-14Remove all non-configurable dead loopsAntonio Nino Diaz
2016-02-18Add support for %p in tf_printf()Antonio Nino Diaz
2015-12-21Miscellaneous doc fixes for v1.2Sandrine Bailleux
2015-12-14Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo
2015-12-09Merge pull request #462 from soby-mathew/sm/runtime_consoledanh-arm
2015-12-09Move context management code to common locationYatharth Kochar
2015-12-09Ensure BL31 does not print to boot console by defaultSoby Mathew
2015-12-09Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmiddanh-arm
2015-12-09Initialize VTTBR_EL2 when bypassing EL2Sandrine Bailleux
2015-12-09Merge pull request #457 from soby-mathew/sm/fix_fpregs_restoredanh-arm
2015-12-09Fix issue in Floating point register restoreSoby Mathew
2015-12-09Enable support for EL3 interrupt in IMFSoby Mathew
2015-12-01Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpudanh-arm
2015-11-26Introduce COLD_BOOT_SINGLE_CPU build optionSandrine Bailleux
2015-11-26Remove the IMF_READ_INTERRUPT_ID build optionSoby Mathew
2015-11-24Replace build macro WARN_DEPRECATED with ERROR_DEPRECATEDSoby Mathew
2015-11-10Merge pull request #424 from jcastillo-arm/jc/tf-issues/327Achin Gupta
2015-11-05IMF: postpone SCR_EL3 update if context is not initializedJuan Castillo
2015-11-02Introduce print_entry_point_info() functionSandrine Bailleux
2015-09-25Fix relocation of __PERCPU_BAKERY_LOCK_SIZE__Vikram Kanigiri
2015-09-14Make generic code work in presence of system cachesAchin Gupta
2015-09-11Re-design bakery lock memory allocation and algorithmAndrew Thoelke
2015-08-13PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew
2015-08-13PSCI: Switch to the new PSCI frameworksSoby Mathew
2015-08-13PSCI: Introduce new platform and CM helper APIsSoby Mathew
2015-06-24Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1danh-arm
2015-06-04Introduce PROGRAMMABLE_RESET_ADDRESS build optionSandrine Bailleux
2015-06-04Rationalize reset handling codeSandrine Bailleux
2015-05-13Fix handling of spurious interrupts in BL3_1Achin Gupta
2015-04-08Add support to indicate size and end of assembly functionsKévin Petit
2015-03-17Merge pull request #268 from vikramkanigiri/vk/move_init_cpu_opsdanh-arm
2015-03-13Initialise cpu ops after enabling data cacheVikram Kanigiri
2015-03-06Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux
2015-01-26Call reset handlers upon BL3-1 entry.Yatharth Kochar
2015-01-26Demonstrate model for routing IRQs to EL3Soby Mathew
2015-01-22Remove coherent memory from the BL memory mapsSoby Mathew
2015-01-22Move bakery algorithm implementation out of coherent memorySoby Mathew
2014-10-10Merge pull request #206 from soby-mathew/sm/reset_cntvoffAndrew Thoelke
2014-09-19Fix LENGTH attribute value in linker scriptsJuan Castillo
2014-09-16Initialize SCTLR_EL1 based on MODE_RW bitJens Wiklander
2014-09-02Reset CNTVOFF_EL2 register before exit into EL1 on warm bootSoby Mathew
2014-08-27Miscellaneous documentation fixesSandrine Bailleux
2014-08-20Add CPU specific crash reporting handlersSoby Mathew
2014-08-20Add CPU specific power management operationsSoby Mathew
2014-08-20Introduce framework for CPU specific operationsSoby Mathew