aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-04rkmux: Convert to Python 3Simon Glass1-8/+8
2019-11-04move_config: Convert to Python 3Simon Glass1-41/+41
2019-11-04microcode_tool: Convert to Python 3Simon Glass1-14/+14
2019-11-04test_dtoc: Move to use Python 3Simon Glass2-1/+2
2019-11-04test_fdt: Move to use Python 3Simon Glass1-1/+1
2019-11-04buildman: Convert to Python 3Simon Glass9-145/+146
2019-11-04patman: Move to use Python 3Simon Glass1-1/+1
2019-11-04patman: Use unicode for file I/OSimon Glass5-11/+11
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass4-18/+46
2019-11-04fdt: Sync up to the latest libfdtSimon Glass1-1/+2
2019-11-02binman: Fix up comment in intel-fsp-mSimon Glass1-1/+1
2019-11-02binman: Add support for Intel FSP-TSimon Glass4-0/+63
2019-11-02binman: Add support for Intel FSP-SSimon Glass4-0/+64
2019-11-02binman: Correct symbol calculation with non-zero image baseSimon Glass2-4/+2
2019-11-01Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dmTom Rini3-5/+5
2019-10-31mkimage: Set correct FDT type and ramdisk architecture in FIT auto modeMichal Sojka1-0/+3
2019-10-29tools: buildman: Remove useless mkdir() in Make() in test.pyBin Meng1-8/+0
2019-10-29tools: buildman: Honor output directory when generating boards.cfgBin Meng1-5/+5
2019-10-28tools: Avoid creating symbolic links for tools/version.hBin Meng2-1/+1
2019-10-28tools: ifwitool: Define __packed when it is not definedBin Meng1-0/+2
2019-10-28tools: zynqmpbif: Use compiler builtin instead of linux-specific __swab32Bin Meng1-1/+1