- a97e1f9 Merge changes from topic "early_console" into integration by Manish Pandey · 1 year, 3 months ago
- 758ccb8 build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · 1 year, 5 months ago
- ae770fe feat(console): introduce EARLY_CONSOLE by Yann Gautier · 1 year, 7 months ago
- 8620bd0 build: use toolchain identifiers in conditions by Chris Kay · 1 year, 8 months ago
- ffb7742 build: use new toolchain variables for tools by Chris Kay · 1 year, 8 months ago
- 3d6edc3 feat(build): check that .text section starts at page boundary by Andrey Skvortsov · 1 year, 11 months ago
- ed8f06d feat(fvp): capture timestamps in bl stages by thagon01-arm · 2 years, 1 month ago
- 83a4dae refactor(pmu): convert FEAT_MTPMU to C and move to persistent register init by Boyan Karatotev · 2 years, 6 months ago
- f7d445f chore(bl): add UNALIGNED symbols for TEXT/RODATA by Michal Simek · 2 years, 3 months ago
- ab23061 Merge changes from topic "bk/clearups" into integration by Olivier Deprez · 2 years, 2 months ago
- 9b5c0fc Merge changes from topic "hm/memmap-feat" into integration by Sandrine Bailleux · 2 years, 2 months ago
- dd9fae1 refactor(cpus): convert print_errata_status to C by Boyan Karatotev · 2 years, 6 months ago
- f608816 build(bl2): add symbols for memory layout by Harrison Mutai · 2 years, 4 months ago
- 1d2706d chore(pauth): remove redundant pauth_disable_el3() call by Boyan Karatotev · 2 years, 5 months ago
- cef66c3 build(bl2): sort sections by alignment by default by Chris Kay · 2 years, 6 months ago
- 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
- da04341 build: always prefix section names with `.` by Chris Kay · 2 years, 6 months ago
- 8227493 build: clarify linker script generation by Chris Kay · 2 years, 7 months ago
- f90fe02 style: normalize linker script code style by Chris Kay · 2 years, 10 months ago
- 25135ce style(linker_script): fix indentation by Jorge Troncoso · 2 years, 10 months ago
- 6dc5979 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 6 years ago
- cc562e7 fix(bl2): define RAM_NOLOAD for XIP by Yann Gautier · 3 years, 4 months ago
- 96a8ed1 feat(bl2): add support to separate no-loadable sections by Jiafei Pan · 3 years, 5 months ago
- e4c77db fix(bl2): correct messages with image_id by Yann Gautier · 3 years, 6 months ago
- 0aa0b3a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 3 years, 8 months ago
- 47bf3ac feat(measured boot): move init and teardown functions to platform layer by Manish V Badarkhe · 4 years ago
- f19dc62 refactor(gpt): productize and refactor GPT library by johpow01 · 4 years, 2 months ago
- 1839012 feat(rme): add GPT Library by Zelalem Aweke · 4 years, 1 month ago
- 6c09af9 feat(rme): run BL2 in root world when FEAT_RME is enabled by Zelalem Aweke · 4 years, 1 month ago
- 396b339 feat(fwu): initialize FWU driver in BL2 by Manish V Badarkhe · 4 years, 1 month ago
- 4324a14 Add PIE support for AARCH32 by Yann Gautier · 4 years, 10 months ago
- fb4f511 Avoid the use of linker *_SIZE__ macros by Yann Gautier · 5 years ago
- 0063dd1 Add support for FEAT_MTPMU for Armv8.6 by Javier Almansa Sobrino · 4 years, 8 months ago
- 3f498b0 TF-A: Add support for Measured Boot driver in BL1 and BL2 by Alexei Fedorov · 5 years ago
- e8ad616 linker_script: move .rela.dyn section to bl_common.ld.h by Masahiro Yamada · 5 years ago
- caa3e7e linker_script: move .data section to bl_common.ld.h by Masahiro Yamada · 5 years ago
- a926a9f linker_script: move stacks section to bl_common.ld.h by Masahiro Yamada · 5 years ago
- 37d56d3 Merge "Fix MISRA C issues in BL1/BL2/BL31" into integration by Mark Dykes · 5 years ago
- 3443a70 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 5 years ago
- a7739bc linker_script: move bss section to bl_common.ld.h by Masahiro Yamada · 5 years ago
- 0a0a7a9 linker_script: replace common read-only data with RODATA_COMMON by Masahiro Yamada · 5 years ago
- 9fb288a linker_script: move more common code to bl_common.ld.h by Masahiro Yamada · 5 years ago
- 665e71b Factor xlat_table sections in linker scripts out into a header file by Masahiro Yamada · 5 years ago
- 6bc2438 aarch32: stop speculative execution past exception returns by Madhukar Pappireddy · 5 years ago
- 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 5 years ago
- ab1981d fconf: initial commit by Louis Mayencourt · 6 years ago
- 466bb28 coverity: Fix MISRA null pointer violations by Zelalem · 5 years ago
- a416325 BL2: Print ID of images we fail loading by Sandrine Bailleux · 6 years ago
- 69af7fc BL2_AT_EL3: add PIE support by Masahiro Yamada · 6 years ago
- f461fe3 Prevent speculative execution past ERET by Anthony Steinhauser · 6 years ago
- 7999904 Merge "PIE: make call to GDT relocation fixup generalized" into integration by Soby Mathew · 6 years ago
- da90359 PIE: make call to GDT relocation fixup generalized by Manish Pandey · 6 years ago
- ebd6efa Reduce space lost to object alignment by Samuel Holland · 6 years ago
- ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
- 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
- 2f6f00d bl2_el3: clean up linker script by Masahiro Yamada · 6 years ago
- 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
- c0ce16f Merge pull request #1878 from jts-arm/sctlr by Soby Mathew · 6 years ago
- eb20f04 bl2-el3: Fix exit to bl32 by ensuring a more complete write to SPSR by Bryan O'Donoghue · 6 years ago
- 02b5794 Apply stricter speculative load restriction by John Tsichritzis · 6 years ago
- dcbfa11 BL2_AT_EL3: Enable pointer authentication support by Antonio Nino Diaz · 7 years ago
- 9d93fc2 BL2: Enable pointer authentication support by Antonio Nino Diaz · 7 years ago
- c9f9d9e Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 7 years ago
- 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
- 1b18c6c correct some missing-prototype warnings by Yann Gautier · 7 years ago
- c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
- f1722b6 PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 7 years ago
- ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 7 years ago
- 8a67718 DSU erratum 936184 workaround by John Tsichritzis · 7 years ago
- 180c4bc Create a library file for libmbedtls by Roberto Vargas · 7 years ago
- a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 7 years ago
- ad92509 Add .extab and .exidx sections by Roberto Vargas · 7 years ago
- 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 7 years ago
- 01a1f7c BL2_AT_EL3: do not try to disable MMU twice on AARCH32 by Yann Gautier · 7 years ago
- 8b37120 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 7 years ago
- 8cb4762 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 7 years ago
- 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 7 years ago
- a24dbdc bl2-el3: Fix bl32 lr_svc used for bl33 entry address by Lionel Debieve · 7 years ago
- 73a9605 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 7 years ago
- 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
- 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
- c69145f Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 7 years ago
- 883d1b5 Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 7 years ago
- a6f340f Introduce the new BL handover interface by Soby Mathew · 8 years ago
- 566034f Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 7 years ago
- 5b75b4a Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 7 years ago
- 95ae5b0 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 7 years ago
- 10c6695 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 7 years ago
- ba68ef5 bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 8 years ago
- 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 8 years ago
- 487d3bf bl2-el3: Mark all the assembly functions in bl2 at el3 by Roberto Vargas · 8 years ago
- b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
- a2aedac Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 8 years ago
- 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 8 years ago
- 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
- c2a9ee6 Minor refactor of BL2 image load v2 by Dan Handley · 8 years ago
- f07d398 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 8 years ago
- 51faada Add support for GCC stack protection by Douglas Raillard · 8 years ago
- 0b32628 Flush console where necessary by Antonio Nino Diaz · 8 years ago
- 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 8 years ago