[U-Boot] [PULL] u-boot-socfpga/master

The following changes since commit 85447f785ce8c0ab8e40850dc457a1fc833d224f:
Merge git://git.denx.de/u-boot-rockchip (2018-02-25 15:39:10 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 92afd7ecf9ffc11971f5a68a5b329927d73586bc:
arm: socfpga: cyclone5: Enable Macronix flash support (2018-02-27 20:45:45 +0100)
---------------------------------------------------------------- Chin Liang See (1): arm: socfpga: cyclone5: Enable Macronix flash support
Marek Vasut (1): ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 board
arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts | 59 +++++++++++++ arch/arm/mach-socfpga/Kconfig | 7 ++ board/devboards/dbm-soc1/MAINTAINERS | 4 + board/devboards/dbm-soc1/Makefile | 7 ++ board/devboards/dbm-soc1/qts/iocsr_config.h | 660 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/devboards/dbm-soc1/qts/pinmux_config.h | 219 +++++++++++++++++++++++++++++++++++++++++++++++ board/devboards/dbm-soc1/qts/pll_config.h | 85 +++++++++++++++++++ board/devboards/dbm-soc1/qts/sdram_config.h | 344 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/devboards/dbm-soc1/socfpga.c | 6 ++ configs/socfpga_cyclone5_defconfig | 1 + configs/socfpga_dbm_soc1_defconfig | 63 ++++++++++++++ configs/socfpga_sockit_defconfig | 1 + configs/socfpga_socrates_defconfig | 1 + include/configs/socfpga_dbm_soc1.h | 96 +++++++++++++++++++++ 15 files changed, 1554 insertions(+) create mode 100644 arch/arm/dts/socfpga_cyclone5_dbm_soc1.dts create mode 100644 board/devboards/dbm-soc1/MAINTAINERS create mode 100644 board/devboards/dbm-soc1/Makefile create mode 100644 board/devboards/dbm-soc1/qts/iocsr_config.h create mode 100644 board/devboards/dbm-soc1/qts/pinmux_config.h create mode 100644 board/devboards/dbm-soc1/qts/pll_config.h create mode 100644 board/devboards/dbm-soc1/qts/sdram_config.h create mode 100644 board/devboards/dbm-soc1/socfpga.c create mode 100644 configs/socfpga_dbm_soc1_defconfig create mode 100644 include/configs/socfpga_dbm_soc1.h

On Thu, Mar 01, 2018 at 06:35:03PM +0100, Marek Vasut wrote:
The following changes since commit 85447f785ce8c0ab8e40850dc457a1fc833d224f:
Merge git://git.denx.de/u-boot-rockchip (2018-02-25 15:39:10 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-socfpga.git master
for you to fetch changes up to 92afd7ecf9ffc11971f5a68a5b329927d73586bc:
arm: socfpga: cyclone5: Enable Macronix flash support (2018-02-27 20:45:45 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini