mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: zynqmp: defconfig fixes
@ 2019-11-18 18:48 Michael Tretter
  2019-11-18 18:48 ` [PATCH 1/2] ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA Michael Tretter
  2019-11-18 18:48 ` [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB Michael Tretter
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Tretter @ 2019-11-18 18:48 UTC (permalink / raw)
  To: barebox; +Cc: Michael Tretter

Hi,

This series fixes the defconfig for the ZynqMP. The defconfig was missing the
macb driver and has the wrong config item for the FPGA loader.

Michael

Michael Tretter (2):
  ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA
  ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB

 arch/arm/configs/zynqmp_defconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* [PATCH 1/2] ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA
  2019-11-18 18:48 [PATCH 0/2] ARM: zynqmp: defconfig fixes Michael Tretter
@ 2019-11-18 18:48 ` Michael Tretter
  2019-11-18 18:48 ` [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB Michael Tretter
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Tretter @ 2019-11-18 18:48 UTC (permalink / raw)
  To: barebox; +Cc: Michael Tretter

The config item has been renamed from FIRMWARE_ZYNQMP_PL to
FIRMWARE_ZYNQMP_FPGA, but the defconfig has not been updated. Update it
now.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 arch/arm/configs/zynqmp_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/zynqmp_defconfig b/arch/arm/configs/zynqmp_defconfig
index 834212e30f..50b7556081 100644
--- a/arch/arm/configs/zynqmp_defconfig
+++ b/arch/arm/configs/zynqmp_defconfig
@@ -35,5 +35,5 @@ CONFIG_CMD_OFTREE=y
 CONFIG_CMD_TIME=y
 CONFIG_DRIVER_SERIAL_CADENCE=y
 # CONFIG_SPI is not set
-CONFIG_FIRMWARE_ZYNQMP_PL=y
+CONFIG_FIRMWARE_ZYNQMP_FPGA=y
 CONFIG_DIGEST=y
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB
  2019-11-18 18:48 [PATCH 0/2] ARM: zynqmp: defconfig fixes Michael Tretter
  2019-11-18 18:48 ` [PATCH 1/2] ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA Michael Tretter
@ 2019-11-18 18:48 ` Michael Tretter
  2019-11-25  7:45   ` Sascha Hauer
  1 sibling, 1 reply; 4+ messages in thread
From: Michael Tretter @ 2019-11-18 18:48 UTC (permalink / raw)
  To: barebox; +Cc: Michael Tretter

Commit d952a0eeba37 ("Regenerate defconfig files") disabled the macb
driver in the ZynqMP defconfig, because CONFIG_NET was not enabled in
the defconfig. While not strictly required, you probably want to enable
the macb driver on the ZynqMP.

Enable CONFIG_NET and reenable CONFIG_DRIVER_NET_MACB.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 arch/arm/configs/zynqmp_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/zynqmp_defconfig b/arch/arm/configs/zynqmp_defconfig
index 50b7556081..762103c541 100644
--- a/arch/arm/configs/zynqmp_defconfig
+++ b/arch/arm/configs/zynqmp_defconfig
@@ -33,7 +33,9 @@ CONFIG_CMD_TIMEOUT=y
 CONFIG_CMD_CLK=y
 CONFIG_CMD_OFTREE=y
 CONFIG_CMD_TIME=y
+CONFIG_NET=y
 CONFIG_DRIVER_SERIAL_CADENCE=y
+CONFIG_DRIVER_NET_MACB=y
 # CONFIG_SPI is not set
 CONFIG_FIRMWARE_ZYNQMP_FPGA=y
 CONFIG_DIGEST=y
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB
  2019-11-18 18:48 ` [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB Michael Tretter
@ 2019-11-25  7:45   ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2019-11-25  7:45 UTC (permalink / raw)
  To: Michael Tretter; +Cc: barebox

On Mon, Nov 18, 2019 at 07:48:09PM +0100, Michael Tretter wrote:
> Commit d952a0eeba37 ("Regenerate defconfig files") disabled the macb
> driver in the ZynqMP defconfig, because CONFIG_NET was not enabled in
> the defconfig. While not strictly required, you probably want to enable
> the macb driver on the ZynqMP.
> 
> Enable CONFIG_NET and reenable CONFIG_DRIVER_NET_MACB.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> ---
>  arch/arm/configs/zynqmp_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-11-25  7:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-18 18:48 [PATCH 0/2] ARM: zynqmp: defconfig fixes Michael Tretter
2019-11-18 18:48 ` [PATCH 1/2] ARM: zynqmp: defconfig: fix FIRMWARE_ZYNQMP_FPGA Michael Tretter
2019-11-18 18:48 ` [PATCH 2/2] ARM: zynqmp: defconfig: reenable DRIVER_NET_MACB Michael Tretter
2019-11-25  7:45   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox