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