1. 92e6900 arm64: zynqmp: Do not enable IPI by default by Michal Simek · 1 year, 11 months ago
  2. 74673ca arm64: zynqmp: Do not include psu_init to U-Boot by default by Michal Simek · 1 year, 11 months ago
  3. 9129a6b board/xilinx/zynqmp/MAINTAINERS: change e-mail address for Luca Ceresoli by Luca Ceresoli · 1 year, 11 months ago
  4. 2e3c10e xilinx: Remove unused ZYNQ_MAC_IN_EEPROM/ZYNQ_GEM_I2C_MAC_OFFSET entries by Michal Simek · 1 year, 11 months ago
  5. f3538a3 xilinx: Add option to select SC id instead of DUT id for SC support by Michal Simek · 1 year, 11 months ago
  6. 906e20a spi: zynqmp_qspi: Add support for 64-bit read/write by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  7. 31e66ae arm64: versal: Enable REMAKE_ELF for mini_ospi/mini_qspi by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  8. a5e770b spi: zynqmp_gqspi: Update tapdelay value by T Karthik Reddy · 1 year, 11 months ago
  9. d9efdc7 arm64: zynqmp: dynamically mark r5 cores as used by Lukas Funke · 2 years ago
  10. f3558be net: xilinx_axi: check PCS/PMA PHY status in setup_phy by Andy Chiu · 2 years ago
  11. e23544c net: xilinx_axi: add PCS/PMA PHY by Andy Chiu · 2 years ago
  12. d2c5607 Merge tag 'efi-2023-01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 11 months ago
  13. 30124c2 doc: eficonfig: add description for UEFI Secure Boot Configuration by Masahisa Kojima · 1 year, 11 months ago
  14. 140a895 eficonfig: use efi_get_next_variable_name_int() by Masahisa Kojima · 1 year, 11 months ago
  15. 3ac026a efi_loader: utility function to check the variable name is "Boot####" by Masahisa Kojima · 1 year, 11 months ago
  16. 78b1ccc eficonfig: use u16_strsize() to get u16 string buffer size by Masahisa Kojima · 1 year, 11 months ago
  17. c67d3c9 eficonfig: fix going one directory up issue by Masahisa Kojima · 1 year, 11 months ago
  18. 7fb73cd doc: board: typo GIUD Microchip MPFS Icicle Kit doc by Heinrich Schuchardt · 1 year, 11 months ago
  19. 1a12796 efi_loader: don't use EFI_LOADER_DATA internally by Heinrich Schuchardt · 1 year, 11 months ago
  20. 1702055 efi_loader: fix handling of DHCP acknowledge by Heinrich Schuchardt · 1 year, 11 months ago
  21. f2833d4 efi_selftest: test FatToStr() truncation by Heinrich Schuchardt · 1 year, 11 months ago
  22. f2d60f6 efi_loader: add an EFI binary to print boot hart ID by Heinrich Schuchardt · 1 year, 11 months ago
  23. 4bc5097 doc: board: j721e_evm: Fix code-block type and indents by Andrew Davis · 2 years ago
  24. 2434a01 doc: board: j721e_evm: Add DM firmware steps by Andrew Davis · 2 years ago
  25. bdb060a net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · 1 year, 11 months ago
  26. be2e42f disk: fix blk_get_device_part_str() by Heinrich Schuchardt · 1 year, 11 months ago
  27. 27380d8 console: file should always be non-negative by Heinrich Schuchardt · 2 years ago
  28. a32f634 Merge branch '2022-12-02-assorted-updates' by Tom Rini · 1 year, 11 months ago
  29. c9311b5 MAINTAINERS: Adopt SanCloud boards by Paul Barker · 2 years ago
  30. b9829e9 am335x-sancloud-bbe: Add -u-boot.dtsi files by Paul Barker · 2 years ago
  31. 8328022 am335x-sancloud-bbe-lite: SPI flash is JEDEC compatible by Paul Barker · 2 years ago
  32. d883280 am335x-evm: Support STMicro/Micron SPI flash by Paul Barker · 2 years ago
  33. f3b9abf am335x-evm: Fix spiboot configuration by Paul Barker · 2 years ago
  34. 78b9afd am335x-evm: Enable required dtb nodes in SPL by Paul Barker · 2 years ago
  35. 07744f2 bus: Optionally include TI sysc driver in SPL/TPL by Paul Barker · 2 years ago
  36. e92f47c bus: TI sysc driver requires DM by Paul Barker · 2 years ago
  37. dec64d5 dm: core: Fix iteration over driver_info records by Paul Barker · 2 years ago
  38. 9f52e76 MAINTAINERS: Move usb_storage from DFU to USB by Marek Vasut · 2 years ago
  39. 1cfba53 config: tools only: add VIDEO to build bmp_logo by Peter Robinson · 1 year, 11 months ago
  40. 58880b5 MAINTAINERS: add RaspberryPi co-maintainer by Matthias Brugger · 1 year, 11 months ago
  41. 39b8195 Merge branch '2022-11-28-networking-updates-and-improvements' by Tom Rini · 1 year, 11 months ago
  42. 5e6c069 phy: add driver for Intel XWAY PHY by Tim Harvey · 1 year, 11 months ago
  43. d155943 net: macb: Fix race caused by flushing unwanted descriptors by Yaron Micher · 2 years ago
  44. d6abc7e test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · 2 years ago
  45. bfce0ca doc: cmd: wget: add documentation by Ying-Chun Liu (PaulLiu) · 2 years ago
  46. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years ago
  47. a3bf193 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 2 years ago
  48. 3cdbbe5 drivers: net: aquantia: fix typos by Tim Harvey · 2 years ago
  49. 0686968 net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years ago
  50. 087648b net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · 2 years ago
  51. 4b8c44e net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · 2 years ago
  52. 06653c7 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years ago
  53. 1817c38 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years ago
  54. ad359d8 net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years ago
  55. b0fcc48 net: improve check for no IP options by Rasmus Villemoes · 2 years ago
  56. e9d3fc7 net: dwc_eth_qos: Add support for bulk RX descriptor cleaning by Marek Vasut · 2 years ago
  57. f94d008 net: dwc_eth_qos: Split TX and RX DMA rings by Marek Vasut · 2 years ago
  58. 3167b4d liteeth: LiteX Ethernet device by Joel Stanley · 2 years, 1 month ago
  59. 597e7b7 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 11 months ago
  60. db5bace usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · 1 year, 11 months ago
  61. c55ac51 usb: dwc3: Program GFLADJ by Sean Anderson · 1 year, 11 months ago
  62. 6bae0eb usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · 1 year, 11 months ago
  63. 57548e8 usb: dwc3: reference clock period configuration by Balaji Prakash J · 1 year, 11 months ago
  64. 8ae84e6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · 1 year, 11 months ago
  65. 55a95f8 usb: Expand buffer size in usb_find_and_bind_driver() by Marek Vasut · 1 year, 11 months ago
  66. 27c415a Merge branch '2022-11-23-assorted-fixes' by Tom Rini · 1 year, 11 months ago
  67. 2fdc4c0 cmd: fix dependency for CMD_CLS by John Keeping · 1 year, 11 months ago
  68. 4c710fa arm: mach-k3: fix spelling mistake "entended" -> "extended" by Bryan Brattlof · 1 year, 11 months ago
  69. bd181a2 CI: Make more use of git safe.directory by Tom Rini · 1 year, 11 months ago
  70. 8c7b557 ram: ast2600: Align the RL and WL setting by Dylan Hung · 2 years ago
  71. bd1e195 ram: ast2600: Improve ddr4 timing and signal quality by Dylan Hung · 2 years ago
  72. 581df34 ram: ast2600: Fix incorrect statement of the register polling by Dylan Hung · 2 years ago
  73. c246d69 tools: mkenvimage: Drop duplicate crc header include by Marek Vasut · 2 years ago
  74. 1853811 cmd: ubifs: Do not show usage when command fails by Pali Rohár · 2 years, 3 months ago
  75. 6b752c7 ubifs: Allow to silence debug dumps by Pali Rohár · 2 years, 3 months ago
  76. d5d9f32 Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 1 year, 11 months ago
  77. 19fb8d7 Merge tag 'dm-pull-22nov22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 11 months ago WIP/22Nov2022
  78. b4574c0 test: Disable part of the setexpr test for now by Simon Glass · 1 year, 11 months ago
  79. d83615b test: cmd: fdt: Add fdt get value test case by Marek Vasut · 2 years ago
  80. 7dfcf2a cmd: fdt: Fix iteration over elements above index 1 in fdt get by Marek Vasut · 2 years ago
  81. 0524bfc sandbox: Move the capsule GUID declarations to board file by Sughosh Ganu · 2 years ago
  82. b3a680a sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · 2 years ago
  83. 8dd0059 binman: Add documentation for the command line args by Simon Glass · 2 years ago
  84. d7713ad buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · 2 years ago
  85. 5f319fa buildman: Reinstate removal of temp output dir in tests by Simon Glass · 2 years ago
  86. 301cd74 buildman: Ensure config_fname is inited by Simon Glass · 2 years ago
  87. b144b93 global: Do not default to faking missing binaries for buildman by Tom Rini · 2 years ago
  88. 85760a6 binman: Add a separate section about environment variables by Simon Glass · 2 years ago
  89. 35b6e53 buildman: Detect binman reporting missing blobs by Simon Glass · 2 years ago
  90. cd6889d buildman: Drop mention of old architectures by Simon Glass · 2 years ago
  91. 3da04ff buildman: Update the default settings file by Simon Glass · 2 years ago
  92. ce59252 buildman: Update the arc toolchain by Simon Glass · 2 years ago
  93. 274d053 buildman: Drop mention of MAKEALL by Simon Glass · 2 years ago
  94. 74df491 buildman: Convert documentation to rST by Simon Glass · 2 years ago
  95. b38da15 binman: Use an exit code when blobs are missing by Simon Glass · 2 years ago
  96. 921b0a6 doc: Correct the path to the Makefile documentation by Simon Glass · 2 years ago
  97. c39c7c6 Makefile: Correct the binman rule by Simon Glass · 2 years ago
  98. 88ff7cb image: Correct strncpy() warning with image_set_name() by Simon Glass · 2 years ago
  99. fb132b3 Revert "binman: btool: gzip: fix packer name so that binary can be found" by Quentin Schulz · 2 years ago
  100. 478332a binman: bintool: remove btool_ prefix from btool names by Quentin Schulz · 2 years ago