170 Commits (586f60cc571f0f3b6d20eb5033717e9b0cc66af4)

Author SHA1 Message Date
Yann Gautier 6dc5979a6c feat(debug): add helpers for aborts on AARCH32 6 years ago
Yann Gautier cc562e7410 fix(bl2): define RAM_NOLOAD for XIP 3 years ago
Jiafei Pan 96a8ed14b7 feat(bl2): add support to separate no-loadable sections 3 years ago
Yann Gautier e4c77db9c8 fix(bl2): correct messages with image_id 3 years ago
Manish V Badarkhe 0aa0b3afd6 refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot 3 years ago
Manish V Badarkhe 47bf3ac31e feat(measured boot): move init and teardown functions to platform layer 3 years ago
johpow01 f19dc624a1 refactor(gpt): productize and refactor GPT library 3 years ago
Zelalem Aweke 1839012d5b feat(rme): add GPT Library 3 years ago
Zelalem Aweke 6c09af9f8b feat(rme): run BL2 in root world when FEAT_RME is enabled 3 years ago
Manish V Badarkhe 396b339dc2 feat(fwu): initialize FWU driver in BL2 3 years ago
Yann Gautier 4324a14bf5 Add PIE support for AARCH32 4 years ago
Yann Gautier fb4f511f9b Avoid the use of linker *_SIZE__ macros 4 years ago
Javier Almansa Sobrino 0063dd1708 Add support for FEAT_MTPMU for Armv8.6 4 years ago
Alexei Fedorov 3f498b0dc2 TF-A: Add support for Measured Boot driver in BL1 and BL2 4 years ago
Masahiro Yamada e8ad6168b0 linker_script: move .rela.dyn section to bl_common.ld.h 5 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
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
Louis Mayencourt ab1981db9e fconf: initial commit 5 years ago
Zelalem 466bb285c6 coverity: Fix MISRA null pointer violations 5 years ago
Sandrine Bailleux a416325bc1 BL2: Print ID of images we fail loading 5 years ago
Masahiro Yamada 69af7fcf99 BL2_AT_EL3: add PIE support 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 ed108b5605 Refactor ARMv8.3 Pointer Authentication support code 5 years ago
Julius Werner 402b3cf876 Switch AARCH32/AARCH64 to __aarch64__ 5 years ago
Masahiro Yamada 2f6f00dc89 bl2_el3: clean up linker script 5 years ago
Alexei Fedorov 9fc59639e6 Add support for Branch Target Identification 6 years ago
Bryan O'Donoghue eb20f04ef3 bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSR 6 years ago
John Tsichritzis 02b5794396 Apply stricter speculative load restriction 6 years ago
Antonio Nino Diaz dcbfa11bd9 BL2_AT_EL3: Enable pointer authentication support 6 years ago
Antonio Nino Diaz 9d93fc2f89 BL2: Enable pointer authentication support 6 years ago
Antonio Nino Diaz c9f9d9ea7d Move BL1 and BL2 private defines to bl_common.h 6 years ago
Antonio Nino Diaz 09d40e0e08 Sanitise includes across codebase 6 years ago
Yann Gautier 1b18c6c471 correct some missing-prototype warnings 6 years ago
Antonio Nino Diaz c3cf06f1a3 Standardise header guards across codebase 6 years ago
Soby Mathew f1722b693d PIE: Use PC relative adrp/adr for symbol reference 6 years ago
Roberto Vargas ed51b51f7a Remove build option LOAD_IMAGE_V2 6 years ago
John Tsichritzis 8a6771803f DSU erratum 936184 workaround 6 years ago
Roberto Vargas 180c4bc2c0 Create a library file for libmbedtls 7 years ago
Roberto Vargas a9203edae7 Add end_vector_entry assembler macro 7 years ago
Roberto Vargas ad92509476 Add .extab and .exidx sections 7 years ago
Roberto Vargas 5629b2b11c Use ALIGN instead of NEXT in linker scripts 7 years ago
Yann Gautier 01a1f7c2bc BL2_AT_EL3: do not try to disable MMU twice on AARCH32 7 years ago