[U-Boot] [PULL] u-boot-socfpga/master
Marek Vasut
marex at denx.de
Sun Dec 20 04:01:49 CET 2015
The following changes since commit 4832e17787acb29734d895751bc7a594908aecc6:
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze (2015-12-18
07:28:24 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 48275c96ff4deaeca10d9e18c78f6a1e3653efa2:
arm: socfpga: fix trivial header preprocessor for socfpga_common.h (2015-12-20
03:44:56 +0100)
----------------------------------------------------------------
Dinh Nguyen (5):
arm: socfpga: remove note to add CONFIG_USB_DWC2_REG_ADDR
arm: socfpga: introduce TARGET_SOCFPGA_GEN5 config property
arm: socfpga: remove building scan manager
arm: socfpga: fix up a questionable macro for SDMMC
arm: socfpga: fix trivial header preprocessor for socfpga_common.h
Marek Vasut (20):
net: phy: micrel: Configure KSZ9021/KSZ9031 skew from OF
arm: socfpga: socrates: Add missing PHY skew config
arm: socfpga: arria5-socdk: Remove Micrel PHY configuration
arm: socfpga: cyclone5-socdk: Remove Micrel PHY configuration
arm: socfpga: de0_nano: Remove Micrel PHY configuration
arm: socfpga: sockit: Remove Micrel PHY configuration
arm: socfpga: socrates: Remove Micrel PHY configuration
arm: socfpga: Allow DWC2 UDC probing from OF
arm: socfpga: arria5-socdk: Probe DWC2 UDC from OF instead of hard-coded
data
arm: socfpga: cyclone5-socdk: Probe DWC2 UDC from OF instead of hard-coded
data
arm: socfpga: de0_nano: Probe DWC2 UDC from OF instead of hard-coded data
arm: socfpga: mcvevk: Probe DWC2 UDC from OF instead of hard-coded data
arm: socfpga: sockit: Probe DWC2 UDC from OF instead of hard-coded data
arm: socfpga: socrates: Probe DWC2 UDC from OF instead of hard-coded data
arm: socfpga: de0_nano: Zap VIRTUAL_TARGET
arm: socfpga: sockit: Zap VIRTUAL_TARGET
arm: socfpga: Switch CONFIG_G_DNL_MANUFACTURER to CONFIG_SYS_VENDOR
arm: socfpga: Switch CONFIG_HOSTNAME to CONFIG_SYS_BOARD
arm: socfpga: Introduce common board code
arm: socfpga: Drop the board boilerplate
arch/arm/dts/socfpga_arria5_socdk.dts | 1 +
arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts | 5 +++
arch/arm/dts/socfpga_cyclone5_mcvevk.dts | 5 +++
arch/arm/dts/socfpga_cyclone5_socdk.dts | 9 +++---
arch/arm/dts/socfpga_cyclone5_sockit.dts | 9 ++++--
arch/arm/dts/socfpga_cyclone5_socrates.dts | 17 ++++++++++
arch/arm/mach-socfpga/Kconfig | 5 +++
arch/arm/mach-socfpga/Makefile | 5 +--
arch/arm/mach-socfpga/board.c | 64
++++++++++++++++++++++++++++++++++++++
arch/arm/mach-socfpga/include/mach/system_manager.h | 10 ++++--
board/altera/arria5-socdk/socfpga.c | 79
----------------------------------------------
board/altera/cyclone5-socdk/socfpga.c | 79
----------------------------------------------
board/denx/mcvevk/socfpga.c | 39
-----------------------
board/ebv/socrates/socfpga.c | 79
----------------------------------------------
board/sr1500/socfpga.c | 17 ----------
board/terasic/de0-nano-soc/socfpga.c | 66
---------------------------------------
board/terasic/sockit/socfpga.c | 79
----------------------------------------------
configs/socfpga_arria5_defconfig | 2 ++
configs/socfpga_cyclone5_defconfig | 2 ++
configs/socfpga_de0_nano_soc_defconfig | 2 ++
configs/socfpga_mcvevk_defconfig | 2 ++
configs/socfpga_sockit_defconfig | 2 ++
configs/socfpga_socrates_defconfig | 2 ++
drivers/mmc/socfpga_dw_mmc.c | 5 +--
drivers/net/phy/micrel.c | 146
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
include/configs/socfpga_arria5_socdk.h | 15 ---------
include/configs/socfpga_common.h | 19 +++++-------
include/configs/socfpga_cyclone5_socdk.h | 15 ---------
include/configs/socfpga_de0_nano_soc.h | 15 ---------
include/configs/socfpga_mcvevk.h | 8 -----
include/configs/socfpga_sockit.h | 19 ------------
include/configs/socfpga_socrates.h | 15 ---------
include/configs/socfpga_sr1500.h | 3 --
include/fdtdec.h | 1 +
lib/fdtdec.c | 1 +
35 files changed, 289 insertions(+), 553 deletions(-)
create mode 100644 arch/arm/mach-socfpga/board.c
More information about the U-Boot
mailing list