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