1. 4cb862f cros_ec: Increase command timeout for flash erase by Simon Glass · 4 years ago
  2. d237e9c cros_ec: Correct collection of EC hash by Simon Glass · 4 years ago
  3. b3f4873 Merge tag 'efi-2021-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  4. 68cbc63 net: ks8851: Implement EEPROM MAC address readout by Marek Vasut · 4 years ago
  5. b055a05 input: add support for FN1 - FN10 on crosswire kbd by Heinrich Schuchardt · 4 years ago
  6. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  7. d062c13 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years ago
  8. 44c74bd sysinfo: Provide a default driver to set SMBIOS values by Simon Glass · 4 years ago
  9. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years ago
  10. dd27cd6 x86: pinctrl: Silence the warning when a pin is not found by Simon Glass · 4 years ago
  11. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  12. dd30c5b x86: sound: Correct error handling by Simon Glass · 4 years ago
  13. 7716c32 Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years ago
  14. 6900797 cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENT by Alper Nebi Yasak · 4 years ago
  15. 329dccc sandbox: implement reset by Heinrich Schuchardt · 4 years ago
  16. 9d20db0 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 1 month ago
  17. ed0f868 cros_ec: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years, 1 month ago
  18. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  19. 8ccc6bf sysreset: Add poweroff-gpio driver by Sebastian Reichel · 4 years, 2 months ago
  20. 9bbe210 rtc: m41t62: add oscillator fail bit reset support by Sebastian Reichel · 4 years, 2 months ago
  21. 8691198 rtc: m41t62: reset SQW in m41t62_rtc_reset by Sebastian Reichel · 4 years, 2 months ago
  22. cfe8949 bootcount: add a DM SPI flash backing store for bootcount by Sebastian Reichel · 4 years, 2 months ago
  23. 95b3d6a watchdog: Hide WATCHDOG_RESET_DISABLE by Michael Walle · 4 years, 1 month ago
  24. 85abf04 thermal: imx_tmu: fix missing include by Tim Harvey · 4 years ago
  25. 2c31d7e Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years ago
  26. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago WIP/30Oct2020
  27. 9abece3 video: rockchip: Support 4K resolution for rk3288, HDMI by Jagan Teki · 4 years ago
  28. f234566 dfu: add dfu_write_by_alt() by AKASHI Takahiro · 4 years ago
  29. 6beaa47 dfu: export dfu_list by AKASHI Takahiro · 4 years ago
  30. 3149e52 common: update: add a generic interface for FIT image by AKASHI Takahiro · 4 years ago
  31. 1c2d129 dfu: modify an argument type for an address by AKASHI Takahiro · 4 years ago
  32. 045fd8b dfu: rename dfu_tftp_write() to dfu_write_by_name() by AKASHI Takahiro · 4 years ago
  33. fb71c3f rtc: initialize emulated RTC from environment variable by Heinrich Schuchardt · 4 years ago
  34. 0ca4b55 rtc: use probe() to initialize emulated RTC by Heinrich Schuchardt · 4 years ago
  35. 127c8d8 video: rockchip: Add missing dpcd_write() call to link_train_ce() by Alper Nebi Yasak · 4 years ago
  36. 2db36c6 ram: rockchip: px30: add a config-based ddr selection by Heiko Stuebner · 4 years, 1 month ago
  37. da0be4e clk: rockchip: rk3399: implement getting wdt/alive clocks by Jack Mitchell · 4 years, 1 month ago
  38. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  39. bb44ebd x86: apl: Take advantage of the of-platdata parent support by Simon Glass · 4 years, 1 month ago
  40. d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 1 month ago
  41. 9e948b9 dm: core: Convert #ifdef to if() in root.c by Simon Glass · 4 years, 1 month ago
  42. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 1 month ago
  43. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years, 1 month ago
  44. 67507e4 sandbox: Fix up building for of-platdata by Simon Glass · 4 years, 1 month ago
  45. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 1 month ago
  46. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  47. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 1 month ago
  48. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years ago
  49. abb9cd3 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years, 1 month ago
  50. c147329 sandbox: Drop ad-hoc device declarations in SPL by Simon Glass · 4 years, 1 month ago
  51. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 1 month ago
  52. 8d7f3fc Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years ago WIP/29Oct2020
  53. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years ago
  54. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years ago
  55. aaedaaa mtd: nand: pxa3xx: enable NAND controller if the SoC needs it by Shmuel Hazan · 4 years ago
  56. d3d880b mmc: zynq_sdhci: Extend UHS timings till hs200 by Ashok Reddy Soma · 4 years ago
  57. 6d1edab mtd: pxa3xx_nand: remove dead code by Baruch Siach · 4 years ago
  58. 8dddfff mtd: pxa3xx_nand: port to use driver model by Shmuel Hazan · 4 years ago
  59. 3261f6d phy: marvell: cp110: update mode parameter for pcie power on calls by Igal Liberman · 4 years ago
  60. 0a1a164 phy: marvell: cp110: let the firmware configure comphy for PCIe by Grzegorz Jaszczyk · 4 years ago
  61. b24bb99 phy: marvell: cp110: let the firmware configure the comphy by Grzegorz Jaszczyk · 4 years ago
  62. 35b8b92 drivers: mux: mmio-based syscon mux controller by Jean-Jacques Hiblot · 4 years ago
  63. 90a979d dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years ago
  64. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years ago
  65. 87e9963 rtc: provide an emulated RTC by Heinrich Schuchardt · 4 years ago
  66. 2e819a7 mmc: zynq_sdhci: Add clock phase delays for Versal by Ashok Reddy Soma · 4 years ago
  67. f4b297b mmc: zynq_sdhci: Set tapdelays based on clk phase delays by Ashok Reddy Soma · 4 years ago
  68. 80355ae mmc: zynq_sdhci: Read clock phase delays from dt by Michal Simek · 4 years ago
  69. 9851f50 mmc: zynq_sdhci: Move macro to the top by Michal Simek · 4 years ago
  70. 17a42ab mmc: Define timing macro's by Ashok Reddy Soma · 4 years ago
  71. 7a49a16 Revert "mmc: zynq: parse dt when probing" by Ashok Reddy Soma · 4 years ago
  72. 17fbb598f spi: zynq_qspi: Add function description by Ashok Reddy Soma · 4 years, 9 months ago
  73. 89b7f10 mtd: spi: Fix incorrect indentation by Michal Simek · 4 years ago
  74. 83594f3c xilinx: common: Move ZYNQ_GEM_I2C_MAC_OFFSET to board Kconfig by Michal Simek · 4 years ago
  75. ea836be spi: zynq_qspi: Use clk subsystem to get reference qspi clk by T Karthik Reddy · 4 years, 9 months ago
  76. b79a703 spi: zynq_spi: Use clk subsystem to get reference spi clk by T Karthik Reddy · 4 years, 9 months ago
  77. 6c9662d serial: pl01x: Add error value checking by Michal Simek · 4 years ago
  78. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 3 months ago
  79. c94b44c spi: xilinx_spi: remove unused local variable by T Karthik Reddy · 4 years, 1 month ago
  80. f08d0c5 mailbox: zynqmp: Extend timeout for getting observation bit by Michal Simek · 4 years, 1 month ago
  81. 5690128 firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called by Michal Simek · 4 years, 1 month ago
  82. e1303b2 spi: xilinx_spi: Remove unused variable by Michal Simek · 4 years, 1 month ago
  83. 43428c6 Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 4 years ago WIP/26Oct2020
  84. 9dec5a0 nokia_rx51: disable obsolete VIDEO config by Anatolij Gustschin · 4 years ago
  85. 8c9940d eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years ago
  86. 47d7e3b riscv: Move timer portions of SiFive CLINT to drivers/timer by Sean Anderson · 4 years ago
  87. 7dbebeb timer: Add _TIMER suffix to Andes PLMT Kconfig by Sean Anderson · 4 years ago
  88. 79b135f riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · 4 years ago
  89. 8bb7496 clk: kendryte: no need to check argument of free() by Heinrich Schuchardt · 4 years, 1 month ago
  90. 62ee957 phy: nop-phy: add clk bulk by Peng Fan · 4 years ago
  91. 7a46274 i2c: i2c-gpio: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  92. a3b3c1d power: regulator: gpio-regulator: Convert to use APIs which support live DT by Patrick Delaunay · 4 years, 1 month ago
  93. 2d69b08 power: regulator: gpio-regulator: protect count value by Patrick Delaunay · 4 years, 1 month ago
  94. cc696f5 Revert "serial: serial_xen: print U-Boot banner and others" by Tom Rini · 4 years ago
  95. 467591b Revert "serial: serial_xen: add DEBUG_UART support" by Tom Rini · 4 years ago
  96. 0205beb dm: pci: fsl: Correct the workaround of erratum A-007815 by Hou Zhiqiang · 4 years ago
  97. c760095 net: lx2160a.c: Update to set ECx_PMUX precedence by Razvan Ionut Cirjan · 4 years ago
  98. d5d6b54 gpio: mpc8xxx: support fsl-layerscape platform by hui.song · 4 years, 1 month ago
  99. 2a5bbb1 pci: layerscape: add a way of specifying additional iommu mappings by Laurentiu Tudor · 4 years, 1 month ago
  100. f4cd963 pci: layerscape: move pci node search in a common function by Laurentiu Tudor · 4 years, 1 month ago