summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-11-22binman: Add a main program to the testsSimon Glass
2017-11-22binman: Add tests for importlib availabilitySimon Glass
2017-11-22binman: Set up 'entry' to permit full test coverageSimon Glass
2017-11-22binman: Append to PYTHONPATH when running test coverageSimon Glass
2017-11-22dtoc: Fix up testsSimon Glass
2017-11-22buildman: Fix up testsSimon Glass
2017-11-22buildman: Allow skipping of tests which use the networkSimon Glass
2017-11-22patman: Fix up tests to pass with newest checkpatchSimon Glass
2017-11-22binman: Disable the no-unit_address_vs_reg warningsSimon Glass
2017-11-22binman: Rename tests to ftestSimon Glass
2017-11-22binman: Add a Makefile for test-program compilationSimon Glass
2017-11-22binman: Add docs explaining how to enable binman for a boardSimon Glass
2017-11-22binman: Add better Makefile debuggingSimon Glass
2017-11-21rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)Philipp Tomsich
2017-11-21rockchip: mkimage: use spl_boot0 for all Rockchip SoCsKever Yang
2017-11-21env: Remove CONFIG_ENV_AES supportTom Rini
2017-11-17tools: use files from scripts/dtc/libfdt where possibleMasahiro Yamada
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada
2017-11-06Do not attempt to use the systemwide libfdtJan Kundrát
2017-11-06tools: image: fix message when fail to add verification data for configMasahiro Yamada
2017-11-06tools: image: allow to sign image nodes without -K optionMasahiro Yamada
2017-11-06tools: image: fix "algo" property of public key for verified bootMasahiro Yamada
2017-11-06tools: env: allow to print U-Boot versionStefan Agner
2017-10-23tools: image: fix node name of signature node in FITMasahiro Yamada
2017-10-16tools: env: Add embedded.c to .gitignoreBin Meng
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen
2017-10-16tools: bmp_logo: correctly interpret BMP files with larger headersJon Smith
2017-10-16tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor
2017-10-15moveconfig: fix error message in do_autoconf()Chris Packham
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini
2017-10-06tools/fit_image.c: Update some return code pathsTom Rini
2017-10-01rockchip: mkimage: add support for rk3128 socKever Yang
2017-09-29kconfiglib: update with 'imply' supportUlf Magnusson
2017-09-24tools/mkimage: Make the path to the dtc binary that mkimage calls configurableTom Rini
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini
2017-09-16tools: binman: Add a new entry type for Intel VBTBin Meng
2017-09-15dtoc: Add a header to the generated filesSimon Glass
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass
2017-09-15dtoc: Put phandle args in an arraySimon Glass
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass
2017-09-15dtoc: Avoid very long lines in outputSimon Glass
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass
2017-09-15dtoc: Adjust Node to record its parentSimon Glass