[PULL u-boot] Please pull u-boot-amlogic-20210419

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

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!
participants (2)
-
Neil Armstrong
-
Tom Rini