summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-28tools: kwboot: Patch nandpagesize to zero also for v1 imagePali Rohár1-7/+6
2021-10-28tools: kwbimage: Add support for NAND_PAGE_SIZE command also for v1 imagesPali Rohár2-1/+4
2021-10-28tools: kwbimage: Align BIN header executable code to 128-bit boundaryPali Rohár1-17/+34
2021-10-28tools: kwboot: Align UART baudrate change code in BIN header to 128-bit boundaryPali Rohár1-5/+17
2021-10-25Revert "Revert "mkeficapsule: Remove dtb related options""AKASHI Takahiro1-222/+7
2021-10-25Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-1/+1
2021-10-25Merge tag 'u-boot-imx-20211022' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+7
2021-10-25tools: mksunxiboot: Use sunxi_image header directlySamuel Holland1-1/+1
2021-10-21buildman: Add gcc-11.1.0 to the directory listTom Rini1-1/+1
2021-10-21tools: imx8m_image: Support ddr3 firmwareAriel D'Alessandro1-0/+7
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini1-1/+5
2021-10-21tools: termios_linux.h: Fix tcsendbreak() implementationPali Rohár1-1/+5
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini5-12/+63
2021-10-20buildman: Detect Kconfig loopsSimon Glass3-5/+55
2021-10-20buildman: Write output even on fatal errorSimon Glass1-6/+6
2021-10-19tools: Stop re-defining -std= when building toolsTom Rini1-2/+1
2021-10-18treewide: Remove OF_PRIOR_STAGEIlias Apalodimas1-10/+6
2021-10-15CI: Update to LLVM-13Tom Rini1-3/+3
2021-10-12tools/image-host.c: Fix spelling of "expected".Vagrant Cascadian1-1/+1
2021-10-08image: Use the correct checks for CRC32Simon Glass1-0/+5
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass1-0/+5
2021-10-08image: Use Kconfig to enable CONFIG_FIT_VERBOSE on hostSimon Glass1-0/+5
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-0/+5
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass1-0/+25
2021-10-08image: Add Kconfig options for FIT in the tools buildSimon Glass1-0/+25
2021-10-08image: Split host code out into its own fileSimon Glass1-0/+1
2021-10-07tools: imx8mimage: not abort when mmap failPeng Fan1-1/+2
2021-10-03iot2050: Enable watchdog support, but do not auto-start itJan Kiszka1-0/+5
2021-10-01tools: kwboot: Add Pali and Marek as authorsPali Rohár1-0/+2
2021-10-01tools: kwboot: Update file headerMarek Behún1-1/+2
2021-10-01tools: kwboot: Avoid code repetition in kwboot_img_patch()Marek Behún1-35/+20
2021-10-01tools: kwboot: Cosmetic fixMarek Behún1-3/+3
2021-10-01tools: kwboot: Disable non-blocking modePali Rohár1-1/+9
2021-10-01tools: kwboot: Disable tty interbyte timeoutPali Rohár1-1/+1
2021-10-01tools: kwboot: Fix initializing tty devicePali Rohár1-4/+5
2021-10-01tools: kwboot: Check whether baudrate was set to requested valueMarek Behún1-0/+32
2021-10-01tools: kwboot: Allow any baudrate on LinuxPali Rohár2-1/+204
2021-10-01tools: kwboot: Support higher baudrates when booting via UARTPali Rohár1-34/+603
2021-10-01tools: kwboot: Explicitly check against size of struct main_hdr_v1Marek Behún1-2/+2
2021-10-01tools: kwboot: Round up header size to 128 B when patchingPali Rohár1-12/+77
2021-10-01tools: kwbimage: Update comments describing kwbimage v1 structuresPali Rohár2-4/+5
2021-10-01tools: kwbimage: Refactor kwbimage header size determinationMarek Behún3-46/+40
2021-10-01tools: kwbimage: Refactor image_version()Marek Behún3-8/+8
2021-10-01tools: kwboot: Patch destination address to DDR area for SPI imagePali Rohár1-0/+8
2021-10-01tools: kwboot: Patch source address in image headerPali Rohár1-11/+29
2021-10-01tools: kwboot: Don't patch image header if signedPali Rohár1-5/+25
2021-10-01tools: kwbimage: Simplify iteration over version 1 optional headersMarek Behún2-67/+81
2021-10-01tools: kwboot: Always call kwboot_img_patch_hdr()Pali Rohár1-17/+6
2021-10-01tools: kwboot: Properly finish xmodem transferPali Rohár1-17/+45
2021-10-01tools: kwboot: Prevent waiting indefinitely if no xmodem reply is receivedMarek Behún1-3/+11