1. 52fb049 rcar: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  2. 0342f40 a3700: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  3. 98b5a11 16550: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  4. 7110d99 imx: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  5. c2f8d6d coreboot: Use generic base address by Andre Przywara · 4 years, 5 months ago
  6. bc39cac skeletton: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  7. 8ccc4a4 cdns: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  8. 2b1b1a5 pl011: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  9. 0cd5344 meson: Use generic console_t data structure by Andre Przywara · 4 years, 5 months ago
  10. 0a176e3 include: move MHZ_TICKS_PER_SEC to utils_def.h by Varun Wadekar · 4 years, 5 months ago
  11. 0ee577d Merge changes I72846d86,I70c3d873,If675796a,I0dbf8091,Ie4f3ac83, ... into integration by Sandrine Bailleux · 4 years, 4 months ago
  12. 512d102 Merge "TBBR: Reduce size of hash buffers when possible" into integration by Sandrine Bailleux · 4 years, 4 months ago
  13. b359729 Merge "TBBR: Reduce size of ECDSA key buffers" into integration by Sandrine Bailleux · 4 years, 4 months ago
  14. 2d9c87d Merge "coverity: fix MISRA violations" into integration by Mark Dykes · 4 years, 4 months ago
  15. 91d8061 coverity: fix MISRA violations by Zelalem · 4 years, 5 months ago
  16. fd754ce TBBR: Reduce size of hash buffers when possible by Sandrine Bailleux · 4 years, 5 months ago
  17. 41477e7 TBBR: Reduce size of ECDSA key buffers by Sandrine Bailleux · 4 years, 5 months ago
  18. 82e9c41 rcar_gen3: drivers: ddr: Update DDR setting for H3, M3, M3N by Chiaki Fujii · 4 years, 6 months ago
  19. 8c2f32d rcar_gen3: drivers: ddr: Update DDR setting for H3, M3, M3N by Chiaki Fujii · 4 years, 7 months ago
  20. 94ea41b rcar_gen3: drivers: board: Add new board revision for M3ULCB by Yusuke Goda · 4 years, 7 months ago
  21. aea0286 rcar_gen3: drivers: ddr: Update DDR setting for H3, M3, M3N by Chiaki Fujii · 4 years, 10 months ago
  22. bc0fdde Merge changes Ib68092d1,I816ea14e into integration by Sandrine Bailleux · 4 years, 5 months ago
  23. 94eb27f Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 4 years, 5 months ago
  24. bcc0ade Merge "coverity: Fix MISRA null pointer violations" into integration by Mark Dykes · 4 years, 5 months ago
  25. 7f8837b drivers/arm/scmi: allow use of multiple SCMI channels by Aditya Angadi · 4 years, 6 months ago
  26. 7b424ba drivers/mhu: derive doorbell base address by Aditya Angadi · 4 years, 6 months ago
  27. 944ade8 fconf: initial commit by Louis Mayencourt · 5 years ago
  28. e8dadb1 coverity: Fix MISRA null pointer violations by Zelalem · 4 years, 5 months ago
  29. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · 4 years, 5 months ago
  30. 17e43dd plat: marvell: armada: add support for loading MG CM3 images by Grzegorz Jaszczyk · 7 years ago
  31. ff46037 Merge "Use correct type when reading SCR register" into integration by Alexei Fedorov · 4 years, 5 months ago
  32. 913cb7e Measured Boot: add function for hash calculation by Alexei Fedorov · 4 years, 5 months ago
  33. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · 4 years, 5 months ago
  34. 923e4d3 spi: stm32_qspi: Add QSPI support by Lionel Debieve · 4 years, 9 months ago
  35. 2c0ba88 fmc: stm32_fmc2_nand: Add FMC2 driver support by Lionel Debieve · 4 years, 9 months ago
  36. ed821de Add SPI-NOR framework by Lionel Debieve · 4 years, 9 months ago
  37. 65805c1 Add SPI-NAND framework by Lionel Debieve · 4 years, 9 months ago
  38. 094ab3d Add SPI-MEM framework by Lionel Debieve · 4 years, 9 months ago
  39. 64a524d Add raw NAND framework by Lionel Debieve · 4 years, 10 months ago
  40. 1021916 Merge changes from topic "ld/mtd_framework" into integration by Soby Mathew · 4 years, 6 months ago
  41. 86cac73 Merge "console: 16550: Prepare for skipping initialisation" into integration by Manish Pandey · 4 years, 6 months ago
  42. f30cddc io: change seek offset to signed long long by Yann Gautier · 5 years ago
  43. 025b1d2 Merge "Unify type of "cpu_idx" across PSCI module." into integration by Mark Dykes · 4 years, 6 months ago
  44. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 7 months ago
  45. aa190c1 Merge "rcar_gen3: drivers: ddr: Move DDR drivers out of staging" into integration by Manish Pandey · 4 years, 6 months ago
  46. 1fab9c3 Remove redundant declarations. by Madhukar Pappireddy · 4 years, 6 months ago
  47. 73f24ef rcar_gen3: drivers: ddr: Move DDR drivers out of staging by Marek Vasut · 4 years, 9 months ago
  48. 2df6d17 drivers: add a driver for snoop control unit by Vishnu Banavath · 4 years, 7 months ago
  49. 4049779 console: 16550: Prepare for skipping initialisation by Andre Przywara · 4 years, 7 months ago
  50. 1942037 Merge "drivers: marvell: comphy-a3700: support SGMII COMPHY power off" into integration by Mark Dykes · 4 years, 7 months ago
  51. 462e245 Merge "drivers: marvell: comphy-a3700: fix USB3 powering on when on lane 2" into integration by Mark Dykes · 4 years, 7 months ago
  52. 31450f8 Merge changes from topic "allwinner_pmic" into integration by Soby Mathew · 4 years, 7 months ago
  53. c50ebc4 Merge changes from topic "allwinner_pmic" into integration by Sandrine Bailleux · 4 years, 7 months ago
  54. 5697f15 Merge "cryptocell: add cryptocell 712 RSA 3K support" into integration by Soby Mathew · 4 years, 7 months ago
  55. 5614789 allwinner: Convert AXP803 regulator setup code into a driver by Samuel Holland · 4 years, 8 months ago
  56. e62c5dd drivers: allwinner: axp: Add AXP805 support by Samuel Holland · 4 years, 8 months ago
  57. 4f94cbc drivers: marvell: comphy-a3700: support SGMII COMPHY power off by Marek Behún · 4 years, 8 months ago
  58. 718e02c drivers: marvell: comphy-a3700: fix USB3 powering on when on lane 2 by Marek Behún · 4 years, 9 months ago
  59. a6e5342 cryptocell: add cryptocell 712 RSA 3K support by Gilad Ben-Yossef · 4 years, 10 months ago
  60. e5ed19c Merge changes from topic "bs/libc" into integration by Soby Mathew · 4 years, 7 months ago
  61. fddf518 libc: Consolidate unified definitions by Bence Szépkúti · 4 years, 8 months ago
  62. d7dd85f Merge "Enable -Wlogical-op always" into integration by Manish Pandey · 4 years, 7 months ago
  63. 2afd023 Merge "Enable -Wshadow always" into integration by Manish Pandey · 4 years, 7 months ago
  64. 42d18ca Enable -Wlogical-op always by Justin Chadwell · 4 years, 10 months ago
  65. 7d0e3ba Enable -Wshadow always by Justin Chadwell · 4 years, 10 months ago
  66. 0ac3941 GIC-600: Fix include ordering according to the coding style by Max Shvetsov · 4 years, 8 months ago
  67. 88fba67 GIC-600: Fix power up sequence by Alexei Fedorov · 5 years ago
  68. 50ff5e2 Merge "TF-A: Fix non-standard frequency issue in udelay" into integration by Soby Mathew · 4 years, 8 months ago
  69. 72a7663 TF-A: Fix non-standard frequency issue in udelay by Max Shvetsov · 4 years, 8 months ago
  70. 2f61842 Merge changes from topic "gic600_multichip" into integration by Paul Beesley · 4 years, 8 months ago
  71. ad3fc76 gic/gic600: add support for multichip configuration by Vijayenthiran Subramaniam · 4 years, 10 months ago
  72. bda60d3 SMMUv3:Changed retry loop to delay timer(GENFW-3329) by Deepika Bhavnani · 4 years, 8 months ago
  73. 96124f4 Correct UART PL011 initialization calculation by Avinash Mehta · 4 years, 9 months ago
  74. c5c6945 gpio: stm32_gpio: do not mix error code types by Nicolas Le Bayon · 4 years, 10 months ago
  75. 38d8035 mmc: increase delay between ACMD41 retries by Yann Gautier · 4 years, 11 months ago
  76. 97b523f Merge changes from topic "ld/stm32-authentication" into integration by Soby Mathew · 4 years, 9 months ago
  77. 543c799 Merge changes from topic "amlogic-g12a" into integration by Soby Mathew · 4 years, 9 months ago
  78. 50a934e Merge "GICv3 driver: Fix support for full SPI range" into integration by Soby Mathew · 4 years, 9 months ago
  79. 5b8664b Merge changes from topic "mp/giv3-discovery" into integration by Soby Mathew · 4 years, 9 months ago
  80. c8f29b4 Merge changes I0283fc2e,Ib476d024,Iada05f7c into integration by Paul Beesley · 4 years, 9 months ago
  81. 5fd1f9d GICv3: Enable multi socket GIC redistributor frame discovery by Madhukar Pappireddy · 5 years ago
  82. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · 4 years, 10 months ago
  83. 0e73d73 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 4 years, 10 months ago
  84. 8cc21ea crypto: stm32_hash: Add HASH driver by Lionel Debieve · 4 years, 10 months ago
  85. 42a746d drivers: partition: support different block size by Haojian Zhuang · 4 years, 10 months ago
  86. dc52a05 amlogic: sha_dma: Move register mappings to platform header by Carlo Caione · 4 years, 10 months ago
  87. 93de78c rpi3: Move rng driver to drivers by Andre Przywara · 5 years ago
  88. 05862fc rpi3: Move VC mailbox driver into generic drivers directory by Andre Przywara · 5 years ago
  89. 68f2688 GICv3 driver: Fix support for full SPI range by Alexei Fedorov · 4 years, 10 months ago
  90. 178dbbf Merge "stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver" into integration by Soby Mathew · 4 years, 10 months ago
  91. 3168a20 Remove RSA PKCS#1 v1.5 support from cert_tool by Justin Chadwell · 4 years, 10 months ago
  92. f9b32c1 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 5 years ago
  93. 018699f Merge changes I072c0f61,I798401f4,I9648ef55,I7225d9fa,Ife682288, ... into integration by Soby Mathew · 4 years, 10 months ago
  94. c60016a Merge changes from topic "amlogic-refactoring" into integration by Soby Mathew · 4 years, 10 months ago
  95. a30e5f7 stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 4 years, 10 months ago
  96. 23a9ad2 amlogic: Move the SHA256 DMA driver to common directory by Carlo Caione · 4 years, 10 months ago
  97. 189494a meson: Rename platform directory to amlogic by Carlo Caione · 4 years, 10 months ago
  98. 6d9e6a0 mmc: stm32_sdmmc2: correctly manage block size by Yann Gautier · 5 years ago
  99. 3194afe mmc: stm32_sdmmc2: manage max-frequency property from DT by Yann Gautier · 5 years ago
  100. e97b663 stm32mp1: move check_header() to common code by Yann Gautier · 5 years ago