summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-11Merge git://git.denx.de/u-boot-dmTom Rini
2018-07-10Makefile: drop mention of *.cfgtmpBaruch Siach
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan
2018-07-10mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan
2018-07-10common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee
2018-07-10cmd: Kconfig: Move CONFIG_MP to KconfigSiva Durga Prasad Paladugu
2018-07-10Makefile: drop unused cpp_cfg macroBaruch Siach
2018-07-10omap3_logic: Change console from ttyO0 to ttyS0Adam Ford
2018-07-10common: print \n in initr_scsi()Heinrich Schuchardt
2018-07-10gpio: omap_gpio: Convert to auto-alloc feature when DT is supportedAdam Ford
2018-07-10vboot: Do not use hashed-strings offsetTeddy Reed
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed
2018-07-10board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons
2018-07-10spl: fit: verify images prior to post processingBen Whitten
2018-07-10configs: Remove empty #ifdef/#ifndef blocks from configsAlex Kiernan
2018-07-10spl: fit: Fix support for loading FPGA bitstreamMarek Vasut
2018-07-10spl: spi: Support full fitImage handlingMarek Vasut
2018-07-10spl: fat: Support full fitImage handlingMarek Vasut
2018-07-10fit: Verify all configuration signaturesMarek Vasut
2018-07-10test/py: vboot: Remove stderr redirect from openssl commandPaul Burton
2018-07-10test/py: hush_if_test: Use open() in place of file()Paul Burton
2018-07-10test/py: fit: Open files as binary filesPaul Burton
2018-07-10test/py: Import 'configparser' lower case to be python 3.x safePaul Burton
2018-07-10test/py: Use range() rather than xrange()Paul Burton
2018-07-10test/py: Make print statements python 3.x safePaul Burton
2018-07-10Merge git://git.denx.de/u-boot-dmTom Rini
2018-07-09net: designware: Add reset ctrl to driverLey Foon Tan
2018-07-09serial: ns16550: Add reset ctrl to driverLey Foon Tan
2018-07-09mmc: dwmmc: socfpga: Add reset ctrl to driverLey Foon Tan
2018-07-09include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET)Ley Foon Tan
2018-07-09reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESETLey Foon Tan
2018-07-09MAINTAINERS: Add entries for Actions Semi OWL familyManivannan Sadhasivam
2018-07-09serial: Add Actions Semi OWL UART supportManivannan Sadhasivam
2018-07-09arm: dts: bubblegum_96: Enable UART5 for serial consoleManivannan Sadhasivam
2018-07-09arm: dts: s900: Add UART nodeManivannan Sadhasivam
2018-07-09clk: Add Actions Semi OWL clock supportManivannan Sadhasivam
2018-07-09arm: dts: s900: Add Clock Management Unit (CMU) nodesManivannan Sadhasivam
2018-07-09dt-bindings: clock: Add S900 CMU register definitionsManivannan Sadhasivam
2018-07-09board: Add uCRobotics Bubblegum-96 board supportManivannan Sadhasivam
2018-07-09arm: Add support for Actions Semi OWL SoC familyManivannan Sadhasivam
2018-07-09configs: Resync with savedefconfigTom Rini
2018-07-09binman: Support updating the device tree with calc'd infoSimon Glass
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass
2018-07-09binman: Add a ProcessFdt() methodSimon Glass
2018-07-09binman: Complete documentation of stagesSimon Glass
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass
2018-07-09test: Enable cover-coverage tests for dtoc and fdtSimon Glass
2018-07-09dtoc: Increase code coverage to 100%Simon Glass
2018-07-09binman: Move capture_sys_output() to test_utilSimon Glass