mbox

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

Message ID 57503269.5080505@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-socfpga.git master

Message

Marek Vasut June 2, 2016, 1:19 p.m. UTC
The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:

  spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-socfpga.git master

for you to fetch changes up to d31e9c575f24f4b7f5f382ccae70d7a86bbc379d:

  arm: socfpga: improve raw MMC SPL boot (2016-06-01 22:44:14 +0200)

----------------------------------------------------------------
Marek Vasut (3):
      arm: socfpga: Add samtec VIN|ING board
      spl: Remove bogus GD_FLG_SPL_INIT check
      arm: socfpga: Enable tiny printf and simple malloc in SPL

Stefan Roese (1):
      arm: socfpga: Add missing ',' in CONFIG_BOOTARGS

Sylvain Lesne (1):
      arm: socfpga: improve raw MMC SPL boot

 arch/arm/dts/Makefile                         |   3 +-
 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts | 113 ++++++++++++++++
 arch/arm/mach-socfpga/Kconfig                 |   7 +
 board/samtec/vining_fpga/MAINTAINERS          |   5 +
 board/samtec/vining_fpga/Makefile             |   9 ++
 board/samtec/vining_fpga/qts/iocsr_config.h   | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/samtec/vining_fpga/qts/pinmux_config.h  | 219
+++++++++++++++++++++++++++++++
 board/samtec/vining_fpga/qts/pll_config.h     |  91 +++++++++++++
 board/samtec/vining_fpga/qts/sdram_config.h   | 341
++++++++++++++++++++++++++++++++++++++++++++++++
 board/samtec/vining_fpga/socfpga.c            | 100 ++++++++++++++
 common/spl/spl.c                              |   3 -
 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 +

 configs/socfpga_sr1500_defconfig              |   2 +

 configs/socfpga_vining_fpga_defconfig         |  57 ++++++++

 include/configs/socfpga_common.h              |   9 +-

 include/configs/socfpga_sr1500.h              |   2 +-

 include/configs/socfpga_vining_fpga.h         | 231
++++++++++++++++++++++++++++++++
 22 files changed, 1853 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_vining_fpga.dts
 create mode 100644 board/samtec/vining_fpga/MAINTAINERS
 create mode 100644 board/samtec/vining_fpga/Makefile
 create mode 100644 board/samtec/vining_fpga/qts/iocsr_config.h
 create mode 100644 board/samtec/vining_fpga/qts/pinmux_config.h
 create mode 100644 board/samtec/vining_fpga/qts/pll_config.h
 create mode 100644 board/samtec/vining_fpga/qts/sdram_config.h
 create mode 100644 board/samtec/vining_fpga/socfpga.c
 create mode 100644 configs/socfpga_vining_fpga_defconfig
 create mode 100644 include/configs/socfpga_vining_fpga.h

Comments

Tom Rini June 3, 2016, 1:57 p.m. UTC | #1
On Thu, Jun 02, 2016 at 03:19:37PM +0200, Marek Vasut wrote:

> The following changes since commit 8b528709c5bba6a8d0ec83b20545bbd75f082704:
> 
>   spl: fit: Fix load address of fit header (2016-06-01 07:12:38 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to d31e9c575f24f4b7f5f382ccae70d7a86bbc379d:
> 
>   arm: socfpga: improve raw MMC SPL boot (2016-06-01 22:44:14 +0200)
> 

Applied to u-boot/master, thanks!