Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
b7ba957e6ec10587f5dfcdf33aaae339bfc3dc51
/
tools
9e3cd3c
mkimage: fix missing break for -p switch
by Teddy Reed
· 8 years ago
ec539f7
tools: Correct error handling in fit_image_process_hash()
by Simon Glass
· 8 years ago
061752e
tools: Add an error code when fit_handle_file() fails
by Simon Glass
· 8 years ago
eaa2540
mkimage: Show item lists for all categories
by Simon Glass
· 8 years ago
be42159
mkimage: Use generic code for showing an 'image type' error
by Simon Glass
· 8 years ago
1d138b5
mkimage: Allow display of a list of any image header category
by Simon Glass
· 8 years ago
aeeea7f
image: Correct auto-fit architecture property name
by Simon Glass
· 8 years ago
781d1e7
mkimage: Drop blank line before main()
by Simon Glass
· 8 years ago
62db64a
mkimage: Drop premature setting of params.fit_image_type
by Simon Glass
· 8 years ago
79b5ee5
mkimage: Require a data file when auto-fit is used
by Simon Glass
· 8 years ago
156c349
mkimage: Explain the auto-fit imagefile special case
by Simon Glass
· 8 years ago
a89857d
mkimage: Honour the default image type with auto-fit
by Simon Glass
· 8 years ago
9228cc2
tools: patman: Handle missing 'END' in non-last commit of a series
by Bin Meng
· 8 years ago
50ffc98
tools: patman: Handle missing blank line for 'Series-changes'
by Bin Meng
· 8 years ago
d23121c
tools: patman: Generate cover letter correctly when 'END' is missing
by Bin Meng
· 8 years ago
f83649f
tools: patman: Handle tag sections without an 'END'
by Bin Meng
· 8 years ago
d0bc03c
tools: patman: Use cover_match for 'Cover-letter'
by Bin Meng
· 8 years ago
05e586a
mkimage -l is broken for images after gpimage
by Stefano Babic
· 8 years ago
f8e066c
Respect SOURCE_DATE_EPOCH when building FIT images.
by Vagrant Cascadian
· 8 years ago
a845762
mkimage: fit: spl: Add an optional static offset for external data
by Teddy Reed
· 8 years ago
3c9bfea
tools: moveconfig: show suspicious boards with possible misconversion
by Masahiro Yamada
· 8 years ago
0153f03
tools: moveconfig: simplify show_failed_boards() and show more info
by Masahiro Yamada
· 8 years ago
8f5256a
tools: moveconfig: simplify source tree switching
by Masahiro Yamada
· 8 years ago
2e74fee
tools: moveconfig: change class WorkDir to class ReferenceSource
by Masahiro Yamada
· 8 years ago
b48387f
tools: moveconfig: fix needless move for config with default 1
by Masahiro Yamada
· 8 years ago
8cc84e7
tools: fix define2mk.sed to not add quotes around negative integers
by Masahiro Yamada
· 8 years ago
b1a570f
tools: moveconfig: Add a new --git-ref option
by Joe Hershberger
· 8 years ago
93f1c2d
tools: moveconfig: New color used for changed defconfig
by Joe Hershberger
· 8 years ago
640de87
tools: moveconfig: Fix another typo
by Joe Hershberger
· 8 years ago
cb256cb
tools: moveconfig: make Slot.poll() more readable with helper methods
by Masahiro Yamada
· 8 years ago
9566abd
tools: moveconfig: allow to run without any CONFIG specified
by Masahiro Yamada
· 9 years ago
83c1767
tools: moveconfig: add --force-sync option
by Masahiro Yamada
· 9 years ago
0f6beda
tools: moveconfig: report when defconfig is updated
by Masahiro Yamada
· 9 years ago
07f9852
tools: moveconfig: report when CONFIGs are removed by savedefconfig
by Masahiro Yamada
· 9 years ago
76f8df5
tools: moveconfig: display log when savedefconfig occurs
by Masahiro Yamada
· 9 years ago
263d137
tools: moveconfig: skip savedefconfig if .config was not updated
by Masahiro Yamada
· 9 years ago
274a5ee
tools: moveconfig: refactor code to go back to idle state
by Masahiro Yamada
· 9 years ago
465b7c0
tools: moveconfig: display log atomically in more readable format
by Masahiro Yamada
· 9 years ago
69e2bbc
tools: moveconfig: move log output code out of Kconfig Parser class
by Masahiro Yamada
· 9 years ago
5393b61
tools: moveconfig: compute file paths just once
by Masahiro Yamada
· 9 years ago
b903c4e
tools: moveconfig: allow to give CONFIG names as argument directly
by Masahiro Yamada
· 9 years ago
b80a667
tools: moveconfig: drop code for handling type and default value
by Masahiro Yamada
· 9 years ago
5643d6e
tools: moveconfig: do not rely on type and default value given by users
by Masahiro Yamada
· 9 years ago
cefaa58
tools: moveconfig: increment number of processed files monotonically
by Masahiro Yamada
· 9 years ago
990e677
tools: moveconfig: exit with error message for not clean directory
by Masahiro Yamada
· 9 years ago
c4d76eb
tools: moveconfig: check compilers before starting defconfig walk
by Masahiro Yamada
· 9 years ago
06f76e9
tools: moveconfig: check directory location before compilers
by Masahiro Yamada
· 9 years ago
6ef8ad9
tools: moveconfig: remove redundant else: after sys.exit()
by Masahiro Yamada
· 9 years ago
7c0d9d2
tools: moveconfig: rename update_defconfig() to update_dotconfig()
by Masahiro Yamada
· 9 years ago
953d93b
tools: moveconfig: fix --dry-run option
by Masahiro Yamada
· 9 years ago
465ba37
mtd: nand: Remove docg4 driver and palmtreo680 flashing tool
by Scott Wood
· 9 years ago
e651130
tools/env: allow to pass NULL for environment options
by Andreas Fenkart
· 9 years ago
9a8f4cf
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
650189f
tools: Add entry for generated tools/bin2header to tools/.gitignore
by Robert P. J. Day
· 9 years ago
aeeb183
tools/genboardscfg.py: remove bogus import subprocess
by Masahiro Yamada
· 9 years ago
2437190
tools/env: no global variable sharing between application and library
by Andreas Fenkart
· 9 years ago
aba696d
rockchip: Check image name for the rksd image
by Simon Glass
· 9 years ago
b8bf404
tools/env: compute size of usable area only once
by Andreas Fenkart
· 9 years ago
87bcee4
tools/env: fw_printenv pass value_only as argument
by Andreas Fenkart
· 9 years ago
576d08e
tools/env: remove 'extern' from function prototype in fw_env.h
by Andreas Fenkart
· 9 years ago
edcaee6
tools/env: pass key as argument to env_aes_cbc_crypt
by Andreas Fenkart
· 9 years ago
fa12466
tools: zynqmpimage: Add Xilinx ZynqMP boot header generation
by Michal Simek
· 9 years ago
da1805f
mkimage: Add a quiet mode
by Simon Glass
· 9 years ago
ce084b0
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
97c9690
buildman: allow more incremental building
by Stephen Warren
· 9 years ago
6963b33
imx: tools: imximage: fix CLR bit command
by Adrian Alonso
· 9 years ago
760cc7b
test, tools: update tbot documentation
by Heiko Schocher
· 9 years ago
8c60f92
Fix various typos, scattered over the code.
by Robert P. J. Day
· 9 years ago
ddd3477
mkimage: fix generation of FIT image
by Andreas Bießmann
· 9 years ago
dbb2df1
fit_image: Fix a double close() on the error path
by Simon Glass
· 9 years ago
e89ead3
tools: env: fix config file loading in env library
by Anatolij Gustschin
· 9 years ago
07dafdb
Change my mailaddress
by Andreas Bießmann
· 9 years ago
f400158
mkimage: fix argument parsing on BSD systems
by Andreas Bießmann
· 9 years ago
7fce4e2
tools: env: bug: config structs must be defined in tools library
by Andreas Fenkart
· 9 years ago
e3ff0dc
tools: env: fw_parse_script: simplify removal of newline/carriage return
by Andreas Fenkart
· 9 years ago
191d26f
tools: env: split fw_string_blank into skip_chars / skip_blanks
by Andreas Fenkart
· 9 years ago
e42c68e
tools: env: fw_string_blank: return from loop when item found
by Andreas Fenkart
· 9 years ago
d0e12cb
tools: env: replace WHITESPACE macro by isblank
by Andreas Fenkart
· 9 years ago
4d31a84
tools: kwboot: Add xmodem timeout option
by Kevin Smith
· 9 years ago
6c7c1ba
tools: kwboot: Clean up usage text
by Kevin Smith
· 9 years ago
6da4a65
mkimage: Don't close the file if it wasn't opened
by Simon Glass
· 9 years ago
9ab7f05
mkimage: Ensure file is closed in fdt_property_file()
by Simon Glass
· 9 years ago
c0ee1ca
mkimage: Fix missing free() and close() in fit_build()
by Simon Glass
· 9 years ago
f3a6e8f
mkimage: Fix missing free() in fit_extract_data()
by Simon Glass
· 9 years ago
4e7505f
mkimage: Fix error path in fit_extract_data()
by Simon Glass
· 9 years ago
5014cc1
mkimage: Add a missing free() to fit_import_data()
by Simon Glass
· 9 years ago
a1c090b
mkimage: Close the file when unable to get its size
by Simon Glass
· 9 years ago
f463bd9
mkimage: Correct file being closed twice in fit_extract_data()
by Simon Glass
· 9 years ago
267a2ce
mkimage: Correct file being closed twice in fit_import_data()
by Simon Glass
· 9 years ago
84abf15
mkimage: Fix munmap() call when importing data
by Simon Glass
· 9 years ago
3464566
Fix spelling of "comment".
by Vagrant Cascadian
· 9 years ago
286856c
cmd: Fix license command
by Tom Rini
· 9 years ago
54e628e
buildman: Clarify the use of -V
by Simon Glass
· 9 years ago
f590273
buildman: Add a way to specific a full toolchain prefix
by Simon Glass
· 9 years ago
642e9a6
buildman: Allow branch names which conflict with directories
by Simon Glass
· 9 years ago
e080b82
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
d11b700
mkimage: Bring data into the FIT before processing
by Simon Glass
· 9 years ago
afd728c
mkimage: Support placing data outside the FIT
by Simon Glass
· 9 years ago
bd8bc5d
mkimage: Support adding device tree files to a FIT
by Simon Glass
· 9 years ago
88e31cb
mkimage: Support automatic creating of a FIT without a .its
by Simon Glass
· 9 years ago
Next »