summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arm: socfpga: Enable DFU MMC support only if DM_MMC is enabledMarek Vasut2015-12-221-0/+2
| * | | arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabledMarek Vasut2015-12-221-0/+4
| * | | arm: socfpga: Unreset NAND in U-BootMarek Vasut2015-12-221-0/+4
| * | | arm: socfpga: Unreset NAND in SPLMarek Vasut2015-12-221-0/+1
| * | | arm: socfpga: Define NAND reset bitMarek Vasut2015-12-221-1/+2
| * | | arm: socfpga: Fix QSPI doesn't work on socdk boardshengjiangwu2015-12-222-7/+7
| * | | arm: socfpga: Fix emac1 doesn't work on socdk boardshengjiangwu2015-12-222-15/+15
| * | | arm: socfpga: sr1500: Update qspiboot to use UBIFSChin Liang See2015-12-221-4/+2
| * | | arm: socfpga: sockit: Update qspiboot to use UBIFSChin Liang See2015-12-221-0/+3
| * | | arm: socfpga: arria5_socdk: Update qspiboot to use UBIFSChin Liang See2015-12-221-4/+2
| * | | arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFSChin Liang See2015-12-221-4/+2
| * | | arm: socfpga: sr1500: Enable qspiload console commandChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: sockit: Enable qspiload console commandChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: arria5_socdk: Enable qspiload console commandChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: cyclone5_socdk: Enable qspiload console commandChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: sr1500: Enable ubiload console commandChin Liang See2015-12-221-1/+4
| * | | arm: socfpga: sockit: Enable ubiload console commandChin Liang See2015-12-221-0/+3
| * | | arm: socfpga: arria5_socdk: Enable ubiload console commandChin Liang See2015-12-221-1/+4
| * | | arm: socfpga: cyclone5_socdk: Enable ubiload console commandChin Liang See2015-12-221-1/+4
| * | | arm: socfpga: sr1500: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORSChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: arria5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORSChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORSChin Liang See2015-12-221-0/+1
| * | | arm: socfpga: Enable ubi and ubifs supportChin Liang See2015-12-221-0/+8
| * | | arm: socfpga: Enable simple bus in SPL on all boardsMarek Vasut2015-12-222-0/+2
| * | | arm: socfpga: Make /soc available in pre-relocMarek Vasut2015-12-221-0/+4
| * | | arm: socfpga: Enabling MTD default partitionsChin Liang See2015-12-221-1/+24
| * | | arm: socfpga: socrates: Consolidate SDMMC environmentChin Liang See2015-12-221-2/+0
| * | | arm: socfpga: sockit: Consolidate SDMMC environmentChin Liang See2015-12-221-2/+0
| * | | arm: socfpga: mcvevk: Consolidate SDMMC environmentChin Liang See2015-12-221-2/+0
| * | | arm: socfpga: de0_nano_soc: Consolidate SDMMC environmentChin Liang See2015-12-221-2/+0
| * | | arm: socfpga: arria5_socdk: Consolidate SDMMC environmentChin Liang See2015-12-221-2/+0
| * | | arm: socfpga: cyclone5_socdk: Consolidate SDMMC environmentChin Liang See2015-12-221-2/+0
| * | | arm: socfpga: Consolidate SDMMC environmentChin Liang See2015-12-221-0/+6
| * | | net: designware: Zap trailing backslashMarek Vasut2015-12-221-7/+7
| * | | net: designware: Zap CONFIG_DW_AUTONEGMarek Vasut2015-12-223-9/+0
| * | | net: eth_designware: select PHYLIB in KconfigThomas Chou2015-12-2211-13/+1
| * | | arm: socfpga: Actually enable L2 cacheMarek Vasut2015-12-221-2/+11
* | | | ARM: dts: uniphier: add SD/MMC pinmux nodesMasahiro Yamada2015-12-231-0/+15
* | | | ARM: uniphier: allow to run zImage rather than uImageMasahiro Yamada2015-12-231-5/+6
* | | | ARM: uniphier: rename rest of defconfig filesMasahiro Yamada2015-12-235-7/+6
* | | | ARM: uniphier: support ProXstream2, PH1-LD6b boards in single defconfigMasahiro Yamada2015-12-232-6/+11
* | | | ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfigMasahiro Yamada2015-12-234-36/+8
* | | | ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGSMasahiro Yamada2015-12-231-1/+0
* | | | ARM: uniphier: set DTB file name to fdt_file environmentMasahiro Yamada2015-12-231-0/+35
* | | | ARM: uniphier: merge umc/ and ddrphy/ into a single directoryMasahiro Yamada2015-12-2311-15/+11
* | | | ARM: uniphier: display model number all the time on boot upMasahiro Yamada2015-12-231-2/+1
* | | | ARM: uniphier: add macros and revision IDs for sLD11 and LD10Masahiro Yamada2015-12-233-1/+27
* | | | ARM: uniphier: compile uniphier_get_board_param() for U-Boot properMasahiro Yamada2015-12-231-1/+1
* | | | ARM: uniphier: split ProXstream2 board data and change DDR frequencyMasahiro Yamada2015-12-231-3/+17
* | | | ARM: uniphier: call uniphier_get_board_param() without FDT blobMasahiro Yamada2015-12-233-6/+7
OpenPOWER on IntegriCloud