1. bdddfb3 pylint: Adjust how the output is produced by Simon Glass · 2 years, 10 months ago
  2. 0bb0f02 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  3. a69a786 arm: kirkwood: GoFlex Home : Use Marvell uclass mvgbe and PHY driver for Ethernet by Tony Dinh · 2 years, 10 months ago
  4. e4b8fca tools: kwboot: Set debug flag to 1 by Pali Rohár · 2 years, 10 months ago
  5. 577506c tools: kwboot: Fix usage of -D without -t by Pali Rohár · 2 years, 10 months ago
  6. 613bd8b tools: kwboot: Handle EINTR in kwboot_tty_recv() by Pali Rohár · 2 years, 10 months ago
  7. 5350df1 tools: kwboot: Handle EINTR in kwboot_write() by Pali Rohár · 2 years, 10 months ago
  8. 1a0755e tools: kwboot: Remove 2s delay before sending first xmodem packet by Pali Rohár · 2 years, 10 months ago
  9. e68c27bd tools: kwboot: Force BootROM to flush input queue after boot pattern by Pali Rohár · 2 years, 10 months ago
  10. 4895336 tools: kwboot: Allow to use option -b without image path by Pali Rohár · 2 years, 10 months ago
  11. b3760f9 tools: kwboot: Show 'E' in progress output when error occurs by Pali Rohár · 2 years, 10 months ago
  12. 80241ce tools: kwboot: Fix handling of repeated xmodem packets by Pali Rohár · 2 years, 10 months ago
  13. 230d4f8 tools: kwboot: Do not change received character in kwboot_xm_recv_reply() by Pali Rohár · 2 years, 10 months ago
  14. 6af1429 tools: kwboot: Remove code for handling CAN byte by Pali Rohár · 2 years, 10 months ago
  15. e4529bd tools: kwboot: Improve retrying logic for incomplete xmodem packets by Pali Rohár · 2 years, 10 months ago
  16. b43d90f tools: kwboot: Wait blk_rsp_timeo when flushing by Pali Rohár · 2 years, 10 months ago
  17. def9838 tools: kwboot: Increase blk_rsp_timeo to 2s by Pali Rohár · 2 years, 10 months ago
  18. bd0b0f6 arm: kirkwood: Pogoplug V4 : Use Marvell network PHY driver by Tony Dinh · 2 years, 10 months ago
  19. 6e36f66 arm: kirkwood: Pogoplug-V4 : Add board implementation files by Tony Dinh · 2 years, 10 months ago
  20. 7faa34a arm: kirkwood: Pogoplug-V4 : Add Kconfig files by Tony Dinh · 2 years, 10 months ago
  21. b1251f5 arm: kirkwood: Pogoplug-V4 : Add DTS files by Tony Dinh · 2 years, 10 months ago
  22. 5f85224 arm: mvebu: Espressobin: Fix URLs in comments by Pali Rohár · 2 years, 10 months ago
  23. 8b5e03a Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 2 years, 10 months ago
  24. f3b114d mkimage: sunxi_egon: Allow overriding the padding size by Samuel Holland · 3 years, 1 month ago
  25. 4e04842 sunxi: Fix H616 DRAM read calibration for dual rank by Jernej Skrabec · 2 years, 10 months ago
  26. 137ab1c sunxi: fix H616 DRAM ODT support by Jernej Skrabec · 2 years, 10 months ago
  27. 2ff2a1d sunxi: Add option to prevent booting on power plug-in by Chris Morgan · 2 years, 10 months ago
  28. 910bea4 pmic: axp: define ALDO_IN startup bit by Andre Przywara · 2 years, 10 months ago
  29. 8a4184c sunxi: gpio: Fix up pointer arithmetic by Andre Przywara · 2 years, 10 months ago
  30. b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · 3 years, 1 month ago
  31. bfda949 gpio: sunxi: Implement .set_flags by Samuel Holland · 3 years, 1 month ago
  32. 6dde4a2 sunxi: gpio: Add per-bank drive and pull setters by Samuel Holland · 3 years, 1 month ago
  33. 41abadc sunxi: gpio: Return void from setter functions by Samuel Holland · 3 years, 1 month ago
  34. 0fe7a5f sunxi: dram_sun4i/5i: use DRAM_MEMORY_TYPE_DDR3 instead of magic number 3 by Giulio Benetti · 3 years ago
  35. a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · 2 years, 11 months ago
  36. 5a1456b sunxi: call fdt_fixup_ethernet again to set macaddr for more aliases by Icenowy Zheng · 3 years, 2 months ago
  37. 47690e1 sunxi: SPI: fix pinmuxing for Allwinner H6 SoCs by Daniel Wagenknecht · 3 years ago
  38. 263f1b7 Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  39. 4406c52 Merge branch '2022-01-28-assorted-fixes' by Tom Rini · 2 years, 10 months ago
  40. 205783f squashfs: show an error message if the inode_table can't be, allocated by Lars Weber · 2 years, 11 months ago
  41. 81adfff efi_loader: hash the image once before checking against db/dbx by Ilias Apalodimas · 2 years, 10 months ago
  42. 71eae98 efi_loader: correctly handle mixed hashes and signatures in db by Ilias Apalodimas · 2 years, 10 months ago
  43. f4c5bcb lib: allow printing RISC-V EFI Boot Protocol GUID by Heinrich Schuchardt · 2 years, 10 months ago
  44. 279d1c8 efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support by Sunil V L · 2 years, 10 months ago
  45. 30fcea2 tools: mkeficapsule: rework the code a little bit by AKASHI Takahiro · 2 years, 10 months ago
  46. 6cf40d4 tools: mkeficapsule: output messages to stderr instead of stdout by AKASHI Takahiro · 2 years, 10 months ago
  47. fbe9021 efi_loader: correct function comment style by Heinrich Schuchardt · 2 years, 10 months ago
  48. 5d327b2 doc: describe MSEL settings for booting from SD card by Heinrich Schuchardt · 2 years, 10 months ago
  49. 69b9996 Nokia RX-51: Convert documentation to rst format by Pali Rohár · 2 years, 10 months ago
  50. 604aba9 Nokia RX-51: Update documentation about flashing by Pali Rohár · 2 years, 10 months ago
  51. 97c8a54 Nokia RX-51: Update documentation about ext2/3/4 by Pali Rohár · 2 years, 10 months ago
  52. ddb3ada dm: serial: Add a migration deadline for serial by Simon Glass · 2 years, 10 months ago
  53. 13e1fa0 gitlab/azure: x86: Add a coreboot test by Simon Glass · 2 years, 10 months ago
  54. 466a58f configs: am64x_evm_r5/a53_defconfig: Enable configs required for Ethboot by Vignesh Raghavendra · 2 years, 10 months ago
  55. 1e556d4 configs: am64xx_evm: Increase BSS max size to 16K by Vignesh Raghavendra · 2 years, 10 months ago
  56. cfc57ab ARM: dts: k3-am642-sk: Disable cpsw_port1 in SPL by Vignesh Raghavendra · 2 years, 10 months ago
  57. d26ac2e net: ti: am65-cpsw-nuss: Fix err msg for port bind failures by Vignesh Raghavendra · 2 years, 10 months ago
  58. 5975ad7 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 10 months ago
  59. cca0287 bootcount: fix printf() code by Heinrich Schuchardt · 2 years, 10 months ago
  60. fd1f263 dfu: mtd: skip empty pages when writing page for UBI partition by Patrick Delaunay · 2 years, 10 months ago
  61. 92fa927 pci: Extend 'pci' command with bus option '*' by Pali Rohár · 2 years, 10 months ago
  62. 17d5d72 pci: Add checks for valid cmdline arguments by Pali Rohár · 2 years, 10 months ago
  63. 541e75c pci: Extend 'pci regions' command with bus number by Pali Rohár · 2 years, 10 months ago
  64. 8b79e08 pci: Fix setting controller's last_busno by Pali Rohár · 2 years, 10 months ago
  65. 3db3033 spl: add support for custom boot method names by Heiko Thiery · 2 years, 10 months ago
  66. b129b3c Merge branch '2022-01-28-fastboot-updates' by Tom Rini · 2 years, 10 months ago
  67. 80478f4 fastboot: only look up real partition names when no alias exists by Matthias Schiffer · 3 years ago
  68. 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · 3 years, 1 month ago
  69. 52cf76d fastboot: fix fastboot_set_reboot_flag() by Roman Stratiienko · 3 years, 7 months ago
  70. 99ce9ea Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 10 months ago
  71. 2d31e1c Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 10 months ago
  72. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · 3 years ago
  73. 12797e6 lib/circbuf: Make circbuf selectable symbol by Loic Poulain · 3 years ago
  74. 3ed2b18 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · 3 years ago
  75. e91edbc usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) by Lukasz Majewski · 3 years ago
  76. 5fb7cb2 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM by Lukasz Majewski · 3 years ago
  77. 7a4aba6 usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 by Lukasz Majewski · 3 years ago
  78. e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
  79. 89c3fb6 tools: Pass public-key node through to caller by Simon Glass · 3 years ago
  80. 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years ago
  81. e10e2ee tools: Pass the key blob around by Simon Glass · 3 years ago
  82. e3b2178 tools: Tidy up argument order in fit_config_check_sig() by Simon Glass · 3 years ago
  83. 4c5ff06 tools: Avoid confusion between keys and signatures by Simon Glass · 3 years ago
  84. 888c0c5 tools: Drop unused name in image-host by Simon Glass · 3 years ago
  85. 6a0efc8 tools: Improve comments in signing functions by Simon Glass · 3 years ago
  86. 5c5797f tools: Avoid leaving extra data at the end of copied files by Simon Glass · 3 years ago
  87. 674fc7f tools: Move copyfile() into a common file by Simon Glass · 3 years ago
  88. baab20c fit_check_sign: Update help to mention the key is in a dtb by Simon Glass · 3 years ago
  89. 101d349 rsa: Add debugging for failure cases by Simon Glass · 3 years ago
  90. d589456 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · 2 years, 10 months ago
  91. ddd5e1d binman: Document the __bss_size symbol error by Simon Glass · 2 years, 10 months ago
  92. d6d7adb sandbox: eth-raw: fix building with musl library by Heinrich Schuchardt · 2 years, 10 months ago
  93. 0039f57 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · 2 years, 10 months ago
  94. 4142486 binman: Add documentation for bintools by Simon Glass · 2 years, 11 months ago
  95. 620c446 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 11 months ago
  96. dab7c14 binman: Complete test coverage of comp_util by Simon Glass · 2 years, 11 months ago
  97. 66152ce binman: Plumb in support for missing bintools by Simon Glass · 2 years, 11 months ago
  98. 84b0c22 binman: Convert to using the lzma_alone bintool by Simon Glass · 2 years, 11 months ago
  99. c793d30 binman: Add a bintool implementation for lzma_alone by Simon Glass · 2 years, 11 months ago
  100. 9203c16 binman: Convert to using the lz4 bintool by Simon Glass · 2 years, 11 months ago