1. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years ago
  2. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years ago
  3. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  4. 970cd91 dm: core: fix typo in device.h by Dario Binacchi · 4 years ago
  5. abb9cd3 dm: core: Allow dm_warn() to be used in SPL by Simon Glass · 4 years ago
  6. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years ago
  7. 08c3b88 dm: core: Avoid void * in the of-platdata structs by Simon Glass · 4 years ago
  8. 3c14083 dm: core: Expand the comment for DM_GET_DEVICE() by Simon Glass · 4 years ago
  9. f4f4123 binman: Add a way to read the ROM offset by Simon Glass · 4 years ago
  10. eca57ca Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years ago
  11. 90a979d dm: board: complete the initialization of the muxes in initr_dm() by Jean-Jacques Hiblot · 4 years ago
  12. 0ad40b2 drivers: Add a new framework for multiplexer devices by Jean-Jacques Hiblot · 4 years ago
  13. d094a07 log: allow for message continuation by Heinrich Schuchardt · 4 years ago
  14. 993a06b log: move processing_msg to global data by Heinrich Schuchardt · 4 years ago
  15. 8c9940d eb_cpu5282: fix CONFIG_DM_VIDEO build warnings by Anatolij Gustschin · 4 years ago
  16. 16cc5ad power: regulator: add dummy helper by Peng Fan · 4 years ago
  17. 001ab99 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 4 years ago
  18. 2c48370 Revert "xen: add definitions for console_io" by Tom Rini · 4 years ago
  19. 4ceb5c6 board: kontron: add sl28 support by Michael Walle · 4 years ago
  20. 284d062 pci: add a few ARI related defines by Laurentiu Tudor · 4 years ago
  21. dddfde5 rtc: move pcf8563 to Kconfig by Heiko Schocher · 4 years ago
  22. 16389a7 xen: add definitions for console_io by AKASHI Takahiro · 4 years ago
  23. 611a28c reset: ast2500: Use SCU for reset control by Chia-Wei, Wang · 4 years ago
  24. 7438d6a gpio: fix gpio_request_by_name() description by Dario Binacchi · 4 years ago
  25. 2d1a43b dm: core: improve uclass_get_device_by_phandle_id() description by Dario Binacchi · 4 years ago
  26. 0e3eb47 km/common: change ubicopy variable by Holger Brunck · 4 years ago
  27. 6a0952a km: adapt defines and variables for new memory layout by Holger Brunck · 4 years ago
  28. dcf1672 lib: print_freq() should output kHz not KHz by Heinrich Schuchardt · 4 years ago
  29. 5d57dfa km: fix license string and compatible strings by Holger Brunck · 4 years ago
  30. 8af7bb9 timer: Return count from timer_ops.get_count by Sean Anderson · 4 years ago
  31. aff60ab doc: Document timer API by Sean Anderson · 4 years ago
  32. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  33. 898a084 cosmetic: image: Fix comments and the order of definitions by Naoki Hayama · 4 years ago
  34. 02d41b0 image: Add a function to modify category information by Naoki Hayama · 4 years ago
  35. 8021296 log: Add missing category names by Simon Glass · 4 years ago
  36. 5d92dac Merge tag 'efi-2021-01-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  37. adc0c39 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 4 years ago
  38. fc5e552 arm: dts: r8a774c0: Import DTS from Linux 5.9 by Lad Prabhakar · 4 years ago
  39. d92e866 usb: common: add define of usb_speed_string() by Chunfeng Yun · 4 years ago
  40. a4de6e3 usb: add USB_SPEED_SUPER_PLUS by Chunfeng Yun · 4 years ago
  41. 36ea0ca net: add a define for the number of packets received as batch by Patrick Wildt · 4 years ago
  42. 7ec87e4 Merge tag 'u-boot-atmel-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years ago
  43. 53040bc board: atmel: sam9x60ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR by Claudiu Beznea · 4 years ago
  44. 8fc78fc configs: migrate CONFIG_BMP_16/24/32BPP to defconfigs by Patrick Delaunay · 4 years ago
  45. f9a4865 configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs by Patrick Delaunay · 4 years ago
  46. 0ed6c0f configs: migrate CONFIG_VIDEO_BMP_GZIP to defconfigs by Patrick Delaunay · 4 years ago
  47. 01c9857 video: dw-mipi-dsi: permit configuring the escape clock rate by Neil Armstrong · 4 years ago
  48. b53c122 video: dw-mipi-dsi: driver-specific configuration of phy timings by Neil Armstrong · 4 years ago
  49. 4a1989c dm: Don't undefine dev_xxx macros by Sean Anderson · 4 years ago
  50. 69dae89 linux/compat.h: Remove redefinition of dev_xxx macros by Sean Anderson · 4 years ago
  51. 9dc6aef Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 4 years ago
  52. c87afd3 configs: smdkv310: get rid of unused EXYNOS4_DEFAULT_UART_OFFSET by Andre Heider · 4 years ago
  53. 9c04265 treewide: configs: fold CONFIG_DEFAULT_CONSOLE by Andre Heider · 4 years ago
  54. ac79cfc treewide: configs: get rid of unused CONFIG_DEFAULT_CONSOLE by Andre Heider · 4 years ago
  55. 0f35d96 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years ago
  56. 0c7cd15 global_data.h: add Sphinx documentation by Heinrich Schuchardt · 4 years ago
  57. c82a97b global_data.h: convert GD_FLG_* to enum by Heinrich Schuchardt · 4 years ago
  58. 73fdb95 bootm: add {arch,board}_preboot_os() to bootm.h by Heinrich Schuchardt · 4 years ago
  59. 9ea0a1e cmd: Fixup DT to pass PStore Ramoops parameters by Frédéric Danis · 4 years, 6 months ago
  60. 361a422 mmc: fsl_esdhc: add ADMA2 support by Michael Walle · 4 years ago
  61. 8369886 arm: mvebu: Remove old comments from configs/mvebu_armada-37xx.h file by Pali Rohár · 4 years ago
  62. a6982a6 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years ago
  63. 9885313 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · 4 years ago
  64. 47e9c70 Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years ago
  65. 4d6a773 mmc: sdhci: move the ADMA2 table handling into own module by Michael Walle · 4 years ago
  66. db8f936 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · 4 years, 1 month ago
  67. d271e10 mmc: add a mmc_hs400_prepare_ddr() interface by Yangbo Lu · 4 years, 1 month ago
  68. 8c96880 mmc: add a hs400_tuning flag by Yangbo Lu · 4 years, 1 month ago
  69. b1a4247 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · 4 years, 1 month ago
  70. 390f9bd mmc: add a reinit() API by Yangbo Lu · 4 years, 1 month ago
  71. 87b4521 configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddr by Nishanth Menon · 4 years ago
  72. a9cdba9 configs: j721e_evm: Get rid of overlayaddr by Nishanth Menon · 4 years ago
  73. cb56936 env: ti: ufs: Use dtboaddr instead of overlayaddr by Nishanth Menon · 4 years ago
  74. 25364f5 configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENV by Nishanth Menon · 4 years ago
  75. c3f0278 net: Expose some errors generated in net_init by Sean Anderson · 4 years ago
  76. 3d03ab6 log: Add a way to enable/disable a log device by Simon Glass · 4 years ago
  77. b452030 log: Add a flag to enable log drivers by Simon Glass · 4 years ago
  78. 52d3df7 log: Allow LOG_DEBUG to always enable log output by Simon Glass · 4 years ago
  79. d217016 fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox by Chee Hong Ang · 4 years, 2 months ago
  80. 3d8d918 qemu-arm: Remove need to specify flash banks by Andre Przywara · 4 years ago
  81. 7224d5c pinctrl: Add support for Kendryte K210 FPIOA by Sean Anderson · 4 years ago
  82. 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years ago
  83. 5eee93e pinctrl: Reformat documentation in dm/pinctrl.h by Sean Anderson · 4 years ago
  84. 9c08fbf pinctrl: Add pinmux property support to pinctrl-generic by Sean Anderson · 4 years ago
  85. 1c431f1 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years ago
  86. 1471560 mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LEN by Stefan Roese · 4 years, 1 month ago
  87. 63051d6 mips: octeon: octeon_ebb7304: Add DDR4 support by Stefan Roese · 4 years, 1 month ago
  88. 42378e3 Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  89. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years ago
  90. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years ago
  91. 45dbe75 dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years ago
  92. e9b6b2c bloblist: Fix up a few comments by Simon Glass · 4 years ago
  93. 4c1497e bloblist: Allow custom alignment for blobs by Simon Glass · 4 years ago
  94. cdd4e30 bloblist: Compare addresses rather than pointers in tests by Simon Glass · 4 years ago
  95. 4aed227 bloblist: Add a command by Simon Glass · 4 years ago
  96. 5dcf7cc Merge tag 'efi-2021-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  97. 987ab49 Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years ago
  98. f386690 distro_bootcmd: call EFI bootmgr even without having /EFI/boot by Michael Walle · 4 years ago
  99. b7e7831 Merge branch 'next' by Tom Rini · 4 years ago
  100. 1110e49 ARM: dts: sync amlogic G12A/SM1 DT from Linux 5.9-rc1 by Neil Armstrong · 4 years ago