Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ccec0266d4654b2ecabcc8ea84a8c77488dfdeca
/
tools
ccec026
binman: Use the tools.Decompress method
by Simon Glass
· Mon Jul 08 13:18:42 2019 -0600
dfd1901
patman: Add functions to compress and decompress data
by Simon Glass
· Mon Jul 08 13:18:41 2019 -0600
47f6a62
binman: Allow text directly in the node
by Simon Glass
· Mon Jul 08 13:18:40 2019 -0600
ed365eb
binman: Update entry.SetOffsetSize to be optional
by Simon Glass
· Mon Jul 08 13:18:39 2019 -0600
c4056b8
binman: Don't assume there is an ME region
by Simon Glass
· Mon Jul 08 13:18:38 2019 -0600
b9fa857
binman: Assume Intel descriptor is at the start of the image
by Simon Glass
· Mon Jul 08 13:18:37 2019 -0600
40778d7
binman: Ensure that coverage has access to site packages
by Simon Glass
· Mon Jul 08 13:18:36 2019 -0600
567b682
binman: Add a function to decode an ELF file
by Simon Glass
· Mon Jul 08 13:18:35 2019 -0600
4f379ea
binman: Add a function to create a sample ELF file
by Simon Glass
· Mon Jul 08 13:18:34 2019 -0600
231976a
binman: Detect skipped tests
by Simon Glass
· Mon Jul 08 13:18:33 2019 -0600
ac4738b
binman: Use a better error for missing Intel descriptor
by Simon Glass
· Mon Jul 08 13:18:32 2019 -0600
720d567
binman: Tidy up help for --indir
by Simon Glass
· Mon Jul 08 13:18:31 2019 -0600
224bc66
binman: Add missing comments toentry
by Simon Glass
· Mon Jul 08 13:18:30 2019 -0600
d84c310
binman: Add missing comments to bsection
by Simon Glass
· Mon Jul 08 13:18:29 2019 -0600
6244fa4
binman: Add a --toolpath option to set the tool search path
by Simon Glass
· Mon Jul 08 13:18:28 2019 -0600
90c3c4c
patman: Add a way to set the search path for tools
by Simon Glass
· Mon Jul 08 13:18:27 2019 -0600
a16dd6e
binman: Add coverage tools info for Python 3
by Simon Glass
· Mon Jul 08 13:18:26 2019 -0600
0d67379
binman: Correct two typos in function names in ftest
by Simon Glass
· Mon Jul 08 13:18:25 2019 -0600
221883d
binman: Fix comment in bsection.GetEntries()
by Simon Glass
· Mon Jul 08 13:18:24 2019 -0600
097483d
tools: Drop duplicate raise_on_error argument
by Simon Glass
· Mon Jul 08 13:18:23 2019 -0600
d7dbfce
x86: Add ifwitool for Intel Integrated Firmware Image
by Simon Glass
· Mon Jul 08 13:18:20 2019 -0600
871820d
tools: mkenvimage: Always consider non-regular files
by Andre Przywara
· Sun Jun 30 02:45:01 2019 +0100
edc33d0
tools: mkenvimage: Fix reading from slow pipe
by Andre Przywara
· Sun Jun 30 02:45:00 2019 +0100
abf8eb2
lib: rsa: add support to other openssl engine types than pkcs11
by Vesa Jääskeläinen
· Sun Jun 16 20:53:38 2019 +0300
1469090
trace: do not limit trace buffer to 2GiB
by Heinrich Schuchardt
· Fri Jun 14 21:50:55 2019 +0200
1bc0686
Add a simple script to remove boards
by Simon Glass
· Sat May 18 10:07:17 2019 -0600
102b21c
patman: Update cover-coverage tests for Python 3
by Simon Glass
· Fri May 17 22:00:54 2019 -0600
17b84eb
binman: Update the README.entries file
by Simon Glass
· Fri May 17 22:00:53 2019 -0600
1aeb751
binman: Document parallel tests
by Simon Glass
· Fri May 17 22:00:52 2019 -0600
b377475
binman: Read map files as text
by Simon Glass
· Fri May 17 22:00:51 2019 -0600
848cdb5
binman: Fix up a format string in AssertInList()
by Simon Glass
· Fri May 17 22:00:50 2019 -0600
13e1c6a
binman: Update 'text' entry for Python 3
by Simon Glass
· Fri May 17 22:00:49 2019 -0600
616933dd
patman: Update fmap code for Python 3
by Simon Glass
· Fri May 17 22:00:48 2019 -0600
cb7b8d7
binman: Update entry_test to support Python 3
by Simon Glass
· Fri May 17 22:00:47 2019 -0600
303f62f
binman: Convert to use bytes type
by Simon Glass
· Fri May 17 22:00:46 2019 -0600
4277543
binman: Avoid changing a dict during iteration
by Simon Glass
· Fri May 17 22:00:45 2019 -0600
0696ee6
patman: Allow reading files in text mode
by Simon Glass
· Fri May 17 22:00:44 2019 -0600
534eda9
dtoc: Update dtb_platdata to support Python 3
by Simon Glass
· Fri May 17 22:00:43 2019 -0600
c69b450
dtoc: Update fdt_util for Python 3
by Simon Glass
· Fri May 17 22:00:42 2019 -0600
5872f0c
dtoc: Add a unit test for BytesToValue()
by Simon Glass
· Fri May 17 22:00:41 2019 -0600
b0a34a4
dtoc: Test full 64-bit properties with FdtCellsToCpu()
by Simon Glass
· Fri May 17 22:00:40 2019 -0600
80d54ee
dtoc: Use binary mode for reading files
by Simon Glass
· Fri May 17 22:00:39 2019 -0600
a57cfee
dtoc: Convert the Fdt.Node class to Python 3
by Simon Glass
· Fri May 17 22:00:38 2019 -0600
74b472e
dtoc: Convert the Fdt.Prop class to Python 3
by Simon Glass
· Fri May 17 22:00:37 2019 -0600
1cd4008
dtoc: Use byte type instead of str in fdt
by Simon Glass
· Fri May 17 22:00:36 2019 -0600
d8f593f
dtoc: Updates BytesToValue() for Python 3
by Simon Glass
· Fri May 17 22:00:35 2019 -0600
b73d448
dtoc: Move BytesToValue() out of the Prop class
by Simon Glass
· Fri May 17 22:00:34 2019 -0600
6bbfafb
dtoc: Use GetBytes() to obtain repeating bytes
by Simon Glass
· Fri May 17 22:00:33 2019 -0600
c82de56
dtoc: Sort platdata output from dtoc
by Simon Glass
· Fri May 17 22:00:32 2019 -0600
61b88e5
dtoc: Adjust code for Python 3
by Simon Glass
· Fri May 17 22:00:31 2019 -0600
24b86ce
patman: Don't require Python 2
by Simon Glass
· Tue May 14 15:53:55 2019 -0600
b097696
patman: Tidy up a few more unicode conversions
by Simon Glass
· Tue May 14 15:53:54 2019 -0600
4f81789
patman: Adjust functional tests for Python 3
by Simon Glass
· Tue May 14 15:53:53 2019 -0600
aa82db6
patman: Avoid unicode type in settings unit tests
by Simon Glass
· Tue May 14 15:53:52 2019 -0600
3ab178f
patman: Sort series output for repeatabily
by Simon Glass
· Tue May 14 15:53:51 2019 -0600
8bb7a7a
patman: Move unicode helpers to tools
by Simon Glass
· Tue May 14 15:53:50 2019 -0600
68475f9
patman: Support use of stringIO in Python 3
by Simon Glass
· Tue May 14 15:53:49 2019 -0600
ac0d495
binman: Handle repeated bytes for Python 3
by Simon Glass
· Tue May 14 15:53:47 2019 -0600
12a74f4
binman: Drop an unused input file
by Simon Glass
· Tue May 14 15:53:46 2019 -0600
3861cc4
binman: Use binary mode when compressing data
by Simon Glass
· Tue May 14 15:53:45 2019 -0600
d8e9bca
patman: Provide a way to get program output in binary mode
by Simon Glass
· Tue May 14 15:53:44 2019 -0600
116236f
tools: dtoc: Open all binary files in binary mode
by Simon Glass
· Tue May 14 15:53:43 2019 -0600
3348666
tools: binman: Open all binary files in binary mode
by Simon Glass
· Tue May 14 15:53:42 2019 -0600
5f3645b
binman: Use items() instead of iteritems()
by Simon Glass
· Tue May 14 15:53:41 2019 -0600
1001737
patman: Use items() instead of iteritems()
by Simon Glass
· Tue May 14 15:53:40 2019 -0600
4aea954
binman: Remove use of Set()
by Simon Glass
· Tue May 14 15:53:39 2019 -0600
d1ba61c
binman: Don't show errors for failed tests
by Simon Glass
· Tue May 14 15:53:38 2019 -0600
7cca27d
binman: Convert print statements to Python 3
by Simon Glass
· Tue May 14 15:53:37 2019 -0600
23b8a19
patman: Convert print statements to Python 3
by Simon Glass
· Tue May 14 15:53:36 2019 -0600
390455c
patman: Update cros_subprocess to use bytes
by Simon Glass
· Sat May 11 12:46:39 2019 -0600
3d5d418
moveconfig: expand simple expressions
by Markus Klotzbuecher
· Wed May 15 15:15:52 2019 +0200
ad4f3d0
fw_env: Add missing write failure check
by Alex Kiernan
· Wed Jun 12 15:27:55 2019 +0100
8d9b9f7
tools: add tools/spl_size_limit to ignore list
by Simon Goldschmidt
· Tue Jun 11 22:18:51 2019 +0200
c272283
spl: add overall SPL size check
by Simon Goldschmidt
· Fri May 24 22:07:04 2019 +0200
f3a2c5a
Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-boot
by Tom Rini
· Fri May 24 08:13:27 2019 -0400
3b59d22
mkimage: change stm32image header to manage binary information
by Patrick Delaunay
· Thu Apr 18 17:32:44 2019 +0200
91c54a4
buildman: Deal more nicely with invalid build-status file
by Simon Glass
· Fri Apr 26 19:02:23 2019 -0600
bff733f
tools: use read-only mmap in fit_check_sign
by Luca Boccassi
· Tue May 14 19:35:02 2019 +0100
b5d3647
arm: k3: config.mk: Use k3_gen_x509_cert.sh to generate boot images
by Lokesh Vutla
· Thu May 02 15:35:51 2019 +0530
76f7259
tools: k3_get_x509 cert: Add a script to generate x509 certificate for K3 devices
by Lokesh Vutla
· Thu May 02 15:35:50 2019 +0530
d00d6b5
Make FIT support really optional
by Fabrice Fontaine
· Fri May 03 22:37:05 2019 +0200
eb023b3
binman: Allow sections to have an offset
by Simon Glass
· Thu Apr 25 21:58:39 2019 -0600
0d46559
binman: Add a missing comment in Entry_vblock
by Simon Glass
· Thu Apr 25 21:58:35 2019 -0600
b4595d8
binman: Don't show image-skip message by default
by Simon Glass
· Thu Apr 25 21:58:34 2019 -0600
65c7b52
binman: Don't generate an error in 'text' entry constructor
by Simon Glass
· Thu Apr 25 21:58:33 2019 -0600
f60f751
env: add missing newline
by Philip Molloy
· Sun Mar 31 03:44:57 2019 +0000
55f6254
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· Fri May 03 14:22:23 2019 -0400
2daa62a
tools/Makefile: fix HOSTCFLAGS with CROSS_BUILD_TOOLS
by Fabrice Fontaine
· Wed May 01 15:08:25 2019 +0200
da575f5
kwbimage: fixing the issue with proper return code checking
by Young Xiao
· Wed Apr 17 17:20:24 2019 +0800
4d1734d
fw_env: Fix double free
by Björn Stenberg
· Wed Apr 17 16:56:54 2019 +0200
701c401
dtb_platdata.py: prevent define generation of alias
by Heiko Schocher
· Tue Apr 16 13:31:58 2019 +0200
3fa338d
arm: mach-k3: Add secure device build support
by Andrew F. Davis
· Fri Apr 12 12:54:46 2019 -0400
c611561
tools/Makefile: get openssl CFLAGS from pkg-config
by Pierre Bourdon
· Thu Apr 11 00:58:49 2019 +0200
8540b63
Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dm
by Tom Rini
· Sat Apr 13 08:27:35 2019 -0400
229b0e5
tools: kwbimage: don't adjust for image_header for Armada MSYS
by Chris Packham
· Tue Feb 19 20:28:44 2019 +1300
408abe9
fdt: Fix mkimage list to try every header type
by Jordan Hand
· Tue Apr 09 10:36:09 2019 -0700
56a3161
Merge tag 'u-boot-imx-20190405' of git://git.denx.de/u-boot-imx
by Tom Rini
· Fri Apr 05 09:09:56 2019 -0400
7ac69ab
tools/Makefile: build host tools with -std=gnu99
by Thomas Petazzoni
· Sat Mar 30 15:29:23 2019 +0100
10e3194
tools/imx8m_image.sh: remove bashism
by Baruch Siach
· Wed Jan 02 08:58:28 2019 +0200
7e0cb5e
tools: fit_image: Add the loadable property to configs
by Abel Vesa
· Tue Mar 12 08:34:32 2019 +0000
Next »