mbox

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

Message ID 57174F91.90601@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut April 20, 2016, 9:44 a.m. UTC
The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779:

  ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -0400)

are available in the git repository at:

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

for you to fetch changes up to 43809cfa1baefb90958a17fa0d1ec67f6f9edaac:

  arm: socfpga: socrates: Add eth0 alias to enable ethernet (2016-04-20
11:28:45 +0200)

----------------------------------------------------------------
Marek Vasut (10):
      ddr: altera: Replace ad-hoc constant with macro
      ddr: altera: Tweak DQS tracking enable handling
      ddr: altera: Fix scc_mgr_set() argument order
      ddr: altera: Fix DRAM end value in protection rule
      ddr: altera: Remove unnecessary update of the SCC
      ddr: altera: Remove unnecessary ODT mode config
      ddr: altera: Zero DM IN delay in scc_mgr_zero_group()
      ddr: altera: Make DLEVEL behavior inclusive
      ddr: altera: Staticize global variables
      ddr: altera: Repair DQ window centering code

Stefan Roese (2):
      arm: socfpga: Fix typos in DT files (environmnet -> environment)

      arm: socfpga: socrates: Add eth0 alias to enable ethernet



 arch/arm/dts/socfpga_arria5_socdk.dts      |   2 +-

 arch/arm/dts/socfpga_cyclone5_socdk.dts    |   2 +-

 arch/arm/dts/socfpga_cyclone5_socrates.dts |   5 +++

 arch/arm/dts/socfpga_cyclone5_sr1500.dts   |   2 +-

 drivers/ddr/altera/sdram.c                 |   2 +-

 drivers/ddr/altera/sequencer.c             | 182
++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------
 6 files changed, 105 insertions(+), 90 deletions(-)

Comments

Tom Rini April 21, 2016, 11:25 a.m. UTC | #1
On Wed, Apr 20, 2016 at 11:44:49AM +0200, Marek Vasut wrote:

> The following changes since commit 108f8418597350bd98357f25acaa8ab8a0435779:
> 
>   ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASE (2016-04-16 09:02:17 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 43809cfa1baefb90958a17fa0d1ec67f6f9edaac:
> 
>   arm: socfpga: socrates: Add eth0 alias to enable ethernet (2016-04-20
> 11:28:45 +0200)
> 

Applied to u-boot/master, thanks!