All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1
@ 2022-05-02  7:49 Neal Frager via buildroot
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Neal Frager via buildroot @ 2022-05-02  7:49 UTC (permalink / raw)
  To: buildroot; +Cc: luca, giulio.benetti, Neal Frager

This patch bumps configs/zynqmp_zcu102_defconfig to Xilinx software release 2022.1
which includes the following updates:
  - TF-A release version 2.6
  - U-Boot release version 2022.01
  - Linux kernel release version 5.15.19

It is better to use a Xilinx official release version than sha tags.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynqmp_zcu102_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/zynqmp_zcu102_defconfig b/configs/zynqmp_zcu102_defconfig
index 2dd0817bd8..37df0977a7 100644
--- a/configs/zynqmp_zcu102_defconfig
+++ b/configs/zynqmp_zcu102_defconfig
@@ -5,7 +5,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynqmp/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.15-930-g966124532656bc95d781abf57531e4cd4f962237"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xlnx_rebase_v5.15_LTS_2022.1"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynqmp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/zynqmp-zcu102-rev1.0"
@@ -16,14 +16,14 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v2.6-33-ge678d5ddc475f34dea8f5004fb6ebde118621784"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="xlnx_rebase_v2.6_2022.1"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="zynqmp"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2022.01-165-g667001319cbe511ce6353195fb4910ae5cb041ce"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xlnx_rebase_v2022.01_2022.1"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynqmp_virt"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/zynqmp/zcu102/uboot.fragment"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.17.1

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

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

