1. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  2. 9095009 plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · 6 years ago
  3. bb87f85 Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 5 years ago
  4. 8fc878b Merge pull request #1757 from antonio-nino-diaz-arm/an/includes by Antonio Niño Díaz · 5 years ago
  5. a320ecd plat/arm: Fix header dependencies by Antonio Nino Diaz · 5 years ago
  6. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 6 years ago
  7. 8b034fc services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 6 years ago
  8. 1e32d32 Fix a variable expansion in Arm platform makefiles by Sandrine Bailleux · 5 years ago
  9. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  10. 1fc05a9 Merge pull request #1714 from chandnich/sgiclark-helios by Soby Mathew · 6 years ago
  11. 2dfe1d0 plat/arm/sgi: override 'plat_psci_ops_t' for SGI-Clark.Helios platform by Chandni Cherukuri · 6 years ago
  12. 0612a88 plat/arm/sgi: add platform support for SGI-Clark.Helios platform by Chandni Cherukuri · 6 years ago
  13. 29ea98d plat/arm/sgi: Use NT_FW_CONFIG instead of HW_CONFIG by Chandni Cherukuri · 6 years ago
  14. 92b9549 Merge pull request #1705 from chandnich/platform-id by Antonio Nino Diaz · 6 years ago
  15. 059ca72 Merge pull request #1699 from chandnich/sgi-mt-support by Soby Mathew · 6 years ago
  16. 3aa09f7 plat/arm/sgi: Use platform specific functions to get platform ids by Chandni Cherukuri · 6 years ago
  17. e4bf6a0 plat/arm: remove weak implemention of 'plat_arm_psci_override_pm_ops' function by Chandni Cherukuri · 6 years ago
  18. 504c05d plat/arm/sgi: allow value of PLAT_MAX_PWR_LVL to be platform specific by Chandni Cherukuri · 6 years ago
  19. 449db45 plat/arm/sgi: override weak implementation of plat_arm_get_cpu_pe_count by Chandni Cherukuri · 6 years ago
  20. 22141b6 plat/arm/sgi: add secure memory support for sgi575 and sgiclarka by Vijayenthiran Subramaniam · 6 years ago
  21. d284b57 SPM: Register Secure Partition priority level with ehf module by Sughosh Ganu · 6 years ago
  22. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 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. a22e97e Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · 6 years ago
  32. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  33. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · 6 years ago
  34. 48bfb54 plat/arm: Remove file arm_board_def.h by Antonio Nino Diaz · 6 years ago
  35. b0971f9 plat/arm: allow RESET_TO_BL31 for CSS-based platforms by Deepak Pandey · 6 years ago
  36. f45a4bb plat/arm: Mark arm platform initialization functions by Daniel Boulby · 6 years ago
  37. dbc17cb Merge pull request #1591 from jts-arm/cov1 by Soby Mathew · 6 years ago
  38. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 6 years ago
  39. 9b75986 sgi: sgm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  40. 049db96 Fix static analysis defects by John Tsichritzis · 6 years ago
  41. 0c6ee74 Support shared Mbed TLS heap for SGI by John Tsichritzis · 6 years ago
  42. d61a705 plat/sgi: switch to using scmi by Chandni Cherukuri · 6 years ago
  43. 8271885 sgi: disable CPU power down bit in reset handler by Chandni Cherukuri · 6 years ago
  44. 3f7e79d RAS: SGI: Add flags needed to build components for RAS feature by Sughosh Ganu · 6 years ago
  45. 70661cf RAS: SGI575: Add platform specific RAS changes by Sughosh Ganu · 6 years ago
  46. 18f513d RAS: SGI: Add platform handler for RAS interrupts by Sughosh Ganu · 6 years ago
  47. e1579e0 SPM: SGI: Map memory allocated for secure partitions by Sughosh Ganu · 6 years ago
  48. 5f21294 ARM platforms: Allow board specific definition of SP stack base by Sughosh Ganu · 6 years ago
  49. 79b91d4 SGI: Include arm_spm_def.h in platform_def.h by Sughosh Ganu · 6 years ago
  50. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  51. f44b8e8 Merge pull request #1441 from robertovargas-arm/mem_protect_board by Dimitris Papastamos · 6 years ago
  52. bcca6c6 Move mem-protect definitions to board specific files by Roberto Vargas · 6 years ago
  53. e350e78 sgi/mmap: Remove SGI specific MMAP functions by Chandni Cherukuri · 6 years ago
  54. 771d644 sgi/dyncfg: add system-id node in hw-config dtb by Chandni Cherukuri · 6 years ago
  55. c1b5b8a sgi/dyncfg: add dts files to enable support for dynamic config by Chandni Cherukuri · 6 years ago
  56. 48742f5 Merge pull request #1387 from vishwanathahg/sgi575/core_pos_calc by Dimitris Papastamos · 6 years ago
  57. 64f0b6f css/sgi: rework the core position calculation function by Vishwanatha HG · 6 years ago
  58. e2d97e4 css/sgi: remove redundant copy of gic driver data by Vishwanatha HG · 6 years ago
  59. 42fbdfc css: Fix erroneous non-secure RAM base address/size for SGI-575 by Chris Kay · 6 years ago
  60. c451010 css/sgi575: enable ARM_PLAT_MT flag by Sudipto Paul · 6 years ago
  61. 0ece80f ARM platforms: Add support for SGI575 by Nariman Poushin · 6 years ago