aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan3-16/+24
2018-07-10mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan4-6/+7
2018-07-10common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee1-1/+1
2018-07-10cmd: Kconfig: Move CONFIG_MP to KconfigSiva Durga Prasad Paladugu296-38/+287
2018-07-10Makefile: drop unused cpp_cfg macroBaruch Siach1-5/+0
2018-07-10omap3_logic: Change console from ttyO0 to ttyS0Adam Ford1-1/+1
2018-07-10common: print \n in initr_scsi()Heinrich Schuchardt1-0/+1
2018-07-10gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford1-1/+24
2018-07-10vboot: Do not use hashed-strings offsetTeddy Reed2-2/+6
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed4-0/+49
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons28-1/+1305
2018-07-10spl: fit: verify images prior to post processingBen Whitten1-12/+9
2018-07-10configs: Remove empty #ifdef/#ifndef blocks from configsAlex Kiernan19-62/+0
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut1-5/+8
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut1-2/+11
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut1-1/+12
2018-07-10fit: Verify all configuration signaturesMarek Vasut1-12/+14
2018-07-10Merge git://git.denx.de/u-boot-dmTom Rini64-285/+2769
2018-07-09net: designware: Add reset ctrl to driverLey Foon Tan1-0/+8
2018-07-09serial: ns16550: Add reset ctrl to driverLey Foon Tan1-0/+8
2018-07-09mmc: dwmmc: socfpga: Add reset ctrl to driverLey Foon Tan1-0/+17
2018-07-09include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)Ley Foon Tan1-1/+1
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan3-3/+3
2018-07-09MAINTAINERS: Add entries for Actions Semi OWL familyManivannan Sadhasivam1-0/+9
2018-07-09serial: Add Actions Semi OWL UART supportManivannan Sadhasivam3-0/+145
2018-07-09arm: dts: bubblegum_96: Enable UART5 for serial consoleManivannan Sadhasivam1-0/+12
2018-07-09arm: dts: s900: Add UART nodeManivannan Sadhasivam1-0/+8
2018-07-09clk: Add Actions Semi OWL clock supportManivannan Sadhasivam7-0/+276
2018-07-09arm: dts: s900: Add Clock Management Unit (CMU) nodesManivannan Sadhasivam1-0/+22
2018-07-09dt-bindings: clock: Add S900 CMU register definitionsManivannan Sadhasivam1-0/+77
2018-07-09board: Add uCRobotics Bubblegum-96 board supportManivannan Sadhasivam9-0/+186
2018-07-09arm: Add support for Actions Semi OWL SoC familyManivannan Sadhasivam6-0/+74
2018-07-09configs: Resync with savedefconfigTom Rini19-57/+36
2018-07-09binman: Support updating the device tree with calc'd infoSimon Glass6-14/+144
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass7-9/+67
2018-07-09binman: Add a ProcessFdt() methodSimon Glass9-37/+117
2018-07-09binman: Complete documentation of stagesSimon Glass1-2/+4
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass2-0/+47
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass2-6/+11
2018-07-09test: Enable cover-coverage tests for dtoc and fdtSimon Glass1-0/+4
2018-07-09dtoc: Increase code coverage to 100%Simon Glass10-2/+285
2018-07-09binman: Move capture_sys_output() to test_utilSimon Glass3-21/+24
2018-07-09dtoc: Add a test for code coverageSimon Glass1-0/+15
2018-07-09dtoc: Fix some minor errorsSimon Glass3-4/+5
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass4-5/+27
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2-1/+7
2018-07-09dtoc: Keep track of property offsetsSimon Glass2-7/+78
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass5-24/+150
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass2-10/+10
2018-07-09dtoc: Make use of the new pylibfdt methodsSimon Glass1-12/+14