aboutsummaryrefslogtreecommitdiff
path: root/bl2
AgeCommit message (Expand)Author
2021-04-21Add PIE support for AARCH32Yann Gautier
2021-04-21Avoid the use of linker *_SIZE__ macrosYann Gautier
2020-12-11Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino
2020-07-21TF-A: Add support for Measured Boot driver in BL1 and BL2Alexei Fedorov
2020-06-29linker_script: move .rela.dyn section to bl_common.ld.hMasahiro Yamada
2020-04-25linker_script: move .data section to bl_common.ld.hMasahiro Yamada
2020-04-24linker_script: move stacks section to bl_common.ld.hMasahiro Yamada
2020-04-04Merge "Fix MISRA C issues in BL1/BL2/BL31" into integrationMark Dykes
2020-04-03Fix MISRA C issues in BL1/BL2/BL31John Powell
2020-04-02linker_script: move bss section to bl_common.ld.hMasahiro Yamada
2020-04-02linker_script: replace common read-only data with RODATA_COMMONMasahiro Yamada
2020-04-02linker_script: move more common code to bl_common.ld.hMasahiro Yamada
2020-03-11Factor xlat_table sections in linker scripts out into a header fileMasahiro Yamada
2020-03-01aarch32: stop speculative execution past exception returnsMadhukar Pappireddy
2020-02-11Merge changes from topic "lm/fconf" into integrationSandrine Bailleux
2020-02-07fconf: initial commitLouis Mayencourt
2020-02-05coverity: Fix MISRA null pointer violationsZelalem
2020-02-03BL2: Print ID of images we fail loadingSandrine Bailleux
2020-01-24BL2_AT_EL3: add PIE supportMasahiro Yamada
2020-01-22Prevent speculative execution past ERETAnthony Steinhauser
2019-12-12Merge "PIE: make call to GDT relocation fixup generalized" into integrationSoby Mathew
2019-12-12PIE: make call to GDT relocation fixup generalizedManish Pandey
2019-12-04Reduce space lost to object alignmentSamuel Holland
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-06-14bl2_el3: clean up linker scriptMasahiro Yamada
2019-05-24Add support for Branch Target IdentificationAlexei Fedorov
2019-03-13Merge pull request #1878 from jts-arm/sctlrSoby Mathew
2019-03-13bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSRBryan O'Donoghue
2019-03-12Apply stricter speculative load restrictionJohn Tsichritzis
2019-02-27BL2_AT_EL3: Enable pointer authentication supportAntonio Nino Diaz
2019-02-27BL2: Enable pointer authentication supportAntonio Nino Diaz
2019-01-15Move BL1 and BL2 private defines to bl_common.hAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-12-10correct some missing-prototype warningsYann Gautier
2018-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-10-29PIE: Use PC relative adrp/adr for symbol referenceSoby Mathew
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-08-17DSU erratum 936184 workaroundJohn Tsichritzis
2018-08-03Create a library file for libmbedtlsRoberto Vargas
2018-07-11Add end_vector_entry assembler macroRoberto Vargas
2018-07-11Add .extab and .exidx sectionsRoberto Vargas
2018-07-11Use ALIGN instead of NEXT in linker scriptsRoberto Vargas
2018-04-26BL2_AT_EL3: do not try to disable MMU twice on AARCH32Yann Gautier
2018-04-16Merge pull request #1356 from robertovargas-arm/misra-changesDimitris Papastamos
2018-04-13Fix MISRA rule 8.3 Part 1Roberto Vargas
2018-04-07Add support for BL2 in XIP memoryJiafei Pan
2018-03-05bl2-el3: Fix bl32 lr_svc used for bl33 entry addressLionel Debieve
2018-02-28Merge pull request #1282 from robertovargas-arm/misra-changesdavidcunado-arm
2018-02-28Fix MISRA rule 8.4 Part 1Roberto Vargas