1. 78b9afd am335x-evm: Enable required dtb nodes in SPL by Paul Barker · 2 years ago
  2. 07744f2 bus: Optionally include TI sysc driver in SPL/TPL by Paul Barker · 2 years ago
  3. e92f47c bus: TI sysc driver requires DM by Paul Barker · 2 years ago
  4. dec64d5 dm: core: Fix iteration over driver_info records by Paul Barker · 2 years ago
  5. 9f52e76 MAINTAINERS: Move usb_storage from DFU to USB by Marek Vasut · 2 years ago
  6. 1cfba53 config: tools only: add VIDEO to build bmp_logo by Peter Robinson · 2 years ago
  7. 58880b5 MAINTAINERS: add RaspberryPi co-maintainer by Matthias Brugger · 2 years ago
  8. 39b8195 Merge branch '2022-11-28-networking-updates-and-improvements' by Tom Rini · 2 years ago
  9. 5e6c069 phy: add driver for Intel XWAY PHY by Tim Harvey · 2 years ago
  10. d155943 net: macb: Fix race caused by flushing unwanted descriptors by Yaron Micher · 2 years ago
  11. d6abc7e test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · 2 years ago
  12. bfce0ca doc: cmd: wget: add documentation by Ying-Chun Liu (PaulLiu) · 2 years ago
  13. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years ago
  14. a3bf193 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 2 years ago
  15. 3cdbbe5 drivers: net: aquantia: fix typos by Tim Harvey · 2 years ago
  16. 0686968 net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years, 1 month ago
  17. 087648b net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · 2 years, 1 month ago
  18. 4b8c44e net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · 2 years, 1 month ago
  19. 06653c7 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years, 1 month ago
  20. 1817c38 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years, 1 month ago
  21. ad359d8 net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years, 1 month ago
  22. b0fcc48 net: improve check for no IP options by Rasmus Villemoes · 2 years, 1 month ago
  23. e9d3fc7 net: dwc_eth_qos: Add support for bulk RX descriptor cleaning by Marek Vasut · 2 years, 1 month ago
  24. f94d008 net: dwc_eth_qos: Split TX and RX DMA rings by Marek Vasut · 2 years, 1 month ago
  25. 3167b4d liteeth: LiteX Ethernet device by Joel Stanley · 2 years, 2 months ago
  26. 597e7b7 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years ago
  27. db5bace usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · 2 years ago
  28. c55ac51 usb: dwc3: Program GFLADJ by Sean Anderson · 2 years ago
  29. 6bae0eb usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · 2 years ago
  30. 57548e8 usb: dwc3: reference clock period configuration by Balaji Prakash J · 2 years ago
  31. 8ae84e6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · 2 years ago
  32. 55a95f8 usb: Expand buffer size in usb_find_and_bind_driver() by Marek Vasut · 2 years ago
  33. 27c415a Merge branch '2022-11-23-assorted-fixes' by Tom Rini · 2 years ago
  34. 2fdc4c0 cmd: fix dependency for CMD_CLS by John Keeping · 2 years ago
  35. 4c710fa arm: mach-k3: fix spelling mistake "entended" -> "extended" by Bryan Brattlof · 2 years ago
  36. bd181a2 CI: Make more use of git safe.directory by Tom Rini · 2 years ago
  37. 8c7b557 ram: ast2600: Align the RL and WL setting by Dylan Hung · 2 years ago
  38. bd1e195 ram: ast2600: Improve ddr4 timing and signal quality by Dylan Hung · 2 years ago
  39. 581df34 ram: ast2600: Fix incorrect statement of the register polling by Dylan Hung · 2 years ago
  40. c246d69 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years ago
  41. 1853811 cmd: ubifs: Do not show usage when command fails by Pali Rohár · 2 years, 3 months ago
  42. 6b752c7 ubifs: Allow to silence debug dumps by Pali Rohár · 2 years, 3 months ago
  43. d5d9f32 Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 2 years ago
  44. 19fb8d7 Merge tag 'dm-pull-22nov22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years ago
  45. b4574c0 test: Disable part of the setexpr test for now by Simon Glass · 2 years ago
  46. d83615b test: cmd: fdt: Add fdt get value test case by Marek Vasut · 2 years ago
  47. 7dfcf2a cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · 2 years ago
  48. 0524bfc sandbox: Move the capsule GUID declarations to board file by Sughosh Ganu · 2 years ago
  49. b3a680a sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · 2 years ago
  50. 8dd0059 binman: Add documentation for the command line args by Simon Glass · 2 years ago
  51. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years ago
  52. 5f319fa buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years ago
  53. 301cd74 buildman: Ensure config_fname is inited by Simon Glass · 2 years ago
  54. b144b93 global: Do not default to faking missing binaries for buildman by Tom Rini · 2 years ago
  55. 85760a6 binman: Add a separate section about environment variables by Simon Glass · 2 years ago
  56. 35b6e53 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years ago
  57. cd6889d buildman: Drop mention of old architectures by Simon Glass · 2 years ago
  58. 3da04ff buildman: Update the default settings file by Simon Glass · 2 years ago
  59. ce59252 buildman: Update the arc toolchain by Simon Glass · 2 years ago
  60. 274d053 buildman: Drop mention of MAKEALL by Simon Glass · 2 years ago
  61. 74df491 buildman: Convert documentation to rST by Simon Glass · 2 years ago
  62. b38da15 binman: Use an exit code when blobs are missing by Simon Glass · 2 years ago
  63. 921b0a6 doc: Correct the path to the Makefile documentation by Simon Glass · 2 years ago
  64. c39c7c6 Makefile: Correct the binman rule by Simon Glass · 2 years ago
  65. 88ff7cb image: Correct strncpy() warning with image_set_name() by Simon Glass · 2 years ago
  66. fb132b3 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years ago
  67. 478332a binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years ago
  68. e0638f1 arm64: dts: meson: nanopi-k2: readd PHY reset properties by Christian Hewitt · 2 years, 1 month ago
  69. 66006f8 arm: amlogic: add setbrg op to serial device by Edoardo Tomelleri · 2 years, 2 months ago
  70. 521277e Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years ago
  71. 3655dd2 arm64: versal: Add octal spi flash mini u-boot configuration by Ashok Reddy Soma · 2 years ago
  72. ce8adf1 spi: cadence-qspi: Fix compilation error in mini u-boot flash reset by Ashok Reddy Soma · 2 years ago
  73. 3c53ebd arm64: versal: Add qspi flash mini u-boot configuration by Ashok Reddy Soma · 2 years ago
  74. 450d8eb qspi: versal-net: Add condition for tapdelay register by Ashok Reddy Soma · 2 years ago
  75. 64fc7fc soc: xilinx: versal-net: Add soc_xilinx_versal_net driver by Michal Simek · 2 years ago
  76. de4a22e xilinx: versal-net: Disable LMB for mini configuration by Michal Simek · 2 years ago
  77. 3892045 arm64: zynqmp: Describe TI phy as ethernet-phy-id with reset on zcu106 by Michal Simek · 2 years ago
  78. 9dc5106 xilinx: versal-net: Fix SYS_LOAD_ADDR to point to OCM by Michal Simek · 2 years ago
  79. 6b067f4 xilinx: versal-net: Fix incorrect platform name in Kconfig by Michal Simek · 2 years ago
  80. 7ca9662 arm64: zynqmp: Create vck190 spl link for revB by Michal Simek · 2 years, 1 month ago
  81. 2e9946a net: phy: Fix ethernet-phy-id <dot> in the code by Michal Simek · 2 years ago
  82. 96dcde4 ARM: zynq: DT: Enable all FCLKs by default by Christian Kohn · 2 years, 1 month ago
  83. b34bc22 timer: xilinx-timer: use timer_conv_64() to fix timer wrap around by Ovidiu Panait · 2 years, 1 month ago
  84. 8272d4c timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years, 1 month ago
  85. 1e766a0 timer-uclass: add timer_get_ops() macro by Ovidiu Panait · 2 years, 1 month ago
  86. ba74bcf xilinx: common: Remove zynq_board_read_rom_ethaddr() by Venkatesh Yadav Abbarapu · 2 years, 1 month ago
  87. 7165272 Revert "pinctrl: zynqmp: Add support for output-enable and bias-high-impedance" by Michal Simek · 2 years, 1 month ago
  88. 7b84fe7 arm64: zynqmp: Disable watchdog by default for virt platform by Michal Simek · 2 years, 1 month ago
  89. fcabdf1 microblaze: Make extended addressing support default by T Karthik Reddy · 2 years, 1 month ago
  90. 536c642 Merge tag 'efi-2023-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  91. b94db9e Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog by Tom Rini · 2 years ago
  92. d0f9ae3 eficonfig: add "Show Signature Database" menu entry by Masahisa Kojima · 2 years ago
  93. c3b5af6 eficonfig: add UEFI Secure Boot Key enrollment interface by Masahisa Kojima · 2 years ago
  94. 21faf4e eficonfig: use protocol interface for file selection by Masahisa Kojima · 2 years ago
  95. d656611 eficonfig: expose eficonfig_create_device_path() by Masahisa Kojima · 2 years ago
  96. d571f9b eficonfig: refactor change boot order implementation by Masahisa Kojima · 2 years ago
  97. 8961e93 eficonfig: expose append entry function by Masahisa Kojima · 2 years ago
  98. a84040a eficonfig: refactor file selection handling by Masahisa Kojima · 2 years ago
  99. a356b50 doc: in cmp man-page replace 'tuples' by 'values' by Heinrich Schuchardt · 2 years ago
  100. 6717a03 efi_selftest: Improve the FatToStr() unit test by Heinrich Schuchardt · 2 years ago