1. a339d6c tools: kwboot: Replace fstat()+st_size by lseek()+SEEK_END by Pali Rohár · 2 years, 6 months ago
  2. c497ae7 tools: kwboot: Allow to mix positional arguments with option -b by Pali Rohár · 2 years, 7 months ago
  3. 3782f55 tools: kwboot: Check if baudrate value is supported before sending image by Pali Rohár · 2 years, 7 months ago
  4. a79dea2 tools: kwboot: Allow to specify custom baudrate only in supported operations by Pali Rohár · 2 years, 7 months ago
  5. f4fa962 tools: kwboot: Update references with public links by Pali Rohár · 2 years, 7 months ago
  6. 0b5909d tools: kwboot: Update doc about Avanta by Pali Rohár · 2 years, 7 months ago
  7. bdc4dba tools: kwboot: Update usage by Pali Rohár · 2 years, 7 months ago
  8. e8d26e8 tools: kwboot: Add support for backspace key in mini terminal by Pali Rohár · 2 years, 7 months ago
  9. 93976af tools: kwboot: Fix sending and processing debug message pattern (-d option) by Pali Rohár · 2 years, 7 months ago
  10. 913866a tools: kwboot: Use separate thread for sending boot message pattern by Pali Rohár · 2 years, 7 months ago
  11. c1d911f tools: kwboot: Cleanup bootmsg and debugmsg variables by Pali Rohár · 2 years, 7 months ago
  12. 132016e tools: kwboot: Remove msg_req_delay by Pali Rohár · 2 years, 7 months ago
  13. d8865f8 tools: kwboot: Check for return value of kwboot_tty_send() and tcflush() by Pali Rohár · 2 years, 7 months ago
  14. 7938b3b tools: kwboot: Fix quitting terminal by Pali Rohár · 2 years, 7 months ago
  15. 9e6d71d tools: kwboot: Allow to use -b without image path as the last getopt() option by Pali Rohár · 2 years, 8 months ago
  16. de75140 tools: kwboot: Fix detection of quit esc sequence by Pali Rohár · 2 years, 8 months ago
  17. ffccee2 tools: kwboot: Set debug flag to 1 by Pali Rohár · 2 years, 8 months ago
  18. a3c6496 tools: kwboot: Fix usage of -D without -t by Pali Rohár · 2 years, 8 months ago
  19. 91fb095 tools: kwboot: Handle EINTR in kwboot_tty_recv() by Pali Rohár · 2 years, 8 months ago
  20. 6ba7d63 tools: kwboot: Handle EINTR in kwboot_write() by Pali Rohár · 2 years, 8 months ago
  21. 8d3b79c tools: kwboot: Remove 2s delay before sending first xmodem packet by Pali Rohár · 2 years, 8 months ago
  22. 2bcd5b1 tools: kwboot: Force BootROM to flush input queue after boot pattern by Pali Rohár · 2 years, 8 months ago
  23. c513fe4 tools: kwboot: Allow to use option -b without image path by Pali Rohár · 2 years, 8 months ago
  24. 5d8aa4c tools: kwboot: Show 'E' in progress output when error occurs by Pali Rohár · 2 years, 8 months ago
  25. 5875ad4 tools: kwboot: Fix handling of repeated xmodem packets by Pali Rohár · 2 years, 8 months ago
  26. 950ed24 tools: kwboot: Do not change received character in kwboot_xm_recv_reply() by Pali Rohár · 2 years, 8 months ago
  27. 94c906a tools: kwboot: Remove code for handling CAN byte by Pali Rohár · 2 years, 8 months ago
  28. 82a9e13 tools: kwboot: Improve retrying logic for incomplete xmodem packets by Pali Rohár · 2 years, 8 months ago
  29. 8bd15fd tools: kwboot: Wait blk_rsp_timeo when flushing by Pali Rohár · 2 years, 8 months ago
  30. ef95143 tools: kwboot: Increase blk_rsp_timeo to 2s by Pali Rohár · 2 years, 8 months ago
  31. 4469103 tools: kwbimage/kwboot: Check ext field for non-zero value by Pali Rohár · 2 years, 9 months ago
  32. 75176dc tools: kwboot: Always print kwboot version by Pali Rohár · 2 years, 11 months ago
  33. f8017c3 tools: kwboot: Fix sending Kirkwood v0 images by Pali Rohár · 2 years, 11 months ago
  34. 62a98f4 tools: kwboot: Do not send magic seq when changing baudrate back to 115200 by Pali Rohár · 2 years, 11 months ago
  35. 8dbe027 tools: kwboot: Do not use stack when setting baudrate back to default value by Pali Rohár · 3 years ago
  36. 558176d tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr by Pali Rohár · 3 years ago
  37. 5645229 tools: kwboot: Increase delay after changing baudrate in ARM code by Pali Rohár · 3 years ago
  38. cab817d tools: kwboot: Do not call tcdrain() after each sent packet by Pali Rohár · 3 years ago
  39. 455c0d2 tools: kwboot: Fix sending retry of last header packet by Pali Rohár · 3 years ago
  40. a6fcac2 tools: kwboot: Resend first 3 xmodem retry packets immediately by Pali Rohár · 3 years ago
  41. d14a342 tools: kwboot: Change retry loop from decreasing to increasing by Pali Rohár · 3 years ago
  42. d656f5a tools: kwboot: Calculate real used space in kwbimage header when calling kwboot_img_grow_hdr() by Pali Rohár · 3 years ago
  43. e511cc3 tools: kwboot: Do not modify kwbimage header before increasing its size by Pali Rohár · 3 years ago
  44. ed792c2 tools: kwboot: Simplify code for aligning image header by Pali Rohár · 3 years ago
  45. 8e2e7ca tools: kwboot: Show verbose message when waiting for baudrate change magic by Pali Rohár · 3 years ago
  46. 4bebab6 tools: kwboot: Correctly set configuration of UART for BootROM messages by Pali Rohár · 3 years ago
  47. 82c5a0a tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code by Pali Rohár · 3 years ago
  48. 063cb35 tools: kwboot: Inject baudrate change back code after data part by Pali Rohár · 3 years ago
  49. ad9a3ac tools: kwboot: Validate 4-byte image data checksum by Pali Rohár · 3 years ago
  50. 5923ef6 tools: kwboot: Reserve enough space for patching kwbimage in memory by Pali Rohár · 3 years ago
  51. 2ecca3d tools: kwboot: Fix initialization of tty device by Pali Rohár · 3 years ago
  52. 0a14341 tools: kwboot: Initialize rfds to zero by Pali Rohár · 3 years ago
  53. 0089f61 tools: kwboot: Patch nandpagesize to zero also for v1 image by Pali Rohár · 3 years ago
  54. a85a71d tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary by Pali Rohár · 3 years ago
  55. cf8c932 tools: kwboot: Add Pali and Marek as authors by Pali Rohár · 3 years ago
  56. b843aed tools: kwboot: Update file header by Marek Behún · 3 years ago
  57. b4eea8f tools: kwboot: Avoid code repetition in kwboot_img_patch() by Marek Behún · 3 years ago
  58. 5fa04f4 tools: kwboot: Cosmetic fix by Marek Behún · 3 years ago
  59. 911515b tools: kwboot: Disable non-blocking mode by Pali Rohár · 3 years ago
  60. 24a471b tools: kwboot: Disable tty interbyte timeout by Pali Rohár · 3 years ago
  61. c704e0e tools: kwboot: Fix initializing tty device by Pali Rohár · 3 years ago
  62. 99a3d023 tools: kwboot: Check whether baudrate was set to requested value by Marek Behún · 3 years ago
  63. 93b5563 tools: kwboot: Allow any baudrate on Linux by Pali Rohár · 3 years ago
  64. ca27204 tools: kwboot: Support higher baudrates when booting via UART by Pali Rohár · 3 years ago
  65. 5c8f812 tools: kwboot: Explicitly check against size of struct main_hdr_v1 by Marek Behún · 3 years ago
  66. 04ced02 tools: kwboot: Round up header size to 128 B when patching by Pali Rohár · 3 years ago
  67. fe2fd73 tools: kwbimage: Refactor kwbimage header size determination by Marek Behún · 3 years ago
  68. acb0b38 tools: kwbimage: Refactor image_version() by Marek Behún · 3 years ago
  69. f2c644e tools: kwboot: Patch destination address to DDR area for SPI image by Pali Rohár · 3 years ago
  70. 792e423 tools: kwboot: Patch source address in image header by Pali Rohár · 3 years ago
  71. 550c930 tools: kwboot: Don't patch image header if signed by Pali Rohár · 3 years ago
  72. ddc04fa tools: kwboot: Always call kwboot_img_patch_hdr() by Pali Rohár · 3 years ago
  73. 9cdc264 tools: kwboot: Properly finish xmodem transfer by Pali Rohár · 3 years ago
  74. 819cd32 tools: kwboot: Prevent waiting indefinitely if no xmodem reply is received by Marek Behún · 3 years ago
  75. 12df7b7 tools: kwboot: Allow greater timeout when executing header code by Marek Behún · 3 years ago
  76. 2e81b3a tools: kwboot: Print new line after SPL output by Marek Behún · 3 years ago
  77. 48b3ea6 tools: kwboot: Allow non-xmodem text output from BootROM only in a specific case by Pali Rohár · 3 years ago
  78. 408ea61 tools: kwboot: Use a function to check whether received byte is a Xmodem reply by Marek Behún · 3 years ago
  79. 2ef87f7 tools: kwboot: Split sending image into header and data stages by Pali Rohár · 3 years ago
  80. d5ba8db tools: kwboot: Print newline on error when progress was not completed by Pali Rohár · 3 years ago
  81. 5a1f8cb tools: kwboot: Fix printing progress by Pali Rohár · 3 years ago
  82. d8cc851 tools: kwboot: Fix comparison of integers with different size by Marek Behún · 3 years ago
  83. c5d666a tools: kwboot: Fix return type of kwboot_xm_makeblock() function by Pali Rohár · 3 years ago
  84. 00a1dee tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() fails by Pali Rohár · 3 years ago
  85. a050a86 tools: kwboot: Print version information header by Pali Rohár · 3 years ago
  86. e453bb4 tools: kwboot: Refactor and fix writing buffer by Marek Behún · 3 years ago
  87. 46237e6 tools: kwboot: Make the quit sequence buffer const by Marek Behún · 3 years ago
  88. f30cb0d tools: kwboot: Fix buffer overflow in kwboot_terminal() by Marek Behún · 3 years ago
  89. 5029d7b tools: kwboot: Fix checking image header version by Pali Rohár · 3 years, 2 months ago
  90. 825a2ca tools: kwboot: Check for v1 header size by Pali Rohár · 3 years, 2 months ago
  91. b943eee tools: kwboot: Cosmetic fix - add missing curly brackets by Pali Rohár · 3 years, 2 months ago
  92. 49a0a3b tools: kwboot: Print trailing newline after terminal is terminated by Pali Rohár · 3 years, 2 months ago
  93. ec0fe5b tools: kwboot: Fix restoring terminal by Pali Rohár · 3 years, 2 months ago
  94. 43fef8d tools: kwboot: Fix wrong parameter passed to read() by Pali Rohár · 3 years, 2 months ago
  95. a107c61 tools: kwbimage: Mark all BootROM structures __packed by Pali Rohár · 3 years, 2 months ago
  96. 9ca6fae tools: kwboot: Make kwboot more robust on a38x by Jon Nettleton · 6 years ago
  97. 4469bd7 tools: kwboot: properly quit when read() returns 0 by Willy Tarreau · 6 years ago
  98. 3475a71 tools: kwboot: unbreak terminal-only mode by Willy Tarreau · 6 years ago
  99. 93f4877 tools: kwboot: don't adjust destaddr when patching the image by Chris Packham · 8 years ago
  100. bdf58c7 tools: kwboot: patch destaddr only for SoCs with header version 1 by Simon Baatz · 8 years ago