binman: Update IFWI entry to read entries outside constructor
[oweals/u-boot.git] / tools / binman / state.py
2019-08-02 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-clk
2019-07-30 Tom RiniMerge tag 'video-for-2019.10-rc1' of https://gitlab...
2019-07-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-07-29 Tom RiniMerge tag 'dm-pull-29jul19' of https://gitlab.denx...
2019-07-29 Simon Glassbinman: Update state when replacing device-tree entries
2019-07-29 Simon Glassbinman: Support shrinking a entry after packing
2019-07-29 Simon Glassbinman: Allow updating entries that change size
2019-07-29 Simon Glassbinman: Add info to allow safely repacking an image...
2019-07-29 Simon Glassbinman: Support updating entries in an existing image
2019-07-29 Simon Glassbinman: Store the entry in output_fdt_files
2019-07-29 Simon Glassbinman: Allow state functions to fail to return data
2019-07-29 Simon Glassbinman: Drop state.fdt_set as this is not needed
2019-07-29 Simon Glassbinman: Simplify state.fdt_subset
2019-07-29 Simon Glassbinman: Adjust state.fdt_files to be keyed by entry...
2019-07-29 Simon Glassbinman: Adjust GetFdt() to be keyed by etype
2019-07-29 Simon Glassbinman: Rename state.GetFdt()
2019-07-29 Simon Glassbinman: Rename state.GetFdts()
2019-07-29 Simon Glassbinman: Convert GetFdtSet() to use a dict
2019-07-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-07-27 Tom RiniMerge tag 'u-boot-imx-20190719' of https://gitlab.denx...
2019-07-27 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2019-07-25 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-net
2019-07-24 Tom RiniMerge tag 'dm-pull-24jul19-take3' of https://gitlab...
2019-07-24 Simon Glassbinman: Add a control for post-pack entry expansion
2019-07-24 Simon Glassbinman: Add an FDT map
2019-07-14 Tom RiniMerge tag 'u-boot-stm32-20190712' of https://gitlab...
2019-07-11 Tom RiniMerge tag 'dm-pull-9jul19-take2' of https://gitlab...
2019-07-10 Simon Glassbinman: Remove use of Set()
2018-10-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-09-30 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-09-29 Simon Glassbinman: Support hashing entries
2018-09-29 Simon Glassbinman: Support adding files
2018-09-28 Simon Glassbinman: Support updating all device tree files
2018-09-28 Simon Glassbinman: Allow control of whether a fake DT is used
2018-09-28 Simon Glassbinman: Obtain the list of device trees from the config
2018-09-28 Simon Glassbinman: Centralise device-tree updates within binman
2018-09-28 Simon Glassbinman: Move state logic into the state module
2018-09-28 Simon Glassbinman: Move state information into a new module