aboutsummaryrefslogtreecommitdiffstats
path: root/bl1
Commit message (Expand)AuthorAgeFilesLines
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-111-1/+5
* Increase type widths to satisfy width requirementsJimmy Brisson2020-10-121-2/+2
* Move static vars into functions in bl1Jimmy Brisson2020-08-312-11/+12
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-251-15/+11
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-241-6/+1
* bl1: remove '.' from stacks section in linker scriptMasahiro Yamada2020-04-241-1/+1
* Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes2020-04-044-131/+135
|\
| * Fix MISRA C issues in BL1/BL2/BL31John Powell2020-04-034-131/+135
* | linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-021-12/+1
* | linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-021-4/+2
* | linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-021-30/+4
|/
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-111-10/+3
* aarch32: stop speculative execution past exception returnsMadhukar Pappireddy2020-03-011-1/+1
* Merge "coverity: fix MISRA violations" into integrationMark Dykes2020-02-183-20/+20
|\
| * coverity: fix MISRA violationsZelalem2020-02-183-20/+20
* | Fix boot failures on some builds linked with ld.lld.Arve Hjønnevåg2020-02-121-0/+12
|/
* coverity: Fix MISRA null pointer violationsZelalem2020-02-052-6/+6
* Coverity: remove unnecessary header file includesZelalem2020-02-041-2/+1
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* Merge "PIE: make call to GDT relocation fixup generalized" into integrationSoby Mathew2019-12-121-1/+2
|\
| * PIE: make call to GDT relocation fixup generalizedManish Pandey2019-12-121-1/+2
* | Reduce space lost to object alignmentSamuel Holland2019-12-041-7/+7
|/
* TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov2019-10-032-0/+19
* Merge changes from topic "db/unsigned_long" into integrationSandrine Bailleux2019-09-183-4/+4
|\
| * Unsigned long should not be used as per coding guidelinesDeepika Bhavnani2019-09-133-4/+4
* | Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-133-34/+21
|/
* AArch64: Disable Secure Cycle CounterAlexei Fedorov2019-08-211-1/+9
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-012-13/+13
* Refactor SPSR initialisation codeJohn Tsichritzis2019-07-242-26/+12
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-241-4/+0
* BL1: Fix type consistencyAmbroise Vincent2019-04-011-5/+5
* Remove several warnings reported with W=2Ambroise Vincent2019-04-011-3/+0
* bl1-smc-handler: Ensure the lower-order 16 bits of SPSR are programmedBryan O'Donoghue2019-03-131-1/+1
* BL1: Enable pointer authentication supportAntonio Nino Diaz2019-02-274-19/+61
* Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz2019-01-151-10/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0410-40/+53
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* context_mgmt: Fix MISRA defectsAntonio Nino Diaz2018-11-011-4/+4
* Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-031-4/+2
|\
| * Ensure the flow through switch statements is clearDaniel Boulby2018-09-211-4/+2
* | Remove deprecated bl1_init_bl2_mem_layout()Antonio Nino Diaz2018-09-281-19/+0
* | Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-283-55/+0
|/
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+1
* DSU erratum 936184 workaroundJohn Tsichritzis2018-08-171-2/+3
* Merge pull request #1510 from robertovargas-arm/romlibDimitris Papastamos2018-08-131-3/+1
|\
| * Create a library file for libmbedtlsRoberto Vargas2018-08-031-3/+1
* | xlat v2: Support the EL2 translation regimeAntonio Nino Diaz2018-08-101-1/+1
|/
* Fix some violations to MISRA rule 8.3Sandrine Bailleux2018-07-111-2/+2
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Add .extab and .exidx sectionsRoberto Vargas2018-07-111-0/+9