Simon Glass 9ede212341 moveconfig: Add an option to commit changes 7 years ago
..
buildman c8d7393b73 buildman: Add a quick-start note 7 years ago
dtoc d6a33918fb dtoc: Correct the type widening code in fdt_fallback 7 years ago
easylogo da58dec866 Various Makefiles: Add SPDX-License-Identifier tags 8 years ago
env 4ed6f4318b tools/env: soften warning about erase block alignment 7 years ago
gdb 34bd050709 Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile 10 years ago
kermit 901d0ea1fc tools: move kermit files to tools/kermit directory 10 years ago
logos 0a22c7f0dc imx: ventana: enable splashscreen support 7 years ago
omap 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
patman 94fbd3e37d tools: patman: Handle missing 'END' in non-last commit of a series 8 years ago
scripts cd51878e34 tools: fix define2mk.sed to not add quotes around negative integers 8 years ago
tbot 4cf4600f25 test, tools: update tbot documentation 8 years ago
.gitignore 87c2f76f3f tools: Add entry for generated tools/bin2header to tools/.gitignore 8 years ago
Makefile 162a7a4217 Only build the libfdt python module if 'swig' is available 7 years ago
aisimage.c a93648d197 imagetool: replace image registration function by linker_lists feature 9 years ago
aisimage.h 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
atmel_pmecc_params.c 09c2b8f3e3 Change my mailaddress 8 years ago
atmelimage.c 09c2b8f3e3 Change my mailaddress 8 years ago
bin2header.c 8a7367acca cmd: Fix license command 8 years ago
bmp_logo.c 3d192be9ad tools, bmp_logo: fix index from uint16_t to int to allow bigger logos 10 years ago
default_image.c 5847084f6b Respect SOURCE_DATE_EPOCH when building FIT images. 8 years ago
dumpimage.c 67f946cd18 dumpimage: replace the term "datafile" by "subimage" 9 years ago
dumpimage.h 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
envcrc.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
fdt_host.h 29a23f9d6c tools, fit_check_sign: verify a signed fit image 10 years ago
fdtgrep.c 9404fc85ab fdtgrep: Improve error handling with invalid device tree 8 years ago
fit_check_sign.c 310ae37edb Fix bad return value checks (detected with Coccinelle) 8 years ago
fit_common.c a946811569 mkimage: Automatically make space in FDT when full 10 years ago
fit_common.h a946811569 mkimage: Automatically make space in FDT when full 10 years ago
fit_image.c 655cc69655 tools: Add an error code when fit_handle_file() fails 7 years ago
fit_info.c 686dca0fc4 tools, fit_info: increase buffer for command name 9 years ago
gen_eth_addr.c 3e4dad5032 tools: gen_eth_addr: add getpid() to time(0) to avoid duplicated seed 8 years ago
genboardscfg.py d339df522b tools/genboardscfg.py: remove bogus import subprocess 8 years ago
getline.c 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
getline.h 64b1502133 getline: split out for darwin systems 14 years ago
gpheader.h bf411ea9f1 tools: mkimage: add support for gpimage format 10 years ago
gpimage-common.c f41f5b7c05 dumpimage: add 'T' option to explicitly set the image type 9 years ago
gpimage.c a93648d197 imagetool: replace image registration function by linker_lists feature 9 years ago
ifdtool.c e6378e1da2 x86: ifdtool: Support checking region overlap before U-Boot 8 years ago
ifdtool.h 673ed2f8c2 tools/ifdtool: Support writing multiple files (-w) simultaneously 9 years ago
image-host.c 713fb2dcb2 tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 7 years ago
imagetool.c 5847084f6b Respect SOURCE_DATE_EPOCH when building FIT images. 8 years ago
imagetool.h 5847084f6b Respect SOURCE_DATE_EPOCH when building FIT images. 8 years ago
img2brec.sh 93e1459641 Coding Style cleanup: replace leading SPACEs by TABs 10 years ago
img2srec.c fd66066ee3 img2srec: use standard types 14 years ago
imximage.c 0782a8803d imx: tools: imximage: fix CLR bit command 8 years ago
imximage.h 61903b759a imximage: fix commands other than write_data 8 years ago
jtagconsole f5ff2030bf Blackfin: jtagconsole: disable output processing 14 years ago
kwbimage.c 76b391cdee tools/kwbimage: fix size computations for v1 images 8 years ago
kwbimage.h a8840dced0 tools/kwbimage: fix endianess issue 8 years ago
kwboot.c bdf58c73ca tools: kwboot: patch destaddr only for SoCs with header version 1 7 years ago
lpc32xximage.c 39f520bb62 lpc32xx: add lpc32xx-spl.bin boot image target 9 years ago
microcode-tool d2c6181d2d x86: Add a script to process Intel microcode files 9 years ago
microcode-tool.py aefba6f1b5 tools: microcode-tool: Support parsing header file with a license block 8 years ago
mingw_support.c a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files 11 years ago
mingw_support.h a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files 11 years ago
mkenvimage.c 80ee0196a6 Patch to mkenvimage to handle text files with length that exceed env size 9 years ago
mkexynosspl.c 310ae37edb Fix bad return value checks (detected with Coccinelle) 8 years ago
mkimage.c 1b92aed253 mkimage: Fix argument parsing with signature comment 7 years ago
mkimage.h 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
mksunxiboot.c a188438175 sunxi: (mksunxiboot) signature to indicate "sunxi" SPL variant 8 years ago
moveconfig.py 9ede212341 moveconfig: Add an option to commit changes 7 years ago
mxsboot.c 3964311473 mxsboot: remove unused include 8 years ago
mxsimage.c a93648d197 imagetool: replace image registration function by linker_lists feature 9 years ago
mxsimage.h 7a139959d0 ARM: mxs: tools: Add support for boot progress display flag 9 years ago
ncb.c eea8be86d1 ncb: Check return value of write() 15 years ago
netconsole 7f51898c1b net: Make netconsole src and dest ports configurable 11 years ago
omapimage.c a93648d197 imagetool: replace image registration function by linker_lists feature 9 years ago
omapimage.h bf411ea9f1 tools: mkimage: add support for gpimage format 10 years ago
os_support.c a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files 11 years ago
os_support.h a53002f4fa Add LGPL-2.0+ SPDX-License-Identifier to source files 11 years ago
pbl_crc32.c abbc67eedf mkimage : Split out and clean pbl_crc32 for use by other image types 10 years ago
pbl_crc32.h abbc67eedf mkimage : Split out and clean pbl_crc32 for use by other image types 10 years ago
pblimage.c a93648d197 imagetool: replace image registration function by linker_lists feature 9 years ago
pblimage.h 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
proftool.c 1ca8f8818b tools/proftool: fix use-after-free 8 years ago
relocate-rela.c e60cfd531a relocate-rela: replace a magic number with sizeof(Elf64_Rela) 10 years ago
rkcommon.c 9191090e34 mkimage: rockchip: add suport for rk33 serial 7 years ago
rkcommon.h 7bf274b9ca rockchip: mkimage: use imagename to select spl hdr & spl size 8 years ago
rkimage.c 9217d93bc4 rockchip: Check image name for the rksd image 8 years ago
rkmux.py 002c634c1f rockchip: Add a script to parse datasheets 8 years ago
rksd.c 7bf274b9ca rockchip: mkimage: use imagename to select spl hdr & spl size 8 years ago
rkspi.c 25525ebe31 rockchip: Drop a debug message when outputing SPI images 8 years ago
socfpgaimage.c 2662179998 tools: do not print error messages in verify_header() functions 9 years ago
ublimage.c a93648d197 imagetool: replace image registration function by linker_lists feature 9 years ago
ublimage.h 3765b3e7bd Coding Style cleanup: remove trailing white space 10 years ago
ubsha1.c 2b9912e6a7 includes: move openssl headers to include/u-boot 10 years ago
xway-swap-bytes.c 60b74bde92 MIPS: INCA-IP: rename inca-swap-bytes host tool 13 years ago
zynqimage.c bc36605035 tools: zynqimage: Clean up check_params 8 years ago
zynqmpimage.c d9b58b3031 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation 8 years ago