| Commit message (Expand) | Author | Age | Files | Lines |
* | patman: Move to absolute imports | Simon Glass | 2020-04-26 | 1 | -2/+2 |
* | binman: Move to absolute imports | Simon Glass | 2020-04-26 | 1 | -3/+3 |
* | binman: Update state when replacing device-tree entries | Simon Glass | 2019-07-29 | 1 | -0/+16 |
* | binman: Support shrinking a entry after packing | Simon Glass | 2019-07-29 | 1 | -0/+27 |
* | binman: Allow updating entries that change size | Simon Glass | 2019-07-29 | 1 | -1/+2 |
* | binman: Add info to allow safely repacking an image later | Simon Glass | 2019-07-29 | 1 | -6/+15 |
* | binman: Support updating entries in an existing image | Simon Glass | 2019-07-29 | 1 | -21/+53 |
* | binman: Store the entry in output_fdt_files | Simon Glass | 2019-07-29 | 1 | -15/+34 |
* | binman: Allow state functions to fail to return data | Simon Glass | 2019-07-29 | 1 | -2/+7 |
* | binman: Drop state.fdt_set as this is not needed | Simon Glass | 2019-07-29 | 1 | -10/+3 |
* | binman: Simplify state.fdt_subset | Simon Glass | 2019-07-29 | 1 | -10/+11 |
* | binman: Adjust state.fdt_files to be keyed by entry type | Simon Glass | 2019-07-29 | 1 | -24/+33 |
* | binman: Adjust GetFdt() to be keyed by etype | Simon Glass | 2019-07-29 | 1 | -5/+9 |
* | binman: Rename state.GetFdt() | Simon Glass | 2019-07-29 | 1 | -3/+4 |
* | binman: Rename state.GetFdts() | Simon Glass | 2019-07-29 | 1 | -3/+3 |
* | binman: Convert GetFdtSet() to use a dict | Simon Glass | 2019-07-29 | 1 | -8/+6 |
* | binman: Add a control for post-pack entry expansion | Simon Glass | 2019-07-24 | 1 | -0/+24 |
* | binman: Add an FDT map | Simon Glass | 2019-07-24 | 1 | -1/+1 |
* | binman: Remove use of Set() | Simon Glass | 2019-07-10 | 1 | -4/+3 |
* | binman: Support hashing entries | Simon Glass | 2018-09-29 | 1 | -0/+25 |
* | binman: Support adding files | Simon Glass | 2018-09-29 | 1 | -0/+27 |
* | binman: Support updating all device tree files | Simon Glass | 2018-09-28 | 1 | -0/+30 |
* | binman: Allow control of whether a fake DT is used | Simon Glass | 2018-09-28 | 1 | -1/+1 |
* | binman: Obtain the list of device trees from the config | Simon Glass | 2018-09-28 | 1 | -2/+18 |
* | binman: Centralise device-tree updates within binman | Simon Glass | 2018-09-28 | 1 | -0/+35 |
* | binman: Move state logic into the state module | Simon Glass | 2018-09-28 | 1 | -0/+43 |
* | binman: Move state information into a new module | Simon Glass | 2018-09-28 | 1 | -0/+77 |