mbox series

[GIT,PULL] SoCFPGA changes for v2021.04-rc4

Message ID BY5PR11MB3893CACD88579329931644BACC939@BY5PR11MB3893.namprd11.prod.outlook.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] SoCFPGA changes for v2021.04-rc4 | expand

Pull-request

https://github.com/lftan/u-boot.git v2021.04-rc4

Message

Ley Foon Tan March 8, 2021, 8:51 a.m. UTC
Hi Tom

Please pull these changes for v2021.04-rc4.
Thanks.

Regards
Ley Foon


The following changes since commit e4dba4ba6f61e8128be0b4200ca2d8cebf62180b:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-03-06 07:25:04 -0500)

are available in the Git repository at:

  https://github.com/lftan/u-boot.git v2021.04-rc4

for you to fetch changes up to 9773ebcfbca23c7d6fe1dc202913b005bc23cc89:

  Makefile: socfpga: Add target to generate hex output for combined spl and dtb (2021-03-08 10:59:12 +0800)

----------------------------------------------------------------
Dalon Westergreen (1):
      Makefile: socfpga: Add target to generate hex output for combined spl and dtb

Siew Chin Lim (6):
      arm: socfpga: Move Stratix10 and Agilex to use TARGET_SOCFPGA_SOC64
      arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
      arm: socfpga: cmd: Support 'vab' command
      arm: socfpga: dts: soc64: Update filename in binman node of FIT image with VAB support
      configs: socfpga: soc64: Move CONFIG_BOOTCOMMAND to defconfig
      configs: socfpga: Add defconfig for Agilex with VAB support

 Makefile                                           |  11 +-
 arch/arm/Kconfig                                   |   6 +-
 arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi         |  22 +++
 arch/arm/mach-socfpga/Kconfig                      |  20 +++
 arch/arm/mach-socfpga/Makefile                     |   3 +
 arch/arm/mach-socfpga/board.c                      |  45 ++++-
 arch/arm/mach-socfpga/include/mach/mailbox_s10.h   |   1 +
 arch/arm/mach-socfpga/include/mach/reset_manager.h |   3 +-
 arch/arm/mach-socfpga/include/mach/secure_vab.h    |  63 +++++++
 .../arm/mach-socfpga/include/mach/system_manager.h |   3 +-
 arch/arm/mach-socfpga/secure_vab.c                 | 186 +++++++++++++++++++++
 arch/arm/mach-socfpga/vab.c                        |  34 ++++
 common/Kconfig.boot                                |   2 +-
 configs/socfpga_agilex_atf_defconfig               |   2 +
 configs/socfpga_agilex_defconfig                   |   2 +
 configs/socfpga_agilex_vab_defconfig               |  75 +++++++++
 configs/socfpga_stratix10_atf_defconfig            |   2 +
 configs/socfpga_stratix10_defconfig                |   2 +
 drivers/ddr/altera/Kconfig                         |   6 +-
 drivers/fpga/Kconfig                               |   2 +-
 drivers/sysreset/Kconfig                           |   2 +-
 include/configs/socfpga_soc64_common.h             |  10 +-
 scripts/Makefile.spl                               |   7 +
 23 files changed, 479 insertions(+), 30 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/include/mach/secure_vab.h
 create mode 100644 arch/arm/mach-socfpga/secure_vab.c
 create mode 100644 arch/arm/mach-socfpga/vab.c
 create mode 100644 configs/socfpga_agilex_vab_defconfig

Comments

Tom Rini March 8, 2021, 4:51 p.m. UTC | #1
On Mon, Mar 08, 2021 at 08:51:09AM +0000, Tan, Ley Foon wrote:

> Hi Tom
> 
> Please pull these changes for v2021.04-rc4.
> Thanks.
> 
> Regards
> Ley Foon
> 
> 
> The following changes since commit e4dba4ba6f61e8128be0b4200ca2d8cebf62180b:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2021-03-06 07:25:04 -0500)
> 
> are available in the Git repository at:
> 
>   https://github.com/lftan/u-boot.git v2021.04-rc4
> 
> for you to fetch changes up to 9773ebcfbca23c7d6fe1dc202913b005bc23cc89:
> 
>   Makefile: socfpga: Add target to generate hex output for combined spl and dtb (2021-03-08 10:59:12 +0800)
> 

Applied to u-boot/master, thanks!