All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull Request: SoCFPGA changes for efi-2024-04-rc5
@ 2024-03-18  7:17 Chee, Tien Fong
  2024-03-18 12:28 ` Tom Rini
  0 siblings, 1 reply; 3+ messages in thread
From: Chee, Tien Fong @ 2024-03-18  7:17 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot, Vasut, Marek, Hea, Kok Kiang, Lim, Jit Loon, Lau, Wan Yee

Dear Tom,

Please pull the SoCFPGA changes for master from u-boot-socfpga, thanks.

Best regards,
Tien Fong

The following changes since commit 86fd291a7990af84e96808f48eff2219dd4ef496:

  Merge tag 'efi-2024-04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2024-03-13 20:39:46 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-socfpga.git 386fca68960994ece0d9da8a69a14495b5f1aedf

for you to fetch changes up to 386fca68960994ece0d9da8a69a14495b5f1aedf:

  arch: arm: Agilex5 enablement (2024-03-18 14:45:47 +0800)

----------------------------------------------------------------
Jit Loon Lim (1):
      arch: arm: Agilex5 enablement

Wan Yee Lau (1):
      drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA

arch/arm/Kconfig                                           |   6 +-
arch/arm/dts/Makefile                                      |   1 +
arch/arm/dts/socfpga_agilex5-u-boot.dtsi                   |  71 +++++++
arch/arm/dts/socfpga_agilex5.dtsi                          | 575 +++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi             | 124 +++++++++++
arch/arm/dts/socfpga_agilex5_socdk.dts                     | 163 +++++++++++++++
arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi                 |  38 ++--
arch/arm/mach-socfpga/Kconfig                              |  19 +-
arch/arm/mach-socfpga/Makefile                             |  14 +-
arch/arm/mach-socfpga/board.c                              |  56 ++++-
arch/arm/mach-socfpga/clock_manager_agilex5.c              |  89 ++++++++
arch/arm/mach-socfpga/include/mach/base_addr_soc64.h       |  38 +++-
arch/arm/mach-socfpga/include/mach/clock_manager.h         |   4 +-
arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h |  12 ++
arch/arm/mach-socfpga/include/mach/handoff_soc64.h         |  25 ++-
arch/arm/mach-socfpga/include/mach/mailbox_s10.h           |   1 +
arch/arm/mach-socfpga/mmu-arm64_s10.c                      |  59 +++++-
arch/arm/mach-socfpga/wrap_handoff_soc64.c                 |   1 -
board/intel/agilex5-socdk/MAINTAINERS                      |   8 +
configs/socfpga_agilex5_defconfig                          | 116 +++++++++++
doc/device-tree-bindings/misc/socfpga_dtreg.txt            |  80 +++++++
drivers/clk/altera/Makefile                                |   1 +
drivers/clk/altera/clk-agilex5.c                           | 745 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/altera/clk-agilex5.h                           | 284 +++++++++++++++++++++++++
drivers/misc/Kconfig                                       |   7 +
drivers/misc/Makefile                                      |   1 +
drivers/misc/socfpga_dtreg.c                               | 115 +++++++++++
include/configs/socfpga_agilex5_socdk.h                    |  12 ++
include/configs/socfpga_soc64_common.h                     | 143 ++++++++++++-
include/dt-bindings/clock/agilex5-clock.h                  |  71 +++++++
include/dt-bindings/reset/altr,rst-mgr-agx5.h              |  80 +++++++
31 files changed, 2922 insertions(+), 37 deletions(-)
create mode 100644 arch/arm/dts/socfpga_agilex5-u-boot.dtsi
create mode 100644 arch/arm/dts/socfpga_agilex5.dtsi
create mode 100644 arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
create mode 100644 arch/arm/dts/socfpga_agilex5_socdk.dts
create mode 100644 arch/arm/mach-socfpga/clock_manager_agilex5.c
create mode 100644 arch/arm/mach-socfpga/include/mach/clock_manager_agilex5.h
create mode 100644 board/intel/agilex5-socdk/MAINTAINERS
create mode 100644 configs/socfpga_agilex5_defconfig
create mode 100644 doc/device-tree-bindings/misc/socfpga_dtreg.txt
create mode 100644 drivers/clk/altera/clk-agilex5.c
create mode 100644 drivers/clk/altera/clk-agilex5.h
create mode 100644 drivers/misc/socfpga_dtreg.c
create mode 100644 include/configs/socfpga_agilex5_socdk.h
create mode 100644 include/dt-bindings/clock/agilex5-clock.h
create mode 100644 include/dt-bindings/reset/altr,rst-mgr-agx5.h

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

* Re: Pull Request: SoCFPGA changes for efi-2024-04-rc5
  2024-03-18  7:17 Pull Request: SoCFPGA changes for efi-2024-04-rc5 Chee, Tien Fong
@ 2024-03-18 12:28 ` Tom Rini
  2024-03-19  6:16   ` Chee, Tien Fong
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Rini @ 2024-03-18 12:28 UTC (permalink / raw)
  To: Chee, Tien Fong
  Cc: u-boot, Vasut, Marek, Hea, Kok Kiang, Lim, Jit Loon, Lau, Wan Yee

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

On Mon, Mar 18, 2024 at 07:17:24AM +0000, Chee, Tien Fong wrote:

> Dear Tom,
> 
> Please pull the SoCFPGA changes for master from u-boot-socfpga, thanks.
> 
> Best regards,
> Tien Fong
> 
> The following changes since commit 86fd291a7990af84e96808f48eff2219dd4ef496:
> 
>   Merge tag 'efi-2024-04-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi (2024-03-13 20:39:46 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-socfpga.git 386fca68960994ece0d9da8a69a14495b5f1aedf
> 
> for you to fetch changes up to 386fca68960994ece0d9da8a69a14495b5f1aedf:
> 
>   arch: arm: Agilex5 enablement (2024-03-18 14:45:47 +0800)
> 
> ----------------------------------------------------------------
> Jit Loon Lim (1):
>       arch: arm: Agilex5 enablement
> 
> Wan Yee Lau (1):
>       drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA

Please rebase this on top of the current next branch, and use a tag
rather than commit hash for me to pull. A short summary of the changes,
either in the tag or pull request email itself would be appreciated as
well. Thanks.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* RE: Pull Request: SoCFPGA changes for efi-2024-04-rc5
  2024-03-18 12:28 ` Tom Rini
