1. 959e850 tools: kwboot: Resend first 3 xmodem retry packets immediately by Pali Rohár · 3 years, 1 month ago
  2. e665c6a tools: kwboot: Change retry loop from decreasing to increasing by Pali Rohár · 3 years, 1 month ago
  3. 6fa9709 tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr() by Pali Rohár · 3 years, 1 month ago
  4. 90eb900 tools: kwboot: Do not modify kwbimage header before increasing its size by Pali Rohár · 3 years, 1 month ago
  5. 085d9ce tools: kwboot: Simplify code for aligning image header by Pali Rohár · 3 years, 1 month ago
  6. ddee5d8 tools: kwboot: Show verbose message when waiting for baudrate change magic by Pali Rohár · 3 years, 1 month ago
  7. 71db362 tools: kwboot: Correctly set configuration of UART for BootROM messages by Pali Rohár · 3 years, 1 month ago
  8. f625a22 tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code by Pali Rohár · 3 years, 1 month ago
  9. aed39f2 tools: kwboot: Inject baudrate change back code after data part by Pali Rohár · 3 years, 1 month ago
  10. 0b659e5 tools: kwboot: Validate 4-byte image data checksum by Pali Rohár · 3 years, 1 month ago
  11. d877439 tools: kwboot: Reserve enough space for patching kwbimage in memory by Pali Rohár · 3 years, 1 month ago
  12. 40003a0 tools: kwboot: Fix initialization of tty device by Pali Rohár · 3 years, 1 month ago
  13. c1efca4 tools: kwboot: Initialize rfds to zero by Pali Rohár · 3 years, 1 month ago
  14. 3024ebd tools: kwboot: Patch nandpagesize to zero also for v1 image by Pali Rohár · 3 years, 1 month ago
  15. 87cc3c9 tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary by Pali Rohár · 3 years, 1 month ago
  16. aa98a1e tools: kwboot: Add Pali and Marek as authors by Pali Rohár · 3 years, 2 months ago
  17. db5b53e tools: kwboot: Update file header by Marek Behún · 3 years, 2 months ago
  18. 3e6117e tools: kwboot: Avoid code repetition in kwboot_img_patch() by Marek Behún · 3 years, 2 months ago
  19. 6c598c3 tools: kwboot: Cosmetic fix by Marek Behún · 3 years, 2 months ago
  20. 2bffe24 tools: kwboot: Disable non-blocking mode by Pali Rohár · 3 years, 2 months ago
  21. 12095b2 tools: kwboot: Disable tty interbyte timeout by Pali Rohár · 3 years, 2 months ago
  22. 909a0b9 tools: kwboot: Fix initializing tty device by Pali Rohár · 3 years, 2 months ago
  23. 6783549 tools: kwboot: Check whether baudrate was set to requested value by Marek Behún · 3 years, 2 months ago
  24. fd935e9 tools: kwboot: Allow any baudrate on Linux by Pali Rohár · 3 years, 2 months ago
  25. 2a8b769 tools: kwboot: Support higher baudrates when booting via UART by Pali Rohár · 3 years, 2 months ago
  26. 811821e tools: kwboot: Explicitly check against size of struct main_hdr_v1 by Marek Behún · 3 years, 2 months ago
  27. d9355bf tools: kwboot: Round up header size to 128 B when patching by Pali Rohár · 3 years, 2 months ago
  28. d1b0b03 tools: kwbimage: Refactor kwbimage header size determination by Marek Behún · 3 years, 2 months ago
  29. fa9caec tools: kwbimage: Refactor image_version() by Marek Behún · 3 years, 2 months ago
  30. 398d415 tools: kwboot: Patch destination address to DDR area for SPI image by Pali Rohár · 3 years, 2 months ago
  31. 88255af tools: kwboot: Patch source address in image header by Pali Rohár · 3 years, 2 months ago
  32. 5725e0c tools: kwboot: Don't patch image header if signed by Pali Rohár · 3 years, 2 months ago
  33. 4d27601 tools: kwboot: Always call kwboot_img_patch_hdr() by Pali Rohár · 3 years, 2 months ago
  34. 42c61a4 tools: kwboot: Properly finish xmodem transfer by Pali Rohár · 3 years, 2 months ago
  35. 0a3b85a tools: kwboot: Prevent waiting indefinitely if no xmodem reply is received by Marek Behún · 3 years, 2 months ago
  36. 2d9f245 tools: kwboot: Allow greater timeout when executing header code by Marek Behún · 3 years, 2 months ago
  37. bcc5e04 tools: kwboot: Print new line after SPL output by Marek Behún · 3 years, 2 months ago
  38. d06d520 tools: kwboot: Allow non-xmodem text output from BootROM only in a specific case by Pali Rohár · 3 years, 2 months ago
  39. eabacb8 tools: kwboot: Use a function to check whether received byte is a Xmodem reply by Marek Behún · 3 years, 2 months ago
  40. bed18ef tools: kwboot: Split sending image into header and data stages by Pali Rohár · 3 years, 2 months ago
  41. 5ed896f tools: kwboot: Print newline on error when progress was not completed by Pali Rohár · 3 years, 2 months ago
  42. d01b9ce tools: kwboot: Fix printing progress by Pali Rohár · 3 years, 2 months ago
  43. edb6324 tools: kwboot: Fix comparison of integers with different size by Marek Behún · 3 years, 2 months ago
  44. 58cf04de tools: kwboot: Fix return type of kwboot_xm_makeblock() function by Pali Rohár · 3 years, 2 months ago
  45. 2c02a34 tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() fails by Pali Rohár · 3 years, 2 months ago
  46. 3c703aaf tools: kwboot: Print version information header by Pali Rohár · 3 years, 2 months ago
  47. d3bc5c3 tools: kwboot: Refactor and fix writing buffer by Marek Behún · 3 years, 2 months ago
  48. ea5b2b3 tools: kwboot: Make the quit sequence buffer const by Marek Behún · 3 years, 2 months ago
  49. 4eb55de tools: kwboot: Fix buffer overflow in kwboot_terminal() by Marek Behún · 3 years, 2 months ago
  50. b572ac4 tools: kwboot: Fix checking image header version by Pali Rohár · 3 years, 4 months ago
  51. 1228116 tools: kwboot: Check for v1 header size by Pali Rohár · 3 years, 4 months ago
  52. 48615ba tools: kwboot: Cosmetic fix - add missing curly brackets by Pali Rohár · 3 years, 4 months ago
  53. 049cf91 tools: kwboot: Print trailing newline after terminal is terminated by Pali Rohár · 3 years, 4 months ago
  54. eafc969 tools: kwboot: Fix restoring terminal by Pali Rohár · 3 years, 4 months ago
  55. 8210ea0 tools: kwboot: Fix wrong parameter passed to read() by Pali Rohár · 3 years, 4 months ago
  56. f01adfd tools: kwbimage: Mark all BootROM structures __packed by Pali Rohár · 3 years, 4 months ago
  57. 0e428ee tools: kwboot: Make kwboot more robust on a38x by Jon Nettleton · 6 years ago
  58. ab7e8a1 tools: kwboot: properly quit when read() returns 0 by Willy Tarreau · 6 years ago
  59. e8f8a7c tools: kwboot: unbreak terminal-only mode by Willy Tarreau · 6 years ago
  60. dc3a921 tools: kwboot: don't adjust destaddr when patching the image by Chris Packham · 8 years ago
  61. aa6b9e7 tools: kwboot: patch destaddr only for SoCs with header version 1 by Simon Baatz · 8 years ago
  62. 4d31a84 tools: kwboot: Add xmodem timeout option by Kevin Smith · 9 years ago
  63. 6c7c1ba tools: kwboot: Clean up usage text by Kevin Smith · 9 years ago
  64. 04ec0d3 arm: mvebu: Add runtime detection of UART (xmodem) boot-mode by Stefan Roese · 9 years ago
  65. c74165d tools: kwboot: Add support for UART boot mode patching for Armada XP/38x by Stefan Roese · 9 years ago
  66. f7f509d tools/kwboot: Add parameters to set delay and timeout via cmdline by Stefan Roese · 10 years ago
  67. bb5c428 tools/kwboot: Sync with latest barebox version to support Armada XP by Stefan Roese · 10 years ago
  68. dff28964 kwboot: boot kirkwood SoCs over a serial link by Luka Perkov · 13 years ago