Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
51f4999bc5ad5f8430da0297d12c1abef9c05568
/
tools
« Previous
ddaf5c8
patman: RunPipe() should not pipe stdout/stderr unless asked
by Simon Glass
· 10 years ago
6208fce
buildman: Enhance basic test to check summary output
by Simon Glass
· 10 years ago
4653a88
buildman: Send builder output through a function for testing
by Simon Glass
· 10 years ago
3c6c0f8
patman: Add a way of recording terminal output for testing
by Simon Glass
· 10 years ago
03ea24b
imximage: Fix imximage IVT bug for EIM-NOR boot
by Ye.Li
· 10 years ago
021e79c
tools: imximage: Fix the maximum DCD size for mx53/mx6
by Fabio Estevam
· 10 years ago
0b703db
patman: Fix detection of git version
by Simon Glass
· 10 years ago
e30965d
buildman: Separate out display of warnings and errors
by Simon Glass
· 10 years ago
ed96665
buildman: Add an option to show which boards caused which errors
by Simon Glass
· 10 years ago
48c1b6a
buildman: Remove the directory prefix from each error line
by Simon Glass
· 10 years ago
3cf4ae6
buildman: Implement an option to exclude boards from the build
by Simon Glass
· 10 years ago
f60c9d4
buildman: Allow make-flags variables to include '-' and '_'
by Simon Glass
· 10 years ago
2c3deb9
buildman: Set the return code to indicate build result
by Simon Glass
· 10 years ago
d0c5719
patman: Avoid changing the order of tags
by Simon Glass
· 10 years ago
9447a6b
patman: Use --no-pager' to stop git from forking a pager
by Simon Glass
· 10 years ago
7428dc1
patman: Remove the -a option
by Simon Glass
· 10 years ago
e752edc
patman: Correct unit tests to run correctly
by Simon Glass
· 10 years ago
6ba5737
patman: Fix indentation in terminal.py
by Simon Glass
· 10 years ago
2134342
tools/genboardscfg.py: change shebang into /usr/bin/env python2
by Masahiro Yamada
· 10 years ago
9a65cb7
tools/genboardscfg.py: improve performance
by Masahiro Yamada
· 10 years ago
d1bf4af
tools/genboardscfg.py: check if the boards.cfg is up to date
by Masahiro Yamada
· 10 years ago
79d45d3
tools/genboardscfg.py: fix minor problems on termination
by Masahiro Yamada
· 10 years ago
d6538d2
tools/genboardscfg.py: wait for unfinished subprocesses before error-out
by Masahiro Yamada
· 10 years ago
13246f4
tools/genboardscfg.py: be tolerant of insane Kconfig
by Masahiro Yamada
· 10 years ago
b8828e8
tools/genboardscfg.py: be tolerant of missing MAINTAINERS
by Masahiro Yamada
· 10 years ago
04b43f3
tools/genboardscfg.py: ignore defconfigs starting with a dot
by Masahiro Yamada
· 10 years ago
390f703
buildman: run genboardscfg.py all the time
by Masahiro Yamada
· 10 years ago
9c2d60c
tools/genboardscfg.py: fix a bug of MAINTAINERS handling
by Masahiro Yamada
· 10 years ago
042a732
patman: Support the 'reverse' option for 'git log'
by Simon Glass
· 10 years ago
7bee1c9
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 10 years ago
7f6b831
buildman: refactor help message
by Masahiro Yamada
· 10 years ago
e0a4d06
patman: refactor help message
by Masahiro Yamada
· 10 years ago
fd18a89
Makefile: remove generated boards.cfg within make distclean
by Roger Meier
· 10 years ago
5b12b7a
tools/genboardscfg.py: no exception if columns undetectable
by Roger Meier
· 10 years ago
ca418dd
tools/genboardscfg.py: Do not output SPLCPU field
by Masahiro Yamada
· 10 years ago
31e2141
tools, scripts: refactor error-out statements of Python scripts
by Masahiro Yamada
· 10 years ago
31cbe80
mkimage: fix compilation issues on OpenBSD
by Luka Perkov
· 10 years ago
686dca0
tools, fit_info: increase buffer for command name
by Heiko Schocher
· 10 years ago
04a710a
tools: fix typo in tools/image-host.c
by Heiko Schocher
· 10 years ago
e49f14a
patman: Only use git's --no-decorate when available
by Simon Glass
· 10 years ago
cda2a61
patman: Move the 'git log' command into a function
by Simon Glass
· 10 years ago
3b74ba5
buildman: Allow selection of the number of commits to build
by Simon Glass
· 10 years ago
6131bea
buildman: Introduce an 'and' operator for board selection
by Simon Glass
· 10 years ago
e956947
buildman: Add a few more toolchain examples to the README
by Simon Glass
· 10 years ago
28370c1
buildman: Add a message indicating there are no errors
by Simon Glass
· 10 years ago
0f7c9dd
buildman: Add an option to specify the buildman config file
by Simon Glass
· 10 years ago
d3269ed
buildman: Remove unused non-incremental build method code
by Simon Glass
· 10 years ago
e5a0e5d
buildman: Add verbose option to display errors as they happen
by Simon Glass
· 10 years ago
b2ea7ab
buildman: Refactor output options
by Simon Glass
· 10 years ago
c1de501
buildman: Sort command line options
by Simon Glass
· 10 years ago
190064b
buildman: Move BuilderThread code to its own file
by Simon Glass
· 10 years ago
fea5858
buildman: Allow building of current source tree
by Simon Glass
· 10 years ago
6eede34
buildman: Add some notes about moving from MAKEALL
by Simon Glass
· 10 years ago
cec83c3
buildman: Fix a few typos
by Simon Glass
· 10 years ago
73f30b9
buildman: adjust for Kconfig
by Masahiro Yamada
· 10 years ago
3c08e8b
tools: add genboardscfg.py
by Masahiro Yamada
· 10 years ago
5114879
kconfig: switch to Kconfig
by Masahiro Yamada
· 10 years ago
9979692
buildman: make sure to invoke GNU Make
by Masahiro Yamada
· 10 years ago
362f16b
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
740f41d
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
ee860c6
patman: make "No recipient" checking more tolerant
by Masahiro Yamada
· 10 years ago
189a496
buildman: Support in-tree builds
by Simon Glass
· 10 years ago
97e9152
buildman: Add -C option to force a reconfigure for each commit
by Simon Glass
· 10 years ago
21fe8ec
buildman: Avoid retrying a build if it definitely failed
by Simon Glass
· 10 years ago
4266dc2
buildman: Add -F flag to retry failed builds
by Simon Glass
· 10 years ago
8708267
buildman: fix toolchain priority_list
by Masahiro Yamada
· 10 years ago
1826a18
buildman: fix to display warning message for missing [toolchain] section
by Masahiro Yamada
· 10 years ago
4251978
patman: Only apply patches when we know the original HEAD
by Simon Glass
· 10 years ago
4ba73a5
sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple of 4
by Hans de Goede
· 10 years ago
b047d67
lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c
by Heiko Schocher
· 10 years ago
2b9912e
includes: move openssl headers to include/u-boot
by Jeroen Hofstee
· 10 years ago
ce1400f
Enhance fit_check_sign to check all images
by Simon Glass
· 10 years ago
ea51a62
Allow compiling common/bootm.c on with HOSTCC
by Simon Glass
· 10 years ago
12df2ab
Reverse the meaning of the fit_config_verify() return code
by Simon Glass
· 10 years ago
ba923ca
tools: Check arguments in fit_check_sign/fit_info
by Simon Glass
· 10 years ago
597a8b2
mkimage: Automatically expand FDT in more cases
by Simon Glass
· 10 years ago
7050f0d
.gitignore: move *.exe pattern to the top gitignore for Cygwin
by Masahiro Yamada
· 10 years ago
96b09a9
kbuild: remove unnecessary adjustment for Cygwin
by Masahiro Yamada
· 10 years ago
ad80c4a
kbuild, tools: generate wrapper C sources automatically by Makefile
by Masahiro Yamada
· 10 years ago
a946811
mkimage: Automatically make space in FDT when full
by Simon Glass
· 10 years ago
ef0af64
Improve error handling in fit_common
by Simon Glass
· 10 years ago
18b0665
tools: include u-boot version of sha256.h
by Jeroen Hofstee
· 10 years ago
97cb4e5
tools: refactor HOSTLOADLIBES_* options
by Masahiro Yamada
· 10 years ago
6437501
Prevent a stack overflow in fit_check_sign
by Michael van der Westhuizen
· 10 years ago
25308f4
tools: Refactor mxsimage to use pbl_crc32
by Charles Manning
· 10 years ago
abbc67e
mkimage : Split out and clean pbl_crc32 for use by other image types
by Charles Manning
· 10 years ago
5c390a5
arm:at91: enable ROM loadable atmel image
by Andreas Bießmann
· 10 years ago
7b1a411
mkimage: add atmelimage
by Andreas Bießmann
· 10 years ago
50827a5
sunxi: non-FEL SPL boot support for sun7i
by Ian Campbell
· 11 years ago
6be6b6b
patman: Suppress duplicate signoffs only for real patches
by Simon Glass
· 10 years ago
e7d4a88
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 10 years ago
cd834a0
tools: env: Add aes.c placeholder
by Marek Vasut
· 11 years ago
f4617ef
Merge branch 'tom' of git://git.denx.de/u-boot-x86
by Tom Rini
· 11 years ago
102061b
patman: Avoid duplicate sign-offs
by Simon Glass
· 11 years ago
757f64a
patman: Deal with 'git apply' failures correctly
by Simon Glass
· 11 years ago
d2a3e911
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 11 years ago
e1ae71d
logos: Update of the syteco company logo
by Thomas Diener
· 11 years ago
e0ba929
buildman: make output dir configurable
by Daniel Schwierzeck
· 11 years ago
e1b7e1e
tools: fix Makefile to clean-up fit_info and fit_check_sign
by Masahiro Yamada
· 11 years ago
bf411ea
tools: mkimage: add support for gpimage format
by Karicheri, Muralidharan
· 11 years ago
Next »