aboutsummaryrefslogtreecommitdiff
path: root/bl1
AgeCommit message (Expand)Author
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-24bl1: remove '.' from stacks section in linker scriptMasahiro 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-18Merge "coverity: fix MISRA violations" into integrationMark Dykes
2020-02-18coverity: fix MISRA violationsZelalem
2020-02-12Fix boot failures on some builds linked with ld.lld.Arve Hjønnevåg
2020-02-05coverity: Fix MISRA null pointer violationsZelalem
2020-02-04Coverity: remove unnecessary header file includesZelalem
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-10-03TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2UAlexei Fedorov
2019-09-18Merge changes from topic "db/unsigned_long" into integrationSandrine Bailleux
2019-09-13Unsigned long should not be used as per coding guidelinesDeepika Bhavnani
2019-09-13Refactor ARMv8.3 Pointer Authentication support codeAlexei Fedorov
2019-08-21AArch64: Disable Secure Cycle CounterAlexei Fedorov
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-07-24Refactor SPSR initialisation codeJohn Tsichritzis
2019-05-24Add support for Branch Target IdentificationAlexei Fedorov
2019-04-01BL1: Fix type consistencyAmbroise Vincent
2019-04-01Remove several warnings reported with W=2Ambroise Vincent
2019-03-13bl1-smc-handler: Ensure the lower-order 16 bits of SPSR are programmedBryan O'Donoghue
2019-02-27BL1: 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-11-08Standardise header guards across codebaseAntonio Nino Diaz
2018-11-01context_mgmt: Fix MISRA defectsAntonio Nino Diaz
2018-10-03Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew
2018-09-28Remove deprecated bl1_init_bl2_mem_layout()Antonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-09-21Ensure the flow through switch statements is clearDaniel Boulby
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-17DSU erratum 936184 workaroundJohn Tsichritzis
2018-08-13Merge pull request #1510 from robertovargas-arm/romlibDimitris Papastamos
2018-08-10xlat v2: Support the EL2 translation regimeAntonio Nino Diaz
2018-08-03Create a library file for libmbedtlsRoberto Vargas
2018-07-11Fix some violations to MISRA rule 8.3Sandrine Bailleux
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-06-14Make TF UUID RFC 4122 compliantRoberto Vargas
2018-04-13Fix MISRA rule 8.4 Part 4Roberto Vargas