summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tagWIP/24Jul2019Tom Rini2019-07-241-1/+1
* gitlab-ci: Add pyelftools to the binman testsuite sectionTom Rini2019-07-241-0/+3
* Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-2487-923/+8158
|\
| * dm: device: make power domain calls optionalAnatolij Gustschin2019-07-241-1/+2
| * buildman: fix invocation examples typosBaruch Siach2019-07-241-2/+2
| * clk: initialize clk->data when using default xlateSekhar Nori2019-07-241-0/+2
| * dm: uclass: fix comment copy/paste errorBaruch Siach2019-07-241-1/+1
| * common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut2019-07-241-11/+14
| * dm: Fix parameter description of dev_read_name()Bin Meng2019-07-241-1/+1
| * dm: core: Set correct "status" value for a nodeBin Meng2019-07-241-1/+1
| * dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng2019-07-241-4/+10
| * dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng2019-07-241-0/+4
| * fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada2019-07-241-1/+1
| * binman: Add a test for nested and aligned sectionsSimon Glass2019-07-242-1/+94
| * binman: Add an 'extract' commandSimon Glass2019-07-244-1/+286
| * binman: Support reading from CBFS entriesSimon Glass2019-07-242-0/+21
| * binman: Allow reading an entry from an imageSimon Glass2019-07-245-1/+99
| * binman: Allow for logging information to be displayedSimon Glass2019-07-244-4/+31
| * binman: Support listing an imageSimon Glass2019-07-246-1/+352
| * binman: Convert Image to a subclass of EntrySimon Glass2019-07-249-702/+462
| * binman: Support reading an image into an Image objectSimon Glass2019-07-244-4/+111
| * binman: Support locating an image headerSimon Glass2019-07-242-0/+50
| * binman: Support locating an FDT mapSimon Glass2019-07-243-2/+74
| * binman: Allow listing the entries in an imageSimon Glass2019-07-247-1/+174
| * binman: Detect bad CBFS file typesSimon Glass2019-07-243-0/+26
| * binman: Support FDT update for CBFSSimon Glass2019-07-243-3/+92
| * binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass2019-07-241-4/+7
| * binman: Provide the actual data address for cbfs filesSimon Glass2019-07-241-11/+20
| * binman: Allow device-tree entries to be compressedSimon Glass2019-07-244-12/+53
| * binman: Allow entries to expand after packingSimon Glass2019-07-2412-25/+184
| * binman: Add a control for post-pack entry expansionSimon Glass2019-07-241-0/+24
| * binman: Add a return value to ProcessContentsUpdate()Simon Glass2019-07-2410-15/+44
| * binman: Call ProcessUpdateContents() consistentlySimon Glass2019-07-244-4/+4
| * binman: Fix up ProcessUpdateContents error and commentsSimon Glass2019-07-242-5/+5
| * binman: Allow easy importing of entry modulesSimon Glass2019-07-243-0/+3
| * binman: Drop an unused arg in Entry.Lookup()Simon Glass2019-07-241-4/+3
| * binman: Move compression into the Entry base classSimon Glass2019-07-243-18/+21
| * binman: Convert to use ArgumentParserSimon Glass2019-07-2410-137/+134
| * binman: Add an image headerSimon Glass2019-07-2410-3/+242
| * binman: Add an FDT mapSimon Glass2019-07-246-8/+211
| * binman: Add a convenience functions for real-DTB testsSimon Glass2019-07-241-2/+12
| * binman: Update help for new featuresSimon Glass2019-07-241-4/+3
| * binman: Update future featuresSimon Glass2019-07-241-4/+8
| * binman: Simplify the entry testSimon Glass2019-07-241-16/+16
| * binman: Add support for fixed-offset files in CBFSSimon Glass2019-07-246-34/+276
| * binman: Pad empty areas of the CBFS with filesSimon Glass2019-07-242-4/+87
| * binman: Add support for Intel IFWI entriesSimon Glass2019-07-248-2/+245
| * binman: Add support for CBFS entriesSimon Glass2019-07-2413-0/+620
| * binman: Add a utility library for coreboot CBFSSimon Glass2019-07-244-1/+1264
| * patman: Add a function to write ifwitoolSimon Glass2019-07-241-0/+33