mbox

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

Message ID c2393a71-3545-1852-5ed2-f0b84e6e109e@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Dec. 6, 2016, 4:53 a.m. UTC
The following changes since commit 3cfb67d0419c645998b440592d8c2ce010134b8e:

  Prepare v2017.01-rc1 (2016-12-05 18:36:23 -0500)

are available in the git repository at:

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

for you to fetch changes up to f22dede20bb57195330ef11e148ca2b5f1280b2e:

  MAINTAINERS: Fix ALTERA SOCFPGA Files (2016-12-06 01:45:58 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      socfpga: add support for Terasic DE1-SoC board

Bill Randle (1):
      qts-filter.sh: strip DOS line endings and handle continuation lines

Dinh Nguyen (1):
      MAINTAINERS: socfpga: update email address for Dinh Nguyen

Jagan Teki (1):
      MAINTAINERS: Fix ALTERA SOCFPGA Files

Marek Vasut (1):
      ARM: socfpga: Add boot0 hook to prevent SPL corruption

 MAINTAINERS                                |   3 +-
 arch/arm/Kconfig                           |   1 +
 arch/arm/dts/Makefile                      |   1 +
 arch/arm/dts/socfpga_cyclone5_de1_soc.dts  |  66 ++++++++++
 arch/arm/mach-socfpga/Kconfig              |   7 +
 arch/arm/mach-socfpga/include/mach/boot0.h |  28 ++++
 arch/arm/mach-socfpga/qts-filter.sh        |  47 ++++---
 board/altera/arria5-socdk/MAINTAINERS      |   2 +-
 board/altera/cyclone5-socdk/MAINTAINERS    |   2 +-
 board/terasic/de0-nano-soc/MAINTAINERS     |   2 +-
 board/terasic/de1-soc/MAINTAINERS          |   5 +

 board/terasic/de1-soc/Makefile             |   9 ++

 board/terasic/de1-soc/qts/iocsr_config.h   | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

 board/terasic/de1-soc/qts/pinmux_config.h  | 219
+++++++++++++++++++++++++++++++

 board/terasic/de1-soc/qts/pll_config.h     |  91 +++++++++++++

 board/terasic/de1-soc/qts/sdram_config.h   | 344
+++++++++++++++++++++++++++++++++++++++++++++++++

 board/terasic/de1-soc/socfpga.c            |  19 +++
 configs/socfpga_de1_soc_defconfig          |  50 ++++++++
 doc/git-mailrc                             |   3 +-
 include/configs/socfpga_de1_soc.h          |  57 +++++++++
 20 files changed, 1595 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_de1_soc.dts
 create mode 100644 arch/arm/mach-socfpga/include/mach/boot0.h
 create mode 100644 board/terasic/de1-soc/MAINTAINERS
 create mode 100644 board/terasic/de1-soc/Makefile
 create mode 100644 board/terasic/de1-soc/qts/iocsr_config.h
 create mode 100644 board/terasic/de1-soc/qts/pinmux_config.h
 create mode 100644 board/terasic/de1-soc/qts/pll_config.h
 create mode 100644 board/terasic/de1-soc/qts/sdram_config.h
 create mode 100644 board/terasic/de1-soc/socfpga.c
 create mode 100644 configs/socfpga_de1_soc_defconfig
 create mode 100644 include/configs/socfpga_de1_soc.h

Comments

Tom Rini Dec. 8, 2016, 2:31 p.m. UTC | #1
On Tue, Dec 06, 2016 at 05:53:10AM +0100, Marek Vasut wrote:

> The following changes since commit 3cfb67d0419c645998b440592d8c2ce010134b8e:
> 
>   Prepare v2017.01-rc1 (2016-12-05 18:36:23 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to f22dede20bb57195330ef11e148ca2b5f1280b2e:
> 
>   MAINTAINERS: Fix ALTERA SOCFPGA Files (2016-12-06 01:45:58 +0100)
> 

Applied to u-boot/master, thanks!