All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL u-boot] Please pull u-boot-amlogic-20210419
@ 2021-04-19 15:35 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2021-04-19 15:35 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This serie fixes Ethernet on Odroid-C2 and enables support for PCIe on the Khadas VIM3 & VIM3L
with all the necessary bits after Bin merged the PCIe driver.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/7216

Thanks,
Neil

The following changes since commit 3a9aaefcaa3efc2a1cef86fbe0bf229a1bff9902:

  Merge tag 'efi-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-04-18 08:47:27 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210419

for you to fetch changes up to fcf3c9deae1acfda81051c8c211fcbefd4217e1d:

  boards: amlogic: update documentation for PCIe support (2021-04-19 16:59:33 +0200)

----------------------------------------------------------------
- fix Ethernet on Odroid-C2 by re-adding old bindings style PHY reset
- add G12A PCIe clock gates
- add G12A PCIe PHY OPs
- enable PCIe for Khadas VIM3/VIM3L boards DT
- enable PCIe and NVME for Khadas VIM3/VIM3L boards config
- update Amlogic board documentation for PCIe support

----------------------------------------------------------------
Neil Armstrong (6):
      clk: meson-g12a: add PCIe gates
      phy: meson-g12a-usb3-pcie: add support for PCIe ops
      arm: dts: meson-khadas-vim3: enable PCIe in U-boot
      configs: khadas-vim3: enable PCIe and NVMe
      configs: meson64: add NVME boot target
      boards: amlogic: update documentation for PCIe support

Stefan Agner (1):
      arm64: dts: meson: odroidc2: readd PHY reset properties

 arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi |  6 +++
 arch/arm/dts/meson-khadas-vim3-u-boot.dtsi   |  4 ++
 configs/khadas-vim3_defconfig                |  5 ++
 configs/khadas-vim3l_defconfig               |  5 ++
 doc/board/amlogic/index.rst                  |  2 +
 drivers/clk/meson/g12a.c                     |  2 +
 drivers/phy/meson-g12a-usb3-pcie.c           | 81 ++++++++++++++++++++++++++--
 include/configs/meson64.h                    |  7 +++
 8 files changed, 108 insertions(+), 4 deletions(-)

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

* [PULL u-boot] Please pull u-boot-amlogic-20210419
@ 2021-04-19 15:35 ` Neil Armstrong
  0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2021-04-19 15:35 UTC (permalink / raw)
  To: trini; +Cc: u-boot-amlogic, U-Boot Mailing List

Hi Tom,

This serie fixes Ethernet on Odroid-C2 and enables support for PCIe on the Khadas VIM3 & VIM3L
with all the necessary bits after Bin merged the PCIe driver.

The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/7216

Thanks,
Neil

The following changes since commit 3a9aaefcaa3efc2a1cef86fbe0bf229a1bff9902:

  Merge tag 'efi-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-04-18 08:47:27 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210419

for you to fetch changes up to fcf3c9deae1acfda81051c8c211fcbefd4217e1d:

  boards: amlogic: update documentation for PCIe support (2021-04-19 16:59:33 +0200)

----------------------------------------------------------------
- fix Ethernet on Odroid-C2 by re-adding old bindings style PHY reset
- add G12A PCIe clock gates
- add G12A PCIe PHY OPs
- enable PCIe for Khadas VIM3/VIM3L boards DT
- enable PCIe and NVME for Khadas VIM3/VIM3L boards config
- update Amlogic board documentation for PCIe support

----------------------------------------------------------------
Neil Armstrong (6):
      clk: meson-g12a: add PCIe gates
      phy: meson-g12a-usb3-pcie: add support for PCIe ops
      arm: dts: meson-khadas-vim3: enable PCIe in U-boot
      configs: khadas-vim3: enable PCIe and NVMe
      configs: meson64: add NVME boot target
      boards: amlogic: update documentation for PCIe support

Stefan Agner (1):
      arm64: dts: meson: odroidc2: readd PHY reset properties

 arch/arm/dts/meson-gxbb-odroidc2-u-boot.dtsi |  6 +++
 arch/arm/dts/meson-khadas-vim3-u-boot.dtsi   |  4 ++
 configs/khadas-vim3_defconfig                |  5 ++
 configs/khadas-vim3l_defconfig               |  5 ++
 doc/board/amlogic/index.rst                  |  2 +
 drivers/clk/meson/g12a.c                     |  2 +
 drivers/phy/meson-g12a-usb3-pcie.c           | 81 ++++++++++++++++++++++++++--
 include/configs/meson64.h                    |  7 +++
 8 files changed, 108 insertions(+), 4 deletions(-)

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

* [PULL u-boot] Please pull u-boot-amlogic-20210419
  2021-04-19 15:35 ` Neil Armstrong
@ 2021-04-20 14:19   ` Tom Rini
  -1 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-04-20 14:19 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 19, 2021 at 05:35:01PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This serie fixes Ethernet on Odroid-C2 and enables support for PCIe on the Khadas VIM3 & VIM3L
> with all the necessary bits after Bin merged the PCIe driver.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/7216
> 
> Thanks,
> Neil
> 
> The following changes since commit 3a9aaefcaa3efc2a1cef86fbe0bf229a1bff9902:
> 
>   Merge tag 'efi-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-04-18 08:47:27 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210419
> 
> for you to fetch changes up to fcf3c9deae1acfda81051c8c211fcbefd4217e1d:
> 
>   boards: amlogic: update documentation for PCIe support (2021-04-19 16:59:33 +0200)
> 

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/20210420/8641f148/attachment.sig>

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

* Re: [PULL u-boot] Please pull u-boot-amlogic-20210419
@ 2021-04-20 14:19   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-04-20 14:19 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: u-boot-amlogic, U-Boot Mailing List

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

On Mon, Apr 19, 2021 at 05:35:01PM +0200, Neil Armstrong wrote:

> Hi Tom,
> 
> This serie fixes Ethernet on Odroid-C2 and enables support for PCIe on the Khadas VIM3 & VIM3L
> with all the necessary bits after Bin merged the PCIe driver.
> 
> The CI job is at https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic/pipelines/7216
> 
> Thanks,
> Neil
> 
> The following changes since commit 3a9aaefcaa3efc2a1cef86fbe0bf229a1bff9902:
> 
>   Merge tag 'efi-2021-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2021-04-18 08:47:27 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-20210419
> 
> for you to fetch changes up to fcf3c9deae1acfda81051c8c211fcbefd4217e1d:
> 
>   boards: amlogic: update documentation for PCIe support (2021-04-19 16:59:33 +0200)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

end of thread, other threads:[~2021-04-20 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 15:35 [PULL u-boot] Please pull u-boot-amlogic-20210419 Neil Armstrong
2021-04-19 15:35 ` Neil Armstrong
2021-04-20 14:19 ` Tom Rini
2021-04-20 14:19   ` 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.