@ 2024-03-19  6:16   ` Chee, Tien Fong
  0 siblings, 0 replies; 3+ messages in thread
From: Chee, Tien Fong @ 2024-03-19  6:16 UTC (permalink / raw)
  To: Tom Rini
  Cc: u-boot, Vasut, Marek, Hea, Kok Kiang, Lim, Jit Loon, Lau, Wan Yee



> -----Original Message-----
> From: Tom Rini <trini@konsulko.com>
> Sent: Monday, March 18, 2024 8:29 PM
> To: Chee, Tien Fong <tien.fong.chee@intel.com>
> Cc: u-boot@lists.denx.de; Vasut, Marek <marex@denx.de>; Hea, Kok Kiang
> <kok.kiang.hea@intel.com>; Lim, Jit Loon <jit.loon.lim@intel.com>; Lau, Wan
> Yee <wan.yee.lau@intel.com>
> Subject: Re: Pull Request: SoCFPGA changes for efi-2024-04-rc5
> 
> On Mon, Mar 18, 2024 at 07:17:24AM +0000, Chee, Tien Fong wrote:
> 
> > Dear Tom,
> >
> > Please pull the SoCFPGA changes for master from u-boot-socfpga, thanks.
> >
> > Best regards,
> > Tien Fong
> >
> > The following changes since commit
> 86fd291a7990af84e96808f48eff2219dd4ef496:
> >
> >   Merge tag 'efi-2024-04-rc5' of
> > https://source.denx.de/u-boot/custodians/u-boot-efi (2024-03-13
> > 20:39:46 -0400)
> >
> > are available in the Git repository at:
> >
> >   https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
> > 386fca68960994ece0d9da8a69a14495b5f1aedf
> >
> > for you to fetch changes up to
> 386fca68960994ece0d9da8a69a14495b5f1aedf:
> >
> >   arch: arm: Agilex5 enablement (2024-03-18 14:45:47 +0800)
> >
> > ----------------------------------------------------------------
> > Jit Loon Lim (1):
> >       arch: arm: Agilex5 enablement
> >
> > Wan Yee Lau (1):
> >       drivers: misc: Add socfpga_dtreg driver for Intel SoCFPGA
> 
> Please rebase this on top of the current next branch, and use a tag rather
> than commit hash for me to pull. A short summary of the changes, either in
> the tag or pull request email itself would be appreciated as well. Thanks.

Noted.

> 
> --
> Tom

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

end of thread, other threads:[~2024-03-19  6:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18  7:17 Pull Request: SoCFPGA changes for efi-2024-04-rc5 Chee, Tien Fong
2024-03-18 12:28 ` Tom Rini
2024-03-19  6:16   ` Chee, Tien Fong

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.