mbox series

[PULL] u-boot-socfpga/master

Message ID 23412cde-fa6b-6369-2ffe-e6590ccc01cf@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-socfpga/master | expand

Pull-request

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

Message

Marek Vasut March 31, 2020, 3:24 a.m. UTC
The following changes since commit 93330d4ce416208fe202e304e5a18166c57ac569:

  Prepare v2020.04-rc4 (2020-03-30 19:29:27 -0400)

are available in the Git repository at:

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

for you to fetch changes up to df8e15af2bed62a5a93c5783ec9e32b9029bb010:

  arm: dts: agilex: Enable QSPI (2020-03-31 02:52:38 +0200)

----------------------------------------------------------------
Ley Foon Tan (4):
      arm: socfpga: Add onchip RAM size macro
      configs: socfpga: Change to use SOCFPGA_PHYS_OCRAM_SIZE macro
      arm: socfpga: arria10: Add save_boot_params()
      arm: dts: agilex: Enable QSPI

 arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi      |  3 +++
 arch/arm/mach-socfpga/include/mach/base_addr_a10.h |  2 ++
 arch/arm/mach-socfpga/include/mach/base_addr_ac5.h |  2 ++
 arch/arm/mach-socfpga/spl_a10.c                    | 32
++++++++++++++++++++++++++++++++
 include/configs/socfpga_common.h                   |  5 +++--
 5 files changed, 42 insertions(+), 2 deletions(-)

Comments

Tom Rini March 31, 2020, 7:09 p.m. UTC | #1
On Tue, Mar 31, 2020 at 05:24:57AM +0200, Marek Vasut wrote:

> The following changes since commit 93330d4ce416208fe202e304e5a18166c57ac569:
> 
>   Prepare v2020.04-rc4 (2020-03-30 19:29:27 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to df8e15af2bed62a5a93c5783ec9e32b9029bb010:
> 
>   arm: dts: agilex: Enable QSPI (2020-03-31 02:52:38 +0200)
> 

Applied to u-boot/master, thanks!