summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: drop unused cpp_cfg macroBaruch Siach2018-07-101-5/+0
* omap3_logic: Change console from ttyO0 to ttyS0Adam Ford2018-07-101-1/+1
* common: print \n in initr_scsi()Heinrich Schuchardt2018-07-101-0/+1
* gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford2018-07-101-1/+24
* vboot: Do not use hashed-strings offsetTeddy Reed2018-07-102-2/+6
* vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed2018-07-104-0/+49
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-1028-1/+1305
* spl: fit: verify images prior to post processingBen Whitten2018-07-101-12/+9
* configs: Remove empty #ifdef/#ifndef blocks from configsAlex Kiernan2018-07-1019-62/+0
* spl: fit: Fix support for loading FPGA bitstreamMarek Vasut2018-07-101-5/+8
* spl: spi: Support full fitImage handlingMarek Vasut2018-07-101-2/+11
* spl: fat: Support full fitImage handlingMarek Vasut2018-07-101-1/+12
* fit: Verify all configuration signaturesMarek Vasut2018-07-101-12/+14
* Merge git://git.denx.de/u-boot-dmTom Rini2018-07-1064-285/+2769
|\
| * binman: Support updating the device tree with calc'd infoSimon Glass2018-07-096-14/+144
| * binman: Add a SetCalculatedProperties() methodSimon Glass2018-07-097-9/+67
| * binman: Add a ProcessFdt() methodSimon Glass2018-07-099-37/+117
| * binman: Complete documentation of stagesSimon Glass2018-07-091-2/+4
| * dtoc: Add functions to add integer propertiesSimon Glass2018-07-092-0/+47
| * dtoc: Avoid unwanted output during testsSimon Glass2018-07-092-6/+11
| * test: Enable cover-coverage tests for dtoc and fdtSimon Glass2018-07-091-0/+4
| * dtoc: Increase code coverage to 100%Simon Glass2018-07-0910-2/+285
| * binman: Move capture_sys_output() to test_utilSimon Glass2018-07-093-21/+24
| * dtoc: Add a test for code coverageSimon Glass2018-07-091-0/+15
| * dtoc: Fix some minor errorsSimon Glass2018-07-093-4/+5
| * dtoc: Fix properties with a single zero-arg phandleSimon Glass2018-07-094-5/+27
| * dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2018-07-092-1/+7
| * dtoc: Keep track of property offsetsSimon Glass2018-07-092-7/+78
| * dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-095-24/+150
| * dtoc: Drop use of a local dtb bufferSimon Glass2018-07-092-10/+10
| * dtoc: Make use of the new pylibfdt methodsSimon Glass2018-07-091-12/+14
| * dtoc: Update tests to write failures to /tmpSimon Glass2018-07-091-14/+42
| * dtoc: Add some tests for the fdt moduleSimon Glass2018-07-093-2/+257
| * binman: Move coverage logic into a new test_util fileSimon Glass2018-07-092-25/+68
| * libfdt: Add get_property() and del_node()Simon Glass2018-07-091-0/+32
| * libfdt: Fix the Python pack() functionSimon Glass2018-07-091-1/+5
| * libfdt: Bring in proposed pylibfdt changesSimon Glass2018-07-095-71/+663
| * binman: Tidy up setting of entry contentsSimon Glass2018-07-097-6/+62
| * binman: Tidy up execution of testsSimon Glass2018-07-091-5/+3
| * binman: Correct operation of ObtainContents()Simon Glass2018-07-098-14/+114
| * binman: Tidy up variables in _RunMicrocodeTest()Simon Glass2018-07-091-7/+18
| * binman: Make the operation of Entry__testing explicitSimon Glass2018-07-092-4/+11
| * binman: Switch to 'python-coverage'Tom Rini2018-07-093-8/+7
| * dm: core: Add logging of some common errorsSimon Glass2018-07-091-2/+12
| * dm: core: Add a function to decode a memory regionSimon Glass2018-07-092-0/+126
| * dm: core: Update of_read_fmap_entry() for livetreeSimon Glass2018-07-093-10/+8
| * dm: spi: Update sandbox SPI emulation driver to use ofnodeSimon Glass2018-07-093-9/+10
| * dm: core: Add a way to bind a device by ofnodeSimon Glass2018-07-092-0/+12
| * log: Add a way to log a return value with a messageSimon Glass2018-07-091-0/+8
| * dm: core: Add a way to find an ofnode by compatible stringSimon Glass2018-07-092-0/+23