Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links
@ 2025-09-29  7:16 Neal Frager via buildroot
       [not found] ` <20250929172346.65c6bfe3@booty>
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Neal Frager via buildroot @ 2025-09-29  7:16 UTC (permalink / raw)
  To: buildroot
  Cc: ibai.erkiaga-elorza, luca.ceresoli, yann.morin, brandon.maier,
	ju.o, Neal Frager, thomas.petazzoni, romain.naour, michal.simek,
	romain.naour

The web link www.zedboard.org is no longer valid as it routes to a generic
avnet.com boards link. Fix this issue by providing direct links to the Avnet
ZedBoard and Tria MicroZed boards.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 board/zynq/readme.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/board/zynq/readme.txt b/board/zynq/readme.txt
index ed7509f2b5..225af4b9dc 100644
--- a/board/zynq/readme.txt
+++ b/board/zynq/readme.txt
@@ -43,7 +43,9 @@ References:
    https://www.amd.com/en/products/adaptive-socs-and-fpgas/evaluation-boards/ek-z7-zc706-g.html
 
  - Zedboard/Microzed information including schematics, reference designs, and
-   manuals are available from http://www.zedboard.org .
+   manuals are available from
+   https://www.avnet.com/americas/products/avnet-boards/avnet-board-families/zedboard/
+   https://www.tria-technologies.com/product/microzed/
 
 Support for other boards:
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links
       [not found] ` <20250929172346.65c6bfe3@booty>
@ 2025-09-29 15:30   ` Frager, Neal via buildroot
  0 siblings, 0 replies; 4+ messages in thread
From: Frager, Neal via buildroot @ 2025-09-29 15:30 UTC (permalink / raw)
  To: Luca Ceresoli
  Cc: yann.morin@orange.com, Erkiaga Elorza, Ibai,
	buildroot@buildroot.org, brandon.maier@collins.com, ju.o@free.fr,
	thomas.petazzoni@bootlin.com, romain.naour@smile.fr,
	Simek, Michal, romain.naour@gmail.com

[AMD Official Use Only - AMD Internal Distribution Only]

Hello Luca,

> The web link www.zedboard.org is no longer valid as it routes to a generic
> avnet.com boards link. Fix this issue by providing direct links to the Avnet
> ZedBoard and Tria MicroZed boards.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
>  board/zynq/readme.txt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/board/zynq/readme.txt b/board/zynq/readme.txt
> index ed7509f2b5..225af4b9dc 100644
> --- a/board/zynq/readme.txt
> +++ b/board/zynq/readme.txt
> @@ -43,7 +43,9 @@ References:
>     https://www.amd.com/en/products/adaptive-socs-and-fpgas/evaluation-boards/ek-z7-zc706-g.html
>
>   - Zedboard/Microzed information including schematics, reference designs, and
> -   manuals are available from http://www.zedboard.org .
> +   manuals are available from
> +   https://www.avnet.com/americas/products/avnet-boards/avnet-board-families/zedboard/
> +   https://www.tria-technologies.com/product/microzed/

> Looks like two unrelated changes (fixing dead ZedBoard link, adding
> MicroZed link), but for such a minor change I think it is OK:

> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Thanks for the review.

If you look at the line above the change:
  - Zedboard/Microzed information including schematics, reference designs, and

I believe the previous http://www.zedboard.org link applied to both boards.
This is why I added the two new links.

Best regards,
Neal Frager
AMD
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links
  2025-09-29  7:16 [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links Neal Frager via buildroot
       [not found] ` <20250929172346.65c6bfe3@booty>
@ 2025-09-29 16:13 ` Luca Ceresoli via buildroot
  2025-09-29 18:50 ` Julien Olivain via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli via buildroot @ 2025-09-29 16:13 UTC (permalink / raw)
  To: Neal Frager
  Cc: yann.morin, ibai.erkiaga-elorza, buildroot, brandon.maier, ju.o,
	thomas.petazzoni, romain.naour, michal.simek, romain.naour

On Mon, 29 Sep 2025 08:16:22 +0100
Neal Frager <neal.frager@amd.com> wrote:

> The web link www.zedboard.org is no longer valid as it routes to a generic
> avnet.com boards link. Fix this issue by providing direct links to the Avnet
> ZedBoard and Tria MicroZed boards.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

-- 
Luca Ceresoli, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links
  2025-09-29  7:16 [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links Neal Frager via buildroot
       [not found] ` <20250929172346.65c6bfe3@booty>
  2025-09-29 16:13 ` Luca Ceresoli via buildroot
@ 2025-09-29 18:50 ` Julien Olivain via buildroot
  2 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-09-29 18:50 UTC (permalink / raw)
  To: Neal Frager
  Cc: buildroot, ibai.erkiaga-elorza, luca.ceresoli, yann.morin,
	brandon.maier, thomas.petazzoni, romain.naour, michal.simek,
	romain.naour

On 29/09/2025 09:16, Neal Frager via buildroot wrote:
> The web link www.zedboard.org is no longer valid as it routes to a 
> generic
> avnet.com boards link. Fix this issue by providing direct links to the 
> Avnet
> ZedBoard and Tria MicroZed boards.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-09-29 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-29  7:16 [Buildroot] [PATCH v1 1/1] board/zynq: correct zed board links Neal Frager via buildroot
     [not found] ` <20250929172346.65c6bfe3@booty>
2025-09-29 15:30   ` Frager, Neal via buildroot
2025-09-29 16:13 ` Luca Ceresoli via buildroot
2025-09-29 18:50 ` Julien Olivain via buildroot

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