Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
80b24fcd3083515e6b9615868debb8891181e1e4
/
tools
81974f4
tools/env: no global variable sharing between application and library
by Andreas Fenkart
· 9 years ago
f71cee4
tools/env: compute size of usable area only once
by Andreas Fenkart
· 9 years ago
cedb341
tools/env: fw_printenv pass value_only as argument
by Andreas Fenkart
· 9 years ago
c3a23e8
tools/env: remove 'extern' from function prototype in fw_env.h
by Andreas Fenkart
· 9 years ago
dcdc1f6
tools/env: pass key as argument to env_aes_cbc_crypt
by Andreas Fenkart
· 9 years ago
d9b58b3
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
by Michal Simek
· 9 years ago
bd6e142
mkimage: Add a quiet mode
by Simon Glass
· 9 years ago
4b6e1fd
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
f79f1e0
buildman: allow more incremental building
by Stephen Warren
· 9 years ago
0782a88
imx: tools: imximage: fix CLR bit command
by Adrian Alonso
· 9 years ago
4cf4600
test, tools: update tbot documentation
by Heiko Schocher
· 9 years ago
1cc0a9f
Fix various typos, scattered over the code.
by Robert P. J. Day
· 9 years ago
8edeac8
mkimage: fix generation of FIT image
by Andreas Bießmann
· 9 years ago
4c1dc1a
fit_image: Fix a double close() on the error path
by Simon Glass
· 9 years ago
925c97c
tools: env: fix config file loading in env library
by Anatolij Gustschin
· 9 years ago
09c2b8f
Change my mailaddress
by Andreas Bießmann
· 9 years ago
7a439ca
mkimage: fix argument parsing on BSD systems
by Andreas Bießmann
· 9 years ago
43cb65b
tools: env: bug: config structs must be defined in tools library
by Andreas Fenkart
· 9 years ago
69067a3
tools: env: fw_parse_script: simplify removal of newline/carriage return
by Andreas Fenkart
· 9 years ago
938c29f
tools: env: split fw_string_blank into skip_chars / skip_blanks
by Andreas Fenkart
· 9 years ago
9583efc
tools: env: fw_string_blank: return from loop when item found
by Andreas Fenkart
· 9 years ago
10667e1
tools: env: replace WHITESPACE macro by isblank
by Andreas Fenkart
· 9 years ago
7497a6a
tools: kwboot: Add xmodem timeout option
by Kevin Smith
· 9 years ago
8669dac
tools: kwboot: Clean up usage text
by Kevin Smith
· 9 years ago
5b15a25
mkimage: Don't close the file if it wasn't opened
by Simon Glass
· 9 years ago
3bd3a54
mkimage: Ensure file is closed in fdt_property_file()
by Simon Glass
· 9 years ago
7b0bbd8
mkimage: Fix missing free() and close() in fit_build()
by Simon Glass
· 9 years ago
21c2975
mkimage: Fix missing free() in fit_extract_data()
by Simon Glass
· 9 years ago
b97d71e
mkimage: Fix error path in fit_extract_data()
by Simon Glass
· 9 years ago
6e0ffce
mkimage: Add a missing free() to fit_import_data()
by Simon Glass
· 9 years ago
b12a81c
mkimage: Close the file when unable to get its size
by Simon Glass
· 9 years ago
f980ca3
mkimage: Correct file being closed twice in fit_extract_data()
by Simon Glass
· 9 years ago
508b028
mkimage: Correct file being closed twice in fit_import_data()
by Simon Glass
· 9 years ago
9cff2d1
mkimage: Fix munmap() call when importing data
by Simon Glass
· 9 years ago
0e28065
Fix spelling of "comment".
by Vagrant Cascadian
· 9 years ago
8a7367a
cmd: Fix license command
by Tom Rini
· 9 years ago
c81d0d2
buildman: Clarify the use of -V
by Simon Glass
· 9 years ago
17bce66
buildman: Add a way to specific a full toolchain prefix
by Simon Glass
· 9 years ago
d4c8572
buildman: Allow branch names which conflict with directories
by Simon Glass
· 9 years ago
88033d7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
529fd18
mkimage: Bring data into the FIT before processing
by Simon Glass
· 9 years ago
722ebc8
mkimage: Support placing data outside the FIT
by Simon Glass
· 9 years ago
fb4cce0
mkimage: Support adding device tree files to a FIT
by Simon Glass
· 9 years ago
8e35bb0
mkimage: Support automatic creating of a FIT without a .its
by Simon Glass
· 9 years ago
3837ce6
tools: Add a function to obtain the size of a file
by Simon Glass
· 9 years ago
d505a09
mkimage: Allow a FIT to include an image of any type
by Simon Glass
· 9 years ago
e2070a8
tools: Include fdt_sw.o in libfdt for mkimage
by Simon Glass
· 9 years ago
608e399
buildman: Allow the toolchain architecture to be specified
by Simon Glass
· 9 years ago
ff690df
buildman: Allow the toolchain priority to be specified
by Simon Glass
· 9 years ago
ad24eba
buildman: Fix up a few code inconsistencies in toolchain.py
by Simon Glass
· 9 years ago
2bdeade
buildman: patman: Fix -H when installed as a symlink
by Simon Glass
· 9 years ago
9ad9698
patman: Add a missing space in GetMetaDataForList()
by Simon Glass
· 9 years ago
9404fc8
fdtgrep: Improve error handling with invalid device tree
by Simon Glass
· 9 years ago
cc7a644
mkimage: Make 'params' static
by Simon Glass
· 9 years ago
1531034
mkimage: Show an error message when usage() is called
by Simon Glass
· 9 years ago
b0a487a
mkimage: Move usage() up to the top
by Simon Glass
· 9 years ago
0745008
mkimage: Sort the option processing code by option
by Simon Glass
· 9 years ago
a02221f
mkimage: Convert to use getopt()
by Simon Glass
· 9 years ago
0b443de
mkimage: Move argument processing into its own function
by Simon Glass
· 9 years ago
05195b2
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
070b781
patman: fix series-notes handling for buildman
by Albert ARIBAUD
· 9 years ago
e8aebc4
tools: Update openrisc toolchain information
by Bin Meng
· 9 years ago
c6e3e82
tools: -Wno-deprecated-declarations for OpenSSL on darwin
by Andreas Bießmann
· 9 years ago
c190fbd
Gracefully handle 64-bit signed-extended 32-bit Load addresses
by William Cohen
· 9 years ago
595af9d
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
3964311
mxsboot: remove unused include
by Andreas Bießmann
· 9 years ago
334a994
test, tools: introduce tbot README
by Heiko Schocher
· 9 years ago
b92ae3a
tools: env: update usage strings
by Andreas Fenkart
· 9 years ago
af93e3d
tools: env: factor out parse_common_args
by Andreas Fenkart
· 9 years ago
1ce6869
tools: env: shift optind arguments and fix argument indices
by Andreas Fenkart
· 9 years ago
371ee13
tools: env: parse aes key / suppress flag into argument struct
by Andreas Fenkart
· 9 years ago
07ce944
tools: env: introduce setenv/printenv argument structs
by Andreas Fenkart
· 9 years ago
8b27abd
tools: env: make parse_aes_key stateless
by Andreas Fenkart
· 9 years ago
167f525
tools: env validate: pass values as 0-based array
by Andreas Fenkart
· 9 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
276d3eb
tools: mxsboot: Use more portable cpu_to_le32()
by Bin Meng
· 9 years ago
002c634
rockchip: Add a script to parse datasheets
by Simon Glass
· 9 years ago
747440d
dm: video: test: Test that bitmap display works correctly
by Simon Glass
· 9 years ago
27067a4
patman: Add --thread option
by Mateusz Kulikowski
· 9 years ago
4edde96
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 9 years ago
f4db6c9
arm: mvebu: Add runtime detection of UART (xmodem) boot-mode
by Stefan Roese
· 9 years ago
81e33f4
arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig
by Stefan Roese
· 9 years ago
aefba6f
tools: microcode-tool: Support parsing header file with a license block
by Bin Meng
· 9 years ago
25525eb
rockchip: Drop a debug message when outputing SPI images
by Simon Glass
· 9 years ago
9b03701
rockchip: Enable generation of SPI images
by Simon Glass
· 9 years ago
bc36605
tools: zynqimage: Clean up check_params
by Nathan Rossi
· 9 years ago
35065cd
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
69bf2d2
tools: env: include compiler.h
by Peter Robinson
· 9 years ago
7bf274b
rockchip: mkimage: use imagename to select spl hdr & spl size
by Jeffy Chen
· 9 years ago
5cc5b90
Revert "rockchip: Add max spl size & spl header configs"
by Jeffy Chen
· 9 years ago
8951523
buildman: README: add links for toolchains not available on kernel.org
by Thomas Chou
· 9 years ago
3463314
mkimage: Fix warning from fix for generating multi and script images again
by Marek Vasut
· 9 years ago
6ae6e16
mkimage : Fix generating multi and script images
by Philippe De Swert
· 9 years ago
3641339
rockchip: Add support for rk's second level loader
by Jeffy Chen
· 9 years ago
6ae5860
rockchip: Add max spl size & spl header configs
by Jeffy Chen
· 9 years ago
76b391c
tools/kwbimage: fix size computations for v1 images
by Reinhard Pfau
· 9 years ago
a8840dc
tools/kwbimage: fix endianess issue
by Reinhard Pfau
· 9 years ago
7772085
tools/kwbimage.c: Make sure that the resulting image is 4-byte aligned
by Stefan Roese
· 9 years ago
66eef1e
tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage
by Nathan Rossi
· 9 years ago
2cb11b3
Allow fw env tools to be available as library
by Stefano Babic
· 9 years ago
Next »