Merge tag 'u-boot-amlogic-20201215' of https://gitlab.denx.de/u-boot/custodians/u...
[pandora-u-boot.git] / tools /
2020-12-11 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-b' of https:...
2020-12-02 Tom RiniMerge tag 'dm-pull-30nov20' of git://git.denx.de/u...
2020-12-01 Tom RiniMerge tag 'mips-fixes-for-v2021.01' of https://gitlab...
2020-11-30 Simon Glassbinman: Handle tool paths containing '~' correctly
2020-11-30 Stefan Roesemips: octeon: tools: Add update_octeon_header tool
2020-11-19 Tom RiniMerge branch '2020-11-18-assorted-fixes'
2020-11-19 Tyler Hickstools: dumpimage: Remove remaining mentions of the...
2020-11-19 Philippe Reynestools: image-host.c: use correct variable for strerrno
2020-11-19 Philippe Reynestools: image-host.c: use random instead of rand
2020-11-16 Tom RiniMerge tag 'ti-v2021.01-rc3' of https://gitlab.denx...
2020-11-16 Tom RiniMerge tag 'u-boot-amlogic-20201116' of https://gitlab...
2020-11-16 Tom RiniMerge tag 'u-boot-rockchip-20201113' of https://gitlab...
2020-11-15 Tom RiniMerge tag 'dm-pull-15nov20' of git://git.denx.de/u...
2020-11-14 Simon Glasspatman: Add a Series-patchwork-url option
2020-11-14 Simon Glasspatman: Add a setting for the Patchwork URL
2020-11-14 Simon Glasspatman: Allow specifying the patchwork URL
2020-11-14 Simon Glasspatman: Update defaults in subparsers
2020-11-14 Simon Glasspatman: Correct Change-Ids error message args
2020-11-14 Simon Glasspatman: Refactor how the default subcommand works
2020-11-06 Tom RiniMerge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm
2020-11-06 Tom RiniMerge tag 'u-boot-amlogic-20201105' of https://gitlab...
2020-11-05 Simon Glasspatman: Support listing comments from patchwork
2020-11-05 Simon Glasspatman: Support parsing of review snippets
2020-11-05 Simon Glasspatman: Support updating a branch with review tags
2020-11-05 Simon Glasspatman: Support checking for review tags in patchwork
2020-11-05 Simon Glasspatman: Detect missing upstream in CountCommitsToBranch
2020-11-05 Simon Glasspatman: Improve handling of files
2020-11-05 Simon Glasspatman: Allow showing a Commit as a string
2020-11-05 Simon Glasspatman: Don't ignore lines starting with hash
2020-11-05 Simon Glasspatman: Fix spelling of plural for warning
2020-11-05 Simon Glasspatman: Convert testBasic() to use an interator
2020-11-05 Simon Glasspatman: Add some tests for warnings
2020-11-05 Simon Glasspatman: Add a test for PatchStream tags
2020-11-05 Simon Glasspatman: Drop unused signoff member
2020-11-05 Simon Glasspatman: Convert 'Series-xxx' tag errors into warnings
2020-11-05 Simon Glasspatman: Attach warnings to individual patches
2020-11-05 Simon Glasspatman: Move warning collection to a function
2020-11-05 Simon Glasspatman: Fix up argument/return docs in patchstream
2020-11-05 Simon Glasspatman: Drop unused args in patchstream
2020-11-05 Simon Glasspatman: Rename variables in patchstream
2020-11-05 Simon Glasspatman: Rename functions in patchstream
2020-11-05 Simon Glasspatman: Fix constant style in patchstream
2020-11-05 Simon Glasspatman: Fix indenting in patchstream
2020-11-05 Simon Glasspatman: Allow linking a series with patchwork
2020-11-05 Simon Glasspatman: Fix remaining pylint3 warnings in func_test
2020-11-05 Simon Glasspatman: Use capture_sys_output() consistently
2020-11-05 Simon Glasspatman: Fix whitespace errors in func_test
2020-11-05 Simon Glasspatman: Update how tests are run
2020-11-05 Simon Glasspatman: Correct operation of -n
2020-11-05 Simon Glassbinman: Correct calculation for image-pos
2020-11-05 Simon Glassbinman: Update intel_ifwi to store padded section
2020-11-02 Tom RiniMerge tag 'u-boot-atmel-fixes-2021.01-a' of https:...
2020-11-01 Tom RiniMerge tag 'efi-2020-01-rc2-2' of https://gitlab.denx...
2020-10-31 Tom RiniMerge tag 'u-boot-rockchip-20201031' of https://gitlab...
2020-10-30 Tom RiniMerge tag 'dm-pull-30oct20' of https://gitlab.denx...
2020-10-30 Samuel Hollandrockchip: mkimage: Remove host endianness dependency
2020-10-29 Simon Glassbinman: Avoid calculated section data repeatedly
2020-10-29 Simon Glassbinman: Support compression of sections
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: Drop the Entry.CheckSize() method
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: Store the original data before compression
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: Expand docs and test for alignment
2020-10-29 Simon Glassbinman: Expand docs and test for padding
2020-10-29 Simon Glassbinman: Update testPackExtra with more checks
2020-10-29 Simon Glassbinman: Use 'files-compress' to set compression for...
2020-10-29 Simon Glassbinman: Move CompressData() into Entry base class
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-29 Simon Glassbinman: Fix return from u-boot-ucode if there is no DT
2020-10-29 Simon Glassbinman: Give a sensible error if no command is given
2020-10-29 Simon Glassbinman: Add tests for skip-at-start sections
2020-10-29 Simon Glassbinman: Drop unused return variable for _DoTestFile()
2020-10-29 Simon Glassbinman: Update the entry docs
2020-10-29 Simon Glassdm: Don't allow U_BOOT_DEVICE() when of-platdata is...
2020-10-29 Simon Glassdm: Use driver_info index instead of pointer
2020-10-29 Simon Glassdm: Support parent devices with of-platdata
2020-10-29 Simon Glassdtoc: Fix widening of int to bytes
2020-10-29 Simon Glassdtoc: Order the structures internally by name
2020-10-29 Simon Glassdtoc: Document the return value of scan_structs()
2020-10-29 Simon Glassdtoc: Use a namedtuple for _links
2020-10-29 Simon Glassdtoc: Extract inner loop from output_node()
2020-10-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-10-23 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-10-23 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2020-10-22 Tom RiniMerge branch '2020-10-22-misc-changes'
2020-10-22 Heinrich Schuchardttools: image-host.c: use correct output format
2020-10-22 Naoki Hayamamkimage: Skip adding non-existent IDs to a list
2020-10-22 Samuel Hollandsunxi: binman: Add support for including SCP firmware
2020-10-22 Samuel Hollandbinman: Add support for SCP firmware
next