mbox series

[0/1] arm-bsp/n1sdp: update to linux yocto kernel 6.1

Message ID 20230303114121.6297-1-xueliang.zhong@arm.com
Headers show
Series arm-bsp/n1sdp: update to linux yocto kernel 6.1 | expand

Message

xueliang.zhong@arm.com March 3, 2023, 11:41 a.m. UTC
From: Xueliang Zhong <xueliang.zhong@arm.com>

This patch set rebased N1SDP kernel PCIe quirk patches on 6.1 kernel.

Xueliang Zhong (1):
  arm-bsp/n1sdp: update to linux yocto kernel 6.1

 meta-arm-bsp/conf/machine/n1sdp.conf          |  2 +-
 .../linux/linux-arm-platforms.inc             |  3 +-
 ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch | 13 +++--
 ...irk-add-acs-override-for-PCI-devices.patch | 18 ++++---
 ...-for-the-Arm-Neoverse-N1SDP-platform.patch | 52 +++++++++++--------
 ...uirk-support-enabling-remote-chip-PC.patch | 37 +++++++------
 ...list-early-Arm-Neoverse-N1-revisions.patch | 14 +++--
 ...disable-config-options-that-does-not.patch |  1 +
 .../linux-yocto-6.1/n1sdp/enable-nvme.cfg     |  3 ++
 .../n1sdp/enable-realtek-R8169.cfg            |  0
 .../n1sdp/enable-usb_conn_gpio.cfg            |  0
 .../n1sdp/usb_xhci_pci_renesas.cfg            |  0
 .../recipes-kernel/linux/linux-yocto_5.19.bb  | 28 ----------
 13 files changed, 85 insertions(+), 86 deletions(-)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch (83%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch (91%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch (90%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch (84%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch (75%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0006-arm64-defconfig-disable-config-options-that-does-not.patch (95%)
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-6.1/n1sdp/enable-nvme.cfg
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/enable-realtek-R8169.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/enable-usb_conn_gpio.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/usb_xhci_pci_renesas.cfg (100%)
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb

Comments

Jon Mason March 4, 2023, 4:59 p.m. UTC | #1
On Fri, 3 Mar 2023 11:41:20 +0000, xueliang.zhong@arm.com wrote:
> This patch set rebased N1SDP kernel PCIe quirk patches on 6.1 kernel.
> 
> Xueliang Zhong (1):
>   arm-bsp/n1sdp: update to linux yocto kernel 6.1
> 
>  meta-arm-bsp/conf/machine/n1sdp.conf          |  2 +-
>  .../linux/linux-arm-platforms.inc             |  3 +-
>  ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch | 13 +++--
>  ...irk-add-acs-override-for-PCI-devices.patch | 18 ++++---
>  ...-for-the-Arm-Neoverse-N1SDP-platform.patch | 52 +++++++++++--------
>  ...uirk-support-enabling-remote-chip-PC.patch | 37 +++++++------
>  ...list-early-Arm-Neoverse-N1-revisions.patch | 14 +++--
>  ...disable-config-options-that-does-not.patch |  1 +
>  .../linux-yocto-6.1/n1sdp/enable-nvme.cfg     |  3 ++
>  .../n1sdp/enable-realtek-R8169.cfg            |  0
>  .../n1sdp/enable-usb_conn_gpio.cfg            |  0
>  .../n1sdp/usb_xhci_pci_renesas.cfg            |  0
>  .../recipes-kernel/linux/linux-yocto_5.19.bb  | 28 ----------
>  13 files changed, 85 insertions(+), 86 deletions(-)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch (83%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch (91%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch (90%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch (84%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch (75%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0006-arm64-defconfig-disable-config-options-that-does-not.patch (95%)
>  create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-6.1/n1sdp/enable-nvme.cfg
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/enable-realtek-R8169.cfg (100%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/enable-usb_conn_gpio.cfg (100%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/usb_xhci_pci_renesas.cfg (100%)
>  delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb

Applied, thanks!

[1/1] arm-bsp/n1sdp: update to linux yocto kernel 6.1
      commit: 7c8ce7f5a0d4c56b308d5b0026ce9f278c80820c

Best regards,
Jon Mason March 8, 2023, 1:03 p.m. UTC | #2
On Fri, 3 Mar 2023 11:41:20 +0000, xueliang.zhong@arm.com wrote:
> This patch set rebased N1SDP kernel PCIe quirk patches on 6.1 kernel.
> 
> Xueliang Zhong (1):
>   arm-bsp/n1sdp: update to linux yocto kernel 6.1
> 
>  meta-arm-bsp/conf/machine/n1sdp.conf          |  2 +-
>  .../linux/linux-arm-platforms.inc             |  3 +-
>  ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch | 13 +++--
>  ...irk-add-acs-override-for-PCI-devices.patch | 18 ++++---
>  ...-for-the-Arm-Neoverse-N1SDP-platform.patch | 52 +++++++++++--------
>  ...uirk-support-enabling-remote-chip-PC.patch | 37 +++++++------
>  ...list-early-Arm-Neoverse-N1-revisions.patch | 14 +++--
>  ...disable-config-options-that-does-not.patch |  1 +
>  .../linux-yocto-6.1/n1sdp/enable-nvme.cfg     |  3 ++
>  .../n1sdp/enable-realtek-R8169.cfg            |  0
>  .../n1sdp/enable-usb_conn_gpio.cfg            |  0
>  .../n1sdp/usb_xhci_pci_renesas.cfg            |  0
>  .../recipes-kernel/linux/linux-yocto_5.19.bb  | 28 ----------
>  13 files changed, 85 insertions(+), 86 deletions(-)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch (83%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch (91%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch (90%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch (84%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch (75%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/0006-arm64-defconfig-disable-config-options-that-does-not.patch (95%)
>  create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-6.1/n1sdp/enable-nvme.cfg
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/enable-realtek-R8169.cfg (100%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/enable-usb_conn_gpio.cfg (100%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.19 => linux-yocto-6.1}/n1sdp/usb_xhci_pci_renesas.cfg (100%)
>  delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.19.bb

Applied, thanks!

[1/1] arm-bsp/n1sdp: update to linux yocto kernel 6.1
      commit: 7c8ce7f5a0d4c56b308d5b0026ce9f278c80820c

Best regards,