[U-Boot] [PULL] u-boot-socfpga/master
Marek Vasut
marex at denx.de
Thu Mar 5 21:06:59 CET 2015
Fixed PR follows.
The following changes since commit 8176a874233eb5180701e2811b38c199369975b2:
Prepare v2015.04-rc3 (2015-03-03 18:08:39 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-socfpga.git HEAD
for you to fetch changes up to 053ae0a363276324aebbbdb1c2056a9380209f4b:
arm: socfpga: Enable DM and DM_SPI (2015-03-05 21:05:34 +0100)
----------------------------------------------------------------
Marek Vasut (11):
arm: socfpga: Minor coding style fix
arm: socfpga: Sync Cyclone V DK pinmux configuration
arm: socfpga: Sync Cyclone V DK PLL configuration
arm: socfpga: Add USB and UDC support for Cyclone V DK
arm: socfpga: Drop cyclone5 suffix from board file name
arm: socfpga: Zap checkboard()
arm: socfpga: Zap board_early_init_f()
arm: socfpga: Add Altera Arria V DK support
dt: socfpga: Import and enable Cyclone V DK DTS
dt: socfpga: Import and enable Arria V DK DTS
arm: socfpga: Enable DM and DM_SPI
arch/arm/Kconfig | 5 +
arch/arm/dts/Makefile | 5 +-
arch/arm/dts/socfpga_arria5.dtsi | 34 +++++
arch/arm/dts/socfpga_arria5_socdk.dts | 74 +++++++++
arch/arm/dts/socfpga_cyclone5_socdk.dts | 79 ++++++++++
board/altera/socfpga/Kconfig | 16 ++
board/altera/socfpga/Makefile | 2 +-
board/altera/socfpga/iocsr_config.c | 688
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
board/altera/socfpga/iocsr_config.h | 17 ++-
board/altera/socfpga/pinmux_config.c | 403
+++++++++++++++++++++++++++++++++++++------------
board/altera/socfpga/pinmux_config.h | 14 +-
board/altera/socfpga/pll_config.h | 34 ++---
board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} | 17 ---
configs/socfpga_arria5_defconfig | 8 +
configs/socfpga_cyclone5_defconfig | 5 +
include/configs/socfpga_arria5.h | 107 +++++++++++++
include/configs/socfpga_common.h | 3 +-
include/configs/socfpga_cyclone5.h | 9 ++
18 files changed, 1371 insertions(+), 149 deletions(-)
create mode 100644 arch/arm/dts/socfpga_arria5.dtsi
create mode 100644 arch/arm/dts/socfpga_arria5_socdk.dts
create mode 100644 arch/arm/dts/socfpga_cyclone5_socdk.dts
rename board/altera/socfpga/{socfpga_cyclone5.c => socfpga.c} (86%)
create mode 100644 configs/socfpga_arria5_defconfig
create mode 100644 include/configs/socfpga_arria5.h
More information about the U-Boot
mailing list