1. ef5e389 bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 7 months ago
  2. 9d26025 bootstd: Add the concept of a bootflow by Simon Glass · 2 years, 7 months ago
  3. c24e58f fs: Add a function to set the filesystem type by Simon Glass · 2 years, 7 months ago
  4. 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 7 months ago
  5. 026e213 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 7 months ago
  6. 9bd2f62 test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 7 months ago
  7. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  8. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  9. 8565efd lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 7 months ago
  10. d667a0d lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 7 months ago
  11. 4e64cae lib: Correct comment formatting to avoid sphinx problems by Simon Glass · 2 years, 7 months ago
  12. 18436c7 test: Add tests for trailing_strtol() by Simon Glass · 2 years, 7 months ago
  13. 2fa4756 lib: Move string tests to the string module by Simon Glass · 2 years, 7 months ago
  14. 9bb99fa Merge branch '2022-04-22-assorted-updates' by Tom Rini · 2 years, 7 months ago
  15. a609353 arm: apple: Point stdout-path to framebuffer when keyboard present by Mark Kettenis · 2 years, 7 months ago
  16. 4a8d071 arm: apple: Don't clear framebuffer by Mark Kettenis · 2 years, 7 months ago
  17. 85f8e03 Allow colon in PXE bootfile URLs by Lyle Franklin · 2 years, 7 months ago
  18. e9496ec fdt: Add -q option to fdt addr for distro_bootcmd by Peter Hoyes · 2 years, 8 months ago
  19. 9de612a cmd: adc: Add support for storing ADC result in env variable by Marek Vasut · 2 years, 7 months ago
  20. 0de71bb fdt: Fix TPL SEPARATE_BSS check when locating DTB by Andrew Abbott · 2 years, 7 months ago
  21. faeb564 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-pmic by Tom Rini · 2 years, 7 months ago
  22. 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 7 months ago
  23. bfdb305 configs: Resync with savedefconfig by Tom Rini · 2 years, 7 months ago
  24. 8479902 power-domain: Fix use of uninitialized value in dev_power_domain_ctrl by Sean Anderson · 2 years, 8 months ago
  25. 759a899 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years, 7 months ago
  26. 6e2af64 Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 7 months ago
  27. 6674d2d Add support for TP-Link UE200 dongle by Oleksii Titov · 2 years, 7 months ago
  28. 142d50f usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 8 months ago
  29. e81782a generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/ by Michal Simek · 2 years, 8 months ago
  30. 570eaad usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 9 months ago
  31. e885d09 wdt: nuvoton: Add support for Nuvoton by Jim Liu · 2 years, 8 months ago
  32. 33ef090 doc: device-tree-bindings: watchdog: document common properties by Philippe Reynes · 2 years, 8 months ago
  33. ea5583b Merge branch '2022-04-21-further-cleanups' by Tom Rini · 2 years, 7 months ago
  34. d173b10 ARM: imx: imx8mn-evk: change environment address variables by Heiko Thiery · 2 years, 9 months ago
  35. f5f3906 configs: imx: drop IMX_FEC_BASE by Peng Fan · 2 years, 7 months ago
  36. 84adf92 imx8mm-cl-iot-gate: Remove redundant board_fix_fdt() by Ying-Chun Liu (PaulLiu) · 2 years, 7 months ago
  37. 151a030 arm: set cntfrq_el0 if CONFIG_COUNTER_FREQUENCY is valid by Peng Fan · 2 years, 7 months ago
  38. c5b9bf5 include/configs: drop COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
  39. abf8d96 configs: set CONFIG_COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
  40. 4e65175 arch: arm: Kconfig: set default COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
  41. bf8c4ce arch: arm: move COUNTER_FREQUENCY from versal to arm by Peng Fan · 2 years, 7 months ago
  42. d8c033a xilinx: versal: board: use CONFIG_COUNTER_FREQUENCY by Peng Fan · 2 years, 7 months ago
  43. 467f0c4 misc: atsha204a: Remove duplicate CRC-16 implementation by Pali Rohár · 2 years, 7 months ago
  44. 4f0e77f fs: ext4: Use CRC-16 implementation from linux/crc16.h by Pali Rohár · 2 years, 7 months ago
  45. 1a47e6d crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 7 months ago
  46. e523f5d crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · 2 years, 7 months ago
  47. bb3d71b crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c by Pali Rohár · 2 years, 7 months ago
  48. b616947 SPL: Do not enable SPL_SYS_MALLOC_SIMPLE without SPL_FRAMEWORK by default by Pali Rohár · 2 years, 7 months ago
  49. e50f66e Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 7 months ago
  50. feeacc7 Merge branch '2022-04-21-assorted-improvements' by Tom Rini · 2 years, 7 months ago
  51. 0b0cd15 imx: Fix build error by Ye Li · 2 years, 7 months ago
  52. 92aff90 imx: Update FSL_MFGPROT config for iMX8M by Ye Li · 2 years, 7 months ago
  53. 2c16bf2 crypto/fsl: add invalidate_dcache_range for hash output buffer by Gaurav Jain · 2 years, 7 months ago
  54. 96b2c9c doc: imx8mn_evk: Do not export ATF_LOAD_ADDR by Fabio Estevam · 2 years, 7 months ago
  55. 6826c33 imx8mn_evk: Enable cache in SPL by Fabio Estevam · 2 years, 7 months ago
  56. 0016e62 board: bsh: imx8mn_bsh_smm_s2/s2pro: enable DM_SERIAL by Michael Trimarchi · 2 years, 7 months ago
  57. 6a21c69 arm: dts: imx8mp: add of-list support to common imx8mp-u-boot.dtsi by Tim Harvey · 2 years, 7 months ago
  58. cc84edd crypto/fsl: Clear the memory when blob decapsulation fails by Gaurav Jain · 2 years, 7 months ago
  59. e3b330e imx: imx8mq-evk: enable CONFIG_DM_SERIAL by Peng Fan · 2 years, 7 months ago
  60. a497740 imx: imx8mn_evk: enable CONFIG_DM_SERIAL by Peng Fan · 2 years, 7 months ago
  61. bf6e0b9 imx: imx8mm_evk: enable CONFIG_DM_SERIAL by Peng Fan · 2 years, 7 months ago
  62. ae188eb imx: imx8mp_evk: enable CONFIG_DM_SERIAL by Peng Fan · 2 years, 7 months ago
  63. 62b3d75 scripts: config_whitelist: drop CONFIG_MMCROOT by Peng Fan · 2 years, 7 months ago
  64. adfaa42 configs: drop CONFIG_MMCROOT by Peng Fan · 2 years, 7 months ago
  65. 1dd56db treewide: Enable SPL_SEPARATE_BSS if SPL_BSS_START_ADDR is used by Sean Anderson · 2 years, 7 months ago
  66. a95cd68 board: ti: am335x: Add support for BBE Extended WiFi by Paul Barker · 2 years, 7 months ago
  67. cde7264 board: ti: am335x: Add BBE Lite support by Paul Barker · 2 years, 7 months ago
  68. 1d49b8d arm: dts: Resync dts for BeagleBone and derivatives by Paul Barker · 2 years, 7 months ago
  69. f362dea fs: Allow to compile FS_SQUASHFS only for proper U-Boot by Pali Rohár · 2 years, 7 months ago
  70. e4dc2d0 ARM: imx: imx8m: env: Switch to arch_env_get_location() by Marek Vasut · 2 years, 7 months ago
  71. dfb6da5 armv8: layerscape: env: Switch to arch_env_get_location() by Marek Vasut · 2 years, 7 months ago
  72. de70e88 env: Implement lower priority arch_env_get_location() by Marek Vasut · 2 years, 7 months ago
  73. c82622a configs: phycore_imx8mm/p: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  74. ec04c5a configs: imx8mm/n_venice: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  75. d3af060 configs: verdin-imx8m: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  76. ee5e8ee configs: imx8qm/qxp_evk: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  77. 0f82da2 configs: mx7dsabresd: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  78. 228e947 configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM by Peng Fan · 2 years, 7 months ago
  79. 893152f configs: imx8mn_evk: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  80. 42d56ca configs: imx8mp_evk: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  81. ff234d7 configs: imx8mm_evk: drop unused SDHC macro by Peng Fan · 2 years, 7 months ago
  82. 74f88b7 ARM: imx: imx8m: Fix board_get_usable_ram_top() by Marek Vasut · 2 years, 7 months ago
  83. 2e26a76 configs: ge_bx50v3: remove CONFIG_PCIE_IMX_POWER_GPIO by Ian Ray · 2 years, 7 months ago
  84. e3bdc97 pci: imx: remove weak overrides no longer used by Tim Harvey · 2 years, 7 months ago
  85. 6f6e069 pci: imx: use vpcie-supply if defined by device-tree by Tim Harvey · 2 years, 7 months ago
  86. ac47bd2 arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for Ethernet by Tony Dinh · 2 years, 7 months ago
  87. 376a7d7 arm: mvebu: turris_omnia: Enable CONFIG_CMD_FUSE by Pali Rohár · 2 years, 7 months ago
  88. fc102c8 board: toradex: drop colibri pxa270 support by Marcel Ziswiler · 2 years, 7 months ago
  89. 2395625 board: gateworks: venice: add imx8mp-venice-gw740x support by Tim Harvey · 2 years, 7 months ago
  90. 93de85c board: gateworks: venice: add additional levels for dtb name match by Tim Harvey · 2 years, 7 months ago
  91. 61cf225 board: gateworks: gw_ventana: use comomn GSC driver by Tim Harvey · 2 years, 7 months ago
  92. 1cb249b imx8m{m, n}_venice_defconfig: enable md5sum and crc32 commands by Tim Harvey · 2 years, 7 months ago
  93. 53a2b6b imx8m{m,n}-venice-gw7902: add support for GPY111 phy by Tim Harvey · 2 years, 7 months ago
  94. 7a2ff55 imx8m{m,n}_venice_defconfig: add DT overlay support by Tim Harvey · 2 years, 7 months ago
  95. d5cc234 arm: dts: imx8m*-venice: add gpio hog support by Tim Harvey · 2 years, 7 months ago
  96. fb9ec33 board: gateworks: venice: use common GSC driver by Tim Harvey · 2 years, 7 months ago
  97. 82b1655 board: gateworks: venice: enable DM_SERIAL by Tim Harvey · 2 years, 7 months ago
  98. c574736 configs: imx8m{m,n}_venice_defconfig: add usb support by Tim Harvey · 2 years, 7 months ago
  99. fd5c717 imx8m{m,n}_venice: update env memory layout by Tim Harvey · 2 years, 7 months ago
  100. 3f7d518 configs: tdx: apalis/colibri_imx6: use preboot as well by Marcel Ziswiler · 2 years, 7 months ago