mbox series

[0/1] arm-bsp/linux-yocto: Upgrade kernel to v5.19 for N1SDP

Message ID 20221005114706.2444304-1-adam.johnston@arm.com
Headers show
Series arm-bsp/linux-yocto: Upgrade kernel to v5.19 for N1SDP | expand

Message

Adam Johnston Oct. 5, 2022, 11:47 a.m. UTC
From: Adam Johnston <adam.johnston@arm.com>

This change is to upgrade the Linux kernel version to 5.19 for N1SDP
target to align with post N1SDP-2022.06.22 refresh

Adam Johnston (1):
  arm-bsp/linux-yocto: Upgrade kernel to v5.19 for N1SDP

 meta-arm-bsp/conf/machine/n1sdp.conf          |  2 +-
 .../linux/linux-arm-platforms.inc             |  3 +-
 ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch | 12 +++--
 ...irk-add-acs-override-for-PCI-devices.patch | 14 ++---
 ...-for-the-Arm-Neoverse-N1SDP-platform.patch | 54 ++++++++++---------
 ...uirk-support-enabling-remote-chip-PC.patch | 29 +++++-----
 ...list-early-Arm-Neoverse-N1-revisions.patch |  8 +--
 ...disable-config-options-that-does-not.patch | 39 ++++++++++++++
 .../n1sdp/enable-realtek-R8169.cfg            |  0
 .../n1sdp/enable-usb_conn_gpio.cfg            |  0
 .../n1sdp/usb_xhci_pci_renesas.cfg            |  0
 11 files changed, 106 insertions(+), 55 deletions(-)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch (80%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch (91%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch (91%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch (87%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch (79%)
 create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.19/n1sdp/0006-arm64-defconfig-disable-config-options-that-does-not.patch
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/enable-realtek-R8169.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/enable-usb_conn_gpio.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/usb_xhci_pci_renesas.cfg (100%)

Comments

Jon Mason Oct. 5, 2022, 5:29 p.m. UTC | #1
On Wed, 5 Oct 2022 12:47:05 +0100, adam.johnston@arm.com wrote:
> This change is to upgrade the Linux kernel version to 5.19 for N1SDP
> target to align with post N1SDP-2022.06.22 refresh
> 
> Adam Johnston (1):
>   arm-bsp/linux-yocto: Upgrade kernel to v5.19 for N1SDP
> 
>  meta-arm-bsp/conf/machine/n1sdp.conf          |  2 +-
>  .../linux/linux-arm-platforms.inc             |  3 +-
>  ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch | 12 +++--
>  ...irk-add-acs-override-for-PCI-devices.patch | 14 ++---
>  ...-for-the-Arm-Neoverse-N1SDP-platform.patch | 54 ++++++++++---------
>  ...uirk-support-enabling-remote-chip-PC.patch | 29 +++++-----
>  ...list-early-Arm-Neoverse-N1-revisions.patch |  8 +--
>  ...disable-config-options-that-does-not.patch | 39 ++++++++++++++
>  .../n1sdp/enable-realtek-R8169.cfg            |  0
>  .../n1sdp/enable-usb_conn_gpio.cfg            |  0
>  .../n1sdp/usb_xhci_pci_renesas.cfg            |  0
>  11 files changed, 106 insertions(+), 55 deletions(-)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch (80%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch (91%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch (91%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch (87%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch (79%)
>  create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.19/n1sdp/0006-arm64-defconfig-disable-config-options-that-does-not.patch
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/enable-realtek-R8169.cfg (100%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/enable-usb_conn_gpio.cfg (100%)
>  rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.15 => linux-yocto-5.19}/n1sdp/usb_xhci_pci_renesas.cfg (100%)

Applied, thanks!

[1/1] arm-bsp/linux-yocto: Upgrade kernel to v5.19 for N1SDP
      commit: bb1a229176297021e325e4d82e8b0919f155c061

Best regards,