1. 7b80500 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · 3 years, 1 month ago
  2. 9283204 Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · 3 years, 1 month ago
  3. 42d32c3 Remove unused CONFIG_CONS_NONE by Patrick Delaunay · 3 years, 1 month ago
  4. 0d76e4e Remove unused CONFIG_SYS_FLASH_AMD_CHECK_DQ7 by Patrick Delaunay · 3 years, 1 month ago
  5. 155fb86 Remove unused CONFIG_NO_RELOCATION by Patrick Delaunay · 3 years, 1 month ago
  6. e7421b0 am33x: Remove unused define CONFIG_MUSB_HOST by Patrick Delaunay · 3 years, 1 month ago
  7. ff07cc9 scripts: remove some configs in config_whitelist.txt by Patrick Delaunay · 3 years, 1 month ago
  8. 2d34be0 Merge branch '2021-10-14-assorted-updates' by Tom Rini · 3 years, 1 month ago
  9. 35b2b5f board/km: update MAINTAINERS files by Holger Brunck · 3 years, 1 month ago
  10. 35839ed pytest: Show a message when sandbox crashes by Simon Glass · 3 years, 1 month ago
  11. c3aea68 pci: Fix printf format for regions by Pali Rohár · 3 years, 1 month ago
  12. 43dad07 pci: Fix showing registers by Pali Rohár · 3 years, 1 month ago
  13. e6335d3 pci: Fix showing bars by Pali Rohár · 3 years, 1 month ago
  14. c7cd6f7 pci: Fix configuring BARs by Pali Rohár · 3 years, 1 month ago
  15. 63ae80d pci: Skip configuring invalid P2P bridge devices by Pali Rohár · 3 years, 1 month ago
  16. b9caab8 pci: Skip configuring PCI Rom Address for unsupported header types by Pali Rohár · 3 years, 1 month ago
  17. b04f64a pytest: Shorten traceback length by default by Simon Glass · 3 years, 1 month ago
  18. 927e0ee CI: Update to LLVM-13 by Tom Rini · 3 years, 1 month ago
  19. 10cd8ef Merge branch '2021-10-12-assorted-fixes-and-updates' by Tom Rini · 3 years, 1 month ago
  20. 30ac0b4 nvme: invalidate correct memory range after read by Stefan Agner · 3 years, 1 month ago
  21. 2c6bcab tools/image-host.c: Fix spelling of "expected". by Vagrant Cascadian · 3 years, 1 month ago
  22. 07c6524 rtc: ds1307: Handle oscillator-stop bit correctly by Mark Tomlinson · 3 years, 2 months ago
  23. 41130eb fs: fat: check for buffer size before reading blocks by Ricardo Salveti · 3 years, 2 months ago
  24. 0892a7e mtd: rawnand: Add Macronix raw NAND controller driver by Zhengxun Li · 3 years, 2 months ago
  25. 5f9338a fastboot: fix partition name truncation in environment lookup by Matthias Schiffer · 3 years, 3 months ago
  26. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
  27. 618c77d Merge tag 'u-boot-at91-2022.01-b' of https://source.denx.de/u-boot/custodians/u-boot-at91 by Tom Rini · 3 years, 1 month ago
  28. 2aab77f Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 1 month ago
  29. 39bd2c8 test/py: Add usb gadget binding test by Patrice Chotard · 3 years, 2 months ago
  30. 299f125 configs: sandbox: add USB_ETHER and GADGET_DOWNLOAD gadget support by Patrice Chotard · 3 years, 2 months ago
  31. 4c3dc6f usb: sandbox: Add gadget callbacks by Patrice Chotard · 3 years, 2 months ago
  32. 9d59110 usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · 3 years, 2 months ago
  33. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 2 months ago
  34. 1f83bda ARM: dts: sama5d2: Add pwm0 definition by Dan Sneddon · 3 years, 2 months ago
  35. 2d2273f dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2 by Dan Sneddon · 3 years, 2 months ago
  36. 9b07597 pwm: Add PWM driver for SAMA5D2 by Dan Sneddon · 3 years, 2 months ago
  37. f9437b0 sunxi: Enable DM_I2C for all sunxi boards by Samuel Holland · 3 years, 1 month ago
  38. 2421497 sunxi: video: Convert panel I2C to use DM_I2C by Samuel Holland · 3 years, 1 month ago
  39. 8b0eacd sunxi: pmic_bus: Use the DM PMIC interface when possible by Samuel Holland · 3 years, 1 month ago
  40. d3b0298 sunxi: pmic_bus: Clean up preprocessor conditions by Samuel Holland · 3 years, 1 month ago
  41. 3227c85 i2c: Add a DM_I2C driver for the sun8i RSB controller by Samuel Holland · 3 years, 1 month ago
  42. 104950a i2c: Add a DM_I2C driver for the sun6i P2WI controller by Samuel Holland · 3 years, 1 month ago
  43. 4ab39e7 sunxi: pmic_bus: Fix Kconfig dependencies by Samuel Holland · 3 years, 1 month ago
  44. abd2e78 sunxi: Select SUN8I_RSB more carefully by Samuel Holland · 3 years, 1 month ago
  45. ea261fd sunxi: Only initialize legacy I2C when enabled by Samuel Holland · 3 years, 1 month ago
  46. 526c4f2 power: pmic: Add a driver for X-Powers AXP PMICs by Samuel Holland · 3 years, 1 month ago
  47. 3fd90e4 power: pmic: Consistently depend on SPL_DM_PMIC by Samuel Holland · 3 years, 1 month ago
  48. 7f51b55 power: pmic: Consistently depend on DM_PMIC by Samuel Holland · 3 years, 1 month ago
  49. 4c1996c Merge branch '2021-10-11-TI-platform-updates' by Tom Rini · 3 years, 1 month ago
  50. 08ad739 arm: dts: Update IOT2050 device tree files by Jan Kiszka · 3 years, 1 month ago
  51. ce543d0 board: siemens: iot2050: Adjust to changes in DT and configuration by Jan Kiszka · 3 years, 1 month ago
  52. 5134f79 ARM: omap3_logic: Cleanup usage of MUX_VAL by Adam Ford · 3 years, 1 month ago
  53. 165e8fe clk: ti: add am33xx/am43xx spread spectrum clock support by Dario Binacchi · 3 years, 2 months ago
  54. 15a0411 ARM: dts: am43xx-clocks: add spread spectrum support by Dario Binacchi · 3 years, 2 months ago
  55. bf4a54f ARM: dts: am33xx-clocks: add spread spectrum support by Dario Binacchi · 3 years, 2 months ago
  56. 56c7f88 configs: omap3x_logic: Enable LTO on more LogicPD OMAP3 boards by Adam Ford · 3 years, 2 months ago
  57. e7510d2 sunxi: Add support for FriendlyARM NanoPi R1S H5 by Chukun Pan · 3 years, 1 month ago
  58. 23c8336 clk: sunxi: Add drivers for A31 and H6 PRCM CCUs by Samuel Holland · 3 years, 2 months ago
  59. c61897b clk: sunxi: Add support for I2C gates/resets by Samuel Holland · 3 years, 2 months ago
  60. 8fe8ff3 sunxi: gpio: Remove bank-specific size macros by Samuel Holland · 3 years, 2 months ago
  61. 4d9958b sunxi: gpio: Remove name_to_gpio macro by Samuel Holland · 3 years, 2 months ago
  62. 4250846 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 2 months ago
  63. 0534153 pinephone_defconfig: add support for early-boot status LED by Arnaud Ferraris · 3 years, 2 months ago
  64. 8f872bb board: sunxi: enable status LED early by Arnaud Ferraris · 3 years, 2 months ago
  65. 14c8c63 gpio: sunxi: Remove the sunxi_name_to_gpio_bank function by Samuel Holland · 3 years, 2 months ago
  66. dda9fa7 sunxi: Simplify MMC pinmux selection by Samuel Holland · 3 years, 2 months ago
  67. 21d314a clk: sunxi: Move header out of arch directory by Samuel Holland · 3 years, 2 months ago
  68. 5427da0 configs: add PineTab defconfig by Arnaud Ferraris · 3 years, 2 months ago
  69. f331497 Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 1 month ago
  70. 79c0533 video: move MXS to Kconfig by Anatolij Gustschin · 3 years, 1 month ago
  71. 450d937 video: remove not used mx3fb driver by Anatolij Gustschin · 3 years, 1 month ago
  72. de99e77 common: Kconfig: use 'vidconsole' name instead of old 'video' by Anatolij Gustschin · 3 years, 1 month ago
  73. 2a2d8e9 lz4: Use a private header for U-Boot by Simon Glass · 3 years, 1 month ago
  74. 79f9def efi_loader: GOP: Fix 30bpp block transfer support by Mark Kettenis · 3 years, 2 months ago
  75. 2c2653d video: simplefb: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  76. 01fcf0e efi_loader: GOP: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  77. 0efe41c video: Add 30bpp support by Mark Kettenis · 3 years, 2 months ago
  78. 94e922c Merge branch '2021-10-08-image-cleanups' by Tom Rini · 3 years, 1 month ago
  79. 4cb35b7 image: Split up boot_get_fdt() by Simon Glass · 3 years, 2 months ago
  80. a2198cd image: Reduce variable scope in boot_get_fdt() by Simon Glass · 3 years, 2 months ago
  81. b53541f image: Remove some #ifdefs from image-fit and image-fit-sig by Simon Glass · 3 years, 2 months ago
  82. f33a2c1 image: Remove #ifdefs from select_ramdisk() by Simon Glass · 3 years, 2 months ago
  83. e4c9287 image: Split up boot_get_ramdisk() by Simon Glass · 3 years, 2 months ago
  84. 78f8879 image: Reduce variable scope in boot_get_ramdisk() by Simon Glass · 3 years, 2 months ago
  85. 1df654a image: Drop most #ifdefs in image-board.c by Simon Glass · 3 years, 2 months ago
  86. 78740bc image: Drop #ifdefs for fit_print_contents() by Simon Glass · 3 years, 2 months ago
  87. 13c133b image: Drop unnecessary #ifdefs from image.h by Simon Glass · 3 years, 2 months ago
  88. 0ab5e02 image: Tidy up fit_unsupported_reset() by Simon Glass · 3 years, 2 months ago
  89. 1eccbb1 efi: Correct dependency on FIT_SIGNATURE by Simon Glass · 3 years, 2 months ago
  90. fa13940 image: Drop IMAGE_ENABLE_IGNORE by Simon Glass · 3 years, 2 months ago
  91. 3ac0f50 image: Drop IMAGE_OF_SYSTEM_SETUP by Simon Glass · 3 years, 2 months ago
  92. 30ba282 image: Drop IMAGE_OF_BOARD_SETUP by Simon Glass · 3 years, 2 months ago
  93. 806d1ff image: Drop IMAGE_BOOT_GET_CMDLINE by Simon Glass · 3 years, 2 months ago
  94. e7d285b image: Use the correct checks for CRC32 by Simon Glass · 3 years, 2 months ago
  95. 2bbed3f image: Use Kconfig to enable FIT_RSASSA_PSS on host by Simon Glass · 3 years, 2 months ago
  96. e059157 image: Use Kconfig to enable CONFIG_FIT_VERBOSE on host by Simon Glass · 3 years, 2 months ago
  97. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years, 2 months ago
  98. bf371b4 image: Drop IMAGE_ENABLE_FIT by Simon Glass · 3 years, 2 months ago
  99. d54f7e3 hash: Drop some #ifdefs in hash.c by Simon Glass · 3 years, 2 months ago
  100. 2c21256 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · 3 years, 2 months ago