* [Buildroot] [PATCH v1 1/1] configs/versal_vck190_defconfig: use Xilinx github for versal-firmware
@ 2023-01-27 10:53 Neal Frager via buildroot
2023-02-07 10:43 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Neal Frager via buildroot @ 2023-01-27 10:53 UTC (permalink / raw)
To: buildroot
Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
Neal Frager, michal.simek
Migrate versal-firmware package from nealfrager github to Xilinx github.
The images are identical, so this patch has zero impact on functionality.
Signed-off-by: Neal Frager <neal.frager@amd.com>
---
configs/versal_vck190_defconfig | 2 +-
package/versal-firmware/Config.in | 2 +-
package/versal-firmware/versal-firmware.mk | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configs/versal_vck190_defconfig b/configs/versal_vck190_defconfig
index fcda6eb431..2808fa522b 100644
--- a/configs/versal_vck190_defconfig
+++ b/configs/versal_vck190_defconfig
@@ -32,7 +32,7 @@ BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
BR2_TARGET_UBOOT_FORMAT_REMAKE_ELF=y
BR2_TARGET_UBOOT_FORMAT_DTB=y
BR2_PACKAGE_VERSAL_FIRMWARE=y
-BR2_PACKAGE_VERSAL_FIRMWARE_VERSION="v2022.2"
+BR2_PACKAGE_VERSAL_FIRMWARE_VERSION="2022.2_br_1"
BR2_PACKAGE_VERSAL_FIRMWARE_BOARD="vck190"
BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_GENIMAGE=y
diff --git a/package/versal-firmware/Config.in b/package/versal-firmware/Config.in
index 8d13816149..b4b63282d8 100644
--- a/package/versal-firmware/Config.in
+++ b/package/versal-firmware/Config.in
@@ -10,7 +10,7 @@ if BR2_PACKAGE_VERSAL_FIRMWARE
config BR2_PACKAGE_VERSAL_FIRMWARE_VERSION
string "firmware version"
- default "v2022.2"
+ default "2022.2_br_1"
help
Release version of Versal firmware.
diff --git a/package/versal-firmware/versal-firmware.mk b/package/versal-firmware/versal-firmware.mk
index 3e4b9e558d..0bc5a00bc6 100644
--- a/package/versal-firmware/versal-firmware.mk
+++ b/package/versal-firmware/versal-firmware.mk
@@ -5,7 +5,7 @@
################################################################################
VERSAL_FIRMWARE_VERSION = $(call qstrip,$(BR2_PACKAGE_VERSAL_FIRMWARE_VERSION))
-VERSAL_FIRMWARE_SITE = $(call github,nealfrager,buildroot-firmware,$(VERSAL_FIRMWARE_VERSION))
+VERSAL_FIRMWARE_SITE = $(call github,Xilinx,ubuntu-firmware,$(VERSAL_FIRMWARE_VERSION))
VERSAL_FIRMWARE_LICENSE = Xilinx-Binary-Only
VERSAL_FIRMWARE_LICENSE_FILES = LICENSE
VERSAL_FIRMWARE_INSTALL_TARGET = NO
--
2.17.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] configs/versal_vck190_defconfig: use Xilinx github for versal-firmware
2023-01-27 10:53 [Buildroot] [PATCH v1 1/1] configs/versal_vck190_defconfig: use Xilinx github for versal-firmware Neal Frager via buildroot
@ 2023-02-07 10:43 ` Thomas Petazzoni via buildroot
2023-02-07 10:48 ` Frager, Neal via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-07 10:43 UTC (permalink / raw)
To: Neal Frager via buildroot
Cc: michal.simek, kris.chaplin, terry.oneal, luca.ceresoli,
Neal Frager
On Fri, 27 Jan 2023 10:53:05 +0000
Neal Frager via buildroot <buildroot@buildroot.org> wrote:
> Migrate versal-firmware package from nealfrager github to Xilinx github.
> The images are identical, so this patch has zero impact on functionality.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
> configs/versal_vck190_defconfig | 2 +-
> package/versal-firmware/Config.in | 2 +-
> package/versal-firmware/versal-firmware.mk | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
I've applied, but to be honest, it still looks a bit weird. The branch
on the repo is special for Buildroot, and its contents are completely
different than the master branch of the ubuntu-firmware repository. Why
are those firmware files specific to Ubuntu, or specific to Buildroot?
They should normally be distro/build-system agnostic.
Best regards,
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] 4+ messages in thread
* Re: [Buildroot] [PATCH v1 1/1] configs/versal_vck190_defconfig: use Xilinx github for versal-firmware
2023-02-07 10:43 ` Thomas Petazzoni via buildroot
@ 2023-02-07 10:48 ` Frager, Neal via buildroot
2023-02-07 11:07 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 4+ messages in thread
From: Frager, Neal via buildroot @ 2023-02-07 10:48 UTC (permalink / raw)
To: Thomas Petazzoni, Neal Frager via buildroot
Cc: Simek, Michal, Chaplin, Kris, O'Neal, Terry,
luca.ceresoli@bootlin.com
Hi Thomas,
> Migrate versal-firmware package from nealfrager github to Xilinx github.
> The images are identical, so this patch has zero impact on functionality.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
> configs/versal_vck190_defconfig | 2 +-
> package/versal-firmware/Config.in | 2 +-
> package/versal-firmware/versal-firmware.mk | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
> I've applied, but to be honest, it still looks a bit weird. The branch on the repo is special for Buildroot, and its contents are completely different than the master branch of the ubuntu-firmware repository. Why are those firmware files specific to Ubuntu, or specific to Buildroot?
> They should normally be distro/build-system agnostic.
Yes, I fully agree with you. We will have a proper firmware repo agnostic to ubuntu starting with our 2023.1 release.
In the meantime, Terry O'Neal implemented this solution as a temporary one for 2022.2, so that we could get off of using my private github.
I am confident that our 2023.1 solution will clean this up.
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] configs/versal_vck190_defconfig: use Xilinx github for versal-firmware
2023-02-07 10:48 ` Frager, Neal via buildroot
@ 2023-02-07 11:07 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-07 11:07 UTC (permalink / raw)
To: Frager, Neal
Cc: Simek, Michal, Chaplin, Kris, O'Neal, Terry,
luca.ceresoli@bootlin.com, Neal Frager via buildroot
Hello,
On Tue, 7 Feb 2023 10:48:53 +0000
"Frager, Neal" <neal.frager@amd.com> wrote:
> Yes, I fully agree with you. We will have a proper firmware repo
> agnostic to ubuntu starting with our 2023.1 release.
>
> In the meantime, Terry O'Neal implemented this solution as a
> temporary one for 2022.2, so that we could get off of using my
> private github.
>
> I am confident that our 2023.1 solution will clean this up.
Sounds like a good plan, thanks for the details!
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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
end of thread, other threads:[~2023-02-07 11:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 10:53 [Buildroot] [PATCH v1 1/1] configs/versal_vck190_defconfig: use Xilinx github for versal-firmware Neal Frager via buildroot
2023-02-07 10:43 ` Thomas Petazzoni via buildroot
2023-02-07 10:48 ` Frager, Neal via buildroot
2023-02-07 11:07 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox