1. f45a4bb plat/arm: Mark arm platform initialization functions by Daniel Boulby · 6 years ago
  2. 05f4957 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  3. c34341a Support shared Mbed TLS heap for FVP by John Tsichritzis · 6 years ago
  4. 10503cc FVP AArch32: Fix flash access in BL32 for mem_protect by Joel Hutton · 6 years ago
  5. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  6. 4808f8b SPM: Map devices in the 1st GB by Sandrine Bailleux · 6 years ago
  7. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  8. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  9. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  10. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  11. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago
  12. b260c3a ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 7 years ago
  13. 17459aa Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 7 years ago
  14. 0814c6a FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 7 years ago
  15. c7860cf FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 7 years ago
  16. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · 7 years ago
  17. d9160a5 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 7 years ago
  18. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  19. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  20. 8b33d70 Whitelist version 9.6 of Foundation FVP by Sandrine Bailleux · 8 years ago
  21. 0d268dc AArch32: Add essential ARM platform and FVP support by Soby Mathew · 8 years ago
  22. 889ca03 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 8 years ago
  23. 4a1267a Introduce arm_setup_page_tables() function by Sandrine Bailleux · 8 years ago
  24. 9d602fe Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 8 years ago
  25. 7356b1e Add CCN support to FVP platform port by Soby Mathew · 8 years ago
  26. cf022c5 Remove support for legacy VE memory map in FVP by Soby Mathew · 8 years ago
  27. cc037c1 Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago[Renamed from plat/arm/board/fvp/aarch64/fvp_common.c]
  28. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  29. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  30. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  31. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  32. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  33. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  34. f3bcea2 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · 9 years ago
  35. 31a68f0 TBB: add platform API to read the ROTPK information by Juan Castillo · 9 years ago
  36. d617f66 Move FVP port to plat/arm/board/fvp by Dan Handley · 9 years ago[Renamed from plat/fvp/aarch64/fvp_common.c]
  37. 2b6b574 Migrate FVP port to use common code by Dan Handley · 9 years ago
  38. 4e97e54 Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 9 years ago
  39. 725b133 Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  40. 13ee968 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 9 years ago
  41. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 9 years ago
  42. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · 9 years ago
  43. f3e0218 FVP: map non-secure DRAM1 in the MMU by Juan Castillo · 10 years ago
  44. 42a617d FVP: keep shared data in Trusted SRAM by Juan Castillo · 10 years ago
  45. b08bc04 Create BL stage specific translation tables by Soby Mathew · 10 years ago
  46. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  47. be234f9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  48. 48e84b3 FVP: make usage of Trusted DRAM optional at build time by Juan Castillo · 10 years ago
  49. 0c70c57 FVP: apply new naming conventions to memory regions by Juan Castillo · 10 years ago
  50. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  51. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  52. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  53. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  54. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  55. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  56. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  57. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  58. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  59. 1359236 Enable mapping higher physical address by Lin Ma · 10 years ago
  60. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  61. ea45157 Rename FVP specific files and functions by Dan Handley · 10 years ago[Renamed (88%) from plat/fvp/aarch64/plat_common.c]
  62. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  63. 335bf58 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago