1. 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 6 years ago
  2. c10db6d stm32: Use generic console_t data structure by Andre Przywara · 6 years ago
  3. c01ee06 rcar: Use generic console_t data structure by Andre Przywara · 6 years ago
  4. 3968bc0 a3700: Use generic console_t data structure by Andre Przywara · 6 years ago
  5. 98964f0 16550: Use generic console_t data structure by Andre Przywara · 6 years ago
  6. e21a788 coreboot: Use generic base address by Andre Przywara · 6 years ago
  7. 78b40dc cdns: Use generic console_t data structure by Andre Przywara · 6 years ago
  8. f695e1e pl011: Use generic console_t data structure by Andre Przywara · 6 years ago
  9. 489e298 meson: Use generic console_t data structure by Andre Przywara · 6 years ago
  10. ac71344 console: Integrate UART base address in generic console_t by Andre Przywara · 6 years ago
  11. c83d66e Merge changes Ib68092d1,I816ea14e into integration by Sandrine Bailleux · 5 years ago
  12. 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 5 years ago
  13. 31e703f drivers/arm/scmi: allow use of multiple SCMI channels by Aditya Angadi · 6 years ago
  14. f893160 drivers/mhu: derive doorbell base address by Aditya Angadi · 6 years ago
  15. 0a6e7e3 fconf: Move platform io policies into fconf by Louis Mayencourt · 6 years ago
  16. 8164605 plat: marvell: armada: add support for loading MG CM3 images by Grzegorz Jaszczyk · 8 years ago
  17. 8c10529 Measured Boot: add function for hash calculation by Alexei Fedorov · 6 years ago
  18. 0581a88 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 6 years ago
  19. 695f7df fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 6 years ago
  20. b8718d1 io: stm32image: fix device_size type by Lionel Debieve · 6 years ago
  21. a13550d Add SPI-NOR framework by Lionel Debieve · 6 years ago
  22. c3e5773 Add SPI-NAND framework by Lionel Debieve · 6 years ago
  23. 05e6a56 Add SPI-MEM framework by Lionel Debieve · 6 years ago
  24. b114abb Add raw NAND framework by Lionel Debieve · 6 years ago
  25. 45cc606 Merge changes from topic "ld/mtd_framework" into integration by Soby Mathew · 6 years ago
  26. 22c2316 Merge "console: 16550: Prepare for skipping initialisation" into integration by Manish Pandey · 6 years ago
  27. 70cb0bf io: change seek offset to signed long long by Yann Gautier · 6 years ago
  28. c20c052 drivers: add a driver for snoop control unit by Vishnu Banavath · 6 years ago
  29. cd50ffd console: 16550: Prepare for skipping initialisation by Andre Przywara · 6 years ago
  30. 0d35873 Merge changes from topic "allwinner_pmic" into integration by Soby Mathew · 6 years ago
  31. 2f3abc1 Merge changes from topic "allwinner_pmic" into integration by Sandrine Bailleux · 6 years ago
  32. 0bc752c allwinner: Convert AXP803 regulator setup code into a driver by Samuel Holland · 6 years ago
  33. f6d9c4c drivers: allwinner: axp: Add AXP805 support by Samuel Holland · 6 years ago
  34. b862292 cryptocell: add cryptocell 712 RSA 3K support by Gilad Ben-Yossef · 6 years ago
  35. fcc337c gic/gic600: add support for multichip configuration by Vijayenthiran Subramaniam · 6 years ago
  36. 9d811b8 delay: correct timeout_init_us() by Yann Gautier · 6 years ago
  37. 0711ee5 delay: timeout detection support by Lionel Debieve · 6 years ago
  38. 19e2af7 crypto: stm32_hash: align stm32_hash_update() prototype by Yann Gautier · 6 years ago
  39. ace2368 Merge changes from topic "ld/stm32-authentication" into integration by Soby Mathew · 6 years ago
  40. 41bda86 Merge changes from topic "mp/giv3-discovery" into integration by Soby Mathew · 6 years ago
  41. 69ef7b7 Merge changes I0283fc2e,Ib476d024,Iada05f7c into integration by Paul Beesley · 6 years ago
  42. ec83492 GICv3: Enable multi socket GIC redistributor frame discovery by Madhukar Pappireddy · 6 years ago
  43. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
  44. b1e0b11 crypto: stm32_hash: Add HASH driver by Lionel Debieve · 6 years ago
  45. f8631f5 drivers: partition: support different block size by Haojian Zhuang · 6 years ago
  46. 990ab78 rpi3: Move rng driver to drivers by Andre Przywara · 6 years ago
  47. c003118 rpi3: Move VC mailbox driver into generic drivers directory by Andre Przywara · 6 years ago
  48. aacff74 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 6 years ago
  49. 9af73b3 Merge changes from topic "amlogic-refactoring" into integration by Soby Mathew · 6 years ago
  50. 749b334 Merge "mbedtls: use #include <...> instead of "..."" into integration by Soby Mathew · 6 years ago
  51. 01b2a7f amlogic: Move the SHA256 DMA driver to common directory by Carlo Caione · 6 years ago
  52. 4a079c7 meson: Rename platform directory to amlogic by Carlo Caione · 6 years ago
  53. 948a0c0 mbedtls: use #include <...> instead of "..." by Masahiro Yamada · 6 years ago
  54. 2c2c9f1 mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 6 years ago
  55. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  56. f51df47 console: add a flag to prepend '\r' in the multi-console framework by Masahiro Yamada · 6 years ago
  57. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  58. 8612643 Merge changes from topic "gby/cryptocell-multi-vers" into integration by Soby Mathew · 6 years ago
  59. 76f3c7d cryptocell: add product version awareness support by Gilad Ben-Yossef · 6 years ago
  60. 36ec2bb cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 6 years ago
  61. 57bf605 Factor out cross-BL API into export headers suitable for 3rd party code by Julius Werner · 6 years ago
  62. 3e43121 Update base code to not rely on undefined overflow behaviour by Justin Chadwell · 6 years ago
  63. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  64. fc3c382 Merge changes from topic "yg/clk_syscfg_dt" into integration by John Tsichritzis · 6 years ago
  65. de3ad4f Merge changes If61ab215,I3e8b0251,I1757eee9,I81b48475,I46b445a7, ... into integration by John Tsichritzis · 6 years ago
  66. d4151d2 clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array by Yann Gautier · 6 years ago
  67. f66358a clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 6 years ago
  68. 018358f rcar_gen3: console: Convert to multi-console API by Marek Vasut · 6 years ago
  69. 2efb7dd Fix type of cot_desc_ptr by Sandrine Bailleux · 6 years ago
  70. 1461ad9 SMMUv3: Abort DMA transactions by Alexei Fedorov · 6 years ago
  71. ccd4d47 SMMUv3: refactor the driver code by Alexei Fedorov · 6 years ago
  72. f79abf5 drivers/sbsa: add sbsa watchdog driver by Aditya Angadi · 6 years ago
  73. 3007042 cot-desc: optimise memory further by Joel Hutton · 6 years ago
  74. 0b6377d Reduce memory needed for CoT description by Joel Hutton · 6 years ago
  75. cc69cfd tzc: remove deprecated types by Ambroise Vincent · 6 years ago
  76. b99f922 meson/gxl: Add support for SHA256 DMA engine by Remi Pommarel · 6 years ago
  77. 609e053 Remove several warnings reported with W=1 by Ambroise Vincent · 6 years ago
  78. b79239d Merge pull request #1879 from pbeesley-arm/pb/todo-removal by Soby Mathew · 6 years ago
  79. 77913d4 Merge pull request #1858 from thloh85-intel/dwmmc_fixes by Soby Mathew · 6 years ago
  80. cf6c30e plat/arm: mhu: make mhu driver generic by Masahisa Kojima · 6 years ago
  81. 9a2fffb drivers: Remove TODO from io_storage by Paul Beesley · 6 years ago
  82. 3d0f30b drivers: synopsys: Fix synopsys MMC driver by Tien Hock, Loh · 6 years ago
  83. 3c652a2 Merge pull request #1863 from thloh85-intel/mmc_fixes by Dimitris Papastamos · 6 years ago
  84. a468e75 drivers: mmc: Fix some issues with MMC stack by Tien Hock, Loh · 6 years ago
  85. 2c8ef2a rpi3: sdhost: SDHost driver improvement by Ying-Chun Liu (PaulLiu) · 6 years ago
  86. b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 6 years ago
  87. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  88. 5202cb3 stm32mp1: add timeout detection in reset driver by Yann Gautier · 6 years ago
  89. 447b2b1 stm32mp1: split clkfunc code by Yann Gautier · 6 years ago
  90. d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 6 years ago
  91. dfdb057 stm32mp1: use new functions to manage timeouts by Yann Gautier · 6 years ago
  92. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  93. 0503adf rpi3: Add SDHost driver by Ying-Chun Liu (PaulLiu) · 7 years ago
  94. d4dcadb Merge pull request #1773 from grandpaul/rpi3-gpio-driver by Antonio Niño Díaz · 7 years ago
  95. d604ac4 rpi3: Add GPIO driver by Ying-Chun Liu (PaulLiu) · 7 years ago
  96. 560293b fvp: pwrc: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  97. 5932d19 plat/arm: sds: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  98. 2d4135e plat/arm: scp: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  99. 0387aa4 plat/arm: scpi: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago
  100. c411396 plat/arm: mhu: Move to drivers/ folder by Antonio Nino Diaz · 7 years ago