Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1
@ 2025-05-30 16:40 Neal Frager via buildroot
  2025-05-30 19:36 ` Thomas Petazzoni via buildroot
  2025-06-02 11:47 ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Neal Frager via buildroot @ 2025-05-30 16:40 UTC (permalink / raw)
  To: buildroot
  Cc: ibai.erkiaga-elorza, luca.ceresoli, Neal Frager, brandon.maier,
	ju.o, thomas.petazzoni, romain.naour, michal.simek

Bump bootgen to xilinx_v2025.1 release.

With version 2025.1, bootgen executable is now in the build/bin dir, so
the install step is changed accordingly.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 package/bootgen/bootgen.hash | 4 ++--
 package/bootgen/bootgen.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/bootgen/bootgen.hash b/package/bootgen/bootgen.hash
index d040a2e280..7670a5d1ee 100644
--- a/package/bootgen/bootgen.hash
+++ b/package/bootgen/bootgen.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  2c8345a3bea4fcec6ceb6c8f8e727a610aaca3ec71cdf7f892d7f89f88438650  bootgen-xilinx_v2024.2.tar.gz
-sha256  4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3  LICENSE
+sha256  3de43a331e10b2a8079d4681ad72cef4884bc3a09250d3d80811d677f3ffe560  bootgen-xilinx_v2025.1.tar.gz
+sha256  36e278ff2cc9ef95154a923bf4a9450414f358779045ae4f863c8d77fb18dbdb  LICENSE
diff --git a/package/bootgen/bootgen.mk b/package/bootgen/bootgen.mk
index 51eacde462..939872b29c 100644
--- a/package/bootgen/bootgen.mk
+++ b/package/bootgen/bootgen.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-BOOTGEN_VERSION = xilinx_v2024.2
+BOOTGEN_VERSION = xilinx_v2025.1
 BOOTGEN_SITE = $(call github,Xilinx,bootgen,$(BOOTGEN_VERSION))
 HOST_BOOTGEN_DEPENDENCIES = host-openssl host-pkgconf
 BOOTGEN_LICENSE = Apache-2.0
@@ -19,7 +19,7 @@ define HOST_BOOTGEN_BUILD_CMDS
 endef
 
 define HOST_BOOTGEN_INSTALL_CMDS
-	$(INSTALL) -m 0755 -D $(@D)/bootgen $(HOST_DIR)/bin/bootgen
+	$(INSTALL) -m 0755 -D $(@D)/build/bin/bootgen $(HOST_DIR)/bin/bootgen
 endef
 
 $(eval $(host-generic-package))
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1
  2025-05-30 16:40 [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1 Neal Frager via buildroot
@ 2025-05-30 19:36 ` Thomas Petazzoni via buildroot
  2025-06-02 11:47 ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-05-30 19:36 UTC (permalink / raw)
  To: Neal Frager via buildroot
  Cc: Neal Frager, ibai.erkiaga-elorza, luca.ceresoli, brandon.maier,
	ju.o, romain.naour, michal.simek

On Fri, 30 May 2025 17:40:17 +0100
Neal Frager via buildroot <buildroot@buildroot.org> wrote:

