Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
70e32985c5528664326d392c3357f4b7513edef1
/
tools
/
binman
/
ftest.py
70e3298
binman: Place Intel descriptor at image start
by Simon Glass
· Sat Jul 20 12:24:01 2019 -0600
9d8ee32
binman: Support shrinking a entry after packing
by Simon Glass
· Sat Jul 20 12:23:58 2019 -0600
8c702fb
binman: Update the _testing entry to support shrinkage
by Simon Glass
· Sat Jul 20 12:23:57 2019 -0600
f8a54bc
binman: Allow updating entries that change size
by Simon Glass
· Sat Jul 20 12:23:56 2019 -0600
1145376
binman: Add more tests for image header position
by Simon Glass
· Sat Jul 20 12:23:55 2019 -0600
fb30e29
binman: Add info to allow safely repacking an image later
by Simon Glass
· Sat Jul 20 12:23:51 2019 -0600
072959a
binman: Support updating entries in an existing image
by Simon Glass
· Sat Jul 20 12:23:50 2019 -0600
b8d2daa
binman: Tidy up _SetupDtb() to use its own temporary file
by Simon Glass
· Sat Jul 20 12:23:49 2019 -0600
2c6adba
binman: Add a constant for common entry properties
by Simon Glass
· Sat Jul 20 12:23:47 2019 -0600
ee6409b
binman: Add an image name into the fdtmap
by Simon Glass
· Sat Jul 20 12:23:44 2019 -0600
52d0621
binman: Add a test for nested and aligned sections
by Simon Glass
· Mon Jul 08 14:25:53 2019 -0600
980a284
binman: Add an 'extract' command
by Simon Glass
· Mon Jul 08 14:25:52 2019 -0600
4c613bf
binman: Allow reading an entry from an image
by Simon Glass
· Mon Jul 08 14:25:50 2019 -0600
b2fd11d
binman: Support listing an image
by Simon Glass
· Mon Jul 08 14:25:48 2019 -0600
39dd215
binman: Convert Image to a subclass of Entry
by Simon Glass
· Mon Jul 08 14:25:47 2019 -0600
b8424fa
binman: Support reading an image into an Image object
by Simon Glass
· Mon Jul 08 14:25:46 2019 -0600
ed39a3c
binman: Support locating an image header
by Simon Glass
· Mon Jul 08 14:25:45 2019 -0600
8d8bf4e
binman: Support locating an FDT map
by Simon Glass
· Mon Jul 08 14:25:44 2019 -0600
6b156f8
binman: Allow listing the entries in an image
by Simon Glass
· Mon Jul 08 14:25:43 2019 -0600
3c9b4f2
binman: Detect bad CBFS file types
by Simon Glass
· Mon Jul 08 14:25:42 2019 -0600
151bbbf
binman: Support FDT update for CBFS
by Simon Glass
· Mon Jul 08 14:25:41 2019 -0600
90d2968
binman: Allow device-tree entries to be compressed
by Simon Glass
· Mon Jul 08 14:25:38 2019 -0600
e61b6f6
binman: Allow entries to expand after packing
by Simon Glass
· Mon Jul 08 14:25:37 2019 -0600
d17dfea
binman: Fix up ProcessUpdateContents error and comments
by Simon Glass
· Mon Jul 08 14:25:33 2019 -0600
f46732a
binman: Convert to use ArgumentParser
by Simon Glass
· Mon Jul 08 14:25:29 2019 -0600
cec34ba
binman: Add an image header
by Simon Glass
· Mon Jul 08 14:25:28 2019 -0600
0f62133
binman: Add an FDT map
by Simon Glass
· Mon Jul 08 14:25:27 2019 -0600
5b4bce3
binman: Add a convenience functions for real-DTB tests
by Simon Glass
· Mon Jul 08 14:25:26 2019 -0600
c2f1aed
binman: Add support for fixed-offset files in CBFS
by Simon Glass
· Mon Jul 08 13:18:56 2019 -0600
759af87
binman: Add support for Intel IFWI entries
by Simon Glass
· Mon Jul 08 13:18:54 2019 -0600
1de3448
binman: Add support for CBFS entries
by Simon Glass
· Mon Jul 08 13:18:53 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
ccec026
binman: Use the tools.Decompress method
by Simon Glass
· Mon Jul 08 13:18:42 2019 -0600
47f6a62
binman: Allow text directly in the node
by Simon Glass
· Mon Jul 08 13:18:40 2019 -0600
ac4738b
binman: Use a better error for missing Intel descriptor
by Simon Glass
· Mon Jul 08 13:18:32 2019 -0600
0d67379
binman: Correct two typos in function names in ftest
by Simon Glass
· Mon Jul 08 13:18:25 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
303f62f
binman: Convert to use bytes type
by Simon Glass
· Fri May 17 22:00:46 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
eb023b3
binman: Allow sections to have an offset
by Simon Glass
· Thu Apr 25 21:58:39 2019 -0600
b4595d8
binman: Don't show image-skip message by default
by Simon Glass
· Thu Apr 25 21:58:34 2019 -0600
41902e4
binman: Add a test for Intel reference code
by Simon Glass
· Mon Oct 01 12:22:31 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
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
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
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
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
29aa736
binman: Move state information into a new module
by Simon Glass
· Fri Sep 14 04:57:19 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
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
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
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
969616c
binman: Allow creation of entry documentation
by Simon Glass
· Tue Jul 17 13:25:36 2018 -0600
2ca5203
binman: Support an entry that holds text
by Simon Glass
· Tue Jul 17 13:25:33 2018 -0600
91710b3
binman: Add support for passing arguments to entries
by Simon Glass
· Tue Jul 17 13:25:32 2018 -0600
9dcc861
binman: Add a new 'image-pos' property
by Simon Glass
· Wed Aug 01 15:22:42 2018 -0600
3a9a2b8
binman: Enhance the map and fdt-update output
by Simon Glass
· Tue Jul 17 13:25:28 2018 -0600
def77b5
binman: Tidy up some comments in the tests
by Simon Glass
· Tue Jul 17 13:25:27 2018 -0600
e8561af
binman: Rename 'position' to 'offset'
by Simon Glass
· Wed Aug 01 15:22:37 2018 -0600
a87014e
binman: Support updating the device tree with calc'd info
by Simon Glass
· Fri Jul 06 10:27:42 2018 -0600
2e1169f
binman: Tidy up setting of entry contents
by Simon Glass
· Fri Jul 06 10:27:19 2018 -0600
6ba679c
binman: Correct operation of ObtainContents()
by Simon Glass
· Fri Jul 06 10:27:17 2018 -0600
820af1d
binman: Tidy up variables in _RunMicrocodeTest()
by Simon Glass
· Fri Jul 06 10:27:16 2018 -0600
3b78d53
binman: Add support for adding a name prefix to entries
by Simon Glass
· Fri Jun 01 09:38:21 2018 -0600
3073266
binman: Add support for outputing a map file
by Simon Glass
· Fri Jun 01 09:38:20 2018 -0600
1e32400
binman: Tidy up some docs and comments
by Simon Glass
· Fri Jun 01 09:38:19 2018 -0600
a91e115
binman: Add support for sections
by Simon Glass
· Fri Jun 01 09:38:16 2018 -0600
ad5a771
binman: Rename Entry property to 'section'
by Simon Glass
· Fri Jun 01 09:38:14 2018 -0600
eca3221
binman: Refactor much of the image code into 'section'
by Simon Glass
· Fri Jun 01 09:38:12 2018 -0600
Next »