index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
kwboot.c
Age
Commit message (
Expand
)
Author
2021-11-03
tools: kwboot: Do not send magic seq when changing baudrate back to 115200
Pali Rohár
2021-11-03
tools: kwboot: Do not use stack when setting baudrate back to default value
Pali Rohár
2021-11-03
tools: kwboot: Replace ARM mov + movt instruction pair by mov + orr
Pali Rohár
2021-11-03
tools: kwboot: Increase delay after changing baudrate in ARM code
Pali Rohár
2021-11-03
tools: kwboot: Do not call tcdrain() after each sent packet
Pali Rohár
2021-11-03
tools: kwboot: Fix sending retry of last header packet
Pali Rohár
2021-11-03
tools: kwboot: Resend first 3 xmodem retry packets immediately
Pali Rohár
2021-11-03
tools: kwboot: Change retry loop from decreasing to increasing
Pali Rohár
2021-11-03
tools: kwboot: Calculate real used space in kwbimage header when calling kwbo...
Pali Rohár
2021-11-03
tools: kwboot: Do not modify kwbimage header before increasing its size
Pali Rohár
2021-11-03
tools: kwboot: Simplify code for aligning image header
Pali Rohár
2021-11-03
tools: kwboot: Show verbose message when waiting for baudrate change magic
Pali Rohár
2021-11-03
tools: kwboot: Correctly set configuration of UART for BootROM messages
Pali Rohár
2021-11-03
tools: kwboot: Recalculate 4-byte data checksum after injecting baudrate code
Pali Rohár
2021-11-03
tools: kwboot: Inject baudrate change back code after data part
Pali Rohár
2021-11-03
tools: kwboot: Validate 4-byte image data checksum
Pali Rohár
2021-11-03
tools: kwboot: Reserve enough space for patching kwbimage in memory
Pali Rohár
2021-11-03
tools: kwboot: Fix initialization of tty device
Pali Rohár
2021-11-03
tools: kwboot: Initialize rfds to zero
Pali Rohár
2021-10-28
tools: kwboot: Patch nandpagesize to zero also for v1 image
Pali Rohár
2021-10-28
tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundary
Pali Rohár
2021-10-01
tools: kwboot: Add Pali and Marek as authors
Pali Rohár
2021-10-01
tools: kwboot: Update file header
Marek Behún
2021-10-01
tools: kwboot: Avoid code repetition in kwboot_img_patch()
Marek Behún
2021-10-01
tools: kwboot: Cosmetic fix
Marek Behún
2021-10-01
tools: kwboot: Disable non-blocking mode
Pali Rohár
2021-10-01
tools: kwboot: Disable tty interbyte timeout
Pali Rohár
2021-10-01
tools: kwboot: Fix initializing tty device
Pali Rohár
2021-10-01
tools: kwboot: Check whether baudrate was set to requested value
Marek Behún
2021-10-01
tools: kwboot: Allow any baudrate on Linux
Pali Rohár
2021-10-01
tools: kwboot: Support higher baudrates when booting via UART
Pali Rohár
2021-10-01
tools: kwboot: Explicitly check against size of struct main_hdr_v1
Marek Behún
2021-10-01
tools: kwboot: Round up header size to 128 B when patching
Pali Rohár
2021-10-01
tools: kwbimage: Refactor kwbimage header size determination
Marek Behún
2021-10-01
tools: kwbimage: Refactor image_version()
Marek Behún
2021-10-01
tools: kwboot: Patch destination address to DDR area for SPI image
Pali Rohár
2021-10-01
tools: kwboot: Patch source address in image header
Pali Rohár
2021-10-01
tools: kwboot: Don't patch image header if signed
Pali Rohár
2021-10-01
tools: kwboot: Always call kwboot_img_patch_hdr()
Pali Rohár
2021-10-01
tools: kwboot: Properly finish xmodem transfer
Pali Rohár
2021-10-01
tools: kwboot: Prevent waiting indefinitely if no xmodem reply is received
Marek Behún
2021-10-01
tools: kwboot: Allow greater timeout when executing header code
Marek Behún
2021-10-01
tools: kwboot: Print new line after SPL output
Marek Behún
2021-10-01
tools: kwboot: Allow non-xmodem text output from BootROM only in a specific case
Pali Rohár
2021-10-01
tools: kwboot: Use a function to check whether received byte is a Xmodem reply
Marek Behún
2021-10-01
tools: kwboot: Split sending image into header and data stages
Pali Rohár
2021-10-01
tools: kwboot: Print newline on error when progress was not completed
Pali Rohár
2021-10-01
tools: kwboot: Fix printing progress
Pali Rohár
2021-10-01
tools: kwboot: Fix comparison of integers with different size
Marek Behún
2021-10-01
tools: kwboot: Fix return type of kwboot_xm_makeblock() function
Pali Rohár
[prev]
[next]