| Commit message (Expand) | Author | Age | Files | Lines |
* | binman: Add a test for nested and aligned sections | Simon Glass | 2019-07-24 | 2 | -1/+94 |
* | binman: Add an 'extract' command | Simon Glass | 2019-07-24 | 4 | -1/+286 |
* | binman: Support reading from CBFS entries | Simon Glass | 2019-07-24 | 2 | -0/+21 |
* | binman: Allow reading an entry from an image | Simon Glass | 2019-07-24 | 5 | -1/+99 |
* | binman: Allow for logging information to be displayed | Simon Glass | 2019-07-24 | 3 | -3/+22 |
* | binman: Support listing an image | Simon Glass | 2019-07-24 | 6 | -1/+352 |
* | binman: Convert Image to a subclass of Entry | Simon Glass | 2019-07-24 | 9 | -702/+462 |
* | binman: Support reading an image into an Image object | Simon Glass | 2019-07-24 | 4 | -4/+111 |
* | binman: Support locating an image header | Simon Glass | 2019-07-24 | 2 | -0/+50 |
* | binman: Support locating an FDT map | Simon Glass | 2019-07-24 | 3 | -2/+74 |
* | binman: Allow listing the entries in an image | Simon Glass | 2019-07-24 | 7 | -1/+174 |
* | binman: Detect bad CBFS file types | Simon Glass | 2019-07-24 | 3 | -0/+26 |
* | binman: Support FDT update for CBFS | Simon Glass | 2019-07-24 | 3 | -3/+92 |
* | binman: Use the cbfs memlen field only for uncompressed length | Simon Glass | 2019-07-24 | 1 | -4/+7 |
* | binman: Provide the actual data address for cbfs files | Simon Glass | 2019-07-24 | 1 | -11/+20 |
* | binman: Allow device-tree entries to be compressed | Simon Glass | 2019-07-24 | 4 | -12/+53 |
* | binman: Allow entries to expand after packing | Simon Glass | 2019-07-24 | 12 | -25/+184 |
* | binman: Add a control for post-pack entry expansion | Simon Glass | 2019-07-24 | 1 | -0/+24 |
* | binman: Add a return value to ProcessContentsUpdate() | Simon Glass | 2019-07-24 | 10 | -15/+44 |
* | binman: Call ProcessUpdateContents() consistently | Simon Glass | 2019-07-24 | 4 | -4/+4 |
* | binman: Fix up ProcessUpdateContents error and comments | Simon Glass | 2019-07-24 | 2 | -5/+5 |
* | binman: Allow easy importing of entry modules | Simon Glass | 2019-07-24 | 2 | -0/+2 |
* | binman: Drop an unused arg in Entry.Lookup() | Simon Glass | 2019-07-24 | 1 | -4/+3 |
* | binman: Move compression into the Entry base class | Simon Glass | 2019-07-24 | 3 | -18/+21 |
* | binman: Convert to use ArgumentParser | Simon Glass | 2019-07-24 | 5 | -129/+125 |
* | binman: Add an image header | Simon Glass | 2019-07-24 | 10 | -3/+242 |
* | binman: Add an FDT map | Simon Glass | 2019-07-24 | 6 | -8/+211 |
* | binman: Add a convenience functions for real-DTB tests | Simon Glass | 2019-07-24 | 1 | -2/+12 |
* | binman: Update help for new features | Simon Glass | 2019-07-24 | 1 | -4/+3 |
* | binman: Update future features | Simon Glass | 2019-07-24 | 1 | -4/+8 |
* | binman: Simplify the entry test | Simon Glass | 2019-07-24 | 1 | -16/+16 |
* | binman: Add support for fixed-offset files in CBFS | Simon Glass | 2019-07-24 | 6 | -34/+276 |
* | binman: Pad empty areas of the CBFS with files | Simon Glass | 2019-07-24 | 2 | -4/+87 |
* | binman: Add support for Intel IFWI entries | Simon Glass | 2019-07-24 | 8 | -2/+245 |
* | binman: Add support for CBFS entries | Simon Glass | 2019-07-24 | 13 | -0/+620 |
* | binman: Add a utility library for coreboot CBFS | Simon Glass | 2019-07-24 | 3 | -1/+1263 |
* | binman: Pass the toolpath to tests | Simon Glass | 2019-07-24 | 2 | -4/+16 |
* | binman: Allow preserving test directories | Simon Glass | 2019-07-23 | 4 | -6/+50 |
* | binman: Allow verbosity control when running tests | Simon Glass | 2019-07-23 | 2 | -3/+22 |
* | binman: Fix up the _DoTestFile() function -u argument | Simon Glass | 2019-07-23 | 1 | -1/+1 |
* | binman: Support ELF files for TPL | Simon Glass | 2019-07-23 | 4 | -0/+39 |
* | binman: Correct comment in u_boot_spl_elf | Simon Glass | 2019-07-23 | 2 | -2/+2 |
* | binman: Use tools compression function for blob handling | Simon Glass | 2019-07-23 | 1 | -12/+4 |
* | binman: Drop unnecessary debug handling | Simon Glass | 2019-07-23 | 1 | -5/+0 |
* | binman: Use the tools.Decompress method | Simon Glass | 2019-07-23 | 1 | -11/+2 |
* | patman: Add functions to compress and decompress data | Simon Glass | 2019-07-23 | 1 | -1/+2 |
* | binman: Allow text directly in the node | Simon Glass | 2019-07-23 | 4 | -5/+34 |
* | binman: Update entry.SetOffsetSize to be optional | Simon Glass | 2019-07-23 | 2 | -7/+16 |
* | binman: Don't assume there is an ME region | Simon Glass | 2019-07-23 | 4 | -3/+20 |
* | binman: Assume Intel descriptor is at the start of the image | Simon Glass | 2019-07-23 | 2 | -0/+10 |