summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: socfpga: Fixes: include <debug_uart.h>Ley Foon Tan2018-07-121-0/+1
* arm: socfpga: Fix: Compile MCR instruction on ARM 32-bit onlyLey Foon Tan2018-07-121-0/+2
* arm: dts: socfpga: stratix10: Fix memory nodeLey Foon Tan2018-07-121-2/+2
* ARM: socfpga: Assure correct ACTLR configurationMarek Vasut2018-07-121-1/+12
* ARM: socfpga: Make DRAM node available in SPLMarek Vasut2018-07-121-0/+1
* ARM: socfpga: Pull DRAM size from DTMarek Vasut2018-07-121-1/+3
* ddr: altera: Add ECC DRAM scrubbing support for Arria10Marek Vasut2018-07-121-0/+27
* ddr: altera: Drop custom dram_bank_mmu_setup() on Arria10Marek Vasut2018-07-121-25/+0
* arm: socfpga: Add do_bridge_reset for Arria 10Ley Foon Tan2018-07-121-0/+9
* arm: socfpga: stratix10: Enable Stratix10 SoC buildLey Foon Tan2018-07-124-4/+297
* board: altera: stratix10: Add socdk board support for Stratix10 SoCLey Foon Tan2018-07-123-0/+21
* ddr: altera: stratix10: Add DDR support for Stratix10 SoCLey Foon Tan2018-07-124-6/+577
* arm: socfpga: stratix10: Add timer support for Stratix10 SoCLey Foon Tan2018-07-122-1/+29
* arm: socfpga: stratix10: Add SPL driver for Stratix10 SoCLey Foon Tan2018-07-123-0/+323
* arm: socfpga: Restructure the SPL fileLey Foon Tan2018-07-123-52/+120
* arm: socfpga: stratix10: Add MMU support for Stratix10 SoCLey Foon Tan2018-07-122-0/+72
* arm: socfpga: stratix10: Add mailbox support for Stratix10 SoCLey Foon Tan2018-07-123-0/+525
* arm: socfpga: stratix10: Add misc support for Stratix10 SoCLey Foon Tan2018-07-122-0/+134
* arm: socfpga: misc: Move bridge command to misc commonLey Foon Tan2018-07-123-23/+37
* spi: cadence_qspi: Fix warning cast from pointer to integer of different sizeLey Foon Tan2018-07-121-2/+2
* spi: cadence_qspi: Fix compilation warningLey Foon Tan2018-07-121-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2018-07-116-2/+168
|\
| * led: bcm6328: read base address in the parent nodePhilippe Reynes2018-07-111-1/+1
| * cpu: bmips: fix probe to get the addressPhilippe Reynes2018-07-111-1/+1
| * MIPS: add MIPS Release 6 build coverage for Boston boardsDaniel Schwierzeck2018-07-114-0/+166
* | Merge git://git.denx.de/u-boot-dmTom Rini2018-07-118-22/+30
|\ \
| * | test/py: vboot: Remove stderr redirect from openssl commandPaul Burton2018-07-101-2/+2
| * | test/py: hush_if_test: Use open() in place of file()Paul Burton2018-07-101-1/+1
| * | test/py: fit: Open files as binary filesPaul Burton2018-07-101-1/+1
| * | test/py: Import 'configparser' lower case to be python 3.x safePaul Burton2018-07-101-2/+6
| * | test/py: Use range() rather than xrange()Paul Burton2018-07-103-6/+6
| * | test/py: Make print statements python 3.x safePaul Burton2018-07-105-10/+14
| |/
* | Makefile: drop mention of *.cfgtmpBaruch Siach2018-07-102-3/+2
* | mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-103-16/+24
* | mkimage: Refactor imagetool_get_source_date to take command nameAlex Kiernan2018-07-104-6/+7
* | common/memsize.c: Increase save array for supporting memory size > 4GBTien Fong Chee2018-07-101-1/+1
* | cmd: Kconfig: Move CONFIG_MP to KconfigSiva Durga Prasad Paladugu2018-07-10296-38/+287
* | 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
|/