Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
u-boot
/
b779e0290a4a6ac589bfac7192b4f8e677d3bf8a
/
tools
8f224b3
dtoc: Add methods for reading data from properties
by Simon Glass
· 8 years ago
20024da
dtoc: Correct quotes in fdt_util
by Simon Glass
· 8 years ago
babdbde
dtoc: Support finding the offset of a property
by Simon Glass
· 8 years ago
da5f749
dtoc: Support packing the device tree
by Simon Glass
· 8 years ago
2a70d89
dtoc: Support deleting device tree properties
by Simon Glass
· 8 years ago
0170804
dtoc: Move to using bytearray
by Simon Glass
· 8 years ago
346179f
dtoc: Prepare for supporting changing of device trees
by Simon Glass
· 8 years ago
6b93c55
dtoc: Drop the convert_dash parameter to GetProps()
by Simon Glass
· 8 years ago
355c67c
dtoc: Allow the device tree to be compiled from source
by Simon Glass
· 8 years ago
0faf614
patman: Add a library to handle logging and progress
by Simon Glass
· 8 years ago
1f1864b
patman: Add a tools library for using temporary files
by Simon Glass
· 8 years ago
f7a2aee
dtoc: Move a few more common functions into fdt.py
by Simon Glass
· 8 years ago
c322a85
dtoc: Move Widen() and GetPhandle() into the base class
by Simon Glass
· 8 years ago
bc1dea3
dtoc: Move BytesToValue() and GetEmpty() into PropBase
by Simon Glass
· 8 years ago
a06a34b
dtoc: Create a base class for Fdt
by Simon Glass
· 8 years ago
66051b1
dtoc: Rename fdt.py to fdt_normal.py
by Simon Glass
· 8 years ago
ba48258
dtoc: Move the fdt library selection into fdt_select
by Simon Glass
· 8 years ago
5859311
dtoc: Move the struct import into the correct order
by Simon Glass
· 8 years ago
785f154
patman: Adjust command.Output() to raise an error by default
by Simon Glass
· 8 years ago
9ede212
moveconfig: Add an option to commit changes
by Simon Glass
· 8 years ago
6b403df
moveconfig: Add an option to skip prompts
by Simon Glass
· 8 years ago
16f4166
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
07913d1
tools: moveconfig: add --spl option to move options for SPL build
by Masahiro Yamada
· 8 years ago
916224c
tools: moveconfig: warn loudly if moved option has no entry in Kconfig
by Masahiro Yamada
· 8 years ago
09c6c06
tools: moveconfig: use sets instead of lists for failed/suspicious boards
by Masahiro Yamada
· 8 years ago
e1a9962
tools: moveconfig: remove document about deprecated error message
by Masahiro Yamada
· 8 years ago
0a22c7f
imx: ventana: enable splashscreen support
by Tim Harvey
· 8 years ago
c21fc7e
treewide: fix "followings" to "following"
by Masahiro Yamada
· 8 years ago
88e1346
tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list
by Masahiro Yamada
· 8 years ago
bdf58c7
tools: kwboot: patch destaddr only for SoCs with header version 1
by Simon Baatz
· 8 years ago
4ed6f43
tools/env: soften warning about erase block alignment
by Andreas Fenkart
· 8 years ago
490365c
tools/env: return with error if redundant environments have unequal size
by Andreas Fenkart
· 8 years ago
183923d
tools/env: ensure environment starts at erase block boundary
by Andreas Fenkart
· 8 years ago
1b92aed
mkimage: Fix argument parsing with signature comment
by Karl Beldan
· 8 years ago
9ab0296
tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning
by Masahiro Yamada
· 8 years ago
684c306
tools: moveconfig: make getting all defconfigs into helper function
by Masahiro Yamada
· 8 years ago
a3a779f
tools: moveconfig: fix cleanup of defines across multiple lines
by Masahiro Yamada
· 8 years ago
e9ea122
tools: moveconfig: show diffs of cleaned headers in color
by Masahiro Yamada
· 8 years ago
f2f6981
tools: moveconfig: show result of header cleaning in unified diff
by Masahiro Yamada
· 8 years ago
8ba1f5d
tools: moveconfig: trim garbage lines after header cleanups
by Masahiro Yamada
· 8 years ago
f7536f7
tools: moveconfig: do not check clean tree and compilers for -H option
by Masahiro Yamada
· 8 years ago
dc6de50
tools: moveconfig: do not cleanup headers in include/generated
by Masahiro Yamada
· 8 years ago
c8d7393
buildman: Add a quick-start note
by Simon Glass
· 8 years ago
c8785c5
buildman: Avoid overwriting existing toolchain entries
by Simon Glass
· 8 years ago
7e92e46
buildman: Drop the toolchain error when downloading toolchains
by Simon Glass
· 8 years ago
2289b27
buildman: Fix a typo in TestSettingsHasPath()
by Simon Glass
· 8 years ago
713bea3
buildman: Improve the toolchain progress/error output
by Simon Glass
· 8 years ago
80e6a48
buildman: Allow the toolchain error to be suppressed
by Simon Glass
· 8 years ago
bd6f5d9
buildman: Fix the 'help' test to use the correct path
by Simon Glass
· 8 years ago
8e605a5
buildman: Automatically create a config file if needed
by Simon Glass
· 8 years ago
8ea4210
buildman: Tidy up the README a little
by Simon Glass
· 8 years ago
c3c9fd3
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 8 years ago
81c878d
tools: env: Fix format warnings in debug
by Marcin Niestroj
· 9 years ago
9191090
mkimage: rockchip: add suport for rk33 serial
by Kever Yang
· 8 years ago
5f30bf7
mkimage: rockchip: add suport for rk33 serial
by Kever Yang
· 8 years ago
d6a3391
dtoc: Correct the type widening code in fdt_fallback
by Simon Glass
· 8 years ago
713fb2d
tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7
by mario.six@gdsys.cc
· 8 years ago
c236ebd
tools: Fix return code of fit_image_process_sig()
by mario.six@gdsys.cc
· 8 years ago
c5c41c4
tools/env: reuse fw_getenv in fw_printenv function
by Andreas Fenkart
· 8 years ago
1b7427c
tools/env: move envmatch further up in file to avoid forward declarations
by Andreas Fenkart
· 8 years ago
fd4e328
tools/env: kernel-doc for fw_printenv, fw_getenv and fw_parse_script
by Andreas Fenkart
· 8 years ago
f4742ca
tools/env: allow negative offsets
by Stefan Agner
· 8 years ago
14fb5b2
tools/env: complete environment device config early
by Stefan Agner
· 8 years ago
62a3b7d
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
ebe621d
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
9fa2819
dm: core: Expand platdata for of-platdata devices
by Simon Glass
· 8 years ago
efefe12
dtoc: Ignore the u-boot, dm-pre-reloc property
by Simon Glass
· 8 years ago
162a7a4
Only build the libfdt python module if 'swig' is available
by Simon Glass
· 8 years ago
76bce10
dm: Add a more efficient libfdt library
by Simon Glass
· 8 years ago
69f2ed7
dm: Add a tool to generate C code from a device tree
by Simon Glass
· 8 years ago
ec564b4
dm: Add a library to provide simple device-tree access
by Simon Glass
· 8 years ago
b6fefa7
mkimage: fix missing break for -p switch
by Teddy Reed
· 8 years ago
1152a05
tools: Correct error handling in fit_image_process_hash()
by Simon Glass
· 8 years ago
655cc69
tools: Add an error code when fit_handle_file() fails
by Simon Glass
· 8 years ago
51f03e6
mkimage: Show item lists for all categories
by Simon Glass
· 8 years ago
f24e105
mkimage: Use generic code for showing an 'image type' error
by Simon Glass
· 8 years ago
3066422
mkimage: Allow display of a list of any image header category
by Simon Glass
· 8 years ago
3a45f38
image: Correct auto-fit architecture property name
by Simon Glass
· 8 years ago
58b2247
mkimage: Drop blank line before main()
by Simon Glass
· 8 years ago
63ef31b
mkimage: Drop premature setting of params.fit_image_type
by Simon Glass
· 8 years ago
e324a92
mkimage: Require a data file when auto-fit is used
by Simon Glass
· 8 years ago
3c23c0f
mkimage: Explain the auto-fit imagefile special case
by Simon Glass
· 8 years ago
20deadd
mkimage: Honour the default image type with auto-fit
by Simon Glass
· 8 years ago
94fbd3e
tools: patman: Handle missing 'END' in non-last commit of a series
by Bin Meng
· 8 years ago
57b6b19
tools: patman: Handle missing blank line for 'Series-changes'
by Bin Meng
· 8 years ago
0d57718
tools: patman: Generate cover letter correctly when 'END' is missing
by Bin Meng
· 8 years ago
13b98d9
tools: patman: Handle tag sections without an 'END'
by Bin Meng
· 8 years ago
e7df218
tools: patman: Use cover_match for 'Cover-letter'
by Bin Meng
· 8 years ago
969cd1f
mkimage -l is broken for images after gpimage
by Stefano Babic
· 8 years ago
5847084
Respect SOURCE_DATE_EPOCH when building FIT images.
by Vagrant Cascadian
· 8 years ago
f8f9107
mkimage: fit: spl: Add an optional static offset for external data
by Teddy Reed
· 8 years ago
fc2661e
tools: moveconfig: show suspicious boards with possible misconversion
by Masahiro Yamada
· 8 years ago
96dccd9
tools: moveconfig: simplify show_failed_boards() and show more info
by Masahiro Yamada
· 8 years ago
f432c33
tools: moveconfig: simplify source tree switching
by Masahiro Yamada
· 8 years ago
5cc42a5
tools: moveconfig: change class WorkDir to class ReferenceSource
by Masahiro Yamada
· 8 years ago
5030159
tools: moveconfig: fix needless move for config with default 1
by Masahiro Yamada
· 8 years ago
cd51878
tools: fix define2mk.sed to not add quotes around negative integers
by Masahiro Yamada
· 8 years ago
6b96c1a
tools: moveconfig: Add a new --git-ref option
by Joe Hershberger
· 8 years ago
06cc1d3
tools: moveconfig: New color used for changed defconfig
by Joe Hershberger
· 8 years ago
f2dae75
tools: moveconfig: Fix another typo
by Joe Hershberger
· 8 years ago
Next »