* [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1 Neal Frager via buildroot
@ 2022-05-02  7:49 ` Neal Frager via buildroot
  2022-05-03 13:32   ` Luca Ceresoli
                     ` (3 more replies)
  2022-05-03 14:17 ` [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: " Peter Korsgaard
  2022-05-28  6:58 ` Peter Korsgaard
  2 siblings, 4 replies; 10+ messages in thread
From: Neal Frager via buildroot @ 2022-05-02  7:49 UTC (permalink / raw)
  To: buildroot; +Cc: luca, giulio.benetti, Neal Frager

This patch bumps configs/zynqmp_zcu106_defconfig to Xilinx software release 2022.1
which includes the following updates:
  - TF-A release version 2.6
  - U-Boot release version 2022.01
  - Linux kernel release version 5.15.19

It is better to use a Xilinx official release version than sha tags.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 configs/zynqmp_zcu106_defconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/zynqmp_zcu106_defconfig b/configs/zynqmp_zcu106_defconfig
index d836edfaf0..c8b507f0db 100644
--- a/configs/zynqmp_zcu106_defconfig
+++ b/configs/zynqmp_zcu106_defconfig
@@ -5,7 +5,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynqmp/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.15-930-g966124532656bc95d781abf57531e4cd4f962237"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xlnx_rebase_v5.15_LTS_2022.1"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynqmp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/zynqmp-zcu106-revA"
@@ -16,14 +16,14 @@ BR2_TARGET_ROOTFS_EXT2_4=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-trusted-firmware.git"
-BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v2.6-33-ge678d5ddc475f34dea8f5004fb6ebde118621784"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="xlnx_rebase_v2.6_2022.1"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="zynqmp"
 BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
-BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2022.01-165-g667001319cbe511ce6353195fb4910ae5cb041ce"
+BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xlnx_rebase_v2022.01_2022.1"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynqmp_virt"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/zynqmp/zcu106/uboot.fragment"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
-- 
2.17.1

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

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

* Re: [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
@ 2022-05-03 13:32   ` Luca Ceresoli
  2022-05-03 13:33   ` Luca Ceresoli
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Luca Ceresoli @ 2022-05-03 13:32 UTC (permalink / raw)
  To: Neal Frager, buildroot; +Cc: giulio.benetti

Hi,

On 02/05/22 09:49, Neal Frager wrote:
> This patch bumps configs/zynqmp_zcu106_defconfig to Xilinx software release 2022.1
> which includes the following updates:
>   - TF-A release version 2.6
>   - U-Boot release version 2022.01
>   - Linux kernel release version 5.15.19
> 
> It is better to use a Xilinx official release version than sha tags.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>

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

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

* Re: [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
  2022-05-03 13:32   ` Luca Ceresoli
@ 2022-05-03 13:33   ` Luca Ceresoli
  2022-05-03 14:17   ` Peter Korsgaard
  2022-05-28  6:58   ` Peter Korsgaard
  3 siblings, 0 replies; 10+ messages in thread
From: Luca Ceresoli @ 2022-05-03 13:33 UTC (permalink / raw)
  To: Neal Frager, buildroot; +Cc: giulio.benetti

Hi,

On 02/05/22 09:49, Neal Frager wrote:
> This patch bumps configs/zynqmp_zcu106_defconfig to Xilinx software release 2022.1
> which includes the following updates:
>   - TF-A release version 2.6
>   - U-Boot release version 2022.01
>   - Linux kernel release version 5.15.19
> 
> It is better to use a Xilinx official release version than sha tags.
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>


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

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

* Re: [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1 Neal Frager via buildroot
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
@ 2022-05-03 14:17 ` Peter Korsgaard
  2022-05-03 14:38   ` Neal Frager
  2022-05-28  6:58 ` Peter Korsgaard
  2 siblings, 1 reply; 10+ messages in thread
From: Peter Korsgaard @ 2022-05-03 14:17 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, buildroot

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

 > This patch bumps configs/zynqmp_zcu102_defconfig to Xilinx software release 2022.1
 > which includes the following updates:
 >   - TF-A release version 2.6
 >   - U-Boot release version 2022.01
 >   - Linux kernel release version 5.15.19

 > It is better to use a Xilinx official release version than sha tags.

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

Committed, thanks.

Out of interest, why is there two tags (based on 5.15 and 5.15.19)? Is
the plan to rebase the _LTS_ one on future stable releases?

git tag | grep 'xlnx.*5.15'
xlnx_rebase_v5.15_2022.1
xlnx_rebase_v5.15_LTS_2022.1

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

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

* Re: [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
  2022-05-03 13:32   ` Luca Ceresoli
  2022-05-03 13:33   ` Luca Ceresoli
@ 2022-05-03 14:17   ` Peter Korsgaard
  2022-05-28  6:58   ` Peter Korsgaard
  3 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2022-05-03 14:17 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, buildroot

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

 > This patch bumps configs/zynqmp_zcu106_defconfig to Xilinx software release 2022.1
 > which includes the following updates:
 >   - TF-A release version 2.6
 >   - U-Boot release version 2022.01
 >   - Linux kernel release version 5.15.19

 > It is better to use a Xilinx official release version than sha tags.

 > 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] 10+ messages in thread

* Re: [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1
  2022-05-03 14:17 ` [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: " Peter Korsgaard
@ 2022-05-03 14:38   ` Neal Frager
  2022-05-03 14:44     ` Peter Korsgaard
  0 siblings, 1 reply; 10+ messages in thread
From: Neal Frager @ 2022-05-03 14:38 UTC (permalink / raw)
  To: Peter Korsgaard, Neal Frager; +Cc: luca, giulio.benetti, buildroot

Hi Peter,

> Committed, thanks.

Thank you!

> Out of interest, why is there two tags (based on 5.15 and 5.15.19)? Is the plan to rebase the _LTS_ one on future stable releases?

> git tag | grep 'xlnx.*5.15'
> xlnx_rebase_v5.15_2022.1
> xlnx_rebase_v5.15_LTS_2022.1

The xlnx_rebase_v5.15_2022.1 tag is continuing our older release strategy of staying with a 5.15.0 kernel for the entire year.
Developers would then be fully responsible for rebasing the kernel.org security patches.

The xlnx_rebase_v5.15_LTS_2022.1 is our new release strategy and the one I am promoting for everyone to use.
This tag is using Linux kernel 5.15.19 for 2022.1 and will update to 5.15.x for 2022.2.
Essentially, developers get two updates of security patches per year by using these tags.
Petalinux and Yocto are also using the xlnx_rebase_v5.15_LTS_2022.1 release tag.

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

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

* Re: [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1
  2022-05-03 14:38   ` Neal Frager
@ 2022-05-03 14:44     ` Peter Korsgaard
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2022-05-03 14:44 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, buildroot, Neal Frager

>>>>> "Neal" == Neal Frager <nealf@xilinx.com> writes:

 > Hi Peter,
 >> Committed, thanks.

 > Thank you!

 >> Out of interest, why is there two tags (based on 5.15 and 5.15.19)?
 >> Is the plan to rebase the _LTS_ one on future stable releases?

 >> git tag | grep 'xlnx.*5.15'
 >> xlnx_rebase_v5.15_2022.1
 >> xlnx_rebase_v5.15_LTS_2022.1

 > The xlnx_rebase_v5.15_2022.1 tag is continuing our older release strategy of staying with a 5.15.0 kernel for the entire year.
 > Developers would then be fully responsible for rebasing the kernel.org security patches.

 > The xlnx_rebase_v5.15_LTS_2022.1 is our new release strategy and the one I am promoting for everyone to use.
 > This tag is using Linux kernel 5.15.19 for 2022.1 and will update to 5.15.x for 2022.2.
 > Essentially, developers get two updates of security patches per year by using these tags.
 > Petalinux and Yocto are also using the xlnx_rebase_v5.15_LTS_2022.1 release tag.

Ok, nice - Definately a step in the right direction!

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

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

* Re: [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1 Neal Frager via buildroot
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
  2022-05-03 14:17 ` [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: " Peter Korsgaard
@ 2022-05-28  6:58 ` Peter Korsgaard
  2 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2022-05-28  6:58 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, buildroot

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

 > This patch bumps configs/zynqmp_zcu102_defconfig to Xilinx software release 2022.1
 > which includes the following updates:
 >   - TF-A release version 2.6
 >   - U-Boot release version 2022.01
 >   - Linux kernel release version 5.15.19

 > It is better to use a Xilinx official release version than sha tags.

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

Committed to 2022.02.x, thanks.

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

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

* Re: [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: bump to Xilinx 2022.1
  2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
                     ` (2 preceding siblings ...)
  2022-05-03 14:17   ` Peter Korsgaard
@ 2022-05-28  6:58   ` Peter Korsgaard
  3 siblings, 0 replies; 10+ messages in thread
From: Peter Korsgaard @ 2022-05-28  6:58 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, buildroot

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

 > This patch bumps configs/zynqmp_zcu106_defconfig to Xilinx software release 2022.1
 > which includes the following updates:
 >   - TF-A release version 2.6
 >   - U-Boot release version 2022.01
 >   - Linux kernel release version 5.15.19

 > It is better to use a Xilinx official release version than sha tags.

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

Committed to 2022.02.x, thanks.

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

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

end of thread, other threads:[~2022-05-28  6:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02  7:49 [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: bump to Xilinx 2022.1 Neal Frager via buildroot
2022-05-02  7:49 ` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: " Neal Frager via buildroot
2022-05-03 13:32   ` Luca Ceresoli
2022-05-03 13:33   ` Luca Ceresoli
2022-05-03 14:17   ` Peter Korsgaard
2022-05-28  6:58   ` Peter Korsgaard
2022-05-03 14:17 ` [Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: " Peter Korsgaard
2022-05-03 14:38   ` Neal Frager
2022-05-03 14:44     ` Peter Korsgaard
2022-05-28  6:58 ` 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.