1. bef9a10 PMF: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  2. 4829df8 PSCI: Refactor lock macros to comply with MISRA by Antonio Nino Diaz · 6 years ago
  3. 369742e PSCI: Add missing function argument names by Antonio Nino Diaz · 6 years ago
  4. 97373c3 PSCI: Replace macros by static inline functions by Antonio Nino Diaz · 6 years ago
  5. f00119d Fix check_[uptr/u32]_overflow() macros MISRA defects by Antonio Nino Diaz · 6 years ago
  6. 029f5a2 Introduce UL(), L() and LL() macros by Antonio Nino Diaz · 6 years ago
  7. ba0248b Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6 by danh-arm · 6 years ago
  8. 992a353 Merge pull request #1483 from antonio-nino-diaz-arm/an/rpi3-psci by danh-arm · 6 years ago
  9. 224e1ab Merge pull request #1481 from antonio-nino-diaz-arm/an/xlat-refactor by danh-arm · 6 years ago
  10. e4686fd Merge pull request #1449 from theopolis/hikey-tbb by danh-arm · 6 years ago
  11. 8ff0dfa Merge pull request #1482 from sandrine-bailleux-arm/sb/fix-hcptr by danh-arm · 6 years ago
  12. 23e0fe5 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · 6 years ago
  13. 255f5c8 io: Allow image load to address zero by Konstantin Porotchkin · 6 years ago
  14. 34ec7ec plat: marvell: Add board support for A8K platform by Konstantin Porotchkin · 6 years ago
  15. 486f868 plat: marvell: Add common ARMADA platform components by Konstantin Porotchkin · 6 years ago
  16. 939e085 docs: Add Marvell build and porting documents by Konstantin Porotchkin · 6 years ago
  17. 434e029 tools: add support for Marvell doimage by Konstantin Porotchkin · 6 years ago
  18. f87e944 marvell: drivers: Add i2c driver by Konstantin Porotchkin · 6 years ago
  19. 0ade8cd mvebu: cp110: add COMPHY driver by Konstantin Porotchkin · 6 years ago
  20. d5a6f86 marvell: drivers: Add thermal driver by Konstantin Porotchkin · 6 years ago
  21. 152b0e4 marvell: drivers: Add L3/system cache management drivers by Konstantin Porotchkin · 6 years ago
  22. bc6206f lib: cpu: Add L2 cache aux control register definition to CA72 by Konstantin Porotchkin · 6 years ago
  23. 031542f marvell: drivers: Add MoChi drivers by Konstantin Porotchkin · 6 years ago
  24. c0474d5 marvell: drivers: Add address decoding units drivers by Konstantin Porotchkin · 6 years ago
  25. 752faf8 maintainers: Add Marvell to maintainers list by Konstantin Porotchkin · 6 years ago
  26. 2e4eea1 Merge pull request #1471 from Anson-Huang/master by Soby Mathew · 6 years ago
  27. e62ea09 Fix HCPTR.TCP11 bit definition by Sandrine Bailleux · 6 years ago
  28. 3039988 Fix types of arch.h definitions by Antonio Nino Diaz · 6 years ago
  29. 0107aa4 Add missing parentheses to macros in arch.h by Antonio Nino Diaz · 6 years ago
  30. 344e403 Merge pull request #1480 from sandrine-bailleux-arm/topics/sb/debug-macros by Soby Mathew · 6 years ago
  31. aa49bde rpi3: Move NS-DRAM out of the protected region by Antonio Nino Diaz · 6 years ago
  32. 97fb05e rpi3: Switch addresses of kernel and DTB by Antonio Nino Diaz · 6 years ago
  33. 5e2e024 rpi3: Update documentation by Antonio Nino Diaz · 6 years ago
  34. 76c944a rpi3: Add support for direct Linux kernel boot by Antonio Nino Diaz · 6 years ago
  35. 6d924ca rpi3: Don't wire mailbox 3 to FIQ line by Antonio Nino Diaz · 6 years ago
  36. 6297d6f rpi3: Fix warm entrypoint setup for PSCI_CPU_ON by Antonio Nino Diaz · 6 years ago
  37. 1aad932 rpi3: Add support for the stack protector by Antonio Nino Diaz · 6 years ago
  38. 4ad2696 rpi3: Introduce hardware RNG driver by Antonio Nino Diaz · 6 years ago
  39. 98967fb rpi3: Remove broken support of RESET_TO_BL31 by Antonio Nino Diaz · 6 years ago
  40. f9d2808 Merge pull request #1478 from antonio-nino-diaz-arm/an/rpi3-improvements by Soby Mathew · 6 years ago
  41. 1dd6c05 xlat: Remove references to the Trusted Firmware by Antonio Nino Diaz · 6 years ago
  42. 73b0eaf SPM: Use generic MMU setup functions by Antonio Nino Diaz · 6 years ago
  43. 63ddbae xlat v2: Make setup_mmu_config public by Antonio Nino Diaz · 6 years ago
  44. 4f2f66a rpi3: Detect board revision by Antonio Nino Diaz · 6 years ago
  45. 42ba8f7 rpi3: Implement PSCI_SYSTEM_OFF by Antonio Nino Diaz · 6 years ago
  46. 64fe343 rpi3: Concatenate BL1 and FIP automatically by Antonio Nino Diaz · 6 years ago
  47. 9ceda8b Merge pull request #1477 from dp-arm/dp/css-ap-core by Dimitris Papastamos · 6 years ago
  48. 6563c0b xlat v2: Turn MMU parameters into 64-bit values by Antonio Nino Diaz · 6 years ago
  49. aa1d5f6 xlat v2: Remove IMAGE_EL define by Antonio Nino Diaz · 6 years ago
  50. 8d164bc xlat v2: Remove unused tlbi helper by Antonio Nino Diaz · 6 years ago
  51. 468e238 xlat v2: Remove architectural headers by Antonio Nino Diaz · 6 years ago
  52. c426fd7 Tegra: Fix up INFO() message by Sandrine Bailleux · 6 years ago
  53. 6f4ee72 Fix verbose messages in SDEI code by Sandrine Bailleux · 6 years ago
  54. cf24229 Run compiler on debug macros for type checking by Sandrine Bailleux · 6 years ago
  55. b19269a Merge pull request #1432 from Yann-lms/mmc_framework by Dimitris Papastamos · 6 years ago
  56. 6e779ac Merge pull request #1476 from grandpaul/paulliu-rpi3-modify-size by Dimitris Papastamos · 6 years ago
  57. 1be2f66 Merge pull request #1464 from antonio-nino-diaz-arm/an/rpi3-ints by Dimitris Papastamos · 6 years ago
  58. fa7e2e6 Merge pull request #1475 from sandrine-bailleux-arm/topics/sb/misra-fvp-opteed by Dimitris Papastamos · 6 years ago
  59. 2a246d2e CSS: Use SCMI AP core protocol to set the warm boot entrypoint by Dimitris Papastamos · 6 years ago
  60. bfe3c44 Add support for SCMI AP core configuration protocol v1.0 by Dimitris Papastamos · 6 years ago
  61. 8ef9f86 imx: imx8qm: add domain suspend/resume support by Anson Huang · 6 years ago
  62. 0f53bca imx: imx8qm: add domain off support by Anson Huang · 6 years ago
  63. d31ffcf imx: imx8qm: add system reset support by Anson Huang · 6 years ago
  64. db81c59 imx: imx8qm: add system off support by Anson Huang · 6 years ago
  65. 762688b imx: imx8qx: add domain suspend/resume support by Anson Huang · 6 years ago
  66. 8ebf806 rpi3: enlarge SEC_DRAM0_SIZE for optee_test to pass by Ying-Chun Liu (PaulLiu) · 6 years ago
  67. 3260f5c imx: imx8qx: add domain off support by Anson Huang · 6 years ago
  68. 351e373 imx: imx8qx: add system reset support by Anson Huang · 6 years ago
  69. 8972694 imx: imx8qx: add system off support by Anson Huang · 6 years ago
  70. d35de55 rpi3: Implement simple interrupt routing by Antonio Nino Diaz · 6 years ago
  71. 1931d1d ARM platforms: Make arm_lock static by Sandrine Bailleux · 6 years ago
  72. ed8c374 ARM platforms: Remove some duplicate declarations by Sandrine Bailleux · 6 years ago
  73. 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 6 years ago
  74. df4c512 Merge pull request #1474 from dp-arm/dp/cpus by Dimitris Papastamos · 6 years ago
  75. 46e8870 Add initial CPU support for Cortex-Helios by Joel Hutton · 7 years ago
  76. c84b6cb Add initial CPU support for Cortex-Deimos by Joel Hutton · 6 years ago
  77. 6cbf17d Merge pull request #1473 from robertovargas-arm/misra by Dimitris Papastamos · 6 years ago
  78. 9a93d8c Merge pull request #1460 from robertovargas-arm/clang by Dimitris Papastamos · 6 years ago
  79. 4a98f0e Update documentation about how to use clang toolchain by Roberto Vargas · 6 years ago
  80. 7040155 Use clang as preprocessor when clang toolchain is selected by Roberto Vargas · 6 years ago
  81. 1684b87 Use clang assembler when clang compiler is used by Roberto Vargas · 6 years ago
  82. 9fdad69 Remove integrity check in declare_cpu_ops_base by Roberto Vargas · 6 years ago
  83. f21b9f6 Remove .struct directive by Roberto Vargas · 6 years ago
  84. be7d7f9 Remove string concatenation in assembler files by Roberto Vargas · 6 years ago
  85. a9203ed Add end_vector_entry assembler macro by Roberto Vargas · 6 years ago
  86. b2805da Remove .func and .endfunc assembler directives by Roberto Vargas · 6 years ago
  87. 2adee76 Allow overriding the linker by Roberto Vargas · 6 years ago
  88. ad92509 Add .extab and .exidx sections by Roberto Vargas · 6 years ago
  89. 5629b2b Use ALIGN instead of NEXT in linker scripts by Roberto Vargas · 6 years ago
  90. 00b7db3 Add documentation about clang version supported by Roberto Vargas · 6 years ago
  91. 89a7934 Merge pull request #1469 from satheesbalya-arm/dtc_doc by Dimitris Papastamos · 6 years ago
  92. befcbdf Added device-tree-compiler to the list of packages by Sathees Balya · 6 years ago
  93. 311a1a8 Fix MISRA rule 8.4 by Roberto Vargas · 7 years ago
  94. 0fbb7a4 Fix MISRA rule 8.3 by Roberto Vargas · 7 years ago
  95. a9b5b4a Fix MISRA rule 8.4 by Roberto Vargas · 7 years ago
  96. c96f297 Fix MISRA rule 8.3 by Roberto Vargas · 7 years ago
  97. bcf50ed Merge pull request #1468 from grandpaul/paulliu-fix-cert-create-ftbfs by Dimitris Papastamos · 6 years ago
  98. aba0c7a tools/cert_create: fix makefile to build build_msg.o by HOSTCC by Ying-Chun Liu (PaulLiu) · 6 years ago
  99. b6c07bb Merge pull request #1463 from grandpaul/paulliu-rpi3-tbb0 by Dimitris Papastamos · 6 years ago
  100. e59a3bf hikey: Add development TBB support by Teddy Reed · 6 years ago