summaryrefslogtreecommitdiff
path: root/bl2
Commit message (Expand)AuthorAgeFilesLines
* Add PIE support for AARCH32Yann Gautier2021-04-211-2/+3
* Avoid the use of linker *_SIZE__ macrosYann Gautier2021-04-211-3/+5
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-111-1/+5
* TF-A: Add support for Measured Boot driver in BL1 and BL2Alexei Fedorov2020-07-211-2/+16
* linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada2020-06-291-11/+1
* linker_script: move .data section to bl_common.ld.hMasahiro Yamada2020-04-252-21/+4
* linker_script: move stacks section to bl_common.ld.hMasahiro Yamada2020-04-242-12/+2
* Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes2020-04-041-6/+8
|\
| * Fix MISRA C issues in BL1/BL2/BL31John Powell2020-04-031-6/+8
* | linker_script: move bss section to bl_common.ld.hMasahiro Yamada2020-04-022-24/+2
* | linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada2020-04-022-10/+4
* | linker_script: move more common code to bl_common.ld.hMasahiro Yamada2020-04-022-72/+10
|/
* Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada2020-03-112-19/+5
* aarch32: stop speculative execution past exception returnsMadhukar Pappireddy2020-03-011-1/+1
* Merge changes from topic "lm/fconf" into integrationSandrine Bailleux2020-02-111-1/+11
|\
| * fconf: initial commitLouis Mayencourt2020-02-071-1/+11
* | coverity: Fix MISRA null pointer violationsZelalem2020-02-051-7/+7
|/
* BL2: Print ID of images we fail loadingSandrine Bailleux2020-02-031-1/+2
* BL2_AT_EL3: add PIE supportMasahiro Yamada2020-01-242-1/+44
* 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-042-12/+12
|/
* Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov2019-09-133-51/+43
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-9/+9
* bl2_el3: clean up linker scriptMasahiro Yamada2019-06-141-16/+3
* Add support for Branch Target IdentificationAlexei Fedorov2019-05-243-5/+14
* Merge pull request #1878 from jts-arm/sctlrSoby Mathew2019-03-132-4/+7
|\
| * Apply stricter speculative load restrictionJohn Tsichritzis2019-03-122-4/+7
* | bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSRBryan O'Donoghue2019-03-131-1/+1
|/
* BL2_AT_EL3: Enable pointer authentication supportAntonio Nino Diaz2019-02-273-15/+72
* BL2: Enable pointer authentication supportAntonio Nino Diaz2019-02-274-14/+47
* Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz2019-01-151-16/+1
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0410-27/+30
* correct some missing-prototype warningsYann Gautier2018-12-102-0/+4
* Standardise header guards across codebaseAntonio Nino Diaz2018-11-081-3/+3
* PIE: Use PC relative adrp/adr for symbol referenceSoby Mathew2018-10-291-4/+10
* Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-282-265/+0
* DSU erratum 936184 workaroundJohn Tsichritzis2018-08-171-1/+6
* Create a library file for libmbedtlsRoberto Vargas2018-08-031-3/+1
* Add end_vector_entry assembler macroRoberto Vargas2018-07-111-16/+16
* Add .extab and .exidx sectionsRoberto Vargas2018-07-111-0/+9
* Use ALIGN instead of NEXT in linker scriptsRoberto Vargas2018-07-112-8/+8
* BL2_AT_EL3: do not try to disable MMU twice on AARCH32Yann Gautier2018-04-261-2/+1
* Merge pull request #1356 from robertovargas-arm/misra-changesDimitris Papastamos2018-04-162-3/+3
|\
| * Fix MISRA rule 8.3 Part 1Roberto Vargas2018-04-132-3/+3
* | Add support for BL2 in XIP memoryJiafei Pan2018-04-072-2/+69
|/
* bl2-el3: Fix bl32 lr_svc used for bl33 entry addressLionel Debieve2018-03-051-0/+5
* Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm2018-02-284-4/+7
|\
| * Fix MISRA rule 8.4 Part 1Roberto Vargas2018-02-281-0/+1