aboutsummaryrefslogtreecommitdiffstats
path: root/bl1
Commit message (Expand)AuthorAgeFilesLines
...
| * FWU: Fix secure memory check in image authDan Handley2015-12-141-1/+2
* | Remove dashes from image names: 'BL3-x' --> 'BL3x'Juan Castillo2015-12-141-1/+1
|/
* FWU: Add Generic Firmware Update framework support in BL1Yatharth Kochar2015-12-097-12/+743
* Add descriptor based image management support in BL1Yatharth Kochar2015-12-096-61/+193
* Move context management code to common locationYatharth Kochar2015-12-091-2/+1
* Remove `RUN_IMAGE` usage as opcode passed to next EL.Yatharth Kochar2015-12-091-3/+0
* Introduce COLD_BOOT_SINGLE_CPU build optionSandrine Bailleux2015-11-261-1/+1
* Pass the entry point info to bl1_plat_prepare_exit()Sandrine Bailleux2015-11-261-0/+1
* Introduce SPIN_ON_BL1_EXIT build flagSandrine Bailleux2015-11-262-0/+14
* Improve display_boot_progress() functionSandrine Bailleux2015-11-022-4/+5
* Introduce print_entry_point_info() functionSandrine Bailleux2015-11-021-15/+4
* Add optional platform error handler APIJuan Castillo2015-10-281-5/+1
* Add optional bl1_plat_prepare_exit() APIJuan Castillo2015-10-201-0/+2
* Break down BL1 AArch64 synchronous exception handlerSandrine Bailleux2015-10-191-44/+49
* Ensure BL2 security state is secureVikram Kanigiri2015-09-021-3/+5
* TBB: switch to the new authentication frameworkJuan Castillo2015-06-251-39/+4
* TBB: add authentication frameworkJuan Castillo2015-06-251-0/+6
* Use numbers to identify images instead of namesJuan Castillo2015-06-251-2/+4
* Merge pull request #310 from sandrine-bailleux/sb/tf-issue-304-phase1danh-arm2015-06-241-109/+12
|\
| * Introduce PROGRAMMABLE_RESET_ADDRESS build optionSandrine Bailleux2015-06-041-1/+7
| * Rationalize reset handling codeSandrine Bailleux2015-06-041-112/+9
* | Fix incorrect assertions in bl1_main()Andrew Thoelke2015-06-191-3/+3
|/
* Remove use of PLATFORM_CACHE_LINE_SIZEDan Handley2015-04-271-7/+22
* Add support to indicate size and end of assembly functionsKévin Petit2015-04-081-0/+1
* TBB: authenticate BL2 image and certificateJuan Castillo2015-01-281-0/+43
* Remove coherent memory from the BL memory mapsSoby Mathew2015-01-222-0/+6
* Fix LENGTH attribute value in linker scriptsJuan Castillo2014-09-191-2/+2
* Miscellaneous documentation fixesSandrine Bailleux2014-08-271-4/+4
* Introduce framework for CPU specific operationsSoby Mathew2014-08-203-2/+15
* Merge pull request #189 from achingupta/ag/tf-issues#153Dan Handley2014-08-193-11/+13
|\
| * Unmask SError interrupt and clear SCR_EL3.EA bitAchin Gupta2014-08-153-11/+13
* | Merge pull request #184 from jcastillo-arm/jc/tf-issues/100danh-arm2014-08-141-2/+2
|\ \
| * | FVP: apply new naming conventions to memory regionsJuan Castillo2014-08-121-2/+2
| |/
* / Rationalize console log outputDan Handley2014-08-121-23/+23
|/
* Merge pull request #170 from achingupta/ag/tf-issues#226danh-arm2014-07-282-15/+8
|\
| * Simplify management of SCTLR_EL3 and SCTLR_EL1Achin Gupta2014-07-282-15/+8
* | Merge pull request #169 from achingupta/ag/tf-issues#198danh-arm2014-07-281-14/+8
|\|
| * Remove coherent stack usage from the cold boot pathAchin Gupta2014-07-191-14/+8
* | Add support for printing version at runtimeJuan Castillo2014-07-251-1/+2
* | Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-13/+12
|/
* Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109danh-arm2014-07-102-14/+49
|\
| * Remove concept of top/bottom image loadingSandrine Bailleux2014-07-012-14/+49
* | Merge pull request #151 from vikramkanigiri/vk/t133-code-readabilityAndrew Thoelke2014-06-271-7/+3
|\ \ | |/ |/|
| * Simplify entry point information generation code on FVPVikram Kanigiri2014-06-241-7/+3
* | Remove all checkpatch errors from codebaseJuan Castillo2014-06-241-1/+2
* | Initialise CPU contexts from entry_point_infoAndrew Thoelke2014-06-231-4/+3
|/
* Move BL porting functions into platform.hDan Handley2014-05-231-1/+0
* Split platform.h into separate headersDan Handley2014-05-232-1/+2
* Remove extern keyword from function declarationsDan Handley2014-05-231-2/+2
* Make the memory layout more flexibleSandrine Bailleux2014-05-231-1/+7