Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
992d7129500d239d684c15fa2d61e0a8f2e64457
/
tools
0ad2270
tools: fix imximage warning
by Kim Phillips
· 15 years ago
5b28e91
mkimage: SEGFAULT with imximage on 64 bit systems
by Stefano Babic
· 15 years ago
44d8025
at91: Add esd gmbh OTC570 board support
by Daniel Gorsulowski
· 15 years ago
249d4de
Fix compiler warning in imximage.c due to getline prototype
by Kumar Gala
· 15 years ago
64b1502
getline: split out for darwin systems
by Mike Frysinger
· 15 years ago
e852d36
tools: give explicit libfdt paths
by Mike Frysinger
· 15 years ago
8edcde5
mkimage: Add Freescale imx Boot Image support (imximage)
by Stefano Babic
· 15 years ago
c7c0d54
tools: allow people to compile w/out configuring
by Mike Frysinger
· 15 years ago
c5a028f
ubsha1: drop unnecessary includes/prototypes
by Mike Frysinger
· 15 years ago
7293e05
easylogo: add support for 16-bit RGB565
by Michael Hennerich
· 15 years ago
35e3717
Merge branch 'master' of ../work into next
by Wolfgang Denk
· 15 years ago
fbc1c8f
tools/mkimage: Remove duplicate line of code
by Peter Tyser
· 15 years ago
2a49bf3
Merge branch 'master' into next
by Wolfgang Denk
· 15 years ago
c81296c
tools/mkimage: Print FIT image contents after creation
by Peter Tyser
· 15 years ago
8e1c896
tools/fit_image.c: Remove unused fit_set_header()
by Peter Tyser
· 15 years ago
1a99de2
tools/mkimage: Assume FDT image type for FIT images
by Peter Tyser
· 15 years ago
d984fed
makefiles: fixes for building build tools
by Scott Wood
· 15 years ago
fd66066
img2srec: use standard types
by Mike Frysinger
· 15 years ago
8204e06
tools: gitignore *.exe binaries
by Mike Frysinger
· 15 years ago
faf36c1
Fix mingw tools build
by Remy Bohmer
· 15 years ago
6a590c5
Building of FIT images does not work.
by Remy Bohmer
· 15 years ago
a747a7f
Revert "env: only build env_embedded and envcrc when needed"
by Wolfgang Denk
· 15 years ago
f67066b
envcrc: check return value of fwrite()
by Mike Frysinger
· 15 years ago
6dab6ad
env: only build env_embedded and envcrc when needed
by Mike Frysinger
· 15 years ago
084f3dd
Merge branch 'warning-cleanup'
by Wolfgang Denk
· 15 years ago
1c20e4a
tools/netconsole: use ncb automatically if available
by Mike Frysinger
· 15 years ago
7709318
tools/netconsole: make a bit more robust
by Mike Frysinger
· 15 years ago
ceb2d57
kwbimage.c: Fix compile warning when building on 64 bit systems (again)
by Wolfgang Denk
· 15 years ago
51003b8
kwbimage.c: Fix compile warning when building on 64 bit systems
by Wolfgang Denk
· 15 years ago
aa0c7a8
mkimage: Add Kirkwood Boot Image support (kwbimage)
by Prafulla Wadaskar
· 15 years ago
37b8018
mkimage: Include missing files in build dependency calculations
by Prafulla Wadaskar
· 15 years ago
3a2003f
tools/mkimage: fix compiler warnings, use "const"
by Wolfgang Denk
· 15 years ago
89a4d6b
tools: mkimage: split code into core, default and FIT image specific
by Prafulla Wadaskar
· 15 years ago
449609f
tools: mkimage: Fixed build warnings
by Prafulla Wadaskar
· 15 years ago
14821d7
tools: mkimage: Makefile sorted
by Prafulla Wadaskar
· 15 years ago
f7644c0
tools: mkimage : bugfix returns correct value for list command
by Prafulla Wadaskar
· 15 years ago
46ff6d4
License cleanup: remove unintended "All Rights Reserved" notices.
by Wolfgang Denk
· 15 years ago
9aef738
unify HOST_CFLAGS and HOSTCFLAGS
by Mike Frysinger
· 15 years ago
3756609
compiler.h: unify system ifdef cruft here
by Mike Frysinger
· 15 years ago
2d8d2ad
envcrc: add missing dependencies on env storage
by Mike Frysinger
· 15 years ago
c11ff77
Blackfin: add jtagconsole helper script
by Mike Frysinger
· 15 years ago
837db3d
tools/envcrc: add --binary option to export embedded env
by Mike Frysinger
· 16 years ago
f578a2d
Add imls utility command
by Marco Stornelli
· 16 years ago
65351a8
bmp_logo: Check return value of fread()
by Peter Tyser
· 16 years ago
eea8be8
ncb: Check return value of write()
by Peter Tyser
· 16 years ago
54e822f
Replace __asm references with __asm__
by Peter Tyser
· 16 years ago
f0a2c7b
at91: add support for the PM9263 board of Ronetix GmbH
by Ilko Iliev
· 16 years ago
f63728c
One more fix for building env_embedded.o
by Wolfgang Denk
· 16 years ago
6b6bb02
tools/setlocalversion: use git svn instead of git-svn
by Peter Korsgaard
· 16 years ago
ecf3fb2
Fix implicit declaration of function 'htons'
by Wolfgang Denk
· 16 years ago
afcbce0
Fix building of env_embedded.o
by Wolfgang Denk
· 16 years ago
ae644c1
tools/Makefile: fix image.c dependancy location
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
b074a70
tools: add ncb to gitignore
by Mike Frysinger
· 16 years ago
0a145ce
Delete now unused tools/Makefile.win32
by Peter Tyser
· 16 years ago
2f8d396
Add support for building native win32 tools
by Peter Tyser
· 16 years ago
e50abf6
tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
by Peter Tyser
· 16 years ago
b0d4d72
tools/Makefile: Create generic build rules
by Peter Tyser
· 16 years ago
273174d
tools/Makefile: Use auto-generated object file dependencies
by Peter Tyser
· 16 years ago
fb8b33c
tools/Makefile: Remove symlinks for remaining source files
by Peter Tyser
· 16 years ago
eed0733
tools/Makefile: Dynamically generate libfdt object dependencies
by Peter Tyser
· 16 years ago
c017017
tools/Makefile: Remove symlinks for fdt targets
by Peter Tyser
· 16 years ago
45d6bdf
tools/Makefile: Add libfdt/ to the include search path
by Peter Tyser
· 16 years ago
fba0e3a
tools: Remove unecessary symlinking of zlib.h
by Peter Tyser
· 16 years ago
40b8d90
tools/Makefile: Add tools/ to the include search path
by Peter Tyser
· 16 years ago
1cd300d
tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
by Peter Tyser
· 16 years ago
123c48a
tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
by Peter Tyser
· 16 years ago
4d93a0a
tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
by Peter Tyser
· 16 years ago
cd26a31
tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
by Peter Tyser
· 16 years ago
7cd5cbc
tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
by Peter Tyser
· 16 years ago
eeba861
tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
by Peter Tyser
· 16 years ago
335ffe7
tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
by Peter Tyser
· 16 years ago
ee3584a
tools/Makefile: Split variable declarations into multiple lines
by Peter Tyser
· 16 years ago
21d28e9
tools/Makefile: Remove inappropriate double-tabs
by Peter Tyser
· 16 years ago
652f4ba
tools/Makefile: Remove HOSTARCH HOSTOS defines
by Peter Tyser
· 16 years ago
2eeb4e9
gen_eth_addr: Use POSIX rand() and srand()
by Peter Tyser
· 16 years ago
62c3ae7
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
24113a4
easylogo: add optional gzip support
by Mike Frysinger
· 16 years ago
fadad15
ncb: use socklen_t
by Mike Frysinger
· 16 years ago
2252577
Fix a typo in fw_env.config
by Martin Michlmayr
· 16 years ago
bcb6dd9
tools/netconsole: new script for working with netconsole over UDP
by Mike Frysinger
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
c68a05f
Adds two more ethernet interface to 83xx
by richardretanubun
· 16 years ago
0e8d158
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5a1aceb
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
0cf4fd3
rename environment.c in env_embedded.c to reflect is functionality
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5608692
fw_env: add NAND support
by Guennadi Liakhovetski
· 16 years ago
1711f3b
fw_env.c: fix build problems with MTD_VERSION=old
by Wolfgang Denk
· 16 years ago
0a823aa
Add 'license' command to U-Boot command line
by Harald Welte
· 16 years ago
31cfe57
tools/gitignore: update to all generated files
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d0ff51b
Code cleanup: fix old style assignment ambiguities like "=-" etc.
by Wolfgang Denk
· 16 years ago
184f1b4
Fixed some out-of-tree build issues
by Wolfgang Denk
· 16 years ago
a7a5982
Add logos for RRvision board
by Gary Jennejohn
· 16 years ago
42fd5f8
Merging Stelian Pop AT91 patches
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
098b7b4
Use custom logo for Atmel boards
by Stelian Pop
· 16 years ago
bc11756
Propagate Error Status to the Shell on fw_printenv Errors
by Grant Erickson
· 16 years ago
f3b6d52
Fix Compilation Errors with 'tools/env/fw_printenv'
by Grant Erickson
· 17 years ago
fa956fd
mkimage: make mmap() checks consistent
by Mike Frysinger
· 17 years ago
8ea08e5
Update .gitignore for zlib.h
by Kumar Gala
· 17 years ago
edbed24
Memory footprint optimizations
by Bartlomiej Sieka
· 17 years ago
Next »