1. 6d264af drivers: st: update console driver to support MULTI_CONSOLE_API by Yann Gautier · 7 years ago
  2. 8244d22 stm32mp1: add a new file for UART registers definition by Yann Gautier · 7 years ago
  3. 46c613e utils_def: add an assembly version for GENMASK by Yann Gautier · 7 years ago
  4. 35c4b41 Merge pull request #1675 from SNG-ARM/integration by Antonio Niño Díaz · 7 years ago
  5. 6e3bad3 SPM: Raise running priority of the core while in Secure Partition by Sughosh Ganu · 7 years ago
  6. 5681b29 SPM: Register Secure Partition priority level with ehf module by Sughosh Ganu · 7 years ago
  7. 8a3588a SPM: EHF: Build EHF module along with Secure Partition Manager by Sughosh Ganu · 7 years ago
  8. a6febea Merge pull request #1676 from Yann-lms/static_analysis by Antonio Nino Diaz · 7 years ago
  9. 9793e03 Merge pull request #1677 from acolinisi/PR--drivers-cadence-uart-prototype by Antonio Niño Díaz · 7 years ago
  10. 23b6fa4 cadence: uart: comply to console_register prototype by Alexei Colin · 7 years ago
  11. 91ece4e Merge pull request #1674 from jforissier/hisi-multi-console by Antonio Niño Díaz · 7 years ago
  12. e07666d Merge pull request #1605 from sivadur/integration by Antonio Niño Díaz · 7 years ago
  13. 7227d89 stm32mp1: remove duplicate function declaration by Yann Gautier · 7 years ago
  14. 3e6fab4 stm32mp1: correct some static analysis tools issues by Yann Gautier · 7 years ago
  15. 4cb1770 drivers: partition: correct some static analysis tools issues by Yann Gautier · 7 years ago
  16. 3c471c3 psci: put __dead2 attribute after void in plat_psci_ops by Yann Gautier · 7 years ago
  17. f91c3cb arm64: versal: Add support for new Xilinx Versal ACAPs by Siva Durga Prasad Paladugu · 7 years ago
  18. 5c58c8b poplar: Use new console APIs by Jerome Forissier · 7 years ago
  19. 5189ea2 hikey960: Use new console APIs by Jerome Forissier · 7 years ago
  20. c779b15 hikey: Use new console APIs by Jerome Forissier · 7 years ago
  21. 9d068f6 Merge pull request #1673 from antonio-nino-diaz-arm/an/headers by Antonio Niño Díaz · 7 years ago
  22. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  23. f5ae1b0 Merge pull request #1672 from sandrine-bailleux-arm/sb/fix-dram-constants by Soby Mathew · 7 years ago
  24. 7558e85 Merge pull request #1668 from ldts/rcar_gen3/e3_build by Soby Mathew · 7 years ago
  25. cb2a9b6 Merge pull request #1670 from antonio-nino-diaz-arm/an/misra-arm by Soby Mathew · 7 years ago
  26. 621dadd Merge pull request #1669 from sandrine-bailleux-arm/sb/rm-tzc-top-fn by Soby Mathew · 7 years ago
  27. de4fc98 Merge pull request #1666 from pmanish87/mp2/manish_local by Soby Mathew · 7 years ago
  28. 3d449de Arm platforms: Fix DRAM address macros by Sandrine Bailleux · 7 years ago
  29. b56ec68 Remove _tzc_get_max_top_addr() function by Sandrine Bailleux · 7 years ago
  30. 638d2b5 compiler_rt: Import lshrdi3.c file by Sandrine Bailleux · 7 years ago
  31. ecc3599 compiler_rt: Import latest changes on int_lib.h by Sandrine Bailleux · 7 years ago
  32. 583e079 plat/arm: Fix MISRA defects in common code by Antonio Nino Diaz · 7 years ago
  33. 9c10e34 Merge pull request #1665 from antonio-nino-diaz-arm/an/fdt-helpers by Antonio Niño Díaz · 7 years ago
  34. 04d1f8d rcar_gen3: E3 target: fix compilation issues by ldts · 7 years ago
  35. d65895f plat: rcar: support plat_crash_console_flush by ldts · 7 years ago
  36. 4eb835f Merge pull request #1661 from hzhuang1/emmc_delay by Soby Mathew · 7 years ago
  37. ed2c4f4 plat/arm: Support direct Linux kernel boot in AArch32 by Manish Pandey · 7 years ago
  38. 73f1ac6 Introduce fdtw_read_array() helper by Antonio Nino Diaz · 7 years ago
  39. 2747362 Introduce new fdt helper to read string properties by Antonio Nino Diaz · 7 years ago
  40. b4cf974 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · 7 years ago
  41. b3e9214 libc: Import strlcpy from FreeBSD by Antonio Nino Diaz · 7 years ago
  42. dd756c9 Merge pull request #1663 from sudeep-holla/scpi_build_fix by Antonio Niño Díaz · 7 years ago
  43. ebd17fa Merge pull request #1660 from antonio-nino-diaz-arm/an/misra by Antonio Niño Díaz · 7 years ago
  44. 8db71e3 plat: juno: fix build for !CSS_USE_SCMI_DRIVER by Sudeep Holla · 7 years ago
  45. f8b30ca bakery: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  46. b8a02d5 plat/arm: Fix MISRA defects in dyn config by Antonio Nino Diaz · 7 years ago
  47. f21c632 plat/arm: Fix types of constants in headers by Antonio Nino Diaz · 7 years ago
  48. a0fee74 context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 7 years ago
  49. 3c1fb7a Merge pull request #1658 from glneo/plat-arm-remove by Antonio Niño Díaz · 7 years ago
  50. 3d7ae0b Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdt by Antonio Niño Díaz · 7 years ago
  51. 6f2ad3a Merge pull request #1656 from masahir0y/uniphier by Antonio Niño Díaz · 7 years ago
  52. eb47f14 Merge pull request #1623 from MISL-EBU-System-SW/a3700-support by Antonio Niño Díaz · 7 years ago
  53. 1e66bac plat: marvell: Add support for Armada-37xx SoC platform by Konstantin Porotchkin · 7 years ago
  54. d03823d Merge pull request #1650 from chandnich/sgiclark-ares-support by Antonio Niño Díaz · 7 years ago
  55. b3f7c42 Merge pull request #1655 from deepan02/deepak-arm/introduce-n1sdp by Antonio Niño Díaz · 7 years ago
  56. c547638 Merge pull request #1659 from vwadekar/sdei-fix-compilation by Antonio Niño Díaz · 7 years ago
  57. 318c2f9 Merge pull request #1646 from Andre-ARM/allwinner/pmic-v2 by Antonio Niño Díaz · 7 years ago
  58. cd3272e hikey: add delay after eMMC initialized by Haojian Zhuang · 7 years ago
  59. c4491aa sdei: include "context.h" to fix compilation errors by Varun Wadekar · 7 years ago
  60. ef20285 ti: k3: common: Remove use of ARM platform code by Andrew F. Davis · 7 years ago
  61. 55dd52a Merge pull request #1652 from antonio-nino-diaz-arm/an/decouple-arm by Antonio Niño Díaz · 7 years ago
  62. 2eedba9 Merge pull request #1651 from antonio-nino-diaz-arm/an/rand-misra by Antonio Niño Díaz · 7 years ago
  63. 392b1d5 Merge pull request #1649 from Yann-lms/stm32mp1_doc_update by Antonio Niño Díaz · 7 years ago
  64. 00f588b libfdt: Downgrade to version 1.4.6-9 by Antonio Nino Diaz · 7 years ago
  65. 6333e13 warp7, ls1043: Remove unneeded include paths by Antonio Nino Diaz · 7 years ago
  66. 0818e9e poplar: Decouple from plat/arm files by Antonio Nino Diaz · 7 years ago
  67. e6a9028 uniphier: revise SCP protocol handshake by Dai Okamura · 7 years ago
  68. 8be7850 uniphier: terminate boot if SCP_BL2 image is missing in SCP boot mode by Masahiro Yamada · 7 years ago
  69. 195e363 Fix MISRA defects in PMF by Antonio Nino Diaz · 7 years ago
  70. 4353499 Fix MISRA defects in workaround and errata framework by Antonio Nino Diaz · 7 years ago
  71. 15b94cc plat/arm: Fix MISRA defects in SiP SVC handler by Antonio Nino Diaz · 7 years ago
  72. 40daecc Fix MISRA defects in extension libs by Antonio Nino Diaz · 7 years ago
  73. 80d37c2 plat/arm: Introduce the N1SDP. by Deepak Pandey · 7 years ago
  74. 4012531 Merge pull request #1654 from antonio-nino-diaz-arm/an/meson-console by Soby Mathew · 7 years ago
  75. 9c8d913 meson: console: Add missing define to fix build by Antonio Nino Diaz · 7 years ago
  76. cf0886e Merge pull request #1644 from soby-mathew/sm/pie_proto by Soby Mathew · 7 years ago
  77. c38941f Merge pull request #1616 from antonio-nino-diaz-arm/an/gxbb by Soby Mathew · 7 years ago
  78. fc922ca FVP: Enable PIE for RESET_TO_BL31=1 by Soby Mathew · 7 years ago
  79. bd83b39 plat/arm: Use `mov_imm` macro to load immediate values by Soby Mathew · 7 years ago
  80. 931f7c6 PIE: Position Independant Executable support for BL31 by Soby Mathew · 7 years ago
  81. 12af5ed Make errata reporting mandatory for CPU files by Soby Mathew · 7 years ago
  82. f1722b6 PIE: Use PC relative adrp/adr for symbol reference by Soby Mathew · 7 years ago
  83. 3bd17c0 Basic Makefile changes for PIE by Soby Mathew · 7 years ago
  84. 6a7b300 Add helper to return reference to a symbol by Soby Mathew · 7 years ago
  85. 9aabd11 Merge pull request #1647 from antonio-nino-diaz-arm/an/setup-xlat by Antonio Niño Díaz · 7 years ago
  86. 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
  87. 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 7 years ago
  88. 37f647a docs: gxbb: Add documentation by Antonio Nino Diaz · 7 years ago
  89. 253d169 gxbb: Workaround for PSCI_CPU_OFF by Antonio Nino Diaz · 7 years ago
  90. d1bc714 gxbb: Implement PSCI_CPU_OFF by Antonio Nino Diaz · 7 years ago
  91. f3ff9f7 gxbb: Initial port of Amlogic Meson S905 (GXBB) by Antonio Nino Diaz · 7 years ago
  92. 9b6483c meson: console: Introduce console driver by Antonio Nino Diaz · 7 years ago
  93. b62b5b9 plat/arm/sgi: add support for SGI-Clark.Ares platform by Chandni Cherukuri · 7 years ago
  94. 7c294f9 plat/arm/sgi: add support for SGI-Clark platform by Chandni Cherukuri · 7 years ago
  95. 722236f plat/arm/css: Add SID registers for SGx platforms by Chandni Cherukuri · 7 years ago
  96. 20a8f7a plat/arm/sgi: disable Ares cpu power down bit in reset handler by Chandni Cherukuri · 7 years ago
  97. 31abc7c Merge pull request #1638 from chandnich/sgi575-update by Antonio Niño Díaz · 7 years ago
  98. deca658 Merge pull request #1636 from antonio-nino-diaz-arm/an/console by Antonio Niño Díaz · 7 years ago
  99. 583cb00 Merge pull request #1640 from soby-mathew/sm/fin_con_reg by Antonio Niño Díaz · 7 years ago
  100. e74afb6 Deprecate weak crash console functions by Antonio Nino Diaz · 7 years ago