All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support
@ 2019-02-11 12:19 Baruch Siach
  2019-02-11 13:10 ` Stefan Roese
  2019-03-19 12:37 ` Stefan Roese
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2019-02-11 12:19 UTC (permalink / raw)
  To: u-boot

Enable the mvpp2 network driver for the Armada 8K SoC.

Enable the Marvell PHY driver for the on-board 1512 PHY.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 configs/clearfog_gt_8k_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configs/clearfog_gt_8k_defconfig b/configs/clearfog_gt_8k_defconfig
index ee8487765413..526c14a3947f 100644
--- a/configs/clearfog_gt_8k_defconfig
+++ b/configs/clearfog_gt_8k_defconfig
@@ -35,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
 CONFIG_MAC_PARTITION=y
 CONFIG_DEFAULT_DEVICE_TREE="armada-8040-clearfog-gt-8k"
 CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_AHCI_MVEBU=y
 CONFIG_DM_GPIO=y
 CONFIG_DM_I2C=y
@@ -48,8 +49,9 @@ CONFIG_SPI_FLASH_MACRONIX=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
-CONFIG_PHYLIB=y
+CONFIG_PHY_MARVELL=y
 CONFIG_PHY_GIGE=y
+CONFIG_MVPP2=y
 CONFIG_NVME=y
 CONFIG_PCI=y
 CONFIG_DM_PCI=y
-- 
2.20.1

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

* [U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support
  2019-02-11 12:19 [U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support Baruch Siach
@ 2019-02-11 13:10 ` Stefan Roese
  2019-03-19 12:37 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-02-11 13:10 UTC (permalink / raw)
  To: u-boot

On 11.02.19 13:19, Baruch Siach wrote:
> Enable the mvpp2 network driver for the Armada 8K SoC.
> 
> Enable the Marvell PHY driver for the on-board 1512 PHY.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>   configs/clearfog_gt_8k_defconfig | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/clearfog_gt_8k_defconfig b/configs/clearfog_gt_8k_defconfig
> index ee8487765413..526c14a3947f 100644
> --- a/configs/clearfog_gt_8k_defconfig
> +++ b/configs/clearfog_gt_8k_defconfig
> @@ -35,6 +35,7 @@ CONFIG_CMD_EXT4_WRITE=y
>   CONFIG_MAC_PARTITION=y
>   CONFIG_DEFAULT_DEVICE_TREE="armada-8040-clearfog-gt-8k"
>   CONFIG_ENV_IS_IN_SPI_FLASH=y
> +CONFIG_NET_RANDOM_ETHADDR=y
>   CONFIG_AHCI_MVEBU=y
>   CONFIG_DM_GPIO=y
>   CONFIG_DM_I2C=y
> @@ -48,8 +49,9 @@ CONFIG_SPI_FLASH_MACRONIX=y
>   CONFIG_SPI_FLASH_SPANSION=y
>   CONFIG_SPI_FLASH_STMICRO=y
>   CONFIG_SPI_FLASH_WINBOND=y
> -CONFIG_PHYLIB=y
> +CONFIG_PHY_MARVELL=y
>   CONFIG_PHY_GIGE=y
> +CONFIG_MVPP2=y
>   CONFIG_NVME=y
>   CONFIG_PCI=y
>   CONFIG_DM_PCI=y
> 

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

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

* [U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support
  2019-02-11 12:19 [U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support Baruch Siach
  2019-02-11 13:10 ` Stefan Roese
@ 2019-03-19 12:37 ` Stefan Roese
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-03-19 12:37 UTC (permalink / raw)
  To: u-boot

On 11.02.19 13:19, Baruch Siach wrote:
> Enable the mvpp2 network driver for the Armada 8K SoC.
> 
> Enable the Marvell PHY driver for the on-board 1512 PHY.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied to u-boot-marvell/master.

Thanks,
Stefan

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

end of thread, other threads:[~2019-03-19 12:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11 12:19 [U-Boot] [PATCH] configs/clearfog_gt_8k: add network interface support Baruch Siach
2019-02-11 13:10 ` Stefan Roese
2019-03-19 12:37 ` Stefan Roese

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.