> Bump bootgen to xilinx_v2025.1 release.
> 
> With version 2025.1, bootgen executable is now in the build/bin dir, so
> the install step is changed accordingly.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
>  package/bootgen/bootgen.hash | 4 ++--
>  package/bootgen/bootgen.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to next, thanks. You had forgotten to explain why the hash of
the LICENSE file had changed, so I added a not in the commit log about
this.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, 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] 5+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1
  2025-05-30 16:40 [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1 Neal Frager via buildroot
  2025-05-30 19:36 ` Thomas Petazzoni via buildroot
@ 2025-06-02 11:47 ` Peter Korsgaard
  2025-06-02 11:57   ` Frager, Neal via buildroot
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2025-06-02 11:47 UTC (permalink / raw)
  To: Neal Frager
  Cc: ibai.erkiaga-elorza, luca.ceresoli, buildroot, brandon.maier,
	ju.o, thomas.petazzoni, romain.naour, michal.simek

>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > Bump bootgen to xilinx_v2025.1 release.
 > With version 2025.1, bootgen executable is now in the build/bin dir, so
 > the install step is changed accordingly.

It could be interesting to add a shortlog of the (fairly limited) amount
of changes done:

git shortlog --no-merges xilinx_v2024.2..xilinx_v2025.1
Shaik Salauddin (4):
      Latest versal specific changes push to main branch for 2025.1
      RDI version update to 2025.1
      Adding placeholder in build directory for bootgen bin generation
      Fix for sdcard bootup failure in zynmp/zynq

bsaihema (2):
      merged and restructured code for versal_2ve_2vm and spartanus+
      optional data fix for versal_2ve_2vm

Please also document why the LICENSE hash changed, E.G. LICENSE file
changed by a conversion from DOS to UNIX newlines by commit 86b862096bcb
(merged and restructured code for versal_2ve_2vm and spartanus+), no
content change.


 > Signed-off-by: Neal Frager <neal.frager@amd.com>
 > ---
 >  package/bootgen/bootgen.hash | 4 ++--
 >  package/bootgen/bootgen.mk   | 4 ++--
 >  2 files changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/bootgen/bootgen.hash b/package/bootgen/bootgen.hash
 > index d040a2e280..7670a5d1ee 100644
 > --- a/package/bootgen/bootgen.hash
 > +++ b/package/bootgen/bootgen.hash
 > @@ -1,3 +1,3 @@
 >  # Locally calculated
 > -sha256  2c8345a3bea4fcec6ceb6c8f8e727a610aaca3ec71cdf7f892d7f89f88438650  bootgen-xilinx_v2024.2.tar.gz
 > -sha256  4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3  LICENSE
 > +sha256  3de43a331e10b2a8079d4681ad72cef4884bc3a09250d3d80811d677f3ffe560  bootgen-xilinx_v2025.1.tar.gz
 > +sha256  36e278ff2cc9ef95154a923bf4a9450414f358779045ae4f863c8d77fb18dbdb  LICENSE
 > diff --git a/package/bootgen/bootgen.mk b/package/bootgen/bootgen.mk
 > index 51eacde462..939872b29c 100644
 > --- a/package/bootgen/bootgen.mk
 > +++ b/package/bootgen/bootgen.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################
 
 > -BOOTGEN_VERSION = xilinx_v2024.2
 > +BOOTGEN_VERSION = xilinx_v2025.1
 >  BOOTGEN_SITE = $(call github,Xilinx,bootgen,$(BOOTGEN_VERSION))
 >  HOST_BOOTGEN_DEPENDENCIES = host-openssl host-pkgconf
 >  BOOTGEN_LICENSE = Apache-2.0
 > @@ -19,7 +19,7 @@ define HOST_BOOTGEN_BUILD_CMDS
 >  endef
 
 >  define HOST_BOOTGEN_INSTALL_CMDS
 > -	$(INSTALL) -m 0755 -D $(@D)/bootgen $(HOST_DIR)/bin/bootgen
 > +	$(INSTALL) -m 0755 -D $(@D)/build/bin/bootgen $(HOST_DIR)/bin/bootgen
 >  endef
 
 >  $(eval $(host-generic-package))
 > -- 

 > 2.25.1


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1
  2025-06-02 11:47 ` Peter Korsgaard
@ 2025-06-02 11:57   ` Frager, Neal via buildroot
  2025-06-02 12:12     ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Frager, Neal via buildroot @ 2025-06-02 11:57 UTC (permalink / raw)
  To: Peter Korsgaard
  Cc: Erkiaga Elorza, Ibai, luca.ceresoli@bootlin.com,
	buildroot@buildroot.org, brandon.maier@collins.com, ju.o@free.fr,
	thomas.petazzoni@bootlin.com, romain.naour@smile.fr,
	Simek,  Michal

[AMD Official Use Only - AMD Internal Distribution Only]

Hi Peter,

 > Bump bootgen to xilinx_v2025.1 release.
 > With version 2025.1, bootgen executable is now in the build/bin dir, so
 > the install step is changed accordingly.

> It could be interesting to add a shortlog of the (fairly limited) amount
> of changes done:

> git shortlog --no-merges xilinx_v2024.2..xilinx_v2025.1
> Shaik Salauddin (4):
>     Latest versal specific changes push to main branch for 2025.1
>      RDI version update to 2025.1
>      Adding placeholder in build directory for bootgen bin generation
>      Fix for sdcard bootup failure in zynmp/zynq

> bsaihema (2):
>      merged and restructured code for versal_2ve_2vm and spartanus+
>      optional data fix for versal_2ve_2vm

> Please also document why the LICENSE hash changed, E.G. LICENSE file
> changed by a conversion from DOS to UNIX newlines by commit 86b862096bcb
> (merged and restructured code for versal_2ve_2vm and spartanus+), no
> content change.

Thomas was too quick for you this time... ;)
https://gitlab.com/buildroot.org/buildroot/-/commit/4850405d8aa2b4f7aeb84a0db7cd3369a727d214

Best regards,
Neal Frager
AMD

 > Signed-off-by: Neal Frager <neal.frager@amd.com>
 > ---
 >  package/bootgen/bootgen.hash | 4 ++--
 >  package/bootgen/bootgen.mk   | 4 ++--
 >  2 files changed, 4 insertions(+), 4 deletions(-)

 > diff --git a/package/bootgen/bootgen.hash b/package/bootgen/bootgen.hash
 > index d040a2e280..7670a5d1ee 100644
 > --- a/package/bootgen/bootgen.hash
 > +++ b/package/bootgen/bootgen.hash
 > @@ -1,3 +1,3 @@
 >  # Locally calculated
 > -sha256  2c8345a3bea4fcec6ceb6c8f8e727a610aaca3ec71cdf7f892d7f89f88438650  bootgen-xilinx_v2024.2.tar.gz
 > -sha256  4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3  LICENSE
 > +sha256  3de43a331e10b2a8079d4681ad72cef4884bc3a09250d3d80811d677f3ffe560  bootgen-xilinx_v2025.1.tar.gz
 > +sha256  36e278ff2cc9ef95154a923bf4a9450414f358779045ae4f863c8d77fb18dbdb  LICENSE
 > diff --git a/package/bootgen/bootgen.mk b/package/bootgen/bootgen.mk
 > index 51eacde462..939872b29c 100644
 > --- a/package/bootgen/bootgen.mk
 > +++ b/package/bootgen/bootgen.mk
 > @@ -4,7 +4,7 @@
 >  #
 >  ################################################################################

 > -BOOTGEN_VERSION = xilinx_v2024.2
 > +BOOTGEN_VERSION = xilinx_v2025.1
 >  BOOTGEN_SITE = $(call github,Xilinx,bootgen,$(BOOTGEN_VERSION))
 >  HOST_BOOTGEN_DEPENDENCIES = host-openssl host-pkgconf
 >  BOOTGEN_LICENSE = Apache-2.0
 > @@ -19,7 +19,7 @@ define HOST_BOOTGEN_BUILD_CMDS
 >  endef

 >  define HOST_BOOTGEN_INSTALL_CMDS
 > -    $(INSTALL) -m 0755 -D $(@D)/bootgen $(HOST_DIR)/bin/bootgen
 > +    $(INSTALL) -m 0755 -D $(@D)/build/bin/bootgen $(HOST_DIR)/bin/bootgen
 >  endef

 >  $(eval $(host-generic-package))
 > --

 > 2.25.1



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

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

* Re: [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1
  2025-06-02 11:57   ` Frager, Neal via buildroot
@ 2025-06-02 12:12     ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2025-06-02 12:12 UTC (permalink / raw)
  To: Frager, Neal
  Cc: Erkiaga Elorza, Ibai, luca.ceresoli@bootlin.com,
	buildroot@buildroot.org, brandon.maier@collins.com, ju.o@free.fr,
	thomas.petazzoni@bootlin.com, romain.naour@smile.fr,
	Simek, Michal

>>>>> "Frager," == Frager, Neal <neal.frager@amd.com> writes:

 > [AMD Official Use Only - AMD Internal Distribution Only]
 > Hi Peter,

 >> Bump bootgen to xilinx_v2025.1 release.
 >> With version 2025.1, bootgen executable is now in the build/bin dir, so
 >> the install step is changed accordingly.

 >> It could be interesting to add a shortlog of the (fairly limited) amount
 >> of changes done:

 >> git shortlog --no-merges xilinx_v2024.2..xilinx_v2025.1
 >> Shaik Salauddin (4):
 >> Latest versal specific changes push to main branch for 2025.1
 >> RDI version update to 2025.1
 >> Adding placeholder in build directory for bootgen bin generation
 >> Fix for sdcard bootup failure in zynmp/zynq

 >> bsaihema (2):
 >> merged and restructured code for versal_2ve_2vm and spartanus+
 >> optional data fix for versal_2ve_2vm

 >> Please also document why the LICENSE hash changed, E.G. LICENSE file
 >> changed by a conversion from DOS to UNIX newlines by commit 86b862096bcb
 >> (merged and restructured code for versal_2ve_2vm and spartanus+), no
 >> content change.

 > Thomas was too quick for you this time... ;)
 > https://gitlab.com/buildroot.org/buildroot/-/commit/4850405d8aa2b4f7aeb84a0db7cd3369a727d214

Ahh, sorry - I missed the change on the next branch.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2025-06-02 12:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-30 16:40 [Buildroot] [PATCH v1 1/1] package/bootgen: bump to xilinx_v2025.1 Neal Frager via buildroot
2025-05-30 19:36 ` Thomas Petazzoni via buildroot
2025-06-02 11:47 ` Peter Korsgaard
2025-06-02 11:57   ` Frager, Neal via buildroot
2025-06-02 12:12     ` Peter Korsgaard

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