Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1de3448efeaf36039ad66cb4ee9b9a34aec79ebd
/
tools
/
binman
1de3448
binman: Add support for CBFS entries
by Simon Glass
· Mon Jul 08 13:18:53 2019 -0600
96a6296
binman: Add a utility library for coreboot CBFS
by Simon Glass
· Mon Jul 08 13:18:52 2019 -0600
cebfab2
binman: Pass the toolpath to tests
by Simon Glass
· Mon Jul 08 13:18:50 2019 -0600
1c420c9
binman: Allow preserving test directories
by Simon Glass
· Mon Jul 08 13:18:49 2019 -0600
8a50b4a
binman: Allow verbosity control when running tests
by Simon Glass
· Mon Jul 08 13:18:48 2019 -0600
38a411c
binman: Fix up the _DoTestFile() function -u argument
by Simon Glass
· Mon Jul 08 13:18:47 2019 -0600
a899f71
binman: Support ELF files for TPL
by Simon Glass
· Mon Jul 08 13:18:46 2019 -0600
5dcc21d
binman: Correct comment in u_boot_spl_elf
by Simon Glass
· Mon Jul 08 13:18:45 2019 -0600
e2f3c0c
binman: Use tools compression function for blob handling
by Simon Glass
· Mon Jul 08 13:18:44 2019 -0600
c9a5455
binman: Drop unnecessary debug handling
by Simon Glass
· Mon Jul 08 13:18:43 2019 -0600
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
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
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
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
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
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
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
f109e77
binman: Set the pathname correctly for ELF files
by Simon Glass
· Tue Nov 06 15:21:33 2018 -0700
8c9696e
binman: Drop an unnecessary comma in blob handling
by Simon Glass
· Tue Nov 06 15:21:32 2018 -0700
e64a092
binman: Add a way to enable debugging from the build
by Simon Glass
· Tue Nov 06 15:21:31 2018 -0700
41902e4
binman: Add a test for Intel reference code
by Simon Glass
· Mon Oct 01 12:22:31 2018 -0600
72398c8
binman: Add support for Intel reference code
by Simon Glass
· Sun Sep 02 17:02:26 2018 -0600
511f658
binman: Move to three-digit test-file numbers
by Simon Glass
· Mon Oct 01 12:22:30 2018 -0600
7057d02
binman: Run tests concurrently
by Simon Glass
· Mon Oct 01 21:12:47 2018 -0600
04cda03
binman: Separate out testSplBssPad()
by Simon Glass
· Mon Oct 01 21:12:42 2018 -0600
752e755
binman: Fix up removal of temporary directories
by Simon Glass
· Mon Oct 01 21:12:41 2018 -0600
5656ca2
binman: Add a default path to libfdt.py
by Simon Glass
· Mon Oct 01 21:12:40 2018 -0600
b93eea7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Sun Sep 30 18:16:51 2018 -0400
cd817d5
binman: Allow writing a map file when something goes wrong
by Simon Glass
· Fri Sep 14 04:57:36 2018 -0600
b171423
binman: Support ELF files for U-Boot and SPL
by Simon Glass
· Fri Sep 14 04:57:35 2018 -0600
c64aea5
binman: Correct fmap output on x86
by Simon Glass
· Fri Sep 14 04:57:34 2018 -0600
7c767ad
binman: Record the parent section of each section
by Simon Glass
· Fri Sep 14 04:57:33 2018 -0600
3fb4f42
binman: Support x86 microcode in TPL
by Simon Glass
· Fri Sep 14 04:57:32 2018 -0600
ae7cf03
binman: Support hashing entries
by Simon Glass
· Fri Sep 14 04:57:31 2018 -0600
8004581
binman: Mention section attributes in docs
by Simon Glass
· Fri Sep 14 04:57:30 2018 -0600
fa79a81
binman: Support expanding entries
by Simon Glass
· Fri Sep 14 04:57:29 2018 -0600
ac6328c
binman: Support adding files
by Simon Glass
· Fri Sep 14 04:57:28 2018 -0600
2a7c4b6
binman: Allow zero-size sections
by Simon Glass
· Fri Sep 14 04:57:27 2018 -0600
7ba3359
binman: Support compressed entries
by Simon Glass
· Fri Sep 14 04:57:26 2018 -0600
e219aa4
binman: Support updating all device tree files
by Simon Glass
· Fri Sep 14 04:57:24 2018 -0600
3140201
binman: Allow control of whether a fake DT is used
by Simon Glass
· Fri Sep 14 04:57:23 2018 -0600
0c9d5b5
binman: Obtain the list of device trees from the config
by Simon Glass
· Fri Sep 14 04:57:22 2018 -0600
c8135dc
binman: Centralise device-tree updates within binman
by Simon Glass
· Fri Sep 14 04:57:21 2018 -0600
bdb4031
binman: Move state logic into the state module
by Simon Glass
· Fri Sep 14 04:57:20 2018 -0600
29aa736
binman: Move state information into a new module
by Simon Glass
· Fri Sep 14 04:57:19 2018 -0600
3732ec3
binman: Add an entry method for getting the default filename
by Simon Glass
· Fri Sep 14 04:57:18 2018 -0600
eddd729
dtoc: Allow syncing of the device tree back to a file
by Simon Glass
· Fri Sep 14 04:57:13 2018 -0600
3b376c3
binman: Support building a selection of images
by Simon Glass
· Fri Sep 14 04:57:12 2018 -0600
639505b
binman: Tidy up the vblock entry
by Simon Glass
· Fri Sep 14 04:57:11 2018 -0600
ed40e96
binman: Add x86 support for starting TPL
by Simon Glass
· Fri Sep 14 04:57:10 2018 -0600
267de43
binman: Generate an error when text is not provided
by Simon Glass
· Fri Sep 14 04:57:09 2018 -0600
274bf09
binman: Allow 'fill' entry to have a size of 0
by Simon Glass
· Fri Sep 14 04:57:08 2018 -0600
ee21d3a
binman: Move 'special properties' docs to README.entries
by Simon Glass
· Fri Sep 14 04:57:07 2018 -0600
311d484
binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry
by Jagdish Gediya
· Mon Sep 03 21:35:08 2018 +0530
0fb978c
binman: Add a new "skip-at-start" property in Section class
by Jagdish Gediya
· Mon Sep 03 21:35:07 2018 +0530
55c822d
binman: fix a few typos in documentation
by Michael Heimpold
· Wed Aug 22 22:01:24 2018 +0200
5463a6a
binman: Adjust _GetPropTree() parameters
by Simon Glass
· Tue Jul 17 13:25:52 2018 -0600
24b9744
binman: Add a test to catch use of the old 'pos' property
by Simon Glass
· Tue Jul 17 13:25:51 2018 -0600
4a6989a
binman: Rename ReadContents() to ReadBlobContents()
by Simon Glass
· Tue Jul 17 13:25:50 2018 -0600
7eca792
binman: Show the image position in the map
by Simon Glass
· Tue Jul 17 13:25:49 2018 -0600
8425a1f
binman: Add support for adding TPL binaries
by Simon Glass
· Tue Jul 17 13:25:48 2018 -0600
5c35016
binman: Add an entry for a Chromium vblock
by Simon Glass
· Tue Jul 17 13:25:47 2018 -0600
c1ae83c
binman: Add support for Chromium GBB
by Simon Glass
· Tue Jul 17 13:25:44 2018 -0600
53f5399
binman: Add an entry filled with a repeating byte
by Simon Glass
· Tue Jul 17 13:25:40 2018 -0600
db168d4
binman: Add support for a cros_ec image
by Simon Glass
· Tue Jul 17 13:25:39 2018 -0600
704784b
binman: Add support for flashrom FMAP
by Simon Glass
· Tue Jul 17 13:25:38 2018 -0600
7a61c6b
binman: Create README.entries
by Simon Glass
· Tue Jul 17 13:25:37 2018 -0600
969616c
binman: Allow creation of entry documentation
by Simon Glass
· Tue Jul 17 13:25:36 2018 -0600
Next »