mbox

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

Message ID 5764994F.4030007@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 18, 2016, 12:43 a.m. UTC
The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91:

  Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400)

are available in the git repository at:

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

for you to fetch changes up to cf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5:

  ARM: socfpga: Sort Kconfig entries (2016-06-08 02:57:06 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      ARM: socfpga: Sort Kconfig entries

Pavel Machek (1):
      ARM: socfpga: add support for IS1 board

 arch/arm/dts/Makefile                 |   1 +
 arch/arm/dts/socfpga_cyclone5_is1.dts | 106 ++++++++++++++++
 arch/arm/mach-socfpga/Kconfig         |  14 ++-
 board/is1/MAINTAINERS                 |   6 +
 board/is1/Makefile                    |   7 ++
 board/is1/qts/iocsr_config.h          | 660
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/is1/qts/pinmux_config.h         | 219
+++++++++++++++++++++++++++++++++
 board/is1/qts/pll_config.h            |  85 +++++++++++++
 board/is1/qts/sdram_config.h          | 341
++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/is1/socfpga.c                   |   4 +
 configs/socfpga_is1_defconfig         |  43 +++++++
 include/configs/socfpga_is1.h         |  49 ++++++++
 12 files changed, 1531 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_cyclone5_is1.dts
 create mode 100644 board/is1/MAINTAINERS
 create mode 100644 board/is1/Makefile
 create mode 100644 board/is1/qts/iocsr_config.h
 create mode 100644 board/is1/qts/pinmux_config.h
 create mode 100644 board/is1/qts/pll_config.h
 create mode 100644 board/is1/qts/sdram_config.h
 create mode 100644 board/is1/socfpga.c
 create mode 100644 configs/socfpga_is1_defconfig
 create mode 100644 include/configs/socfpga_is1.h

Comments

Tom Rini June 19, 2016, 2:12 p.m. UTC | #1
On Sat, Jun 18, 2016 at 02:43:59AM +0200, Marek Vasut wrote:

> The following changes since commit b104b3dc1dd90cdbf67ccf3c51b06e4f1592fe91:
> 
>   Prepare v2016.07-rc1 (2016-06-06 17:43:54 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to cf0a8dab8ee8c1eafbcd9ed081f5cab15e5a58a5:
> 
>   ARM: socfpga: Sort Kconfig entries (2016-06-08 02:57:06 +0200)
> 

Applied to u-boot/master, thanks!