aboutsummaryrefslogtreecommitdiffstats
path: root/bl31
Commit message (Expand)AuthorAgeFilesLines
...
* Dump platform-defined regs in crash reportingGerald Lejeune2016-04-141-5/+2
* Add ISR_EL1 to crash reportGerald Lejeune2016-03-301-1/+3
* Enable asynchronous abort exceptions during bootGerald Lejeune2016-03-301-3/+0
* Remove all non-configurable dead loopsAntonio Nino Diaz2016-03-141-5/+5
* Add support for %p in tf_printf()Antonio Nino Diaz2016-02-181-2/+2
* Miscellaneous doc fixes for v1.2Sandrine Bailleux2015-12-213-3/+3
* Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-144-9/+9
* Merge pull request #462 from soby-mathew/sm/runtime_consoledanh-arm2015-12-091-1/+7
|\
| * Ensure BL31 does not print to boot console by defaultSoby Mathew2015-12-091-1/+7
* | Move context management code to common locationYatharth Kochar2015-12-095-862/+138
* | Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmiddanh-arm2015-12-091-0/+8
|\ \
| * | Initialize VTTBR_EL2 when bypassing EL2Sandrine Bailleux2015-12-091-0/+8
| |/
* | Merge pull request #457 from soby-mathew/sm/fix_fpregs_restoredanh-arm2015-12-091-1/+1
|\ \
| * | Fix issue in Floating point register restoreSoby Mathew2015-12-091-1/+1
| |/
* / Enable support for EL3 interrupt in IMFSoby Mathew2015-12-091-8/+8
|/
* Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpudanh-arm2015-12-011-1/+1
|\
| * Introduce COLD_BOOT_SINGLE_CPU build optionSandrine Bailleux2015-11-261-1/+1
* | Remove the IMF_READ_INTERRUPT_ID build optionSoby Mathew2015-11-262-17/+0
|/
* Replace build macro WARN_DEPRECATED with ERROR_DEPRECATEDSoby Mathew2015-11-241-14/+23
* Merge pull request #424 from jcastillo-arm/jc/tf-issues/327Achin Gupta2015-11-101-1/+6
|\
| * IMF: postpone SCR_EL3 update if context is not initializedJuan Castillo2015-11-051-1/+6
* | Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-3/+1
|/
* Fix relocation of __PERCPU_BAKERY_LOCK_SIZE__Vikram Kanigiri2015-09-251-1/+1
* Make generic code work in presence of system cachesAchin Gupta2015-09-143-3/+28
* Re-design bakery lock memory allocation and algorithmAndrew Thoelke2015-09-111-1/+28
* PSCI: Migrate TF to the new platform API and CM helpersSoby Mathew2015-08-132-27/+8
* PSCI: Switch to the new PSCI frameworksSoby Mathew2015-08-131-4/+4
* PSCI: Introduce new platform and CM helper APIsSoby Mathew2015-08-131-10/+75
* Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1danh-arm2015-06-241-127/+41
|\
| * Introduce PROGRAMMABLE_RESET_ADDRESS build optionSandrine Bailleux2015-06-041-1/+7
| * Rationalize reset handling codeSandrine Bailleux2015-06-041-128/+36
* | Fix handling of spurious interrupts in BL3_1Achin Gupta2015-05-131-20/+29
|/
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-085-0/+20
* Merge pull request #268 from vikramkanigiri/vk/move_init_cpu_opsdanh-arm2015-03-172-6/+4
|\
| * Initialise cpu ops after enabling data cacheVikram Kanigiri2015-03-132-6/+4
* | Enable type-checking of arguments passed to printf() et al.Sandrine Bailleux2015-03-061-2/+2
|/
* Call reset handlers upon BL3-1 entry.Yatharth Kochar2015-01-261-6/+12
* Demonstrate model for routing IRQs to EL3Soby Mathew2015-01-261-0/+39
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-222-0/+6
* Move bakery algorithm implementation out of coherent memorySoby Mathew2015-01-221-1/+6
* Merge pull request #206 from soby-mathew/sm/reset_cntvoffAndrew Thoelke2014-10-101-0/+3
|\
| * Reset CNTVOFF_EL2 register before exit into EL1 on warm bootSoby Mathew2014-09-021-0/+3
* | Fix LENGTH attribute value in linker scriptsJuan Castillo2014-09-191-1/+1
* | Initialize SCTLR_EL1 based on MODE_RW bitJens Wiklander2014-09-161-1/+4
|/
* Miscellaneous documentation fixesSandrine Bailleux2014-08-273-10/+6
* Add CPU specific crash reporting handlersSoby Mathew2014-08-201-18/+3
* Add CPU specific power management operationsSoby Mathew2014-08-201-0/+6
* Introduce framework for CPU specific operationsSoby Mathew2014-08-203-2/+14
* Add support for PSCI SYSTEM_OFF and SYSTEM_RESET APIsJuan Castillo2014-08-191-1/+2
* Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley2014-08-193-12/+16
|\