Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
5266db16eeba3318e2d0a6e27eb91c0b494d0de4
/
tools
51c2345
Roll CRC16-CCITT into the hash infrastructure
by Philipp Tomsich
· 6 years ago
b11f126
buildman/toolchain.py: handle inconsistent tarball names
by Trevor Woerner
· 6 years ago
d82f539
buildman/toolchain.py: fix toolchain directory
by Trevor Woerner
· 6 years ago
2003156
rsa: add a structure for the padding
by Philippe Reynes
· 6 years ago
3b975a1
tools: MediaTek: add MTK boot header generation to mkimage
by Ryder Lee
· 6 years ago
958d46b
tools/file2include: don't use malloc.h for malloc
by Jonathan Gray
· 6 years ago
07c098b
tools: .gitignore: add prelink-riscv
by Lukas Auer
· 6 years ago
4b6dbaa
binman: Set the pathname correctly for ELF files
by Simon Glass
· 6 years ago
26cc8fc
binman: Drop an unnecessary comma in blob handling
by Simon Glass
· 6 years ago
a3c0055
binman: Add a way to enable debugging from the build
by Simon Glass
· 6 years ago
6af7101
buildman: Show boards with warning with w+
by Simon Glass
· 6 years ago
4cf2b22
buildman: Rename the good, better, worse variables
by Simon Glass
· 6 years ago
2d48333
buildman: Detect dtc warnings
by Simon Glass
· 6 years ago
40232c9
buildman: Only print toolchain probing with -v
by Simon Glass
· 6 years ago
890b2e7
armv7R: K3: am654: Add support for generating build targets
by Lokesh Vutla
· 6 years ago
0689036
buildman: Add a --boards option to specify particular boards to build
by Simon Glass
· 6 years ago
47f7a9d
tools: imx8image: flatten container header only when creating container
by Peng Fan
· 6 years ago
a9f7f1c
tools: imx8image: fix coverity CID 184233
by Peng Fan
· 6 years ago
df439e9
tools: imx8image: fix coverity CID 184234
by Peng Fan
· 6 years ago
fc61cc2
tools: imx8image: check lseek return value
by Peng Fan
· 6 years ago
9630146
MIPS: make size of relocation table fixed but configurable
by Daniel Schwierzeck
· 6 years ago
cf033e0
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
d796115
imx: mkimage: avoid stop CI when required files not exists
by Peng Fan
· 6 years ago
3ae192c
binman: Add a test for Intel reference code
by Simon Glass
· 6 years ago
a2b96ec
tools: add i.MX8/8X image support
by Peng Fan
· 6 years ago
27fb0cf
binman: Add support for Intel reference code
by Simon Glass
· 6 years ago
41b781d
dtoc: Fix the value of SetInt()
by Simon Glass
· 6 years ago
741f2d6
binman: Move to three-digit test-file numbers
by Simon Glass
· 6 years ago
11ae93e
binman: Run tests concurrently
by Simon Glass
· 6 years ago
008b030
patman: Don't clear progress in tout unless it was used
by Simon Glass
· 6 years ago
1fda182
tools: Set an initial value for indir
by Simon Glass
· 6 years ago
4b4bc06
buildman: dtoc: Suppress unwanted output from test
by Simon Glass
· 6 years ago
86af511
binman: Separate out testSplBssPad()
by Simon Glass
· 6 years ago
e0e6275
binman: Fix up removal of temporary directories
by Simon Glass
· 6 years ago
ed59e00
binman: Add a default path to libfdt.py
by Simon Glass
· 6 years ago
da753e3
buildman: Make the toolchain test more forgiving
by Simon Glass
· 6 years ago
ec9e0f4
patman: Handle unicode in _ProjectConfigParser tests
by Simon Glass
· 6 years ago
1b48473
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 6 years ago
f25c175
rockchip: Fix rkimage format for SPL boot over USB
by Daniel Gröber
· 6 years ago
0ca8fd3
tools: socfpga: fix sfp_verify_header
by Atsushi Nemoto
· 6 years ago
d24c1d0
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
e62a24c
buildman: Avoid hanging when the config changes
by Simon Glass
· 6 years ago
163ed6c
binman: Allow writing a map file when something goes wrong
by Simon Glass
· 6 years ago
fe1ae3e
binman: Support ELF files for U-Boot and SPL
by Simon Glass
· 6 years ago
f8f8df6
binman: Correct fmap output on x86
by Simon Glass
· 6 years ago
08723a7
binman: Record the parent section of each section
by Simon Glass
· 6 years ago
f025363
binman: Support x86 microcode in TPL
by Simon Glass
· 6 years ago
e0e5df9
binman: Support hashing entries
by Simon Glass
· 6 years ago
9c888cc
binman: Mention section attributes in docs
by Simon Glass
· 6 years ago
ba64a0b
binman: Support expanding entries
by Simon Glass
· 6 years ago
0a98b28
binman: Support adding files
by Simon Glass
· 6 years ago
b4e1a38
binman: Allow zero-size sections
by Simon Glass
· 6 years ago
83d73c2
binman: Support compressed entries
by Simon Glass
· 6 years ago
04187a8
patman: Detect missing tools and report them
by Simon Glass
· 6 years ago
6ed45ba
binman: Support updating all device tree files
by Simon Glass
· 6 years ago
93d1741
binman: Allow control of whether a fake DT is used
by Simon Glass
· 6 years ago
539aece
binman: Obtain the list of device trees from the config
by Simon Glass
· 6 years ago
f46621d
binman: Centralise device-tree updates within binman
by Simon Glass
· 6 years ago
2a72cc7
binman: Move state logic into the state module
by Simon Glass
· 6 years ago
c55a50f
binman: Move state information into a new module
by Simon Glass
· 6 years ago
6c234bf
binman: Add an entry method for getting the default filename
by Simon Glass
· 6 years ago
746aee3
dtoc: Add a way to create an Fdt object from a data block
by Simon Glass
· 6 years ago
6434961
dtoc: Add methods for adding and updating properties
by Simon Glass
· 6 years ago
e21c27a
dtoc: Support adding new nodes
by Simon Glass
· 6 years ago
af53f5a
dtoc: Fixed endianness in Prop.GetEmpty()
by Simon Glass
· 6 years ago
fa80c25
dtoc: Allow syncing of the device tree back to a file
by Simon Glass
· 6 years ago
0bfa7b0
binman: Support building a selection of images
by Simon Glass
· 6 years ago
a326b49
binman: Tidy up the vblock entry
by Simon Glass
· 6 years ago
35b384c
binman: Add x86 support for starting TPL
by Simon Glass
· 6 years ago
0b48936
binman: Generate an error when text is not provided
by Simon Glass
· 6 years ago
d178eab
binman: Allow 'fill' entry to have a size of 0
by Simon Glass
· 6 years ago
f069303
binman: Move 'special properties' docs to README.entries
by Simon Glass
· 6 years ago
9d368f3
binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry
by Jagdish Gediya
· 6 years ago
94b57db
binman: Add a new "skip-at-start" property in Section class
by Jagdish Gediya
· 6 years ago
333279a
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 6 years ago
9ca6fae
tools: kwboot: Make kwboot more robust on a38x
by Jon Nettleton
· 6 years ago
383d256
binman: fix a few typos in documentation
by Michael Heimpold
· 6 years ago
9d4f8c4
armv8: K3: am654: Introduce FIT generator script
by Lokesh Vutla
· 6 years ago
8961c8a
tools: mkimage: Ensure munmap unmaps the same length that was mapped
by Mark Tomlinson
· 6 years ago
9865543
Remove CONFIG_USE_STDINT
by Masahiro Yamada
· 6 years ago
e1df3fa
include/version.h: workaround sysroot inc order
by Matt Weber
· 6 years ago
41d7535
patman: Correct unit test failure
by Simon Glass
· 6 years ago
50c5952
libfdt: Update to latest pylibfdt implementation
by Simon Glass
· 6 years ago
4469bd7
tools: kwboot: properly quit when read() returns 0
by Willy Tarreau
· 6 years ago
3475a71
tools: kwboot: unbreak terminal-only mode
by Willy Tarreau
· 6 years ago
cee02e6
binman: Adjust _GetPropTree() parameters
by Simon Glass
· 6 years ago
15a587c
binman: Add a test to catch use of the old 'pos' property
by Simon Glass
· 6 years ago
7e7c587
binman: Rename ReadContents() to ReadBlobContents()
by Simon Glass
· 6 years ago
1be70d2
binman: Show the image position in the map
by Simon Glass
· 6 years ago
b8ef5b6
binman: Add support for adding TPL binaries
by Simon Glass
· 6 years ago
24d0d3c
binman: Add an entry for a Chromium vblock
by Simon Glass
· 6 years ago
94a7c60
dtoc: Add a function to obtain a list of phandles
by Simon Glass
· 6 years ago
4f5dea4
patman: Show the current directory in GetInputFilename()
by Simon Glass
· 6 years ago
0ef87aa
binman: Add support for Chromium GBB
by Simon Glass
· 6 years ago
aeffc5e
patman: Add a few more helpers to the tools library
by Simon Glass
· 6 years ago
2b19321e
patman: Allow test commands to fall back to real ones
by Simon Glass
· 6 years ago
1d85888
dtoc: Export the _FindNode() function
by Simon Glass
· 6 years ago
3af8e49
binman: Add an entry filled with a repeating byte
by Simon Glass
· 6 years ago
ec127af
binman: Add support for a cros_ec image
by Simon Glass
· 6 years ago
11e36cc
binman: Add support for flashrom FMAP
by Simon Glass
· 6 years ago
Next »