mbox

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

Message ID 56CDF30A.2090905@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Feb. 24, 2016, 6:14 p.m. UTC
The following changes since commit 52dd704bf8eda7ca039cdb398ec0b6895c3ef939:

  Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-02-23
15:35:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to e6e34ca3ad43eae88faccb01282385416d23e6e7:

  arm: socfpga: Fix ethernet reset handling (2016-02-24 19:13:03 +0100)

----------------------------------------------------------------
Marek Vasut (5):
      arm: socfpga: Add missing CONFIG_BUILD_TARGET
      arm: socfpga: av_socdk: Add support for QSPI boot
      arm: socfpga: cv_socdk: Add support for QSPI boot
      arm: socfpga: Remove bashisms from qts filter
      arm: socfpga: Fix ethernet reset handling

 arch/arm/dts/socfpga_arria5_socdk.dts   |  2 ++
 arch/arm/dts/socfpga_cyclone5_socdk.dts |  2 ++
 arch/arm/mach-socfpga/misc.c            |  9 +++++++--
 arch/arm/mach-socfpga/qts-filter.sh     | 14 +++++++-------
 include/configs/socfpga_common.h        |  3 +++
 5 files changed, 21 insertions(+), 9 deletions(-)

Comments

Tom Rini Feb. 25, 2016, 3:23 p.m. UTC | #1
On Wed, Feb 24, 2016 at 07:14:34PM +0100, Marek Vasut wrote:

> The following changes since commit 52dd704bf8eda7ca039cdb398ec0b6895c3ef939:
> 
>   Merge branch 'master' of http://git.denx.de/u-boot-sunxi (2016-02-23
> 15:35:47 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to e6e34ca3ad43eae88faccb01282385416d23e6e7:
> 
>   arm: socfpga: Fix ethernet reset handling (2016-02-24 19:13:03 +0100)
> 

Applied to u-boot/master, thanks!