mbox series

[0/5] ARM: khadas-vim3: enable PCIe and NVMe

Message ID 20210408075047.4076954-1-narmstrong@baylibre.com
Headers show
Series ARM: khadas-vim3: enable PCIe and NVMe | expand

Message

Neil Armstrong April 8, 2021, 7:50 a.m. UTC
This adds the missing bits to enable PCIe and NVMe support in U-Boot for
the Khadas VIM3 & VIM3L board.

This serie depends on [1].

[1] https://patchwork.ozlabs.org/project/uboot/cover/20210325144921.1791892-1-narmstrong@baylibre.com/

Neil Armstrong (5):
  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

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

Comments

Neil Armstrong April 16, 2021, 12:13 p.m. UTC | #1
On 08/04/2021 09:50, Neil Armstrong wrote:
> This adds the missing bits to enable PCIe and NVMe support in U-Boot for
> the Khadas VIM3 & VIM3L board.
> 
> This serie depends on [1].
> 
> [1] https://patchwork.ozlabs.org/project/uboot/cover/20210325144921.1791892-1-narmstrong@baylibre.com/
> 
> Neil Armstrong (5):
>   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
> 
>  arch/arm/dts/meson-khadas-vim3-u-boot.dtsi |  4 ++
>  configs/khadas-vim3_defconfig              |  5 ++
>  configs/khadas-vim3l_defconfig             |  5 ++
>  drivers/clk/meson/g12a.c                   |  2 +
>  drivers/phy/meson-g12a-usb3-pcie.c         | 81 ++++++++++++++++++++--
>  include/configs/meson64.h                  |  7 ++
>  6 files changed, 100 insertions(+), 4 deletions(-)
> 

Applied to u-boot-amlogic