aboutsummaryrefslogtreecommitdiff
path: root/bl1
AgeCommit message (Expand)Author
2024-02-06build: use toolchain identifiers in conditionsChris Kay
2024-02-06build: use new toolchain variables for toolsChris Kay
2023-11-06feat(build): check that .text section starts at page boundaryAndrey Skvortsov
2023-09-07feat(fvp): capture timestamps in bl stagesthagon01-arm
2023-06-29refactor(pmu): convert FEAT_MTPMU to C and move to persistent register initBoyan Karatotev
2023-06-12chore(bl): add UNALIGNED symbols for TEXT/RODATAMichal Simek
2023-06-07Merge changes from topic "bk/clearups" into integrationOlivier Deprez
2023-06-01Merge changes from topic "hm/memmap-feat" into integrationSandrine Bailleux
2023-05-30refactor(cpus): rename errata_report.h to errata.hBoyan Karatotev
2023-05-12build(bl1): add symbols for memory layoutHarrison Mutai
2023-05-05fix(pmu): unconditionally save PMCR_EL0Boyan Karatotev
2023-04-28chore(bl1): remove redundant bl1_arch_next_el_setupBoyan Karatotev
2023-04-17build(bl1): sort sections by alignment by defaultChris Kay
2023-03-09style: remove useless trailing semicolon and line continuationsElyes Haouas
2023-02-20build: always prefix section names with `.`Chris Kay
2023-02-10build: clarify linker script generationChris Kay
2023-02-10style: normalize linker script code styleChris Kay
2022-10-20style(linker_script): fix indentationJorge Troncoso
2022-10-03feat(debug): add helpers for aborts on AARCH32Yann Gautier
2022-05-18fix(bl1): invalidate SP in data cache during secure SMCHarrison Mutai
2022-01-31refactor(el3-runtime): add prepare_el3_entry funcDaniel Boulby
2022-01-11refactor(measured-boot): avoid Measured-Boot dependency on Trusted-BootManish V Badarkhe
2021-10-12feat(measured_boot): image hash measurement and recording in BL1Manish V Badarkhe
2021-10-06Merge "refactor(fvp_r): tidy up platform port [1]" into integrationManish Pandey
2021-10-06refactor(fvp_r): tidy up platform port [1]Manish Pandey
2021-10-04feat(rme): run BL2 in root world when FEAT_RME is enabledZelalem Aweke
2021-09-30chore: fvp_r: Initial No-EL3 and MPU ImplementationGary Morrison
2021-04-21Add PIE support for AARCH32Yann Gautier
2020-12-11Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino
2020-10-12Increase type widths to satisfy width requirementsJimmy Brisson
2020-08-31Move static vars into functions in bl1Jimmy Brisson
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