1. e933b02 plat/arm: sgm: Use consistent name for tb fw config node by Manish V Badarkhe · Tue Jul 14 11:16:02 2020 +0100
  2. 1da211a fconf: Clean confused naming between TB_FW and FW_CONFIG by Manish V Badarkhe · Sun May 31 10:17:59 2020 +0100
  3. 64616a5 plat/arm: Rentroduce tb_fw_config device tree by Manish V Badarkhe · Sun May 31 08:53:40 2020 +0100
  4. e1cc130 GICv3: GIC-600: Detect GIC-600 at runtime by Andre Przywara · Wed Mar 25 15:50:38 2020 +0000
  5. 8ab69c8 juno/sgm: Align SCP_BL2 to page boundary by Chris Kay · Fri Apr 17 10:36:34 2020 +0100
  6. c48eb86 Increase maximum size of BL2 image by Manish V Badarkhe · Thu Apr 02 13:23:45 2020 +0100
  7. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · Mon Mar 23 18:45:17 2020 +0000
  8. f8fa465 juno/sgm: Maximize space allocated to SCP_BL2 by Chris Kay · Thu Mar 12 13:50:26 2020 +0000
  9. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · Fri Feb 21 10:17:26 2020 +0000
  10. 7f8837b drivers/arm/scmi: allow use of multiple SCMI channels by Aditya Angadi · Tue Dec 31 14:23:53 2019 +0530
  11. 7b424ba drivers/mhu: derive doorbell base address by Aditya Angadi · Tue Dec 31 10:14:32 2019 +0530
  12. f9c4cf4 plat/sgm: Always use SCMI for SGM platforms by Chris Kay · Tue Apr 23 16:31:06 2019 +0100
  13. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · Fri Dec 13 10:23:18 2019 -0600
  14. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  15. 2277c85 sgm775: Fix build fail for TSP support on sgm775 by Madhukar Pappireddy · Mon Jul 22 17:39:51 2019 -0500
  16. 20b4841 plat/arm: introduce wrapper functions to setup secure watchdog by Aditya Angadi · Tue Apr 16 11:29:14 2019 +0530
  17. a624f59 Temporarily disable shared Mbed TLS heap for SGM by John Tsichritzis · Tue Apr 16 12:05:29 2019 +0100
  18. bd0b6fb Merge changes from topic "av/tls-heap" into integration by Antonio Niño Díaz · Fri Apr 12 10:40:15 2019 +0000
  19. 322971d sgm: Fix bl2 sources by Ambroise Vincent · Thu Apr 11 13:45:18 2019 +0100
  20. 4742f09 plat/sgm: Remove redundant platform_oid.h by Paul Beesley · Thu Apr 11 13:27:39 2019 +0100
  21. 0d31688 plat/arm: mhu: make mhu driver generic by Masahisa Kojima · Thu Mar 07 11:23:42 2019 +0900
  22. 1b0c6f1 plat/arm: mhu: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 21:08:43 2019 +0000
  23. c30db5b plat/arm: scmi: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 20:37:32 2019 +0000
  24. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · Fri Jan 25 14:30:04 2019 +0000
  25. a320ecd plat/arm: Fix header dependencies by Antonio Nino Diaz · Tue Jan 15 14:19:50 2019 +0000
  26. 1e32d32 Fix a variable expansion in Arm platform makefiles by Sandrine Bailleux · Mon Jan 07 15:35:37 2019 +0100
  27. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  28. 8f32c25 plat/arm: Always define TSP memory region by Antonio Nino Diaz · Fri Dec 14 01:27:19 2018 +0000
  29. 059ca72 Merge pull request #1699 from chandnich/sgi-mt-support by Soby Mathew · Mon Dec 03 13:29:33 2018 +0000
  30. e4bf6a0 plat/arm: remove weak implemention of 'plat_arm_psci_override_pm_ops' function by Chandni Cherukuri · Wed Nov 14 13:43:59 2018 +0530
  31. 0fdcbc0 plat/css: allow platforms to define the system power domain level by Chandni Cherukuri · Tue Oct 16 15:19:54 2018 +0530
  32. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  33. 61f3a7c plat/arm/scmi: introduce plat_css_get_scmi_info API by Chandni Cherukuri · Thu Oct 11 14:08:08 2018 +0530
  34. a22e97e Merge pull request #1631 from deepan02/deepak-arm/relocate-jump_if_cpu_midr by Soby Mathew · Thu Oct 18 09:34:20 2018 +0100
  35. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · Thu Oct 18 09:20:04 2018 +0100
  36. b561536 plat/arm: relocate the jump_if_cpu_midr macro. by Deepak Pandey · Thu Oct 11 13:44:43 2018 +0530
  37. 48bfb54 plat/arm: Remove file arm_board_def.h by Antonio Nino Diaz · Thu Oct 11 13:02:34 2018 +0100
  38. b3c093f Merge pull request #1620 from deepan02/deepak-arm/move-reset-to-bl31 by Soby Mathew · Thu Oct 11 09:55:00 2018 +0100
  39. f63e067 Merge pull request #1607 from girishpathak/gp/346_sgm775_earlylog_fix_v2 by Soby Mathew · Wed Oct 10 13:59:47 2018 +0100
  40. 66dd23c plat/arm/css/sgm: Reorder early platform init by Girish Pathak · Tue Oct 02 15:18:34 2018 +0100
  41. b0971f9 plat/arm: allow RESET_TO_BL31 for CSS-based platforms by Deepak Pandey · Fri May 25 12:43:30 2018 +0530
  42. f45a4bb plat/arm: Mark arm platform initialization functions by Daniel Boulby · Tue Sep 18 13:26:03 2018 +0100
  43. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · Fri Sep 28 16:39:26 2018 +0100
  44. 9b75986 sgi: sgm: Migrate to new interfaces by Antonio Nino Diaz · Tue Sep 25 11:38:18 2018 +0100
  45. a5d5486 Revert "sgm: increase SCP_BL2 maximum size" by Dimitris Papastamos · Fri Sep 28 14:23:26 2018 +0100
  46. 21c3832 sgm: increase SCP_BL2 maximum size by Elieva Pignat · Mon Sep 24 14:30:36 2018 +0100
  47. c19949a Support shared Mbed TLS heap for SGM by John Tsichritzis · Wed Aug 22 12:55:41 2018 +0100
  48. c703f90 plat/arm: Add support for SGM775 by Nariman Poushin · Wed Mar 07 10:29:57 2018 +0000