summaryrefslogtreecommitdiff
path: root/bl31
AgeCommit message (Expand)Author
2016-09-22PSCI: Do psci_setup() as part of std_svc_setup()Soby Mathew
2016-09-22PSCI: Introduce PSCI Library argument structureSoby Mathew
2016-07-19Introduce PSCI Library InterfaceSoby Mathew
2016-07-18Introduce `el3_runtime` and `PSCI` librariesSoby Mathew
2016-07-18Rework type usage in Trusted FirmwareSoby Mathew
2016-07-08Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux
2016-06-16Add optional PSCI STAT residency & count functionsYatharth Kochar
2016-06-16Add Performance Measurement Framework(PMF)Yatharth Kochar
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-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