mbox series

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

Message ID a06deed5-aa2c-2b71-2516-3d9b3129f8d9@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-socfpga/master | expand

Pull-request

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

Message

Marek Vasut Nov. 22, 2019, 12:41 p.m. UTC
The following changes since commit 8d8ee47e03ef23b0d0e842ea455a30bf0d2023b9:

  env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol (2019-11-20 12:24:50 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 0c14bb5ad3311de2c26e66e88f8a6886773b8e0a:

  arm: socfpga: stratix10: Add alias for gmac0 in S10 dts (2019-11-22
03:08:12 +0100)

----------------------------------------------------------------
Ley Foon Tan (2):
      arm: dts: Stratix10: Fix memory node address and size cells
      configs: Stratix10: Disable CONFIG_SPL_USE_TINY_PRINTF

Marek Vasut (1):
      ARM: socfpga: Fix default mtdparts

Ooi, Joyce (2):
      arm: dts: Stratix10: change pad skew values for EMAC0 PHY driver
      arm: socfpga: stratix10: Add alias for gmac0 in S10 dts

Simon Goldschmidt (4):
      ddr: socfpga: gen5: constify altera_gen5_sdram_ops
      socfpga: fix include guard in misc.h (arch vs. global)
      timer: dw-apb: add reset handling
      spi: cadence_qspi: support DM_CLK

 arch/arm/dts/socfpga_stratix10_socdk.dts  |  5 ++++-
 arch/arm/mach-socfpga/include/mach/misc.h |  6 +++---
 configs/socfpga_arria5_defconfig          |  2 +-
 configs/socfpga_cyclone5_defconfig        |  2 +-
 configs/socfpga_de0_nano_soc_defconfig    |  2 +-
 configs/socfpga_is1_defconfig             |  2 +-
 configs/socfpga_mcvevk_defconfig          |  2 +-
 configs/socfpga_sockit_defconfig          |  2 +-
 configs/socfpga_socrates_defconfig        |  2 +-
 configs/socfpga_sr1500_defconfig          |  2 +-
 configs/socfpga_stratix10_defconfig       |  1 +
 drivers/ddr/altera/sdram_gen5.c           |  2 +-
 drivers/spi/cadence_qspi.c                | 21 +++++++++++++++++++--
 drivers/spi/cadence_qspi.h                |  1 +
 drivers/timer/dw-apb-timer.c              | 18 +++++++++++++++++-
 15 files changed, 54 insertions(+), 16 deletions(-)

Comments

Tom Rini Nov. 22, 2019, 10:16 p.m. UTC | #1
On Fri, Nov 22, 2019 at 01:41:09PM +0100, Marek Vasut wrote:

> The following changes since commit 8d8ee47e03ef23b0d0e842ea455a30bf0d2023b9:
> 
>   env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol (2019-11-20 12:24:50 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to 0c14bb5ad3311de2c26e66e88f8a6886773b8e0a:
> 
>   arm: socfpga: stratix10: Add alias for gmac0 in S10 dts (2019-11-22
> 03:08:12 +0100)
> 

Applied to u-boot/master, thanks!