aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: termios_linux.h: Fix tcsendbreak() implementationPali Rohár2021-10-211-1/+5
* tools: Stop re-defining -std= when building toolsTom Rini2021-10-191-2/+1
* treewide: Remove OF_PRIOR_STAGEWIP/bisect-testingIlias Apalodimas2021-10-181-10/+6
* CI: Update to LLVM-13Tom Rini2021-10-141-3/+3
* tools/image-host.c: Fix spelling of "expected".Vagrant Cascadian2021-10-121-1/+1
* image: Use the correct checks for CRC32Simon Glass2021-10-081-0/+5
* image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2021-10-081-0/+5
* image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass2021-10-081-0/+5
* image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass2021-10-081-0/+5
* hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass2021-10-081-0/+25
* image: Add Kconfig options for FIT in the tools buildSimon Glass2021-10-081-0/+25
* image: Split host code out into its own fileSimon Glass2021-10-081-0/+1
* iot2050: Enable watchdog support, but do not auto-start itWIP/2021-10-03-platform-updatesJan Kiszka2021-10-031-0/+5
* tools: kwboot: Add Pali and Marek as authorsPali Rohár2021-10-011-0/+2
* tools: kwboot: Update file headerMarek Behún2021-10-011-1/+2
* tools: kwboot: Avoid code repetition in kwboot_img_patch()Marek Behún2021-10-011-35/+20
* tools: kwboot: Cosmetic fixMarek Behún2021-10-011-3/+3
* tools: kwboot: Disable non-blocking modePali Rohár2021-10-011-1/+9
* tools: kwboot: Disable tty interbyte timeoutPali Rohár2021-10-011-1/+1
* tools: kwboot: Fix initializing tty devicePali Rohár2021-10-011-4/+5
* tools: kwboot: Check whether baudrate was set to requested valueMarek Behún2021-10-011-0/+32
* tools: kwboot: Allow any baudrate on LinuxPali Rohár2021-10-012-1/+204
* tools: kwboot: Support higher baudrates when booting via UARTPali Rohár2021-10-011-34/+603
* tools: kwboot: Explicitly check against size of struct main_hdr_v1Marek Behún2021-10-011-2/+2
* tools: kwboot: Round up header size to 128 B when patchingPali Rohár2021-10-011-12/+77
* tools: kwbimage: Update comments describing kwbimage v1 structuresPali Rohár2021-10-012-4/+5
* tools: kwbimage: Refactor kwbimage header size determinationMarek Behún2021-10-013-46/+40
* tools: kwbimage: Refactor image_version()Marek Behún2021-10-013-8/+8
* tools: kwboot: Patch destination address to DDR area for SPI imagePali Rohár2021-10-011-0/+8
* tools: kwboot: Patch source address in image headerPali Rohár2021-10-011-11/+29
* tools: kwboot: Don't patch image header if signedPali Rohár2021-10-011-5/+25
* tools: kwbimage: Simplify iteration over version 1 optional headersMarek Behún2021-10-012-67/+81
* tools: kwboot: Always call kwboot_img_patch_hdr()Pali Rohár2021-10-011-17/+6
* tools: kwboot: Properly finish xmodem transferPali Rohár2021-10-011-17/+45
* tools: kwboot: Prevent waiting indefinitely if no xmodem reply is receivedMarek Behún2021-10-011-3/+11
* tools: kwboot: Allow greater timeout when executing header codeMarek Behún2021-10-011-3/+31
* tools: kwboot: Print new line after SPL outputMarek Behún2021-10-011-2/+9
* tools: kwboot: Allow non-xmodem text output from BootROM only in a specific casePali Rohár2021-10-011-17/+53
* tools: kwboot: Use a function to check whether received byte is a Xmodem replyMarek Behún2021-10-011-2/+8
* tools: kwboot: Split sending image into header and data stagesPali Rohár2021-10-012-31/+61
* tools: kwboot: Print newline on error when progress was not completedPali Rohár2021-10-011-0/+1
* tools: kwboot: Fix printing progressPali Rohár2021-10-011-2/+7
* tools: kwboot: Fix comparison of integers with different sizeMarek Behún2021-10-011-2/+1
* tools: kwboot: Fix return type of kwboot_xm_makeblock() functionPali Rohár2021-10-011-4/+1
* tools: kwboot: Fix kwboot_xm_sendblock() function when kwboot_tty_recv() failsPali Rohár2021-10-011-3/+6
* tools: kwboot: Print version information headerPali Rohár2021-10-011-0/+2
* tools: kwboot: Refactor and fix writing bufferMarek Behún2021-10-011-29/+26
* tools: kwboot: Make the quit sequence buffer constMarek Behún2021-10-011-2/+2
* tools: kwboot: Fix buffer overflow in kwboot_terminal()Marek Behún2021-10-011-1/+1
* tools: kwbimage: Fix printf format warningMarek Behún2021-10-011-1/+1