All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: use Xilinx github for pmufw.elf
@ 2023-01-27  9:43 Neal Frager via buildroot
  2023-01-27  9:43 ` [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: " Neal Frager via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Neal Frager via buildroot @ 2023-01-27  9:43 UTC (permalink / raw)
  To: buildroot
  Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
	Neal Frager, michal.simek

Migrate kv260_pmufw.elf location from nealfrager github to Xilinx github.
The image is identical, so this patch has zero impact on functionality.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynqmp_kria_kv260_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynqmp_kria_kv260_defconfig b/configs/zynqmp_kria_kv260_defconfig
index 94631da034..e180d5e7e7 100644
--- a/configs/zynqmp_kria_kv260_defconfig
+++ b/configs/zynqmp_kria_kv260_defconfig
@@ -31,7 +31,7 @@ BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="spl/boot.bin"
 BR2_TARGET_UBOOT_ZYNQMP=y
-BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/nealfrager/buildroot-firmware/raw/v2022.2/kv260/kv260_pmufw.elf"
+BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/Xilinx/ubuntu-firmware/raw/2022.2_br_1/kv260/kv260_pmufw.elf"
 BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/kria/kv260/pm_cfg_obj.c"
 BR2_TARGET_UBOOT_FORMAT_ITB=y
 BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-- 
2.17.1

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

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

* [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: use Xilinx github for pmufw.elf
  2023-01-27  9:43 [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: use Xilinx github for pmufw.elf Neal Frager via buildroot
@ 2023-01-27  9:43 ` Neal Frager via buildroot
  2023-01-27 10:38   ` Peter Korsgaard
  2023-01-27  9:44 ` [Buildroot] [PATCH v1 3/3] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
  2023-01-27 10:38 ` [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: " Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Neal Frager via buildroot @ 2023-01-27  9:43 UTC (permalink / raw)
  To: buildroot
  Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
	Neal Frager, michal.simek

Migrate zcu102_pmufw.elf location from nealfrager github to Xilinx github.
The image is identical, so this patch has zero impact on functionality.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynqmp_zcu102_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynqmp_zcu102_defconfig b/configs/zynqmp_zcu102_defconfig
index 6047d4299c..00b33261b6 100644
--- a/configs/zynqmp_zcu102_defconfig
+++ b/configs/zynqmp_zcu102_defconfig
@@ -29,7 +29,7 @@ BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="spl/boot.bin"
 BR2_TARGET_UBOOT_ZYNQMP=y
-BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/nealfrager/buildroot-firmware/raw/v2022.2/zcu102/zcu102_pmufw.elf"
+BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/Xilinx/ubuntu-firmware/raw/2022.2_br_1/zcu102/zcu102_pmufw.elf"
 BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu102/pm_cfg_obj.c"
 BR2_TARGET_UBOOT_FORMAT_ITB=y
 BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-- 
2.17.1

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

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

* [Buildroot] [PATCH v1 3/3] configs/zynqmp_zcu106_defconfig: use Xilinx github for pmufw.elf
  2023-01-27  9:43 [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: use Xilinx github for pmufw.elf Neal Frager via buildroot
  2023-01-27  9:43 ` [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: " Neal Frager via buildroot
@ 2023-01-27  9:44 ` Neal Frager via buildroot
  2023-01-27 10:38   ` Peter Korsgaard
  2023-01-27 10:38 ` [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: " Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Neal Frager via buildroot @ 2023-01-27  9:44 UTC (permalink / raw)
  To: buildroot
  Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
	Neal Frager, michal.simek

Migrate zcu106_pmufw.elf location from nealfrager github to Xilinx github.
The image is identical, so this patch has zero impact on functionality.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynqmp_zcu106_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynqmp_zcu106_defconfig b/configs/zynqmp_zcu106_defconfig
index 699e528f32..88295571af 100644
--- a/configs/zynqmp_zcu106_defconfig
+++ b/configs/zynqmp_zcu106_defconfig
@@ -29,7 +29,7 @@ BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_SPL_NAME="spl/boot.bin"
 BR2_TARGET_UBOOT_ZYNQMP=y
-BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/nealfrager/buildroot-firmware/raw/v2022.2/zcu106/zcu106_pmufw.elf"
+BR2_TARGET_UBOOT_ZYNQMP_PMUFW="https://github.com/Xilinx/ubuntu-firmware/raw/2022.2_br_1/zcu106/zcu106_pmufw.elf"
 BR2_TARGET_UBOOT_ZYNQMP_PM_CFG="board/zynqmp/zcu106/pm_cfg_obj.c"
 BR2_TARGET_UBOOT_FORMAT_ITB=y
 BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
-- 
2.17.1

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

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

* Re: [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: use Xilinx github for pmufw.elf
  2023-01-27  9:43 [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: use Xilinx github for pmufw.elf Neal Frager via buildroot
  2023-01-27  9:43 ` [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: " Neal Frager via buildroot
  2023-01-27  9:44 ` [Buildroot] [PATCH v1 3/3] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
@ 2023-01-27 10:38 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-01-27 10:38 UTC (permalink / raw)
  To: Neal Frager
  Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
	buildroot, michal.simek

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

 > Migrate kv260_pmufw.elf location from nealfrager github to Xilinx github.
 > The image is identical, so this patch has zero impact on functionality.

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed, thanks.

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

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

* Re: [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: use Xilinx github for pmufw.elf
  2023-01-27  9:43 ` [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: " Neal Frager via buildroot
@ 2023-01-27 10:38   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-01-27 10:38 UTC (permalink / raw)
  To: Neal Frager
  Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
	buildroot, michal.simek

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

 > Migrate zcu102_pmufw.elf location from nealfrager github to Xilinx github.
 > The image is identical, so this patch has zero impact on functionality.

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed, thanks.

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

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

* Re: [Buildroot] [PATCH v1 3/3] configs/zynqmp_zcu106_defconfig: use Xilinx github for pmufw.elf
  2023-01-27  9:44 ` [Buildroot] [PATCH v1 3/3] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
@ 2023-01-27 10:38   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2023-01-27 10:38 UTC (permalink / raw)
  To: Neal Frager
  Cc: terry.oneal, luca.ceresoli, kris.chaplin, thomas.petazzoni,
	buildroot, michal.simek

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

 > Migrate zcu106_pmufw.elf location from nealfrager github to Xilinx github.
 > The image is identical, so this patch has zero impact on functionality.

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed, thanks.

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

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

end of thread, other threads:[~2023-01-27 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27  9:43 [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: use Xilinx github for pmufw.elf Neal Frager via buildroot
2023-01-27  9:43 ` [Buildroot] [PATCH v1 2/3] configs/zynqmp_zcu102_defconfig: " Neal Frager via buildroot
2023-01-27 10:38   ` Peter Korsgaard
2023-01-27  9:44 ` [Buildroot] [PATCH v1 3/3] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
2023-01-27 10:38   ` Peter Korsgaard
2023-01-27 10:38 ` [Buildroot] [PATCH v1 1/3] configs/zynqmp_kria_kv260_defconfig: " Peter Korsgaard

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.