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