aboutsummaryrefslogtreecommitdiffstats
path: root/bl1
Commit message (Expand)AuthorAgeFilesLines
* Fix order of #includesIsla Mitchell2017-07-123-3/+3
* Merge pull request #978 from etienne-lms/minor-builddanh-arm2017-06-285-4/+6
|\
| * bl1: include bl1_private.h in aarch* filesEtienne Carriere2017-06-234-0/+4
| * context_mgmt: declare extern cm_set_next_context() for AArch32Etienne Carriere2017-06-231-2/+0
| * bl: security_state should be of type unsigned intEtienne Carriere2017-06-231-2/+2
* | Merge pull request #994 from soby-mathew/sm/fwu_fixdavidcunado-arm2017-06-261-9/+14
|\ \
| * | Fix issues in FWU codeSoby Mathew2017-06-211-9/+14
| |/
* / Fully initialise essential control registersDavid Cunado2017-06-212-4/+4
|/
* FWU: Introduce FWU_SMC_IMAGE_RESETAntonio Nino Diaz2017-06-011-0/+61
* FWU: Check for overlaps when loading imagesAntonio Nino Diaz2017-06-011-0/+149
* AArch32: Add `TRUSTED_BOARD_BOOT` supportdp-arm2017-05-154-17/+150
* AArch32: Rework SMC context save and restore mechanismSoby Mathew2017-05-122-10/+24
* Merge pull request #927 from jeenu-arm/state-switchdavidcunado-arm2017-05-111-6/+4
|\
| * Add macro to check whether the CPU implements an ELJeenu Viswambharan2017-05-021-6/+4
* | Use SPDX license identifiersdp-arm2017-05-0314-350/+14
|/
* Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0davidcunado-arm2017-04-261-1/+1
|\
| * tspd:FWU:Fix usage of SMC_RET0Antonio Nino Diaz2017-04-201-1/+1
* | Control inclusion of helper code used for assertsAntonio Nino Diaz2017-04-201-2/+2
|/
* Merge pull request #885 from antonio-nino-diaz-arm/an/console-flushdavidcunado-arm2017-04-121-0/+3
|\
| * Flush console where necessaryAntonio Nino Diaz2017-03-311-0/+3
* | Add support for GCC stack protectionDouglas Raillard2017-03-311-4/+10
|/
* Move plat/common source file definitions to generic Makefilesdp-arm2017-03-201-2/+2
* Introduce unified API to zero memoryDouglas Raillard2017-02-062-4/+5
* Report errata workaround status to consoleJeenu Viswambharan2017-01-302-2/+5
* Fix integer overflows in BL1 FWU codeSandrine Bailleux2016-12-201-6/+12
* Add some debug assertions in BL1 FWU copy codeSandrine Bailleux2016-12-201-0/+12
* bl1_fwu_image_copy() refactoringSandrine Bailleux2016-12-201-56/+31
* Minor refactoring of BL1 FWU codeSandrine Bailleux2016-12-201-43/+53
* Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1Yatharth Kochar2016-12-142-3/+18
* Define and use no_ret macro where no return is expectedJeenu Viswambharan2016-12-051-16/+16
* AArch32: Fix detection of virtualization supportYatharth Kochar2016-09-231-1/+1
* AArch32: Add generic changes in BL1Yatharth Kochar2016-09-219-26/+474
* Changes for new version of image loading in BL1/BL2Yatharth Kochar2016-09-201-3/+22
* Merge pull request #689 from yatharth-arm/yk/plat_report_expndavidcunado-arm2016-08-311-17/+16
|\
| * Remove looping around `plat_report_exception`Yatharth Kochar2016-08-221-17/+16
* | Move SIZE_FROM_LOG2_WORDS macro to utils.hSoby Mathew2016-08-091-0/+1
|/
* Introduce `el3_runtime` and `PSCI` librariesSoby Mathew2016-07-181-3/+3
* Introduce SEPARATE_CODE_AND_RODATA build flagSandrine Bailleux2016-07-081-0/+38
* BL1: Add linker symbol identifying end of ROM contentSandrine Bailleux2016-07-082-6/+11
* Merge pull request #636 from soby-mathew/sm/cpu_ctx_rem_aarch32_regsdanh-arm2016-06-031-0/+14
|\
| * Build option to include AArch32 registers in cpu contextSoby Mathew2016-06-031-0/+14
* | Introduce some helper macros for exception vectorsSandrine Bailleux2016-05-261-39/+22
|/
* Enable asynchronous abort exceptions during bootGerald Lejeune2016-03-301-1/+1
* Fix the inconsistencies in bl1_tbbr_image_descs[]Yatharth Kochar2016-02-223-36/+40
* Merge pull request #470 from danh-arm/dh/fwu-done-fixdanh-arm2015-12-151-4/+4
|\
| * FWU: Pass client cookie to FWU_SMC_UPDATE_DONEDan Handley2015-12-151-4/+4
* | FWU: Remove image_id arg from FWU_SMC_IMAGE_RESUMEDan Handley2015-12-151-36/+39
|/
* Merge pull request #468 from danh-arm/dh/fwu-tweaksdanh-arm2015-12-141-1/+2
|\
| * 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
|/