243 Commits (7d2a608a73d71b808ae02d1b910fceee76cc6a65)

Author SHA1 Message Date
Chris Kay 8620bd0b93 build: use toolchain identifiers in conditions 11 months ago
Chris Kay ffb7742125 build: use new toolchain variables for tools 11 months ago
Andrey Skvortsov 3d6edc325c feat(build): check that .text section starts at page boundary 1 year ago
thagon01-arm ed8f06ddda feat(fvp): capture timestamps in bl stages 1 year ago
Boyan Karatotev 83a4dae1af refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init 2 years ago
Michal Simek f7d445fcbb chore(bl): add UNALIGNED symbols for TEXT/RODATA 2 years ago
Boyan Karatotev 6bb96fa6d6 refactor(cpus): rename errata_report.h to errata.h 2 years ago
Harrison Mutai 5e7e8bfa4f build(bl1): add symbols for memory layout 2 years ago
Boyan Karatotev 1d6d6802dd fix(pmu): unconditionally save PMCR_EL0 2 years ago
Boyan Karatotev a64010e4c6 chore(bl1): remove redundant bl1_arch_next_el_setup 2 years ago
Chris Kay ee62ab3f30 build(bl1): sort sections by alignment by default 2 years ago
Elyes Haouas 9a90d720b8 style: remove useless trailing semicolon and line continuations 2 years ago
Chris Kay da04341ed5 build: always prefix section names with `.` 2 years ago
Chris Kay 8227493637 build: clarify linker script generation 2 years ago
Chris Kay f90fe02f06 style: normalize linker script code style 2 years ago
Jorge Troncoso 25135cebd3 style(linker_script): fix indentation 2 years ago
Yann Gautier 6dc5979a6c feat(debug): add helpers for aborts on AARCH32 6 years ago
Harrison Mutai f1cbbd6332 fix(bl1): invalidate SP in data cache during secure SMC 3 years ago
Daniel Boulby 97215e0f25 refactor(el3-runtime): add prepare_el3_entry func 3 years ago
Manish V Badarkhe 0aa0b3afd6 refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot 3 years ago
Manish V Badarkhe 48ba0345f7 feat(measured_boot): image hash measurement and recording in BL1 3 years ago
Manish Pandey 4796c6ca89 refactor(fvp_r): tidy up platform port [1] 3 years ago
Zelalem Aweke 6c09af9f8b feat(rme): run BL2 in root world when FEAT_RME is enabled 3 years ago
Gary Morrison 5fb061e761 chore: fvp_r: Initial No-EL3 and MPU Implementation 4 years ago
Yann Gautier 4324a14bf5 Add PIE support for AARCH32 4 years ago
Javier Almansa Sobrino 0063dd1708 Add support for FEAT_MTPMU for Armv8.6 4 years ago
Jimmy Brisson d7b5f40823 Increase type widths to satisfy width requirements 4 years ago
Jimmy Brisson a14988c661 Move static vars into functions in bl1 4 years ago
Masahiro Yamada caa3e7e0a4 linker_script: move .data section to bl_common.ld.h 5 years ago
Masahiro Yamada a926a9f60a linker_script: move stacks section to bl_common.ld.h 5 years ago
Masahiro Yamada b9f7b57d3a bl1: remove '.' from stacks section in linker script 5 years ago
John Powell 3443a7027d Fix MISRA C issues in BL1/BL2/BL31 5 years ago
Masahiro Yamada a7739bc7b1 linker_script: move bss section to bl_common.ld.h 5 years ago
Masahiro Yamada 0a0a7a9ac8 linker_script: replace common read-only data with RODATA_COMMON 5 years ago
Masahiro Yamada 9fb288a03e linker_script: move more common code to bl_common.ld.h 5 years ago
Masahiro Yamada 665e71b8ea Factor xlat_table sections in linker scripts out into a header file 5 years ago
Madhukar Pappireddy 6bc243825f aarch32: stop speculative execution past exception returns 5 years ago
Zelalem 2fe75a2de0 coverity: fix MISRA violations 5 years ago
Arve Hjønnevåg 4128659076 Fix boot failures on some builds linked with ld.lld. 5 years ago
Zelalem 466bb285c6 coverity: Fix MISRA null pointer violations 5 years ago
Zelalem e6937287e4 Coverity: remove unnecessary header file includes 5 years ago
Anthony Steinhauser f461fe346b Prevent speculative execution past ERET 5 years ago
Manish Pandey da90359b78 PIE: make call to GDT relocation fixup generalized 5 years ago
Samuel Holland ebd6efae67 Reduce space lost to object alignment 5 years ago
Alexei Fedorov 530ceda572 TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2U 5 years ago
Deepika Bhavnani ee006a79f6 Unsigned long should not be used as per coding guidelines 5 years ago
Alexei Fedorov ed108b5605 Refactor ARMv8.3 Pointer Authentication support code 5 years ago
Alexei Fedorov e290a8fcbc AArch64: Disable Secure Cycle Counter 5 years ago
Julius Werner 402b3cf876 Switch AARCH32/AARCH64 to __aarch64__ 5 years ago
John Tsichritzis d200f23064 Refactor SPSR initialisation code 5 years ago