aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-01-30tools: buildman: fix typoFlavio Suligoi1-1/+1
2020-01-30tools: correct Markdown in concurrencytest/README.mdHeinrich Schuchardt1-2/+2
2020-01-25genboardscfg.py: drop python version commentBaruch Siach1-2/+0
2020-01-24tools: ftdgrep: correct the find regions loop in do_fdtgrepPatrick Delaunay1-2/+4
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes1-1/+1
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes3-2/+387
2020-01-10mkimage: simplify fit_check_params()Heinrich Schuchardt1-3/+3
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2-2/+2
2020-01-07binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada2-2/+2
2020-01-07tools: dumpimage: Fall-though to print usage for help commandAndrew F. Davis1-1/+0
2020-01-07tools: fit_image: Use fit_image_get_data_and_size for getting offset/sizeAndrew F. Davis1-2/+7
2020-01-07tools: dumpimage: Provide more feedback on internal errorsAndrew F. Davis1-1/+13
2020-01-07Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-17/+11
2020-01-07tools: imx8m_image: Change source path for DDR firmware to build dirFrieder Schrempf1-17/+11
2020-01-06Merge branch 'next'Tom Rini7-36/+127
2020-01-02Merge tag 'u-boot-rockchip-20191231' of https://gitlab.denx.de/u-boot/custodi...Tom Rini7-116/+232
2020-01-02tools: .gitignore: add asn1_compilerDario Binacchi1-0/+1
2019-12-27tools/imximage: share DCD information via KconfigJorge Ramirez-Ortiz1-2/+6
2019-12-27rockchip: mkimage: fix wrong range of rc4 encoding for boot imageJeffy Chen1-1/+1
2019-12-27rockchip: mkimage: support packing optional second level boot-loaderJeffy Chen6-115/+231
2019-12-20fw_setenv: avoid writing environment when nothing has changedRasmus Villemoes1-1/+19
2019-12-10buildman: Ignore blank lines during size checksTom Rini1-1/+2
2019-12-10buildman: Add options to get the arch and toolchain infoSimon Glass5-0/+86
2019-12-10buildman: Figure out boards before commitsSimon Glass1-30/+29
2019-12-10buildman: Ask genboardscfg to be quietSimon Glass1-1/+1
2019-12-10genboardcfg: Support a quiet modeSimon Glass1-3/+7
2019-12-10buildman: Improve [make-flags] section parser to allow quoted stringsCristian Ciocaltea1-1/+2
2019-12-06cmd: add asn1_compilerAKASHI Takahiro2-0/+1614
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb2-3/+3
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass9-2/+8
2019-12-02crc: Fix code style with crc functionsSimon Glass1-2/+2
2019-11-23buildman: Fix problem with non-existent output directoriesTom Rini1-0/+2
2019-11-23moveconfig.py: Fix more Python3 UTF issuesTom Rini1-1/+4
2019-11-20env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-3/+0
2019-11-17Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+2
2019-11-17rockchip: mkimage: add support for RK3308Andy Yan1-0/+1
2019-11-17rockchip: mkimage: add support for px30Kever Yang1-0/+1
2019-11-14patman: fix coverletter cc list with nullsRobert Beckett1-1/+1
2019-11-14patman: fix some typos in commentsAnatolij Gustschin3-5/+5
2019-11-12defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini1-3/+0
2019-11-12Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-2/+32
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass10-26/+134
2019-11-08tools/img2brec.sh: Delete unused toolTom Rini1-388/+0
2019-11-05tools: imx8m_image: support ddr4 firmwarePeng Fan1-0/+10
2019-11-05tools: imx8mimage: add ROM VERSIONPeng Fan1-2/+22
2019-11-04binman: Move to use Python 3Simon Glass1-1/+1
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-11-04binman: Convert a few tests to Python 3Simon Glass1-7/+7
2019-11-04binman: Remember the pre-reset entry sizeSimon Glass1-1/+8
2019-11-04pylibfdt: Convert to Python 3Simon Glass3-30/+3