1. f5a8214 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years, 5 months ago
  2. 5575f79 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi into next by Tom Rini · 4 years, 5 months ago
  3. 2b8692b Merge tag 'efi-2020-07-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 5 months ago
  4. 1e389a4 Merge tag 'u-boot-stm32-20200619' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 5 months ago
  5. d0cc022 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegra by Tom Rini · 4 years, 5 months ago
  6. 7929192 ARM: dts: stm32: Reinstate card detect behavior on ST boards by Patrick Delaunay · 4 years, 5 months ago
  7. 3c2e2a1 ARM: dts: stm32: Reinstate card detect behavior on DHSOM by Marek Vasut · 4 years, 5 months ago
  8. 0d7c291 cmd: bootefi: Honor the address & size cells properties correctly by Atish Patra · 4 years, 5 months ago
  9. 7b4f42b t210: Nano: Add NVME support by Tom Warren · 4 years, 6 months ago
  10. 5c3cd8e Merge tag 'fixes-for-v2020.07-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years, 5 months ago
  11. 0490925 Merge tag 'video-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-video into next by Tom Rini · 4 years, 5 months ago
  12. c46443d colibri_t20: change maintainer by Igor Opaniuk · 4 years, 7 months ago
  13. 1ec7453 ARM: tegra: Enable PSCI support for Tegra210 and Tegra186 by Jon Hunter · 4 years, 5 months ago
  14. fb264ef firmware: PSCI: Fix PSCI support for OF live trees by Jon Hunter · 4 years, 5 months ago
  15. 717e779 Azure/GitLab: Move to latest Docker image by Tom Rini · 4 years, 5 months ago
  16. fb3dd9c video: ipuv3: remove non-DM code by Anatolij Gustschin · 4 years, 6 months ago
  17. 3715791 imx: convert mx53loco board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  18. ff4e52e imx: convert mx51evk board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  19. d37618d imx: convert gwventana board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  20. c0d5117 imx: convert mx6cuboxi board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  21. 1e916aa imx: convert cgtqmx6eval board to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  22. bf4d323 imx: convert dms-ba16 boards to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  23. ddfda8e imx: convert pico-imx6 to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  24. 3f15df3 imx: convert embest boards to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  25. 10fa7ec ARM: rmobile: Increase PHY auto-negotiation timeout to 20s by Marek Vasut · 4 years, 5 months ago
  26. d789a82 net: pcnet: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  27. 59edb26 net: pcnet: Add DM support by Marek Vasut · 4 years, 6 months ago
  28. dea9b60 net: pcnet: Split common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  29. 1023a1e net: pcnet: Wrap name and enetaddr into private data by Marek Vasut · 4 years, 6 months ago
  30. 3b2d63a net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 6 months ago
  31. fdf6cbe net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 6 months ago
  32. 60074d9 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 6 months ago
  33. d20e857 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 6 months ago
  34. 69e08bd net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 6 months ago
  35. 246d2bf net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 6 months ago
  36. ae38e96 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 6 months ago
  37. 1c38c36 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 6 months ago
  38. e4797c3 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  39. 1524e40 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 6 months ago
  40. 97d5c14 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 6 months ago
  41. 6463b73 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  42. af8ecdf net: eepro100: Add DM support by Marek Vasut · 4 years, 6 months ago
  43. 8835103 net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 6 months ago
  44. 43b7383 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 6 months ago
  45. fb8307e net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 6 months ago
  46. 39daab2 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 6 months ago
  47. 389da97 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 6 months ago
  48. bd159c6 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  49. fa9e121 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 6 months ago
  50. acdf5d8 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 6 months ago
  51. a6c06ec net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 6 months ago
  52. 66fed73 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 6 months ago
  53. 6c7d3f6 net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  54. 3a15684 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  55. 047a800 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 6 months ago
  56. d47cf87 net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 6 months ago
  57. 5116aae net: eepro100: Add cache management by Marek Vasut · 4 years, 6 months ago
  58. 95655b9 net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 6 months ago
  59. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 6 months ago
  60. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 6 months ago
  61. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 6 months ago
  62. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 6 months ago
  63. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 6 months ago
  64. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 6 months ago
  65. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 6 months ago
  66. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 6 months ago
  67. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 6 months ago
  68. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 6 months ago
  69. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 6 months ago
  70. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 6 months ago
  71. 513acd0 tbs2910: migrate to DM_VIDEO by Anatolij Gustschin · 4 years, 6 months ago
  72. 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
  73. db755b3 video: ipuv3: remove some useless code to reduce binary size by Anatolij Gustschin · 4 years, 6 months ago
  74. e26e520 video: make backlight and panel drivers optional by Anatolij Gustschin · 4 years, 6 months ago
  75. 0b12f76 video: ipuv3: fix building with disabled panel driver by Anatolij Gustschin · 4 years, 6 months ago
  76. 39b9555 video: make vidconsole commands optional by Anatolij Gustschin · 4 years, 6 months ago
  77. ffd955c nitrogen6x: update video console name by Anatolij Gustschin · 4 years, 6 months ago
  78. 59d078b board: nitrogen6x: migrate to CONFIG_DM_VIDEO by Troy Kisky · 4 years, 6 months ago
  79. 1099b2a colibri_imx6: fix video stdout in default environment by Anatolij Gustschin · 4 years, 6 months ago
  80. d8c37c6 apalis_imx6: fix video stdout in default environment by Anatolij Gustschin · 4 years, 6 months ago
  81. f94e548 cm_fx6: fix video stdout in default environment by Anatolij Gustschin · 4 years, 6 months ago
  82. 2a2b94a am335x: baltos: Enable DM_SPI by Jagan Teki · 4 years, 6 months ago
  83. 8d50551 dm: spi: Convert Freescale ESPI driver to driver model by Chuanhua Han · 4 years, 6 months ago
  84. 47df4b5 powerpc: Remove TWR-P1025_defconfig board by Jagan Teki · 4 years, 5 months ago
  85. 5d226cd powerpc: Remove T4160QDS_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  86. ce17d99 powerpc: Remove T1040QDS_DDR4_defconfig board by Jagan Teki · 4 years, 5 months ago
  87. 7723a6d powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig board by Jagan Teki · 4 years, 5 months ago
  88. 197fc64 powerpc: Remove P1022DS_36BIT_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  89. 8429b95 powerpc: Remove configs/MPC8536DS_36BIT_defconfig board by Jagan Teki · 4 years, 5 months ago
  90. 447ec17 powerpc: Remove configs/C29XPCIE_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  91. 55bcea4 powerpc: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig board by Jagan Teki · 4 years, 5 months ago
  92. f178468 powerpc: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig board by Jagan Teki · 4 years, 5 months ago
  93. e3e6782 powerpc: Remove configs/B4420QDS_NAND_defconfig board by Jagan Teki · 4 years, 5 months ago
  94. 83fdb43 Merge tag 'ti-v2020.10-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · 4 years, 5 months ago
  95. 0b3a92d Merge tag 'u-boot-amlogic-20200618' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 5 months ago
  96. 9c55f5d board: amlogic: add board doc files to MAINTAINERS by Neil Armstrong · 4 years, 5 months ago
  97. 0ce3639 board: amlogic: move boards doc into doc/board/amlogic by Neil Armstrong · 4 years, 5 months ago
  98. 7a81989 common: hash: Remove a debug printf statement by Harald Seiler · 4 years, 5 months ago
  99. 9cb8952 Merge tag 'u-boot-stm32-20200616' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years, 5 months ago
  100. c0a8d6e ARM: da850-evm: Remove SPI from SPL when booting from NAND by Adam Ford · 4 years, 5 months ago