All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SoCFPGA changes for v2021.07-rc1
@ 2021-04-09  2:47 Tan, Ley Foon
  2021-04-10 11:50 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tan, Ley Foon @ 2021-04-09  2:47 UTC (permalink / raw)
  To: u-boot

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%)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [GIT PULL] SoCFPGA changes for v2021.07-rc1
  2021-04-09  2:47 [GIT PULL] SoCFPGA changes for v2021.07-rc1 Tan, Ley Foon
@ 2021-04-10 11:50 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-04-10 11:50 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210410/8414282d/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-10 11:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09  2:47 [GIT PULL] SoCFPGA changes for v2021.07-rc1 Tan, Ley Foon
2021-04-10 11:50 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.