1. 8b034fc services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 6 years ago
  2. 5c1362e Merge pull request #1742 from sandrine-bailleux-arm/sb/fix-arm-mk by Antonio Niño Díaz · 5 years ago
  3. b66a18e plat/arm/n1sdp: define the uart constants for N1SDP by Deepak Pandey · 6 years ago
  4. 1e32d32 Fix a variable expansion in Arm platform makefiles by Sandrine Bailleux · 5 years ago
  5. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  6. 8f32c25 plat/arm: Always define TSP memory region by Antonio Nino Diaz · 6 years ago
  7. 1fc05a9 Merge pull request #1714 from chandnich/sgiclark-helios by Soby Mathew · 6 years ago
  8. 2dfe1d0 plat/arm/sgi: override 'plat_psci_ops_t' for SGI-Clark.Helios platform by Chandni Cherukuri · 6 years ago
  9. 0612a88 plat/arm/sgi: add platform support for SGI-Clark.Helios platform by Chandni Cherukuri · 6 years ago
  10. 29ea98d plat/arm/sgi: Use NT_FW_CONFIG instead of HW_CONFIG by Chandni Cherukuri · 6 years ago
  11. 92b9549 Merge pull request #1705 from chandnich/platform-id by Antonio Nino Diaz · 6 years ago
  12. 059ca72 Merge pull request #1699 from chandnich/sgi-mt-support by Soby Mathew · 6 years ago
  13. 3aa09f7 plat/arm/sgi: Use platform specific functions to get platform ids by Chandni Cherukuri · 6 years ago
  14. e4bf6a0 plat/arm: remove weak implemention of 'plat_arm_psci_override_pm_ops' function by Chandni Cherukuri · 6 years ago
  15. 504c05d plat/arm/sgi: allow value of PLAT_MAX_PWR_LVL to be platform specific by Chandni Cherukuri · 6 years ago
  16. 449db45 plat/arm/sgi: override weak implementation of plat_arm_get_cpu_pe_count by Chandni Cherukuri · 6 years ago
  17. 0fdcbc0 plat/css: allow platforms to define the system power domain level by Chandni Cherukuri · 6 years ago
  18. 22141b6 plat/arm/sgi: add secure memory support for sgi575 and sgiclarka by Vijayenthiran Subramaniam · 6 years ago
  19. d284b57 SPM: Register Secure Partition priority level with ehf module by Sughosh Ganu · 6 years ago
  20. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  21. 545d56d Merge pull request #1650 from chandnich/sgiclark-ares-support by Antonio Niño Díaz · 6 years ago
  22. ef81bc5 plat/arm: Use `mov_imm` macro to load immediate values by Soby Mathew · 6 years ago
  23. c8ef045 plat/arm/sgi: add support for SGI-Clark platform by Chandni Cherukuri · 6 years ago
  24. 044e27a plat/arm/sgi: disable Ares cpu power down bit in reset handler by Chandni Cherukuri · 6 years ago
  25. 789a2ce Merge pull request #1638 from chandnich/sgi575-update by Antonio Niño Díaz · 6 years ago
  26. 61f3a7c plat/arm/scmi: introduce plat_css_get_scmi_info API by Chandni Cherukuri · 6 years ago
  27. 33fcfee plat/arm/sgi: add system-id node in HW_CONFIG dts by Chandni Cherukuri · 6 years ago
  28. 22a8fbc plat/arm/sgi: move fdts files to sgi575 board directory by Chandni Cherukuri · 6 years ago
  29. a5d44ec plat/arm/sgi: remove unused code by Chandni Cherukuri · 6 years ago
  30. a3f6613 plat/arm/sgi: reorganize platform macros by Chandni Cherukuri · 6 years ago
  31. 35a631b Merge pull request #1629 from robertovargas-arm/hw-assisted-coherency-lock by Soby Mathew · 6 years ago
  32. a22e97e Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · 6 years ago
  33. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  34. 0099694 scmi: Optimize bakery locks when HW_ASSISTED_COHERENCY is enabled by Roberto Vargas · 7 years ago
  35. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 6 years ago
  36. 48bfb54 plat/arm: Remove file arm_board_def.h by Antonio Nino Diaz · 6 years ago
  37. b3c093f Merge pull request #1620 from deepan02/deepak-arm/move-reset-to-bl31 by Soby Mathew · 6 years ago
  38. f63e067 Merge pull request #1607 from girishpathak/gp/346_sgm775_earlylog_fix_v2 by Soby Mathew · 6 years ago
  39. 66dd23c plat/arm/css/sgm: Reorder early platform init by Girish Pathak · 6 years ago
  40. b0971f9 plat/arm: allow RESET_TO_BL31 for CSS-based platforms by Deepak Pandey · 6 years ago
  41. f45a4bb plat/arm: Mark arm platform initialization functions by Daniel Boulby · 6 years ago
  42. dbc17cb Merge pull request #1591 from jts-arm/cov1 by Soby Mathew · 6 years ago
  43. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 6 years ago
  44. 9b75986 sgi: sgm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  45. 05f4957 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  46. a5d5486 Revert "sgm: increase SCP_BL2 maximum size" by Dimitris Papastamos · 6 years ago
  47. 049db96 Fix static analysis defects by John Tsichritzis · 6 years ago
  48. 21c3832 sgm: increase SCP_BL2 maximum size by Elieva Pignat · 6 years ago
  49. a5ef100 Merge pull request #1569 from soby-mathew/sm/cov_fix_scmi by Soby Mathew · 6 years ago
  50. fd2e5e4 CSS: Fix overrun if system power level is not available by Soby Mathew · 6 years ago
  51. e9ab905 ARM Platforms:Enable non-secure access to UART1 by Alexei Fedorov · 7 years ago
  52. c19949a Support shared Mbed TLS heap for SGM by John Tsichritzis · 6 years ago
  53. 0c6ee74 Support shared Mbed TLS heap for SGI by John Tsichritzis · 6 years ago
  54. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  55. c703f90 plat/arm: Add support for SGM775 by Nariman Poushin · 6 years ago
  56. 207c522 css_pm_scmi: optimise cpu suspend to remove redundant scmi call by Deepak Pandey · 7 years ago
  57. f67abbb plat/arm: css: Set MT bit in incoming mpidr arugments by Nariman Poushin · 6 years ago
  58. d61a705 plat/sgi: switch to using scmi by Chandni Cherukuri · 6 years ago
  59. 8271885 sgi: disable CPU power down bit in reset handler by Chandni Cherukuri · 6 years ago
  60. 3f7e79d RAS: SGI: Add flags needed to build components for RAS feature by Sughosh Ganu · 6 years ago
  61. 70661cf RAS: SGI575: Add platform specific RAS changes by Sughosh Ganu · 6 years ago
  62. 18f513d RAS: SGI: Add platform handler for RAS interrupts by Sughosh Ganu · 6 years ago
  63. e1579e0 SPM: SGI: Map memory allocated for secure partitions by Sughosh Ganu · 6 years ago
  64. 5f21294 ARM platforms: Allow board specific definition of SP stack base by Sughosh Ganu · 6 years ago
  65. 79b91d4 SGI: Include arm_spm_def.h in platform_def.h by Sughosh Ganu · 6 years ago
  66. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  67. d7a3651 CSS: Use SCMI AP core protocol to set the warm boot entrypoint by Dimitris Papastamos · 6 years ago
  68. aeaf1f0 Add support for SCMI AP core configuration protocol v1.0 by Dimitris Papastamos · 6 years ago
  69. daaae6c Fix MISRA rule 8.4 by Roberto Vargas · 6 years ago
  70. 4fa337c Fix MISRA rule 8.3 by Roberto Vargas · 6 years ago
  71. 4d59eb4 Fix MISRA rule 8.4 by Roberto Vargas · 6 years ago
  72. 85664f5 Fix MISRA rule 8.3 by Roberto Vargas · 6 years ago
  73. 8fe61c1 Merge pull request #1448 from npoushin/npoushin/sgi575-coverity-fixes by Dimitris Papastamos · 6 years ago
  74. 16b4109 plat/arm: css: Sanitize the input to css_validate_power_state by Nariman Poushin · 6 years ago
  75. cd95626 plat/arm: css: Convert CSS_SYSTEM_PWR_STATE from macro to inline function by Nariman Poushin · 6 years ago
  76. f44b8e8 Merge pull request #1441 from robertovargas-arm/mem_protect_board by Dimitris Papastamos · 6 years ago
  77. bcca6c6 Move mem-protect definitions to board specific files by Roberto Vargas · 6 years ago
  78. e350e78 sgi/mmap: Remove SGI specific MMAP functions by Chandni Cherukuri · 6 years ago
  79. 771d644 sgi/dyncfg: add system-id node in hw-config dtb by Chandni Cherukuri · 6 years ago
  80. c1b5b8a sgi/dyncfg: add dts files to enable support for dynamic config by Chandni Cherukuri · 6 years ago
  81. ebdb634 Fix MISRA Rule 5.7 Part 2 by Daniel Boulby · 6 years ago
  82. ddf6d40 Fix MISRA Rule 5.3 Part 5 by Daniel Boulby · 6 years ago
  83. af14b46 ARM platforms: Move BL31 below BL2 to enable BL2 overlay by Soby Mathew · 6 years ago
  84. 48742f5 Merge pull request #1387 from vishwanathahg/sgi575/core_pos_calc by Dimitris Papastamos · 6 years ago
  85. 64f0b6f css/sgi: rework the core position calculation function by Vishwanatha HG · 6 years ago
  86. e2d97e4 css/sgi: remove redundant copy of gic driver data by Vishwanatha HG · 6 years ago
  87. 42fbdfc css: Fix erroneous non-secure RAM base address/size for SGI-575 by Chris Kay · 6 years ago
  88. 550eb08 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 7 years ago
  89. c451010 css/sgi575: enable ARM_PLAT_MT flag by Sudipto Paul · 6 years ago
  90. 9002d57 Merge pull request #1346 from samarthp/sp/support-multiple-mhu-gen by Dimitris Papastamos · 6 years ago
  91. 59cfa13 plat/arm: Add MHUv2 support to SCMI driver by Samarth Parikh · 7 years ago
  92. 5f5a5e6 Fix MISRA rule 8.3 Part 2 by Roberto Vargas · 6 years ago
  93. 0ece80f ARM platforms: Add support for SGI575 by Nariman Poushin · 6 years ago
  94. 2b36b15 Fix MISRA rule 8.4 Part 2 by Roberto Vargas · 6 years ago
  95. 7d5a2e7 ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 6 years ago
  96. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  97. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  98. cd7711d Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 6 years ago
  99. e9263d0 Juno AArch32: Remove duplicate definition of bl2 platform API by Soby Mathew · 7 years ago
  100. 59424d8 ARM platforms: Make arm_validate_ns_entrypoint() common by Jeenu Viswambharan · 7 years ago