1. c6f9058 arm64: zynqmp: dynamically mark r5 cores as used by Lukas Funke · 2 years, 1 month ago
  2. 8144a2a net: xilinx_axi: check PCS/PMA PHY status in setup_phy by Andy Chiu · 2 years, 1 month ago
  3. 58af7eb net: xilinx_axi: add PCS/PMA PHY by Andy Chiu · 2 years, 1 month ago
  4. e9bfdb5 Merge tag 'efi-2023-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  5. 0746842 doc: eficonfig: add description for UEFI Secure Boot Configuration by Masahisa Kojima · 2 years ago
  6. d414f57 eficonfig: use efi_get_next_variable_name_int() by Masahisa Kojima · 2 years ago
  7. 2f407f0 efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · 2 years ago
  8. f2d191a eficonfig: use u16_strsize() to get u16 string buffer size by Masahisa Kojima · 2 years ago
  9. 5d13e9d eficonfig: fix going one directory up issue by Masahisa Kojima · 2 years ago
  10. 6f8e38e doc: board: typo GIUD Microchip MPFS Icicle Kit doc by Heinrich Schuchardt · 2 years ago
  11. 296b55c efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · 2 years ago
  12. 2f1a93f efi_loader: fix handling of DHCP acknowledge by Heinrich Schuchardt · 2 years ago
  13. ec4e327 efi_selftest: test FatToStr() truncation by Heinrich Schuchardt · 2 years ago
  14. d2ae30d efi_loader: add an EFI binary to print boot hart ID by Heinrich Schuchardt · 2 years ago
  15. d8fcaa2 doc: board: j721e_evm: Fix code-block type and indents by Andrew Davis · 2 years, 1 month ago
  16. 4bb0645 doc: board: j721e_evm: Add DM firmware steps by Andrew Davis · 2 years, 1 month ago
  17. ae08ffd net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · 2 years ago
  18. ca3df48 disk: fix blk_get_device_part_str() by Heinrich Schuchardt · 2 years ago
  19. 1bc421b console: file should always be non-negative by Heinrich Schuchardt · 2 years, 1 month ago
  20. 13323c2 Merge branch '2022-12-02-assorted-updates' by Tom Rini · 2 years ago
  21. 0eee586 MAINTAINERS: Adopt SanCloud boards by Paul Barker · 2 years ago
  22. 5aaf1e2 am335x-sancloud-bbe: Add -u-boot.dtsi files by Paul Barker · 2 years ago
  23. 533e87e am335x-sancloud-bbe-lite: SPI flash is JEDEC compatible by Paul Barker · 2 years ago
  24. 7a3d0b5 am335x-evm: Support STMicro/Micron SPI flash by Paul Barker · 2 years ago
  25. 7d680a4c am335x-evm: Fix spiboot configuration by Paul Barker · 2 years ago
  26. 1792aab am335x-evm: Enable required dtb nodes in SPL by Paul Barker · 2 years ago
  27. f36c2ff bus: Optionally include TI sysc driver in SPL/TPL by Paul Barker · 2 years ago
  28. 90cfc4d bus: TI sysc driver requires DM by Paul Barker · 2 years ago
  29. 7d0a63a dm: core: Fix iteration over driver_info records by Paul Barker · 2 years ago
  30. 94ed7f0 MAINTAINERS: Move usb_storage from DFU to USB by Marek Vasut · 2 years, 1 month ago
  31. a393a9b config: tools only: add VIDEO to build bmp_logo by Peter Robinson · 2 years ago
  32. 455a0e4 MAINTAINERS: add RaspberryPi co-maintainer by Matthias Brugger · 2 years ago
  33. 932cc48 Merge branch '2022-11-28-networking-updates-and-improvements' by Tom Rini · 2 years ago
  34. f7a7243 phy: add driver for Intel XWAY PHY by Tim Harvey · 2 years ago
  35. 1ae088d net: macb: Fix race caused by flushing unwanted descriptors by Yaron Micher · 2 years ago
  36. d623b47 test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  37. 2dbb7a4 doc: cmd: wget: add documentation by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  38. cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  39. 41efed1 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  40. 096dff8 drivers: net: aquantia: fix typos by Tim Harvey · 2 years, 1 month ago
  41. 366587d net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years, 1 month ago
  42. 401c094 net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · 2 years, 1 month ago
  43. 82ff5b0 net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · 2 years, 1 month ago
  44. 932d484 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years, 1 month ago
  45. 547e7e6 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years, 1 month ago
  46. 0007cba net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years, 1 month ago
  47. 9ac2c5c net: improve check for no IP options by Rasmus Villemoes · 2 years, 1 month ago
  48. 3e8a1be net: dwc_eth_qos: Add support for bulk RX descriptor cleaning by Marek Vasut · 2 years, 2 months ago
  49. 90cc13a net: dwc_eth_qos: Split TX and RX DMA rings by Marek Vasut · 2 years, 2 months ago
  50. 705017a liteeth: LiteX Ethernet device by Joel Stanley · 2 years, 2 months ago
  51. 03dc299 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years ago
  52. c7c028b usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · 2 years ago
  53. 27ef4e6 usb: dwc3: Program GFLADJ by Sean Anderson · 2 years ago
  54. f6785a8 usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · 2 years ago
  55. 840d219 usb: dwc3: reference clock period configuration by Balaji Prakash J · 2 years ago
  56. aacbcb6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · 2 years ago
  57. 6e76b0f usb: Expand buffer size in usb_find_and_bind_driver() by Marek Vasut · 2 years ago
  58. d6f3163 Merge branch '2022-11-23-assorted-fixes' by Tom Rini · 2 years ago
  59. 36ce43b cmd: fix dependency for CMD_CLS by John Keeping · 2 years ago
  60. 270537c arm: mach-k3: fix spelling mistake "entended" -> "extended" by Bryan Brattlof · 2 years ago
  61. e0f979b CI: Make more use of git safe.directory by Tom Rini · 2 years ago
  62. e10c8d6 ram: ast2600: Align the RL and WL setting by Dylan Hung · 2 years ago
  63. e7f6784 ram: ast2600: Improve ddr4 timing and signal quality by Dylan Hung · 2 years ago
  64. d90da02 ram: ast2600: Fix incorrect statement of the register polling by Dylan Hung · 2 years ago
  65. d1c5106 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years, 1 month ago
  66. 63d3d97 cmd: ubifs: Do not show usage when command fails by Pali Rohár · 2 years, 4 months ago
  67. 9272206 ubifs: Allow to silence debug dumps by Pali Rohár · 2 years, 4 months ago
  68. 8c5ba36 Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 2 years ago
  69. f9130d0 Merge tag 'dm-pull-22nov22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years ago
  70. d63c290 test: Disable part of the setexpr test for now by Simon Glass · 2 years ago
  71. 78c060d test: cmd: fdt: Add fdt get value test case by Marek Vasut · 2 years ago
  72. 0b42549 cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · 2 years ago
  73. 476ecdf sandbox: Move the capsule GUID declarations to board file by Sughosh Ganu · 2 years ago
  74. 621d1c9 sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · 2 years, 1 month ago
  75. a20c041 binman: Add documentation for the command line args by Simon Glass · 2 years, 1 month ago
  76. 93ebd46 buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years, 1 month ago
  77. 211c74b buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years, 1 month ago
  78. ccc6906 buildman: Ensure config_fname is inited by Simon Glass · 2 years, 1 month ago
  79. 626f35a global: Do not default to faking missing binaries for buildman by Tom Rini · 2 years, 1 month ago
  80. a922347 binman: Add a separate section about environment variables by Simon Glass · 2 years, 1 month ago
  81. 199da41 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years, 1 month ago
  82. e93918b buildman: Drop mention of old architectures by Simon Glass · 2 years, 1 month ago
  83. 8897c7d buildman: Update the default settings file by Simon Glass · 2 years, 1 month ago
  84. c325dbe buildman: Update the arc toolchain by Simon Glass · 2 years, 1 month ago
  85. 794beab buildman: Drop mention of MAKEALL by Simon Glass · 2 years, 1 month ago
  86. 79cc9be buildman: Convert documentation to rST by Simon Glass · 2 years, 1 month ago
  87. 6bce5dc binman: Use an exit code when blobs are missing by Simon Glass · 2 years, 1 month ago
  88. 61888dd doc: Correct the path to the Makefile documentation by Simon Glass · 2 years, 1 month ago
  89. f5783fb Makefile: Correct the binman rule by Simon Glass · 2 years, 1 month ago
  90. d30b6fc image: Correct strncpy() warning with image_set_name() by Simon Glass · 2 years, 1 month ago
  91. 2c70188 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years, 1 month ago
  92. c33383c binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years, 1 month ago
  93. 4bca659 arm64: dts: meson: nanopi-k2: readd PHY reset properties by Christian Hewitt · 2 years, 1 month ago
  94. 1a34049 arm: amlogic: add setbrg op to serial device by Edoardo Tomelleri · 2 years, 2 months ago
  95. 7a170cf Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years ago
  96. f79b217 arm64: versal: Add octal spi flash mini u-boot configuration by Ashok Reddy Soma · 2 years ago
  97. 8a456eb spi: cadence-qspi: Fix compilation error in mini u-boot flash reset by Ashok Reddy Soma · 2 years ago
  98. 8bcf982 arm64: versal: Add qspi flash mini u-boot configuration by Ashok Reddy Soma · 2 years ago
  99. ef3e30b qspi: versal-net: Add condition for tapdelay register by Ashok Reddy Soma · 2 years ago
  100. afcb640 soc: xilinx: versal-net: Add soc_xilinx_versal_net driver by Michal Simek · 2 years ago