1. aa7877c plat/arm: Move norflash driver to drivers/ folder by Antonio Nino Diaz · 7 years ago
  2. 200006d Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 7 years ago
  3. cb4adb0 FVP: Reclaim init code for the stack by Daniel Boulby · 7 years ago
  4. c9263e6 Mark GICV3, CCI and CCN boot time code as init by Daniel Boulby · 7 years ago
  5. 4d010d0 plat/arm: Mark arm platform initialization functions by Daniel Boulby · 7 years ago
  6. 8d30b49 Remove unused ROMLIB memory region macro by Daniel Boulby · 7 years ago
  7. 60e19f5 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  8. b3476d0 plat/arm: Enable MULTI_CONSOLE_API in AArch32 by Daniel Boulby · 7 years ago
  9. 7e2bbef pl011: Add support in AArch32 for MULTI_CONSOLE_API by Daniel Boulby · 7 years ago
  10. 943bb7f ARM platforms: Reintroduce coherent memory for BL1 and BL2 by Soby Mathew · 7 years ago
  11. b51d433 Merge pull request #1565 from satheesbalya-arm/sb1_2332_fwu_sds_register by Dimitris Papastamos · 7 years ago
  12. 4da6f6c juno: Revert FWU update detect mechanism by Sathees Balya · 7 years ago
  13. 63cc265 Add cache flush after BL1 writes heap info to DTB by John Tsichritzis · 7 years ago
  14. a606031 Additional runtime check for DTB presence in BL2 by John Tsichritzis · 7 years ago
  15. 7af2dd2 Slight improvements in Mbed TLS shared heap helpers by John Tsichritzis · 7 years ago
  16. 05ca725 Merge pull request #1554 from jts-arm/mbed by Dimitris Papastamos · 7 years ago
  17. ba597da Support shared Mbed TLS heap for FVP by John Tsichritzis · 7 years ago
  18. 5acb793 Merge pull request #1550 from danielboulby-arm/db/weakdefs by Dimitris Papastamos · 7 years ago
  19. 490eeb0 Prevent two weak definitions of the same function by Daniel Boulby · 7 years ago
  20. c9512bc Fix MISRA defects in BL31 common code by Antonio Nino Diaz · 7 years ago
  21. 432f0ad Remove unnecessary casts by John Tsichritzis · 7 years ago
  22. b634fa9 SiP: MISRA fixes for execution state switch by Jeenu Viswambharan · 7 years ago
  23. 3ba9295 Merge pull request #1510 from robertovargas-arm/romlib by Dimitris Papastamos · 7 years ago
  24. 1e54cbb plat/arm: Migrate to enable_mmu_svc_mon() by Antonio Nino Diaz · 7 years ago
  25. 1eb735d Add librom support in FVP by Roberto Vargas · 7 years ago
  26. eb5e1be plat/arm: tzc_dmc500: Add missing plat_arm.h include by Nariman Poushin · 7 years ago
  27. fec3648 Create a library file for libfdt by Roberto Vargas · 7 years ago
  28. f68bc8a Merge pull request #1506 from danielboulby-arm/db/SeparateCodeAndROData by Dimitris Papastamos · 7 years ago
  29. 2ecaafd Fix build for SEPARATE_CODE_AND_RODATA=0 by Daniel Boulby · 7 years ago
  30. 46b69e3 Include board_arm_def.h through the platform's header by Sughosh Ganu · 7 years ago
  31. 60e062f Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 7 years ago
  32. cad25f1 Merge pull request #1491 from jeenu-arm/misra-fix by danh-arm · 7 years ago
  33. f94523e Merge pull request #1472 from danielboulby-arm/db/Reclaim by danh-arm · 7 years ago
  34. d323af9 Rework page table setup for varying number of mem regions by Daniel Boulby · 7 years ago
  35. ecd6242 Arm platforms: Fix type mismatch for arm_pm_idle_states by Jeenu Viswambharan · 7 years ago
  36. 2bc3dba PSCI: Fix MISRA defects in platform code by Antonio Nino Diaz · 7 years ago
  37. 9ceda8b Merge pull request #1477 from dp-arm/dp/css-ap-core by Dimitris Papastamos · 7 years ago
  38. 2a246d2e CSS: Use SCMI AP core protocol to set the warm boot entrypoint by Dimitris Papastamos · 7 years ago
  39. ed8c374 ARM platforms: Remove some duplicate declarations by Sandrine Bailleux · 7 years ago
  40. 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 7 years ago
  41. 3208edc ARM platforms: Initialize cntfrq for BL1 Firmware update by Soby Mathew · 7 years ago
  42. ebce735 Merge pull request #1406 from robertovargas-arm/uuid by Dimitris Papastamos · 7 years ago
  43. a7055c5 Arm platforms: Remove common RAS configuration source by Jeenu Viswambharan · 7 years ago
  44. 342d622 ARM Platforms: Update CNTFRQ register in CNTCTLBase frame by Soby Mathew · 7 years ago
  45. 73b4214 Merge pull request #1425 from jts-arm/panic by Dimitris Papastamos · 7 years ago
  46. 7fb3a70 Merge pull request #1418 from antonio-nino-diaz-arm/an/arm-multi-console by Dimitris Papastamos · 7 years ago
  47. 88a0523 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  48. 355e096 Panic in BL1 when TB_FW_CONFIG is invalid by John Tsichritzis · 7 years ago
  49. 0336486 Make TF UUID RFC 4122 compliant by Roberto Vargas · 7 years ago
  50. d801a1d SPM: Treat SP xlat tables the same as others by Sandrine Bailleux · 7 years ago
  51. 4a581b0 Revert "Code change to fix small bugs" by Dimitris Papastamos · 7 years ago
  52. 83685de Merge pull request #1389 from danielboulby-arm/db/bugfix by Dimitris Papastamos · 7 years ago
  53. c099cd3 ARM platforms: Move BL31 below BL2 to enable BL2 overlay by Soby Mathew · 7 years ago
  54. bc325c2 Remove duplicate weak definition by Daniel Boulby · 7 years ago
  55. 1d71ba1 FVP: Add dummy configs for BL31, BL32 and BL33 by Soby Mathew · 7 years ago
  56. 6e79f9f FVP: Enable capability to disable auth via dynamic config by Soby Mathew · 7 years ago
  57. dcf1a04 Merge pull request #1381 from antonio-nino-diaz-arm/an/kernel-boot by Dimitris Papastamos · 7 years ago
  58. a513506 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · 7 years ago
  59. bf4698f Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 7 years ago
  60. b726c16 plat/arm: Introduce ARM_LINUX_KERNEL_AS_BL33 build option by Antonio Nino Diaz · 7 years ago
  61. 2f18aa1 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  62. 0b9ce90 ARM Platforms: Support RAS by Jeenu Viswambharan · 7 years ago
  63. 638b034 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 8 years ago
  64. 8b37120 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 7 years ago
  65. 3b94189 Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 7 years ago
  66. 35a3eeb Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  67. 23411d2 plat/arm: Allow override of default TZC regions by Summer Qin · 7 years ago
  68. 649c48f plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  69. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 7 years ago
  70. 7b56928 Juno: Change the Firmware update detect mechanism by Soby Mathew · 7 years ago
  71. 74847ab BL2U: Fix ARM platform timer initilization by Soby Mathew · 7 years ago
  72. 0ed8c00 Remove sp_min functions from plat_common.c by Soby Mathew · 7 years ago
  73. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  74. da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 7 years ago
  75. cab0b5b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 8 years ago
  76. c228956 ARM Platorms: Load TB_FW_CONFIG in BL1 by Soby Mathew · 8 years ago
  77. 0c306cc ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 8 years ago
  78. caf4eca ARM Platforms: Add CASSERT for BL2_BASE by Soby Mathew · 7 years ago
  79. 81bf6aa ARM Platforms: Don't build BL1 and BL2 if RESET_TO_SP_MIN=1 by Soby Mathew · 7 years ago
  80. f2c83c1 ARM platforms: Fix console address for flush by Jeenu Viswambharan · 8 years ago
  81. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 8 years ago
  82. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 8 years ago
  83. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 8 years ago
  84. 81528db bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 8 years ago
  85. 66db10c Move TSP to TZC secured DRAM by Dimitris Papastamos · 8 years ago
  86. 7bdf0c1 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 8 years ago
  87. fb48b97 ARM Platforms: Change the TZC access permissions for EL3 payload by Soby Mathew · 8 years ago
  88. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  89. 0baec2a ARM platforms: Enable SDEI by Jeenu Viswambharan · 8 years ago
  90. 0bef0ed ARM platforms: Define exception macros by Jeenu Viswambharan · 8 years ago
  91. 781f4aa ARM platforms: Provide SDEI entry point validation by Jeenu Viswambharan · 8 years ago
  92. 71e7a4e ARM platforms: Make arm_validate_ns_entrypoint() common by Jeenu Viswambharan · 8 years ago
  93. 058efee GICv2: Fix populating PE target data by Jeenu Viswambharan · 8 years ago
  94. 9500d5a Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 8 years ago
  95. e29efeb SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 8 years ago
  96. 92c5066 Merge pull request #1153 from robertovargas-arm/fix-macros by davidcunado-arm · 8 years ago
  97. 3de7d58 Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 8 years ago
  98. d58f3ca Always define ARM_TSP_RAM_LOCATION_ID by Roberto Vargas · 8 years ago
  99. 7ca267b plat/arm: change the default option of ARM_TSP_RAM_LOCATION by Qixiang Xu · 8 years ago
  100. b2c363b ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 8 years ago