[GIT PULL] SoCFPGA changes for v2021.07-rc1
Tan, Ley Foon
ley.foon.tan at intel.com
Fri Apr 9 04:47:20 CEST 2021
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%)
More information about the U-Boot
mailing list