summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-12-03cosmetic: Fix spelling and whitespace errorsThomas Hebb2-3/+3
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass9-2/+8
2019-12-03crc: 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-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-3/+0
2019-11-18Merge 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-05binman: Move to use Python 3Simon Glass1-1/+1
2019-11-05dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-11-05binman: Convert a few tests to Python 3Simon Glass1-7/+7
2019-11-05binman: Remember the pre-reset entry sizeSimon Glass1-1/+8
2019-11-05pylibfdt: Convert to Python 3Simon Glass3-30/+3
2019-11-05rkmux: Convert to Python 3Simon Glass1-8/+8
2019-11-05move_config: Convert to Python 3Simon Glass1-41/+41
2019-11-05microcode_tool: Convert to Python 3Simon Glass1-14/+14
2019-11-05test_dtoc: Move to use Python 3Simon Glass2-1/+2
2019-11-05test_fdt: Move to use Python 3Simon Glass1-1/+1
2019-11-05buildman: Convert to Python 3Simon Glass9-145/+146
2019-11-05patman: Move to use Python 3Simon Glass1-1/+1
2019-11-05patman: Use unicode for file I/OSimon Glass5-11/+11
2019-11-05patman: Adjust 'command' to return strings instead of bytesSimon Glass4-18/+46
2019-11-05fdt: 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
2019-10-28tools: mtk_image.h: Use portable uintXX_t instead of linux-specific __leXXBin Meng1-43/+43
2019-10-27patman: separate emails in CC list with NULsDmitry Torokhov3-5/+5
2019-10-24arm64: zynqmp: Do not remove dpll_prog from psu_initMichal Simek1-1/+0
2019-10-15patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson4-5/+85
2019-10-15binman: Drop comment-out code in testUpdateFdtOutput()Simon Glass1-2/+0
2019-10-15binman: Add logging for the number of pack passesSimon Glass1-0/+1
2019-10-15binman: Write symbol info before image inclusionSimon Glass1-1/+1