1. f98aa78 pci: pci_write_config can be static by Vladimir Oltean · 3 years ago
  2. 577fd58 pci: pciinfo_header can be static by Vladimir Oltean · 3 years ago
  3. a95f8ee pci: pci_header_show can be static by Vladimir Oltean · 3 years ago
  4. f5164f6 pci: pci_bar_show can be static by Vladimir Oltean · 3 years ago
  5. 7f76084 pci: include pci_internal.h inside pci_auto.c by Vladimir Oltean · 3 years ago
  6. 2649f69 pci: provide prototype for pci_skip_dev outside of #if defined(CONFIG_DM_PCI_COMPAT) by Vladimir Oltean · 3 years ago
  7. 701c04f rtc: rx8025: revise single register write to use offset by Mathew McBride · 3 years ago
  8. 771fc0c rtc: rx8025: set date in a single i2c transaction by Mathew McBride · 3 years ago
  9. 9ca4ae2 rtc: rx8025: add support for EPSON RX8035. by Mathew McBride · 3 years ago
  10. 152ef91 rtc: rx8025: drop non-DM support by Mathew McBride · 3 years ago
  11. 8e1ebdc ARM: dts: ast2600: Make WDT by default disabled by Chia-Wei Wang · 3 years ago
  12. fa09b12 arm: ti: k3: Resync dts files and bindings with Linux Kernel v5.14 by Tom Rini · 3 years ago
  13. 4698bb8 dt-bindings: pinctrl: k3: Synchronize with v5.14 kernel by Nishanth Menon · 3 years, 1 month ago
  14. 67e6c54 Merge branch '2021-10-01-assorted-removal-and-migration' into next by Tom Rini · 3 years ago
  15. 561d1d3 serial: Remove extraneous SYS_MALLOC_F check by Tom Rini · 3 years ago
  16. d92cb66 serial: Use the default CONFIG_SYS_BAUDRATE_TABLE in more platforms by Tom Rini · 3 years ago
  17. 62efcba Convert CONFIG_BAUDRATE to Kconfig by Tom Rini · 3 years ago
  18. cc1386b kgdb: Remove unused serial related options by Tom Rini · 3 years ago
  19. fae2ea5 ppc: Remove MPC8349EMDS board and ARCH_MPC8349 support by Tom Rini · 3 years ago
  20. 4987658 arm: Remove bg0900 board by Tom Rini · 3 years ago
  21. 8ba5960 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years ago
  22. d9be860 arm: Remove aspenite board by Tom Rini · 3 years ago
  23. 14b38cb arm: Remove flea3 board by Tom Rini · 3 years ago
  24. 570320d Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 3 years ago
  25. 6c96332 MAINTAINERS: Add entry for kwbimage / kwboot tools by Marek Behún · 3 years, 1 month ago
  26. d1d7174 doc/kwboot.1: Update man page by Marek Behún · 3 years ago
  27. cf8c932 tools: kwboot: Add Pali and Marek as authors by Pali Rohár · 3 years ago
  28. b843aed tools: kwboot: Update file header by Marek Behún · 3 years ago
  29. b4eea8f tools: kwboot: Avoid code repetition in kwboot_img_patch() by Marek Behún · 3 years ago
  30. 5fa04f4 tools: kwboot: Cosmetic fix by Marek Behún · 3 years ago
  31. 911515b tools: kwboot: Disable non-blocking mode by Pali Rohár · 3 years ago
  32. 24a471b tools: kwboot: Disable tty interbyte timeout by Pali Rohár · 3 years ago
  33. c704e0e tools: kwboot: Fix initializing tty device by Pali Rohár · 3 years ago
  34. 99a3d023 tools: kwboot: Check whether baudrate was set to requested value by Marek Behún · 3 years ago
  35. 93b5563 tools: kwboot: Allow any baudrate on Linux by Pali Rohár · 3 years ago
  36. ca27204 tools: kwboot: Support higher baudrates when booting via UART by Pali Rohár · 3 years ago
  37. 5c8f812 tools: kwboot: Explicitly check against size of struct main_hdr_v1 by Marek Behún · 3 years ago
  38. 04ced02 tools: kwboot: Round up header size to 128 B when patching by Pali Rohár · 3 years ago
  39. 8010f4f tools: kwbimage: Update comments describing kwbimage v1 structures by Pali Rohár · 3 years ago
  40. fe2fd73 tools: kwbimage: Refactor kwbimage header size determination by Marek Behún · 3 years ago
  41. acb0b38 tools: kwbimage: Refactor image_version() by Marek Behún · 3 years ago
  42. f2c644e tools: kwboot: Patch destination address to DDR area for SPI image by Pali Rohár · 3 years ago
  43. 792e423 tools: kwboot: Patch source address in image header by Pali Rohár · 3 years ago
  44. 550c930 tools: kwboot: Don't patch image header if signed by Pali Rohár · 3 years ago
  45. 732c930 tools: kwbimage: Simplify iteration over version 1 optional headers by Marek Behún · 3 years, 1 month ago
  46. ddc04fa tools: kwboot: Always call kwboot_img_patch_hdr() by Pali Rohár · 3 years ago
  47. 9cdc264 tools: kwboot: Properly finish xmodem transfer by Pali Rohár · 3 years ago
  48. 819cd32 tools: kwboot: Prevent waiting indefinitely if no xmodem reply is received by Marek Behún · 3 years ago
  49. 12df7b7 tools: kwboot: Allow greater timeout when executing header code by Marek Behún · 3 years ago
  50. 2e81b3a tools: kwboot: Print new line after SPL output by Marek Behún · 3 years ago
  51. 48b3ea6 tools: kwboot: Allow non-xmodem text output from BootROM only in a specific case by Pali Rohár · 3 years ago
  52. 408ea61 tools: kwboot: Use a function to check whether received byte is a Xmodem reply by Marek Behún · 3 years ago
  53. 2ef87f7 tools: kwboot: Split sending image into header and data stages by Pali Rohár · 3 years ago
  54. d5ba8db tools: kwboot: Print newline on error when progress was not completed by Pali Rohár · 3 years ago
  55. 5a1f8cb tools: kwboot: Fix printing progress by Pali Rohár · 3 years ago
  56. d8cc851 tools: kwboot: Fix comparison of integers with different size by Marek Behún · 3 years ago
  57. c5d666a tools: kwboot: Fix return type of kwboot_xm_makeblock() function by Pali Rohár · 3 years ago
  58. 00a1dee tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() fails by Pali Rohár · 3 years ago
  59. a050a86 tools: kwboot: Print version information header by Pali Rohár · 3 years ago
  60. e453bb4 tools: kwboot: Refactor and fix writing buffer by Marek Behún · 3 years ago
  61. 46237e6 tools: kwboot: Make the quit sequence buffer const by Marek Behún · 3 years ago
  62. f30cb0d tools: kwboot: Fix buffer overflow in kwboot_terminal() by Marek Behún · 3 years ago
  63. 3b5da64 tools: kwbimage: Fix printf format warning by Marek Behún · 3 years ago
  64. 7fde64c Azure/GitLab CI: Update docker image by Tom Rini · 3 years ago
  65. 8bef036 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years ago
  66. c8988ef Merge branch '2021-09-30-whitespace-cleanups' into next by Tom Rini · 3 years ago
  67. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  68. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years ago
  69. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years ago
  70. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  71. dced079 watchdog: versal: Add support for expire now by Ashok Reddy Soma · 3 years ago
  72. 8c287ed watchdog: versal: Add support for basic window watchdog by Ashok Reddy Soma · 3 years ago
  73. 1db1acb clk: versal: Enable only GATE type clocks by T Karthik Reddy · 3 years ago
  74. 0285d75 arm64: zynqmp: Add psu_init_gpl for vck190/vmk180 SC by Michal Simek · 3 years ago
  75. 876b854 arm64: zynqmp: Define all eeproms for SC on vck190 by Michal Simek · 3 years ago
  76. 3482ed6 arm: zynq: Use s25fl256s1 compatible string on zedboard by Michal Simek · 3 years ago
  77. 1a94d05 arm64: zynqmp: Add device tree properties for nand flash by Amit Kumar Mahapatra · 3 years ago
  78. 5d498a1 xilinx: zynqmp: Set modeboot env variable in eMMC bootmode by Ashok Reddy Soma · 3 years ago
  79. c67fecd ARM: zynq: Enable capsule update for qspi and mmc by Michal Simek · 3 years, 1 month ago
  80. 67ae289 Merge tag 'rpi-next-2021.10.2' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years ago
  81. 94647e8 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years ago
  82. 3316605 arm: rpi: perform XHCI firmware upload only once by Marek Szyprowski · 3 years ago
  83. 6f3a922 mailmap: Update mail address for Nicolas Saenz julienne by Nicolas Saenz Julienne · 3 years ago
  84. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years ago
  85. 65513f3 arm: dts: armada8040: Fix CP0 eMMC/SDIO support by Robert Marko · 3 years ago
  86. ba17871 Merge branch '2021-09-25-TI-platform-updates' into next by Tom Rini · 3 years ago
  87. 68545c1 Merge tag '20210928-for-next' of https://source.denx.de/u-boot/custodians/u-boot-i2c into next by Tom Rini · 3 years ago
  88. b5d7a20 Merge branch '2021-09-28-regression-fixes' by Tom Rini · 3 years ago
  89. 24ea366 imx: imx7d-sdb: fix ethernet, sync .dts with linux by Rasmus Villemoes · 3 years ago
  90. b8919ea mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interface by Patrice Chotard · 3 years ago
  91. b81ce79 mtd: spi: Set CONFIG_SF_DEFAULT_MODE default to 0 by Marek Vasut · 3 years ago
  92. a4f2d83 mtd: spi: nor: force mtd name to "nor%d" by Patrick Delaunay · 3 years ago
  93. 4df9f5e scripts: ensure the cocci script for miiphy_register does not leak the MDIO bus by Vladimir Oltean · 3 years ago
  94. 19ef59f arch: powerpc: mpc85xx: free MDIO bus if mdio_register fails by Vladimir Oltean · 3 years ago
  95. 4fdc7e3 net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH truncation by Vladimir Oltean · 3 years ago
  96. c9131fc net: dsa: felix: check return code of mdio_alloc and mdio_register by Vladimir Oltean · 3 years ago
  97. 81386ed scripts: ensure the cocci script for miiphy_register does not leave NULL-unterminated strings by Vladimir Oltean · 3 years ago
  98. bf35c31 net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpy by Vladimir Oltean · 3 years ago
  99. 977b53f net: qe: uec: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years ago
  100. fe04172 net: davinci_emac: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN truncation by Vladimir Oltean · 3 years ago