binman: Add a test to catch use of the old 'pos' property
[platform/kernel/u-boot.git] / tools / binman / entry.py
2018-08-01 Simon Glassbinman: Add a test to catch use of the old 'pos' property
2018-08-01 Simon Glassbinman: Show the image position in the map
2018-08-01 Simon Glassbinman: Add an entry for a Chromium vblock
2018-08-01 Simon Glassbinman: Add support for flashrom FMAP
2018-08-01 Simon Glassbinman: Allow creation of entry documentation
2018-08-01 Simon Glassbinman: Add support for passing arguments to entries
2018-08-01 Simon Glassbinman: Add a new 'image-pos' property
2018-08-01 Simon Glassbinman: Enhance the map and fdt-update output
2018-08-01 Simon Glassbinman: Rename 'position' to 'offset'
2018-07-10 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-07-09 Simon Glassbinman: Add a SetCalculatedProperties() method
2018-07-09 Simon Glassbinman: Add a ProcessFdt() method
2018-07-09 Simon Glassbinman: Tidy up setting of entry contents
2018-06-12 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-06-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ubi
2018-06-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2018-06-08 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-06-07 Simon Glassbinman: Add support for adding a name prefix to entries
2018-06-07 Simon Glassbinman: Add support for outputing a map file
2018-06-07 Simon Glassbinman: Add support for sections
2018-06-07 Simon Glassbinman: Avoid setting sys.path globally