1. 99e3a2c rockchip: Add sha256 hash to FIT images by Jonas Karlman · 1 year, 10 months ago
  2. 00b3d53 binman: Add special subnodes to the nodes generated by split-elf by Jonas Karlman · 1 year, 10 months ago
  3. 5ad03fc rockchip: Align FIT image data to SD/MMC block length by Jonas Karlman · 1 year, 10 months ago
  4. 9b2fd2d binman: Add support for align argument to mkimage tool by Jonas Karlman · 1 year, 10 months ago
  5. 27e0fb3 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 1 year, 10 months ago
  6. 26bc32a arm: kirkwood: Use Kirkwood common early malloc area for various Kirkwood boards by Tony Dinh · 1 year, 10 months ago
  7. 54a08c4 ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repository by Tony Dinh · 1 year, 10 months ago
  8. 17e8e58 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 1 year, 10 months ago
  9. 4e1ab20 Merge branch '2023-01-24-bootstd-allow-migration-from-distro_bootcmd-script' by Tom Rini · 1 year, 10 months ago
  10. 3891c68 rockchip: Convert rockpro64-rk3399 to use standard boot by Simon Glass · 1 year, 10 months ago
  11. 1bdda5f bootstd: Update documentation for new features by Simon Glass · 1 year, 10 months ago
  12. f738c73 bootstd: Add a little more logging of bootflows by Simon Glass · 1 year, 10 months ago
  13. a950f28 bootstd: Record the bootdevs used during scanning by Simon Glass · 1 year, 10 months ago
  14. 4b7cb05 bootstd: Drop the old bootflow_scan_first() by Simon Glass · 1 year, 10 months ago
  15. 91943ff bootstd: Allow scanning a single bootdev label by Simon Glass · 1 year, 10 months ago
  16. 47aedc2 bootstd: Switch bootdev scanning to use labels by Simon Glass · 1 year, 10 months ago
  17. 18552d2 bootstd: Add a hunter for the extension feature by Simon Glass · 1 year, 10 months ago
  18. 35ce146 extension: Refactor to allow non-command usage by Simon Glass · 1 year, 10 months ago
  19. 43e89a3 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · 1 year, 10 months ago
  20. e4b6948 bootstd: Allow iterating to the next label in a list by Simon Glass · 1 year, 10 months ago
  21. 66e3dce bootstd: Allow hunting for a bootdev by label by Simon Glass · 1 year, 10 months ago
  22. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 10 months ago
  23. 79a7d4a bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · 1 year, 10 months ago
  24. d73420e bootstd: Use hunters when scanning for bootflows by Simon Glass · 1 year, 10 months ago
  25. d9f4857 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · 1 year, 10 months ago
  26. 5143a41 bootstd: Support reading a script from network or SPI flash by Simon Glass · 1 year, 10 months ago
  27. 0c1f4a9 bootstd: Add a SPI flash bootdev by Simon Glass · 1 year, 10 months ago
  28. 081bdc5 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · 1 year, 10 months ago
  29. 22061d3 bootstd: Add a new bootmeth method to set the bootflow by Simon Glass · 1 year, 10 months ago
  30. 74ebfb6 bootstd: Move label parsing into its own function by Simon Glass · 1 year, 10 months ago
  31. a58e7bb bootstd: Update docs on bootmeth_try_file() for sandbox by Simon Glass · 1 year, 10 months ago
  32. 2536587 bootstd: Set the distro_bootpart env var with scripts by Simon Glass · 1 year, 10 months ago
  33. e890e8c bootstd: Support reading the device tree with EFI by Simon Glass · 1 year, 10 months ago
  34. 7638c85 bootstd: Include the device tree in the bootflow by Simon Glass · 1 year, 10 months ago
  35. 3e18860 bootstd: Allow reading an EFI file from the network by Simon Glass · 1 year, 10 months ago
  36. 865328c bootstd: Rename bootdev checkers by Simon Glass · 1 year, 10 months ago
  37. 2b3ebf2 ata: Don't try to use non-existent ports by Simon Glass · 1 year, 10 months ago
  38. a60f7a3 bootstd: Add a virtio bootdev by Simon Glass · 1 year, 10 months ago
  39. 00fc8ca virtio: Add a block device by Simon Glass · 1 year, 10 months ago
  40. 9024002 virtio: Avoid strange behaviour on removal by Simon Glass · 1 year, 10 months ago
  41. 811c81e virtio: Fix returning -ENODEV by Simon Glass · 1 year, 10 months ago
  42. 59a6be9 virtio: Avoid repeating a long expression by Simon Glass · 1 year, 10 months ago
  43. 758c706 bootstd: Add an NVMe bootdev by Simon Glass · 1 year, 10 months ago
  44. 0d77f8f bootstd: Add an IDE bootdev by Simon Glass · 1 year, 10 months ago
  45. 8f090b6 bootstd: Add a SCSI bootdev by Simon Glass · 1 year, 10 months ago
  46. 6febc26 scsi: Remove all children of SCSI devices before rescanning by Simon Glass · 1 year, 10 months ago
  47. ca93d28 scsi: Correct allocation of block-device name by Simon Glass · 1 year, 10 months ago
  48. f0e358f bootstd: Only scan bootable partitions by Simon Glass · 1 year, 10 months ago
  49. dcffa44 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 10 months ago
  50. 4146c82 bootstd: Add a hunter for ethernet by Simon Glass · 1 year, 10 months ago
  51. c8c3fd2 net: Add a function to run dhcp by Simon Glass · 1 year, 10 months ago
  52. 843160f bootstd: Add an MMC hunter by Simon Glass · 1 year, 10 months ago
  53. 04fb2b6 bootstd: Add a USB hunter by Simon Glass · 1 year, 10 months ago
  54. 8b03187 test: Add a generic function to skip delays by Simon Glass · 1 year, 10 months ago
  55. ecdf3ab dm: usb: Mark the device name as alloced when binding by Simon Glass · 1 year, 10 months ago
  56. c7b63d5 bootstd: Support running bootdev hunters by Simon Glass · 1 year, 10 months ago
  57. bd90b09 bootstd: Add the concept of a bootdev hunter by Simon Glass · 1 year, 10 months ago
  58. 3722cc9 efi: Improve logging in efi_disk by Simon Glass · 1 year, 10 months ago
  59. 19efd43 event: Correct duplicate log message in event_notify() by Simon Glass · 1 year, 10 months ago
  60. 7f33194 lib: Support printing an error string by Simon Glass · 1 year, 10 months ago
  61. 057c567 sandbox: Enable the Ethernet bootdev by Simon Glass · 1 year, 10 months ago
  62. 70dd886 sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · 1 year, 10 months ago
  63. f43b2df sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 10 months ago
  64. b85fc8d bootstd: Add a default method to get bootflows by Simon Glass · 1 year, 10 months ago
  65. 3a2cb96e5 dm: mmc: Use bootdev_setup_sibling_blk() by Simon Glass · 1 year, 10 months ago
  66. d007505 ide: Drop non-DM code for BLK by Simon Glass · 1 year, 10 months ago
  67. ecb274c dm: test: Correct ordering of DM setup by Simon Glass · 1 year, 10 months ago
  68. d94d984 dm: part: Update test to use mmc2 by Simon Glass · 1 year, 10 months ago
  69. 9445d7a vbe: sandbox: Drop VBE node in chosen by Simon Glass · 1 year, 10 months ago
  70. f1779f2 vbe: Avoid a build failure when bloblist is not enabled by Simon Glass · 1 year, 10 months ago
  71. 67bb973 sandbox: mmc: Start off with a zeroed file by Simon Glass · 1 year, 10 months ago
  72. 3f23ce2 test: Drop duplicate restore of DM state by Simon Glass · 1 year, 10 months ago
  73. f229a8e test: Fix the help for the ut command by Simon Glass · 1 year, 10 months ago
  74. cb698b0 bootstd: Simplify locating existing bootdevs by Simon Glass · 1 year, 10 months ago
  75. 6a6638f bootstd: Remove special-case code for boot_targets by Simon Glass · 1 year, 10 months ago
  76. 3e96ed4 lib: Add a function to split a string into substrings by Simon Glass · 1 year, 10 months ago
  77. a0fb9de dm: test: Correct assertion in dm_test_part() by Simon Glass · 1 year, 10 months ago
  78. 3d01254 dm: core: Support sorting devices with dm tree by Simon Glass · 1 year, 10 months ago
  79. c0f19fe dm: core: Correct ordering of uclasses IDs by Simon Glass · 1 year, 10 months ago
  80. cd108f2 video: sunxi: dw-hdmi: Read address from DT node by Jernej Skrabec · 2 years ago
  81. 2f52be8 video: sunxi: dw-hdmi: Probe driver by compatible by Jernej Skrabec · 2 years ago
  82. 77024aa clk: sunxi: Add DE2 display-related clocks/resets by Samuel Holland · 2 years ago
  83. 55ad509 power: pmic: axp: Bind regulators from the DT by Samuel Holland · 1 year, 10 months ago
  84. 27a93dd power: regulator: Add a driver for AXP PMIC regulators by Samuel Holland · 1 year, 10 months ago
  85. dc1b1d1 power: pmic: axp: Provide a variant ID in the driver data by Samuel Holland · 1 year, 10 months ago
  86. 382b837 sunxi: eMMC: support TOC0 on boot partitions by Andre Przywara · 2 years ago
  87. 456093b sunxi: remove CONFIG_MMC?_CD_PIN by Andre Przywara · 2 years, 4 months ago
  88. ba16b53 sunxi: mmc: group non-DM specific functions by Andre Przywara · 2 years, 4 months ago
  89. 5db81f1 sunxi: mmc: ignore card detect in SPL by Andre Przywara · 2 years, 4 months ago
  90. 7f0938e sunxi: fel: drop redundant "control register" save/restore by Andre Przywara · 2 years, 4 months ago
  91. eb53e77 sunxi: h616: lower SPL stack address to avoid BROM data by Andre Przywara · 2 years, 4 months ago
  92. 4871650 sunxi: armv8: fel: load only 32-bit values by Andre Przywara · 2 years, 4 months ago
  93. 3baa0fb sunxi: f1c100s: Drop no-MMC hack by Andre Przywara · 1 year, 11 months ago
  94. 493e874 sunxi: f1c100s: re-enable SYSRESET by Andre Przywara · 1 year, 11 months ago
  95. dd31cd5 Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 10 months ago
  96. 0b9b015 Merge branch '2023-01-20-finish-CONFIG-migration-work' by Tom Rini · 1 year, 10 months ago
  97. 6333acb Revert "config: tools only: add VIDEO to build bmp_logo" by Fabio Estevam · 1 year, 10 months ago
  98. a03efb6 CI: Make check for new defined CONFIG symbols even more robust by Tom Rini · 1 year, 10 months ago
  99. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 10 months ago
  100. ad24234 watchdog: Clean up defaults for imx_watchdog / ulp_wdog by Tom Rini · 1 year, 10 months ago