Merge branch '2019-10-24-UFS-support'
[oweals/u-boot.git] / tools / binman / etype /
2019-10-17 Tom RiniMerge tag 'for-v2020.01' of https://gitlab.denx.de...
2019-10-16 Tom RiniMerge tag 'dm-pull-15oct19' of https://gitlab.denx...
2019-10-15 Simon Glassbinman: Support writing symbols into entries within...
2019-10-15 Simon Glassbinman: Update IFWI entry to support updates
2019-10-15 Simon Glassbinman: Update IFWI entry to read entries outside const...
2019-10-15 Simon Glassbinman: Fix entry comment for Intel descriptor
2019-10-15 Simon Glassbinman: Add support for Intel FSP meminit
2019-10-15 Simon Glassbinman: Allow support for writing a size symbol to...
2019-10-15 Simon Glassbinman: Avoid needing the section size in advance
2019-10-15 Simon Glassbinman: Allow symbols to be resolved inside sections
2019-10-15 Simon Glassbinman: Fix IFWI output when using an Intel FIT image
2019-10-15 Simon Glassbinman: Add support for Intel FIT
2019-10-15 Simon Glassbinman: x86: Separate out 16-bit reset and init code
2019-10-15 Simon Glassbinman: Add support for an x86 'reset' section
2019-10-15 Simon Glassbinman: Correct use of 'replace' in IFWI tests
2019-10-15 Simon Glassbinman: Allow use of help and entry-docs without libfdt
2019-10-09 Tom RiniMerge tag 'xilinx-for-v2020.01' of https://gitlab.denx...
2019-10-09 Tom RiniMerge tag 'u-boot-imx-20191009' of https://gitlab.denx...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-10-08 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-10-08 Simon Glassbinman: Take account of skip-at-start with image-header
2019-10-08 Simon Glassbinman: Handle reading data for end-at-4gb sections
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 replacing data in a cbfs
2019-07-29 Simon Glassbinman: Update Entry.WriteData() to handle special...
2019-07-29 Simon Glassbinman: Update Entry.ReadEntry() to work through classes
2019-07-29 Simon Glassbinman: Place Intel descriptor at image start
2019-07-29 Simon Glassbinman: Adjust fmap to ignore CBFS files
2019-07-29 Simon Glassbinman: Update the _testing entry to support shrinkage
2019-07-29 Simon Glassbinman: Allow updating entries that change size
2019-07-29 Simon Glassbinman: Add more tests for image header position
2019-07-29 Simon Glassbinman: Add info to allow safely repacking an image...
2019-07-29 Simon Glassbinman: Allow the fdtmap to remain unchanged
2019-07-29 Simon Glassbinman: Add a function to obtain the image for an Entry
2019-07-29 Simon Glassbinman: Adjust Entry to read the node in a separate...
2019-07-29 Simon Glassbinman: Add an image name into the fdtmap
2019-07-29 Simon Glassbinman: Support loading entry data from a file
2019-07-29 Simon Glassbinman: Add a bit of logging in entries when packing
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: Convert GetFdtSet() to use a dict
2019-07-29 Simon Glassbinman: Move GetFdtSet() into blob_dtb
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: Support reading from CBFS entries
2019-07-24 Simon Glassbinman: Allow reading an entry from an image
2019-07-24 Simon Glassbinman: Convert Image to a subclass of Entry
2019-07-24 Simon Glassbinman: Support locating an image header
2019-07-24 Simon Glassbinman: Support locating an FDT map
2019-07-24 Simon Glassbinman: Allow listing the entries in an image
2019-07-24 Simon Glassbinman: Detect bad CBFS file types
2019-07-24 Simon Glassbinman: Support FDT update for CBFS
2019-07-24 Simon Glassbinman: Allow device-tree entries to be compressed
2019-07-24 Simon Glassbinman: Allow entries to expand after packing
2019-07-24 Simon Glassbinman: Add a return value to ProcessContentsUpdate()
2019-07-24 Simon Glassbinman: Call ProcessUpdateContents() consistently
2019-07-24 Simon Glassbinman: Allow easy importing of entry modules
2019-07-24 Simon Glassbinman: Move compression into the Entry base class
2019-07-24 Simon Glassbinman: Add an image header
2019-07-24 Simon Glassbinman: Add an FDT map
2019-07-24 Simon Glassbinman: Add support for fixed-offset files in CBFS
2019-07-24 Simon Glassbinman: Add support for Intel IFWI entries
2019-07-24 Simon Glassbinman: Add support for CBFS entries
2019-07-24 Simon Glassbinman: Support ELF files for TPL
2019-07-24 Simon Glassbinman: Correct comment in u_boot_spl_elf
2019-07-24 Simon Glassbinman: Use tools compression function for blob handling
2019-07-24 Simon Glassbinman: Allow text directly in the node
2019-07-24 Simon Glassbinman: Don't assume there is an ME region
2019-07-24 Simon Glassbinman: Assume Intel descriptor is at the start of...
2019-07-24 Simon Glassbinman: Use a better error for missing Intel descriptor
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: Update 'text' entry for Python 3
2019-07-10 Simon Glasspatman: Update fmap code for Python 3
2019-07-10 Simon Glassbinman: Convert to use bytes type
2019-07-10 Simon Glassbinman: Handle repeated bytes for Python 3
2019-07-10 Simon Glassbinman: Use binary mode when compressing data
2019-07-10 Simon Glassbinman: Use items() instead of iteritems()
2019-06-10 Tom RiniMerge tag 'u-boot-atmel-fixes-2019.07-a' of git://git...
2019-05-15 Tom RiniMerge tag 'u-boot-stm32-mcu-20190514' of https://github...
2019-05-09 Tom RiniMerge tag 'rockchip-for-v2019.07-rc1' of git://git...
2019-05-09 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2019-05-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-05-08 Tom RiniMerge git://git.denx.de/u-boot-x86
2019-05-08 Simon Glassbinman: Allow sections to have an offset
2019-05-08 Simon Glassbinman: Add a missing comment in Entry_vblock
2019-05-08 Simon Glassbinman: Don't generate an error in 'text' entry constructor
2018-12-05 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2018-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-11-23 Tom RiniMerge tag 'pull-tg18' of git://git.denx.de/u-boot-dm
2018-11-21 Simon Glassbinman: Set the pathname correctly for ELF files
next