summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * binman: Add tests for importlib availabilitySimon Glass2017-11-222-2/+36
| * binman: Set up 'entry' to permit full test coverageSimon Glass2017-11-223-5/+10
| * binman: Append to PYTHONPATH when running test coverageSimon Glass2017-11-221-1/+1
| * dtoc: Fix up testsSimon Glass2017-11-221-45/+37
| * buildman: Fix up testsSimon Glass2017-11-221-10/+21
| * buildman: Allow skipping of tests which use the networkSimon Glass2017-11-223-4/+11
| * patman: Fix up tests to pass with newest checkpatchSimon Glass2017-11-221-15/+26
| * binman: Disable the no-unit_address_vs_reg warningsSimon Glass2017-11-221-1/+2
| * binman: Rename tests to ftestSimon Glass2017-11-222-2/+2
| * binman: Add a Makefile for test-program compilationSimon Glass2017-11-223-8/+36
| * binman: Add docs explaining how to enable binman for a boardSimon Glass2017-11-221-0/+21
| * binman: Add better Makefile debuggingSimon Glass2017-11-221-1/+2
* | rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)Philipp Tomsich2017-11-211-31/+14
* | rockchip: mkimage: use spl_boot0 for all Rockchip SoCsKever Yang2017-11-211-7/+7
|/
* env: Remove CONFIG_ENV_AES supportTom Rini2017-11-215-100/+1
* tools: use files from scripts/dtc/libfdt where possibleMasahiro Yamada2017-11-177-5/+22
* pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada2017-11-173-35/+1
* Do not attempt to use the systemwide libfdtJan Kundrát2017-11-061-2/+2
* tools: image: fix message when fail to add verification data for configMasahiro Yamada2017-11-061-3/+1
* tools: image: allow to sign image nodes without -K optionMasahiro Yamada2017-11-061-7/+8
* tools: image: fix "algo" property of public key for verified bootMasahiro Yamada2017-11-061-1/+1
* tools: env: allow to print U-Boot versionStefan Agner2017-11-061-3/+11
* tools: image: fix node name of signature node in FITMasahiro Yamada2017-10-231-1/+1
* tools: env: Add embedded.c to .gitignoreBin Meng2017-10-161-0/+1
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-1/+0
* tools: bmp_logo: correctly interpret BMP files with larger headersJon Smith2017-10-161-3/+8
* tools/mkimage: Fix DTC run command to handle file names with spaceMirza, Taimoor2017-10-161-2/+2
* moveconfig: fix error message in do_autoconf()Chris Packham2017-10-151-1/+1
* cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-071-10/+11
* tools/fit_image.c: Update some return code pathsTom Rini2017-10-061-1/+3
* rockchip: mkimage: add support for rk3128 socKever Yang2017-10-011-0/+1
* kconfiglib: update with 'imply' supportUlf Magnusson2017-09-292-141/+194
* tools/mkimage: Make the path to the dtc binary that mkimage calls configurableTom Rini2017-09-241-1/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-173-1/+36
|\
| * tools: binman: Add a new entry type for Intel VBTBin Meng2017-09-163-1/+36
* | dtoc: Add a header to the generated filesSimon Glass2017-09-151-0/+12
* | dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-153-12/+53
* | dtoc: Put phandle args in an arraySimon Glass2017-09-152-2/+2
* | dtoc: Put each phandle on a separate lineSimon Glass2017-09-152-6/+9
* | dtoc: Rename the phandle structSimon Glass2017-09-152-2/+3
* | dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2017-09-152-22/+58
* | dtoc: Make is_phandle() a member functionSimon Glass2017-09-151-18/+18
* | dtoc: Use the Fdt's class's phandle mapSimon Glass2017-09-151-13/+3
* | dtoc: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5
* | dtoc: Handle 'reg' properties with unusual sizesSimon Glass2017-09-152-0/+38
* | dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-157-0/+401
* | dtoc: Avoid very long lines in outputSimon Glass2017-09-152-3/+10
* | dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-153-1/+18
* | dtoc: Adjust Node to record its parentSimon Glass2017-09-151-5/+7
|/
* lib: at91: Add logo files used via API of DM_VIDEOWenyou Yang2017-09-141-0/+0