binman: Avoid calculated section data repeatedly
[platform/kernel/u-boot.git] / tools / binman / etype / section.py
2020-10-29 Simon Glassbinman: Avoid calculated section data repeatedly
2020-10-29 Simon Glassbinman: Use the actual contents in CheckSize()
2020-10-29 Simon Glassbinman: Update CheckEntries() for compressed sections
2020-10-29 Simon Glassbinman: Drop CheckEntries()
2020-10-29 Simon Glassbinman: Call CheckSize() from the section's Pack()...
2020-10-29 Simon Glassbinman: Move sort and expand to the main Pack() function
2020-10-29 Simon Glassbinman: Drop Entry.CheckOffset()
2020-10-29 Simon Glassbinman: Avoid reporting image-pos with compression
2020-10-29 Simon Glassbinman: Set section contents in GetData()
2020-10-29 Simon Glassbinman: Make section padding consistent with other...
2020-10-29 Simon Glassbinman: Move section padding to the parent
2020-10-29 Simon Glassbinman: Refactor _BuildSectionData()
2020-10-29 Simon Glassbinman: Move section-building code into a function
2020-10-29 Simon Glassbinman: Use 'files-compress' to set compression for...
2020-10-29 Simon Glassbinman: Expand the error message for breaching a section
2020-10-29 Simon Glassbinman: Remove references to 'image' in entry_Section
2020-10-12 Tom RiniMerge tag 'ti-v2021.01-rc1' of https://gitlab.denx...
2020-10-06 Tom RiniMerge tag 'u-boot-amlogic-20201005' of https://gitlab...
2020-10-05 Tom RiniMerge branch 'next'
2020-10-05 Tom RiniMerge tag 'u-boot-atmel-2021.01-a' of https://gitlab...
2020-09-24 Tom RiniMerge tag 'xilinx-for-v2021.01' of https://gitlab.denx...
2020-09-22 Tom RiniMerge tag 'dm-pull-22sep20' of git://git.denx.de/u...
2020-09-22 Simon Glassbinman: Move 'external' support into base class
2020-09-22 Alper Nebi Yasakbinman: Respect pad-before property of section subentries
2020-09-22 Alper Nebi Yasakbinman: Ignore hash*, signature* nodes in sections
2020-08-04 Tom RiniMerge tag 'u-boot-imx-20200804' of https://gitlab.denx...
2020-07-28 Tom RiniMerge tag 'u-boot-amlogic-20200727' of https://gitlab...
2020-07-27 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-07-27 Tom RiniMerge tag 'dm-pull-20jul20-take2a' of https://gitlab...
2020-07-25 Simon Glassbinman: Allow zero-length entries to overlap
2020-07-25 Simon Glassbinman: Allow missing Intel blobs
2020-07-25 Simon Glassbinman: Detect when valid images are not produced
2020-07-25 Simon Glassbinman: Allow external binaries to be missing
2020-07-25 Simon Glassbinman: Use super() instead of specifying parent type
2020-07-24 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-07-24 Tom RiniRevert "Merge tag 'dm-pull-20jul20' of git://git.denx...
2020-07-23 Tom RiniMerge tag 'dm-pull-20jul20' of git://git.denx.de/u...
2020-07-20 Simon Glassbinman: Allow zero-length entries to overlap
2020-07-20 Simon Glassbinman: Allow missing Intel blobs
2020-07-20 Simon Glassbinman: Detect when valid images are not produced
2020-07-20 Simon Glassbinman: Allow external binaries to be missing
2020-07-20 Simon Glassbinman: Use super() instead of specifying parent type
2020-05-04 Tom RiniMerge tag 'u-boot-rockchip-20200501' of https://gitlab...
2020-04-30 Tom RiniMerge tag 'xilinx-for-v2020.07-rc2' of https://gitlab...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-04-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2020-04-28 Tom RiniMerge tag 'u-boot-amlogic-20200428' of https://gitlab...
2020-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-04-28 Tom RiniMerge tag 'dm-pull-27apr20' of git://git.denx.de/u...
2020-04-26 Simon Glasspatman: Move to absolute imports
2020-04-26 Simon Glassbinman: Move to absolute imports
2020-04-26 Simon Glasspatman: Drop references to __future__
2019-11-12 Tom RiniMerge tag 'u-boot-imx-20191105' of https://gitlab.denx...
2019-11-11 Simon Glassbinman: tegra: Adjust symbol calculation depending...
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: Allow support for writing a size symbol to...
2019-10-15 Simon Glassbinman: Avoid needing the section size in advance
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: 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 Entry.WriteData() to handle special...
2019-07-29 Simon Glassbinman: Update Entry.ReadEntry() to work through classes
2019-07-29 Simon Glassbinman: Add more tests for image header position
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: 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: 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: Convert Image to a subclass of Entry
2019-07-24 Simon Glassbinman: Allow listing the entries in an image
2019-07-24 Simon Glassbinman: Allow entries to expand after packing
2019-07-24 Simon Glassbinman: Add a return value to ProcessContentsUpdate()
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
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: Record the parent section of each section
2018-09-29 Simon Glassbinman: Support expanding entries
2018-09-28 Simon Glassbinman: Support updating all device tree files
2018-08-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2018-08-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2018-08-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
next