mbox series

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

Message ID dcd4df03-e911-6900-959f-92c9cca3e9b8@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 Dec. 21, 2018, 12:42 p.m. UTC
The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:

  Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)

are available in the Git repository at:

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

for you to fetch changes up to bd5581716d0407272cfde624b484e530665b0a2f:

  arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration
(2018-12-20 17:12:25 +0100)

----------------------------------------------------------------
Ang, Chee Hong (5):
      arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
      arm: socfpga: stratix10: Add macros for mailbox's arguments
      arm: socfpga: stratix10: Add Stratix 10 FPGA Reconfiguration Driver
      arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device table
      arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration

 arch/arm/mach-socfpga/Kconfig                    |   1 +
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h |   9 ++++-
 arch/arm/mach-socfpga/include/mach/misc.h        |   4 +-
 arch/arm/mach-socfpga/mailbox_s10.c              |  48
+++++++++++++++++++++++
 arch/arm/mach-socfpga/misc.c                     |  26 +------------
 arch/arm/mach-socfpga/misc_arria10.c             |  23 ++++++++++-
 arch/arm/mach-socfpga/misc_gen5.c                |  22 ++++++++++-
 arch/arm/mach-socfpga/misc_s10.c                 |  22 +++++++++++
 drivers/fpga/Kconfig                             |  11 ++++++
 drivers/fpga/Makefile                            |   1 +
 drivers/fpga/altera.c                            |   6 +++
 drivers/fpga/stratix10.c                         | 288
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/altera.h                                 |   8 ++++
 13 files changed, 440 insertions(+), 29 deletions(-)
 create mode 100644 drivers/fpga/stratix10.c

Comments

Tom Rini Dec. 23, 2018, 5:31 p.m. UTC | #1
On Fri, Dec 21, 2018 at 01:42:50PM +0100, Marek Vasut wrote:

> The following changes since commit 1f2e948d6d53f77a2ddb2dde3531b0d5bc2815ad:
> 
>   Prepare v2019.01-rc2 (2018-12-17 20:25:24 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-socfpga.git master
> 
> for you to fetch changes up to bd5581716d0407272cfde624b484e530665b0a2f:
> 
>   arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration
> (2018-12-20 17:12:25 +0100)
> 

Applied to u-boot/master, thanks!