1. 78c0175 mips: octeon: ebb7304: Enable ethernet support by Stefan Roese · 2 years, 6 months ago
  2. 1142463 mips: octeon: octeon_common.h: Move init SP because of increased image size by Stefan Roese · 2 years, 6 months ago
  3. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  4. a822d1d pci: Update dm_pci_bus_to_virt() parameters by Andrew Scull · 2 years, 5 months ago
  5. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 5 months ago
  6. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  7. 398dc36 pci: Range check address conversions by Andrew Scull · 2 years, 5 months ago
  8. 60f4142 pci: Fix use of flags in dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  9. edb6982 Merge branch '2022-05-02-add-verifying-program-loader' by Tom Rini · 2 years, 5 months ago
  10. f86ca5a Introduce Verifying Program Loader (VPL) by Simon Glass · 2 years, 5 months ago
  11. dbd2a38 arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet by Tony Dinh · 2 years, 5 months ago
  12. b8b91a0 arm: mvebu: turris_mox: Add NVMe and SCSI to boot targets by Pali Rohár · 2 years, 6 months ago
  13. 0ddc1e5 arm: mvebu: turris_omnia: Add NVMe to boot targets by Pali Rohár · 2 years, 6 months ago
  14. 9efc5b7 arm: mvebu: turris_omnia: Always enable MMC, SCSI and USB boot targets by Pali Rohár · 2 years, 6 months ago
  15. 31f8801 arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENV by Pali Rohár · 2 years, 6 months ago
  16. 53ee48b dt-bindings: leds: import common led bindings from linux 5.17 by Pali Rohár · 2 years, 5 months ago
  17. 69245e4 led: Drop led_default_state() by Marek Vasut · 2 years, 5 months ago
  18. 9cc32bf dm: core: Add DM_FLAG_PROBE_AFTER_BIND flag by Marek Vasut · 2 years, 5 months ago
  19. 8b2b125 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 2 years, 5 months ago
  20. c7d0295 board: freescale: p1_p2_rdb_pc: Define SW macros for lower and upper NOR banks by Pali Rohár · 2 years, 6 months ago
  21. 6496a89 board: freescale: p1_p2_rdb_pc: Use named macros for i2c bus num and address by Pali Rohár · 2 years, 6 months ago
  22. ac56055 board: freescale: p1_p2_rdb_pc: Fix env $vscfw_addr by Pali Rohár · 2 years, 6 months ago
  23. 4aceaec board: freescale: p1_p2_rdb_pc: Detect both P2020 SD switch configurations by Pali Rohár · 2 years, 6 months ago
  24. ab37df9 powerpc: mpc85xx: Remove duplicate u-boot-nand.lds by Pali Rohár · 2 years, 5 months ago
  25. 44564e7 mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attribute by Pali Rohár · 2 years, 6 months ago
  26. 6669291 include: configs: at91/sam: remove stray #ifdef/#else by Eugen Hristev · 2 years, 6 months ago
  27. b07a022 board: Add sam9x60_curiosity support by Durai Manickam KR · 2 years, 6 months ago
  28. 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 6 months ago
  29. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 5 months ago
  30. fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 5 months ago
  31. b8aa463 bootstd: mmc: Add a bootdev driver by Simon Glass · 2 years, 5 months ago
  32. 31aefaf bootstd: Add an implementation of distro boot by Simon Glass · 2 years, 5 months ago
  33. a8f5be1 bootstd: Add support for bootflows by Simon Glass · 2 years, 5 months ago
  34. a950d31 bootstd: Add the bootmeth uclass and helpers by Simon Glass · 2 years, 5 months ago
  35. 201417d bootstd: Add the bootdev uclass by Simon Glass · 2 years, 5 months ago
  36. ef5e389 bootstd: Add the bootstd uclass and core implementation by Simon Glass · 2 years, 5 months ago
  37. 9d26025 bootstd: Add the concept of a bootflow by Simon Glass · 2 years, 5 months ago
  38. c24e58f fs: Add a function to set the filesystem type by Simon Glass · 2 years, 5 months ago
  39. 87571b7 dm: blk: Add a function to return the device type by Simon Glass · 2 years, 5 months ago
  40. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 5 months ago
  41. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 5 months ago
  42. 8565efd lib: Add a way to find the postiion of a trailing number by Simon Glass · 2 years, 5 months ago
  43. d667a0d lib: Fix a few bugs in trailing_strtoln() by Simon Glass · 2 years, 5 months ago
  44. 4e64cae lib: Correct comment formatting to avoid sphinx problems by Simon Glass · 2 years, 5 months ago
  45. 18436c7 test: Add tests for trailing_strtol() by Simon Glass · 2 years, 5 months ago
  46. b416df3 configs: Layerscape: Remove the 'fdt_addr' env by Hou Zhiqiang · 2 years, 5 months ago
  47. 46a06ed Merge tag 'efi-2022-07-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 5 months ago
  48. 59da9d4 dm: disk: add read/write interfaces with udevice by AKASHI Takahiro · 2 years, 5 months ago
  49. a9bf024 efi_loader: disk: a helper function to create efi_disk objects from udevice by AKASHI Takahiro · 2 years, 5 months ago
  50. a57ad20 efi_loader: split efi_init_obj_list() into two stages by AKASHI Takahiro · 2 years, 5 months ago
  51. 43855fd dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 5 months ago
  52. c73a070 sandbox: move a function prototype by AKASHI Takahiro · 2 years, 5 months ago
  53. 2a0d188 disk: define nullified functions for !PARTITIONS by AKASHI Takahiro · 2 years, 5 months ago
  54. 37168e3 disk: enable function prototypes in part.h for SPL/TPL by AKASHI Takahiro · 2 years, 5 months ago
  55. fd3654d disk: include errno.h explicitly in part.h by AKASHI Takahiro · 2 years, 5 months ago
  56. e9496ec fdt: Add -q option to fdt addr for distro_bootcmd by Peter Hoyes · 2 years, 6 months ago
  57. 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 5 months ago
  58. 6e2af64 Merge tag 'u-boot-imx-20220422' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years, 5 months ago
  59. e81782a generic-phy: s/CONFIG_PHY/CONFIG_IS_ENABLED(PHY)/ by Michal Simek · 2 years, 7 months ago
  60. d173b10 ARM: imx: imx8mn-evk: change environment address variables by Heiko Thiery · 2 years, 7 months ago
  61. f5f3906 configs: imx: drop IMX_FEC_BASE by Peng Fan · 2 years, 5 months ago
  62. c5b9bf5 include/configs: drop COUNTER_FREQUENCY by Peng Fan · 2 years, 5 months ago
  63. 1a47e6d crc16: Move standard CRC-16 implementation from ubifs to lib by Pali Rohár · 2 years, 5 months ago
  64. e523f5d crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.h by Pali Rohár · 2 years, 5 months ago
  65. bb3d71b crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c by Pali Rohár · 2 years, 5 months ago
  66. e50f66e Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 5 months ago
  67. adfaa42 configs: drop CONFIG_MMCROOT by Peng Fan · 2 years, 5 months ago
  68. a95cd68 board: ti: am335x: Add support for BBE Extended WiFi by Paul Barker · 2 years, 5 months ago
  69. cde7264 board: ti: am335x: Add BBE Lite support by Paul Barker · 2 years, 5 months ago
  70. de70e88 env: Implement lower priority arch_env_get_location() by Marek Vasut · 2 years, 6 months ago
  71. c82622a configs: phycore_imx8mm/p: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  72. ec04c5a configs: imx8mm/n_venice: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  73. d3af060 configs: verdin-imx8m: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  74. ee5e8ee configs: imx8qm/qxp_evk: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  75. 0f82da2 configs: mx7dsabresd: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  76. 228e947 configs: mx6sxsabresd: drop CONFIG_SYS_FSL_USDHC_NUM by Peng Fan · 2 years, 5 months ago
  77. 893152f configs: imx8mn_evk: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  78. 42d56ca configs: imx8mp_evk: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  79. ff234d7 configs: imx8mm_evk: drop unused SDHC macro by Peng Fan · 2 years, 5 months ago
  80. 2e26a76 configs: ge_bx50v3: remove CONFIG_PCIE_IMX_POWER_GPIO by Ian Ray · 2 years, 5 months ago
  81. ac47bd2 arm: kirkwood: Sheevaplug : Use Marvell uclass mvgbe and PHY driver for Ethernet by Tony Dinh · 2 years, 5 months ago
  82. fc102c8 board: toradex: drop colibri pxa270 support by Marcel Ziswiler · 2 years, 5 months ago
  83. 2395625 board: gateworks: venice: add imx8mp-venice-gw740x support by Tim Harvey · 2 years, 5 months ago
  84. 61cf225 board: gateworks: gw_ventana: use comomn GSC driver by Tim Harvey · 2 years, 5 months ago
  85. c574736 configs: imx8m{m,n}_venice_defconfig: add usb support by Tim Harvey · 2 years, 5 months ago
  86. fd5c717 imx8m{m,n}_venice: update env memory layout by Tim Harvey · 2 years, 5 months ago
  87. 3f7d518 configs: tdx: apalis/colibri_imx6: use preboot as well by Marcel Ziswiler · 2 years, 5 months ago
  88. 405c97f configs: tdx: apalis_imx6: drop hw v1.0 support by Marcel Ziswiler · 2 years, 5 months ago
  89. 1410cba toradex: drop legacy nfsboot script by Igor Opaniuk · 2 years, 5 months ago
  90. 1377a77 toradex: set default dhcp distroboot scriptname by Igor Opaniuk · 2 years, 5 months ago
  91. 47bcc0d toradex: apalis-imx8x: drop support for apalis imx8x by Denys Drozdov · 2 years, 5 months ago
  92. 2e760f1 imx: power-domain: Add i.MX8MP support by Marek Vasut · 2 years, 5 months ago
  93. 63c390a power_domain: Add power_domain_get_by_name() by Marek Vasut · 2 years, 5 months ago
  94. 9dc775a IOMUX: Fix access past end of console_devices by Sean Anderson · 2 years, 6 months ago
  95. 24c904f Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig by Tom Rini · 2 years, 6 months ago
  96. 9acf372 Merge tag 'u-boot-rockchip-20220418' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 2 years, 5 months ago
  97. cdd73e7 dm: core: Deal with a wrinkle with linker lists by Simon Glass · 2 years, 6 months ago
  98. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 6 months ago
  99. 334d519 rockchip: rk3288-cru: sync the clock dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago
  100. 4443111 rockchip: rk3288-power: sync power domain dt-binding header from Linux by Johan Jonker · 2 years, 5 months ago