aboutsummaryrefslogtreecommitdiffstats
path: root/bl1
Commit message (Expand)AuthorAgeFilesLines
* Make TF UUID RFC 4122 compliantRoberto Vargas2018-06-141-2/+2
* Fix MISRA rule 8.4 Part 4Roberto Vargas2018-04-131-1/+2
* Fix MISRA rule 8.3 Part 4Roberto Vargas2018-04-131-3/+3
* Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statementsDimitris Papastamos2018-03-291-0/+2
|\
| * bl1: fix switch statements to comply with MISRA rulesJonathan Wright2018-03-261-0/+2
* | Clean usage of void pointers to access symbolsJoel Hutton2018-03-271-7/+5
|/
* Rename 'smcc' to 'smccc'Antonio Nino Diaz2018-03-216-13/+13
* Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-281-1/+1
|\
| * Fix MISRA rule 8.8 in common codeRoberto Vargas2018-02-281-1/+1
* | Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatchdavidcunado-arm2018-02-281-2/+3
|\ \ | |/ |/|
| * Add comments about mismatched TCR_ELx and xlat tablesAntonio Nino Diaz2018-02-271-2/+3
* | BL1: Deprecate the `bl1_init_bl2_mem_layout()` APISoby Mathew2018-02-261-41/+32
* | Add image_id to bl1_plat_handle_post/pre_image_load()Soby Mathew2018-02-262-5/+26
|/
* Ensure the correct execution of TLBI instructionsAntonio Nino Diaz2018-02-211-0/+1
* Merge pull request #1173 from etienne-lms/armv7-qemudavidcunado-arm2018-02-071-0/+5
|\
| * aarch32: use lr as bl32 boot argument on aarch32 only systemsEtienne Carriere2018-02-021-0/+5
* | bl1: add bl1_plat_handle_{pre,post}_image_load()Masahiro Yamada2018-02-021-2/+15
|/
* bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVPRoberto Vargas2018-01-181-1/+4
* Replace magic numbers in linkerscripts by PAGE_SIZEAntonio Nino Diaz2017-11-291-5/+6
* 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