mbox series

[GIT,PULL] SoCFPGA changes for v2021.07-rc1

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

Pull-request

https://github.com/lftan/u-boot.git v2021.07-rc1

Message

Ley Foon Tan April 9, 2021, 2:47 a.m. UTC
Hi Tom

Please pull the SoCFPGA changes for v2021.07.

Regards
Ley Foon


The following changes since commit e9c99db7787e3b5c2ef05701177c43ed1c023c27:

  Merge branch '2021-04-07-CI-improvements' (2021-04-07 15:54:07 -0400)

are available in the Git repository at:

  https://github.com/lftan/u-boot.git v2021.07-rc1

for you to fetch changes up to 96fe4f6485e92ed9da464c96c5f536698c5ee66d:

  arm: socfpga: smc: Add function to get usercode (2021-04-08 17:29:13 +0800)

----------------------------------------------------------------
Siew Chin Lim (11):
      arm: socfpga: smc: Remove unused SMC function ID
      arm: socfpga: Move Stratix10 and Agilex SPL common code
      arm: socfpga: Rename Stratix10 and Agilex handoff common macros
      arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.c
      arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.c
      arm: socfpga: Rearrange sequence of macros in handoff_soc64.h
      arm: socfpga: Restructure Stratix10 and Agilex handoff code
      arm: socfpga: Move Stratix10 and Agilex clock manager common code
      arm: socfpga: Changed to store QSPI reference clock in kHz
      arm: socfpga: Enable FIT signature with crc32 for SOC64 devices
      arm: socfpga: smc: Add function to get usercode

 arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi         | 30 ++++++++--
 arch/arm/mach-socfpga/Makefile                     | 14 +++--
 arch/arm/mach-socfpga/clock_manager.c              | 43 +++++++++++++-
 arch/arm/mach-socfpga/clock_manager_agilex.c       |  6 --
 arch/arm/mach-socfpga/clock_manager_s10.c          |  8 +--
 arch/arm/mach-socfpga/include/mach/clock_manager.h |  5 ++
 .../include/mach/clock_manager_arria10.h           |  2 -
 .../mach-socfpga/include/mach/clock_manager_gen5.h |  1 -
 .../mach-socfpga/include/mach/clock_manager_s10.h  |  1 -
 arch/arm/mach-socfpga/include/mach/handoff_s10.h   | 39 -------------
 arch/arm/mach-socfpga/include/mach/handoff_soc64.h | 62 ++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/smc_api.h       |  1 +
 .../include/mach/system_manager_soc64.h            | 20 +++++--
 arch/arm/mach-socfpga/mailbox_s10.c                | 17 +++---
 arch/arm/mach-socfpga/smc_api.c                    | 17 ++++++
 arch/arm/mach-socfpga/spl_agilex.c                 | 16 ------
 arch/arm/mach-socfpga/spl_s10.c                    | 17 ------
 arch/arm/mach-socfpga/spl_soc64.c                  | 25 ++++++++
 ...system_manager_s10.c => system_manager_soc64.c} | 55 +++++++++++-------
 arch/arm/mach-socfpga/wrap_handoff_soc64.c         | 66 ++++++++++++++++++++++
 arch/arm/mach-socfpga/wrap_pinmux_config_s10.c     | 56 ------------------
 ...ap_pll_config_s10.c => wrap_pll_config_soc64.c} | 16 +++---
 configs/socfpga_agilex_atf_defconfig               |  4 ++
 configs/socfpga_agilex_vab_defconfig               |  4 ++
 configs/socfpga_stratix10_atf_defconfig            |  4 ++
 include/configs/socfpga_soc64_common.h             |  4 +-
 include/linux/intel-smc.h                          | 52 +++--------------
 27 files changed, 341 insertions(+), 244 deletions(-)
 delete mode 100644 arch/arm/mach-socfpga/include/mach/handoff_s10.h
 create mode 100644 arch/arm/mach-socfpga/include/mach/handoff_soc64.h
 create mode 100644 arch/arm/mach-socfpga/spl_soc64.c
 rename arch/arm/mach-socfpga/{system_manager_s10.c => system_manager_soc64.c} (57%)
 create mode 100644 arch/arm/mach-socfpga/wrap_handoff_soc64.c
 delete mode 100644 arch/arm/mach-socfpga/wrap_pinmux_config_s10.c
 rename arch/arm/mach-socfpga/{wrap_pll_config_s10.c => wrap_pll_config_soc64.c} (74%)

Comments

Tom Rini April 10, 2021, 11:50 a.m. UTC | #1
On Fri, Apr 09, 2021 at 02:47:20AM +0000, Tan, Ley Foon wrote:

> Hi Tom
> 
> Please pull the SoCFPGA changes for v2021.07.
> 
> Regards
> Ley Foon
> 
> 
> The following changes since commit e9c99db7787e3b5c2ef05701177c43ed1c023c27:
> 
>   Merge branch '2021-04-07-CI-improvements' (2021-04-07 15:54:07 -0400)
> 
> are available in the Git repository at:
> 
>   https://github.com/lftan/u-boot.git v2021.07-rc1
> 
> for you to fetch changes up to 96fe4f6485e92ed9da464c96c5f536698c5ee66d:
> 
>   arm: socfpga: smc: Add function to get usercode (2021-04-08 17:29:13 +0800)
> 

Applied to u-boot/master, thanks!