[U-Boot] [PULL] u-boot-socfpga/master
Marek Vasut
marex at denx.de
Wed Dec 23 04:15:07 CET 2015
The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:
x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to f464a631426a30ffcbf2d7f732e678df1b684be8:
arm: socfpga: Fix USB doesn't work on socdk board (2015-12-23 04:04:46 +0100)
----------------------------------------------------------------
Chin Liang See (24):
arm: socfpga: Consolidate SDMMC environment
arm: socfpga: cyclone5_socdk: Consolidate SDMMC environment
arm: socfpga: arria5_socdk: Consolidate SDMMC environment
arm: socfpga: de0_nano_soc: Consolidate SDMMC environment
arm: socfpga: mcvevk: Consolidate SDMMC environment
arm: socfpga: sockit: Consolidate SDMMC environment
arm: socfpga: socrates: Consolidate SDMMC environment
arm: socfpga: Enabling MTD default partitions
arm: socfpga: Enable ubi and ubifs support
arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
arm: socfpga: arria5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
arm: socfpga: sr1500: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
arm: socfpga: cyclone5_socdk: Enable ubiload console command
arm: socfpga: arria5_socdk: Enable ubiload console command
arm: socfpga: sockit: Enable ubiload console command
arm: socfpga: sr1500: Enable ubiload console command
arm: socfpga: cyclone5_socdk: Enable qspiload console command
arm: socfpga: arria5_socdk: Enable qspiload console command
arm: socfpga: sockit: Enable qspiload console command
arm: socfpga: sr1500: Enable qspiload console command
arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
arm: socfpga: arria5_socdk: Update qspiboot to use UBIFS
arm: socfpga: sockit: Update qspiboot to use UBIFS
arm: socfpga: sr1500: Update qspiboot to use UBIFS
Marek Vasut (11):
arm: socfpga: Actually enable L2 cache
net: designware: Zap CONFIG_DW_AUTONEG
net: designware: Zap trailing backslash
arm: socfpga: Make /soc available in pre-reloc
arm: socfpga: Enable simple bus in SPL on all boards
arm: socfpga: Define NAND reset bit
arm: socfpga: Unreset NAND in SPL
arm: socfpga: Unreset NAND in U-Boot
arm: socfpga: Enable SPL MMC/SPI support only if DM_MMC/SPI is enabled
arm: socfpga: Enable DFU MMC support only if DM_MMC is enabled
arm: socfpga: Add support for Denali NAND controller
Thomas Chou (1):
net: eth_designware: select PHYLIB in Kconfig
shengjiangwu (3):
arm: socfpga: Fix emac1 doesn't work on socdk board
arm: socfpga: Fix QSPI doesn't work on socdk board
arm: socfpga: Fix USB doesn't work on socdk board
arch/arm/dts/socfpga_cyclone5_socdk.dts | 4 ++++
arch/arm/mach-socfpga/include/mach/reset_manager.h | 3 ++-
arch/arm/mach-socfpga/misc.c | 17 +++++++++++++++--
arch/arm/mach-socfpga/spl.c | 1 +
board/altera/cyclone5-socdk/qts/pinmux_config.h | 64
++++++++++++++++++++++++++++++++--------------------------------
board/altera/cyclone5-socdk/qts/pll_config.h | 4 ++--
board/spear/spear600/spear600.c | 3 ---
configs/socfpga_arria5_defconfig | 2 ++
configs/socfpga_cyclone5_defconfig | 2 ++
configs/socfpga_sr1500_defconfig | 1 +
drivers/net/Kconfig | 1 +
drivers/net/designware.c | 18 +++++++-----------
include/configs/axs101.h | 6 ------
include/configs/bf609-ezkit.h | 1 -
include/configs/galileo.h | 1 -
include/configs/socfpga_arria5_socdk.h | 12 ++++++------
include/configs/socfpga_common.h | 69
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
include/configs/socfpga_cyclone5_socdk.h | 12 ++++++------
include/configs/socfpga_de0_nano_soc.h | 2 --
include/configs/socfpga_mcvevk.h | 2 --
include/configs/socfpga_sockit.h | 9 +++++++--
include/configs/socfpga_socrates.h | 2 --
include/configs/socfpga_sr1500.h | 10 ++++++----
include/configs/spear-common.h | 1 -
include/configs/stv0991.h | 1 -
include/configs/sunxi-common.h | 2 --
include/configs/tb100.h | 1 -
include/configs/x600.h | 1 -
28 files changed, 161 insertions(+), 91 deletions(-)
More information about the U-Boot
mailing list