All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
@ 2020-06-07 12:06 Mark Kettenis
  2020-06-07 12:06 ` [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64 Mark Kettenis
  2020-06-07 12:32 ` [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Kever Yang
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Kettenis @ 2020-06-07 12:06 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_PCI and CONFIG_NVME and related configs for the
Firefly RK3399 board.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
---
 configs/firefly-rk3399_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
index 4c9f1e189b..5bb54f5835 100644
--- a/configs/firefly-rk3399_defconfig
+++ b/configs/firefly-rk3399_defconfig
@@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_PCI=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
 CONFIG_SPL_OF_CONTROL=y
@@ -38,10 +39,13 @@ CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_GMAC_ROCKCHIP=y
+CONFIG_NVME=y
+CONFIG_PCI=y
 CONFIG_PMIC_RK8XX=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_RK8XX=y
 CONFIG_PWM_ROCKCHIP=y
+CONFIG_DM_RESET=y
 CONFIG_BAUDRATE=1500000
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYSRESET=y
-- 
2.27.0

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

* [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64
  2020-06-07 12:06 [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Mark Kettenis
@ 2020-06-07 12:06 ` Mark Kettenis
  2020-06-07 13:47   ` Peter Robinson
  2020-06-07 12:32 ` [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Kever Yang
  1 sibling, 1 reply; 8+ messages in thread
From: Mark Kettenis @ 2020-06-07 12:06 UTC (permalink / raw)
  To: u-boot

Enable CONFIG_PCI and CONFIG_NVME and related configs for the
ROCKPro64 board.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
---
 configs/rockpro64-rk3399_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
index 8c4b2f35c1..23eacddf12 100644
--- a/configs/rockpro64-rk3399_defconfig
+++ b/configs/rockpro64-rk3399_defconfig
@@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_PCI=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y
 CONFIG_SPL_OF_CONTROL=y
@@ -39,10 +40,13 @@ CONFIG_SPI_FLASH_GIGADEVICE=y
 CONFIG_DM_ETH=y
 CONFIG_ETH_DESIGNWARE=y
 CONFIG_GMAC_ROCKCHIP=y
+CONFIG_NVME=y
+CONFIG_PCI=y
 CONFIG_PMIC_RK8XX=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_REGULATOR_RK8XX=y
 CONFIG_PWM_ROCKCHIP=y
+CONFIG_DM_RESET=y
 CONFIG_RAM_RK3399_LPDDR4=y
 CONFIG_BAUDRATE=1500000
 CONFIG_DEBUG_UART_SHIFT=2
-- 
2.27.0

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

* [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
  2020-06-07 12:06 [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Mark Kettenis
  2020-06-07 12:06 ` [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64 Mark Kettenis
@ 2020-06-07 12:32 ` Kever Yang
  2020-06-07 12:44   ` Mark Kettenis
  1 sibling, 1 reply; 8+ messages in thread
From: Kever Yang @ 2020-06-07 12:32 UTC (permalink / raw)
  To: u-boot

Hi Mark,

 ??? What's the change in this new version?


Thanks,

- Kever

On 2020/6/7 ??8:06, Mark Kettenis wrote:
> Enable CONFIG_PCI and CONFIG_NVME and related configs for the
> Firefly RK3399 board.
>
> Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>   configs/firefly-rk3399_defconfig | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
> index 4c9f1e189b..5bb54f5835 100644
> --- a/configs/firefly-rk3399_defconfig
> +++ b/configs/firefly-rk3399_defconfig
> @@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
>   CONFIG_CMD_GPT=y
>   CONFIG_CMD_MMC=y
>   CONFIG_CMD_USB=y
> +CONFIG_CMD_PCI=y
>   # CONFIG_CMD_SETEXPR is not set
>   CONFIG_CMD_TIME=y
>   CONFIG_SPL_OF_CONTROL=y
> @@ -38,10 +39,13 @@ CONFIG_SF_DEFAULT_SPEED=20000000
>   CONFIG_DM_ETH=y
>   CONFIG_ETH_DESIGNWARE=y
>   CONFIG_GMAC_ROCKCHIP=y
> +CONFIG_NVME=y
> +CONFIG_PCI=y
>   CONFIG_PMIC_RK8XX=y
>   CONFIG_REGULATOR_PWM=y
>   CONFIG_REGULATOR_RK8XX=y
>   CONFIG_PWM_ROCKCHIP=y
> +CONFIG_DM_RESET=y
>   CONFIG_BAUDRATE=1500000
>   CONFIG_DEBUG_UART_SHIFT=2
>   CONFIG_SYSRESET=y

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

* [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399
  2020-06-07 12:32 ` [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Kever Yang
@ 2020-06-07 12:44   ` Mark Kettenis
  2020-06-07 13:04     ` [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399【请注意,邮件由mark.kettenis@sibelius.xs4all.nl代发】 Kever Yang
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Kettenis @ 2020-06-07 12:44 UTC (permalink / raw)
  To: u-boot

> From: Kever Yang <kever.yang@rock-chips.com>
> Date: Sun, 7 Jun 2020 20:32:33 +0800
> 
> Hi Mark,
> 
>  ??? What's the change in this new version?

No change.  Just regenerated from a clean master such that there are
no conflicts when applying.

> On 2020/6/7 ??8:06, Mark Kettenis wrote:
> > Enable CONFIG_PCI and CONFIG_NVME and related configs for the
> > Firefly RK3399 board.
> >
> > Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> > Reviewed-by: Simon Glass <sjg@chromium.org>
> > Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> > ---
> >   configs/firefly-rk3399_defconfig | 4 ++++
> >   1 file changed, 4 insertions(+)
> >
> > diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig
> > index 4c9f1e189b..5bb54f5835 100644
> > --- a/configs/firefly-rk3399_defconfig
> > +++ b/configs/firefly-rk3399_defconfig
> > @@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
> >   CONFIG_CMD_GPT=y
> >   CONFIG_CMD_MMC=y
> >   CONFIG_CMD_USB=y
> > +CONFIG_CMD_PCI=y
> >   # CONFIG_CMD_SETEXPR is not set
> >   CONFIG_CMD_TIME=y
> >   CONFIG_SPL_OF_CONTROL=y
> > @@ -38,10 +39,13 @@ CONFIG_SF_DEFAULT_SPEED=20000000
> >   CONFIG_DM_ETH=y
> >   CONFIG_ETH_DESIGNWARE=y
> >   CONFIG_GMAC_ROCKCHIP=y
> > +CONFIG_NVME=y
> > +CONFIG_PCI=y
> >   CONFIG_PMIC_RK8XX=y
> >   CONFIG_REGULATOR_PWM=y
> >   CONFIG_REGULATOR_RK8XX=y
> >   CONFIG_PWM_ROCKCHIP=y
> > +CONFIG_DM_RESET=y
> >   CONFIG_BAUDRATE=1500000
> >   CONFIG_DEBUG_UART_SHIFT=2
> >   CONFIG_SYSRESET=y
> 
> 
> 

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

* Re: [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399【请注意,邮件由mark.kettenis@sibelius.xs4all.nl代发】
  2020-06-07 12:44   ` Mark Kettenis
@ 2020-06-07 13:04     ` Kever Yang
  0 siblings, 0 replies; 8+ messages in thread
From: Kever Yang @ 2020-06-07 13:04 UTC (permalink / raw)
  To: u-boot

Hi Mark,

On 2020/6/7 ??8:44, Mark Kettenis wrote:
>> From: Kever Yang <kever.yang@rock-chips.com>
>> Date: Sun, 7 Jun 2020 20:32:33 +0800
>>
>> Hi Mark,
>>
>>   ??? What's the change in this new version?
> No change.  Just regenerated from a clean master such that there are
> no conflicts when applying.

Thanks, already apply to u-boot-rockchip master.


Thanks,

- Kever

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

* [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64
  2020-06-07 12:06 ` [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64 Mark Kettenis
@ 2020-06-07 13:47   ` Peter Robinson
  2020-06-07 13:57     ` Peter Robinson
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Robinson @ 2020-06-07 13:47 UTC (permalink / raw)
  To: u-boot

On Sun, Jun 7, 2020 at 1:07 PM Mark Kettenis <kettenis@openbsd.org> wrote:
>
> Enable CONFIG_PCI and CONFIG_NVME and related configs for the
> ROCKPro64 board.
>
> Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>

It's generally considered good taste to cc: the maintainer, you can
find out who that is with "./scripts/get_maintainer.pl
configs/pinebook-pro-rk3399_defconfig"

Peter

> ---
>  configs/rockpro64-rk3399_defconfig | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
> index 8c4b2f35c1..23eacddf12 100644
> --- a/configs/rockpro64-rk3399_defconfig
> +++ b/configs/rockpro64-rk3399_defconfig
> @@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
>  CONFIG_CMD_GPT=y
>  CONFIG_CMD_MMC=y
>  CONFIG_CMD_USB=y
> +CONFIG_CMD_PCI=y
>  # CONFIG_CMD_SETEXPR is not set
>  CONFIG_CMD_TIME=y
>  CONFIG_SPL_OF_CONTROL=y
> @@ -39,10 +40,13 @@ CONFIG_SPI_FLASH_GIGADEVICE=y
>  CONFIG_DM_ETH=y
>  CONFIG_ETH_DESIGNWARE=y
>  CONFIG_GMAC_ROCKCHIP=y
> +CONFIG_NVME=y
> +CONFIG_PCI=y
>  CONFIG_PMIC_RK8XX=y
>  CONFIG_REGULATOR_PWM=y
>  CONFIG_REGULATOR_RK8XX=y
>  CONFIG_PWM_ROCKCHIP=y
> +CONFIG_DM_RESET=y
>  CONFIG_RAM_RK3399_LPDDR4=y
>  CONFIG_BAUDRATE=1500000
>  CONFIG_DEBUG_UART_SHIFT=2
> --
> 2.27.0
>

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

* [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64
  2020-06-07 13:47   ` Peter Robinson
@ 2020-06-07 13:57     ` Peter Robinson
  2020-06-07 16:29       ` Patrick Wildt
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Robinson @ 2020-06-07 13:57 UTC (permalink / raw)
  To: u-boot

On Sun, Jun 7, 2020 at 2:47 PM Peter Robinson <pbrobinson@gmail.com> wrote:
>
> On Sun, Jun 7, 2020 at 1:07 PM Mark Kettenis <kettenis@openbsd.org> wrote:
> >
> > Enable CONFIG_PCI and CONFIG_NVME and related configs for the
> > ROCKPro64 board.
> >
> > Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> > Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
>
> It's generally considered good taste to cc: the maintainer, you can
> find out who that is with "./scripts/get_maintainer.pl
> configs/pinebook-pro-rk3399_defconfig"

Oh and that comment was meant against the Pinebook pro, I think
someone else already sent patches for the RockPro64 to do this

> Peter
>
> > ---
> >  configs/rockpro64-rk3399_defconfig | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/configs/rockpro64-rk3399_defconfig b/configs/rockpro64-rk3399_defconfig
> > index 8c4b2f35c1..23eacddf12 100644
> > --- a/configs/rockpro64-rk3399_defconfig
> > +++ b/configs/rockpro64-rk3399_defconfig
> > @@ -19,6 +19,7 @@ CONFIG_CMD_BOOTZ=y
> >  CONFIG_CMD_GPT=y
> >  CONFIG_CMD_MMC=y
> >  CONFIG_CMD_USB=y
> > +CONFIG_CMD_PCI=y
> >  # CONFIG_CMD_SETEXPR is not set
> >  CONFIG_CMD_TIME=y
> >  CONFIG_SPL_OF_CONTROL=y
> > @@ -39,10 +40,13 @@ CONFIG_SPI_FLASH_GIGADEVICE=y
> >  CONFIG_DM_ETH=y
> >  CONFIG_ETH_DESIGNWARE=y
> >  CONFIG_GMAC_ROCKCHIP=y
> > +CONFIG_NVME=y
> > +CONFIG_PCI=y
> >  CONFIG_PMIC_RK8XX=y
> >  CONFIG_REGULATOR_PWM=y
> >  CONFIG_REGULATOR_RK8XX=y
> >  CONFIG_PWM_ROCKCHIP=y
> > +CONFIG_DM_RESET=y
> >  CONFIG_RAM_RK3399_LPDDR4=y
> >  CONFIG_BAUDRATE=1500000
> >  CONFIG_DEBUG_UART_SHIFT=2
> > --
> > 2.27.0
> >

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

* [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64
  2020-06-07 13:57     ` Peter Robinson
@ 2020-06-07 16:29       ` Patrick Wildt
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Wildt @ 2020-06-07 16:29 UTC (permalink / raw)
  To: u-boot

On Sun, Jun 07, 2020 at 02:57:00PM +0100, Peter Robinson wrote:
> On Sun, Jun 7, 2020 at 2:47 PM Peter Robinson <pbrobinson@gmail.com> wrote:
> >
> > On Sun, Jun 7, 2020 at 1:07 PM Mark Kettenis <kettenis@openbsd.org> wrote:
> > >
> > > Enable CONFIG_PCI and CONFIG_NVME and related configs for the
> > > ROCKPro64 board.
> > >
> > > Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
> > > Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
> > Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
> >
> > It's generally considered good taste to cc: the maintainer, you can
> > find out who that is with "./scripts/get_maintainer.pl
> > configs/pinebook-pro-rk3399_defconfig"
> 
> Oh and that comment was meant against the Pinebook pro, I think
> someone else already sent patches for the RockPro64 to do this

Heh.  I just took the same list of people that was CCed here.  I trusted
Mark's mail-sending-skills to already CC the people that are likely to
respond to diffs. ;)  Maybe next time I'll remember how the script is
called.

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

end of thread, other threads:[~2020-06-07 16:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 12:06 [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Mark Kettenis
2020-06-07 12:06 ` [PATCH v3 2/2] rockchip: Enable PCIe and NVMe on ROCKPro64 Mark Kettenis
2020-06-07 13:47   ` Peter Robinson
2020-06-07 13:57     ` Peter Robinson
2020-06-07 16:29       ` Patrick Wildt
2020-06-07 12:32 ` [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399 Kever Yang
2020-06-07 12:44   ` Mark Kettenis
2020-06-07 13:04     ` [PATCH v3 1/2] rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399【请注意,邮件由mark.kettenis@sibelius.xs4all.nl代发】 Kever Yang

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.