- aaaf2cc refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 1 year, 5 months ago
- f019c80 feat(handoff): add support for RESET_TO_BL2 by Harrison Mutai · 1 year, 3 months ago
- 9c11ed7 feat(arm): support FW handoff b/w BL1 & BL2 by Harrison Mutai · 1 year, 7 months ago
- a5566f6 feat(arm): support FW handoff b/w BL2 & BL31 by Harrison Mutai · 1 year, 8 months ago
- 341df6a feat(arm): move GPT setup to common BL source by Rohit Mathew · 1 year, 6 months ago
- 86e4859 feat(arm): retrieve GPT related data from platform by Rohit Mathew · 1 year, 8 months ago
- 1e7545a refactor(arm): rename L0/L1 GPT base macros by Rohit Mathew · 1 year, 7 months ago
- b65dfe4 chore(auth)!: remove CryptoCell-712/713 support by Sandrine Bailleux · 1 year, 9 months ago
- ed56720 refactor(bl2): make post image handling platform-specific by Harrison Mutai · 1 year, 10 months ago
- 08ec77c refactor(arm): use gpt_partition_init by Govindraj Raja · 1 year, 9 months ago
- 8268590 feat(rme): read DRAM information from FVP DTB by AlexeiFedorov · 2 years, 7 months ago
- a97bfa5 feat(rme): set DRAM information in Boot Manifest platform data by AlexeiFedorov · 2 years, 8 months ago
- 346cfe2 feat(rmm): add support for the 2nd DRAM bank by AlexeiFedorov · 2 years, 8 months ago
- eab78e9 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · 4 years ago
- f19dc62 refactor(gpt): productize and refactor GPT library by johpow01 · 4 years, 2 months ago
- deb4b3a feat(plat/arm): add GPT initialization code for Arm platforms by Zelalem Aweke · 4 years, 1 month ago
- c872072 feat(plat/fvp): add memory map for FVP platform for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
- 4bb72c4 refactor(plat/arm): modify memory region attributes to account for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
- 46789a7 build(bl2): enable SP pkg loading for S-EL1 SPMC by Balint Dobszay · 4 years, 4 months ago
- 2f1177b feat(plat/arm): add FWU support in Arm platforms by Manish V Badarkhe · 4 years, 1 month ago
- ef1daa4 feat(plat/arm): add GPT parser support by Manish V Badarkhe · 4 years, 5 months ago
- d74c6b8 Prevent colliding identifiers by Jimmy Brisson · 5 years ago
- a07c101 plat/arm: Move fconf population after the enablement of MMU by Manish V Badarkhe · 5 years ago
- 7b4e1fb TF-A: Add support for Measured Boot driver by Alexei Fedorov · 5 years ago
- 1d60052 plat/arm: Add assert for the valid address of dtb information by Manish V Badarkhe · 5 years ago
- 8286967 plat/arm: Load and populate fw_config and tb_fw_config by Manish V Badarkhe · 5 years ago
- 04e0697 fconf: Clean confused naming between TB_FW and FW_CONFIG by Manish V Badarkhe · 5 years ago
- c33ff19 spmd: skip loading of secure partitions on pre-v8.4 platforms by Olivier Deprez · 5 years ago
- 25d740c fconf: enhancements to firmware configuration framework by Madhukar Pappireddy · 6 years ago
- cb3b534 SPMD: loading Secure Partition payloads by Manish Pandey · 5 years ago
- 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 5 years ago
- 9814bfc fconf: Populate properties from dtb during bl2 setup by Louis Mayencourt · 6 years ago
- 466bb28 coverity: Fix MISRA null pointer violations by Zelalem · 5 years ago
- 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
- bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 7 years ago
- 234bc7f plat/arm: Fix header dependencies by Antonio Nino Diaz · 7 years ago
- 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
- 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
- 60e19f5 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
- 943bb7f ARM platforms: Reintroduce coherent memory for BL1 and BL2 by Soby Mathew · 7 years ago
- 490eeb0 Prevent two weak definitions of the same function by Daniel Boulby · 7 years ago
- 3ba9295 Merge pull request #1510 from robertovargas-arm/romlib by Dimitris Papastamos · 7 years ago
- 1e54cbb plat/arm: Migrate to enable_mmu_svc_mon() by Antonio Nino Diaz · 7 years ago
- 1eb735d Add librom support in FVP by Roberto Vargas · 7 years ago
- 2ecaafd Fix build for SEPARATE_CODE_AND_RODATA=0 by Daniel Boulby · 7 years ago
- f94523e Merge pull request #1472 from danielboulby-arm/db/Reclaim by danh-arm · 7 years ago
- d323af9 Rework page table setup for varying number of mem regions by Daniel Boulby · 7 years ago
- 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 7 years ago
- 88a0523 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
- 4a581b0 Revert "Code change to fix small bugs" by Dimitris Papastamos · 7 years ago
- 83685de Merge pull request #1389 from danielboulby-arm/db/bugfix by Dimitris Papastamos · 7 years ago
- c099cd3 ARM platforms: Move BL31 below BL2 to enable BL2 overlay by Soby Mathew · 7 years ago
- bc325c2 Remove duplicate weak definition by Daniel Boulby · 7 years ago
- 6e79f9f FVP: Enable capability to disable auth via dynamic config by Soby Mathew · 7 years ago
- bf4698f Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 7 years ago
- 2f18aa1 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
- 638b034 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 8 years ago
- 649c48f plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
- da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 7 years ago
- cab0b5b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 8 years ago
- 0c306cc ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 8 years ago
- caf4eca ARM Platforms: Add CASSERT for BL2_BASE by Soby Mathew · 7 years ago
- f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 8 years ago
- 18e279e CSS: Changes for SDS framework by Soby Mathew · 8 years ago
- 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
- 4adb10c Fix order of ARM platform #includes by Isla Mitchell · 8 years ago
- c243e30 Include missing header in arm_bl2_setup.c by dp-arm · 8 years ago
- 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
- 07570d5 Changes to support execution in AArch32 state for JUNO by Yatharth Kochar · 9 years ago
- 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 9 years ago
- 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 9 years ago
- ecdc898 Use *_END instead of *_LIMIT for linker derived end addresses by Masahiro Yamada · 9 years ago
- 6fe8aa2 AArch32: Add ARM platform changes in BL2 by Yatharth Kochar · 9 years ago
- a8aa7fe ARM platform changes for new version of image loading by Yatharth Kochar · 9 years ago
- 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 9 years ago
- b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 9 years ago
- 81d139d Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 9 years ago
- 4518dd9 Add support to load BL31 in DRAM by David Wang · 9 years ago
- d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
- f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 10 years ago
- b431530 Add common ARM and CSS platform code by Dan Handley · 10 years ago