Message ID | 20220310095756.23619-1-xueliang.zhong@arm.com |
---|---|
Headers | show |
Series | arm-bsp/n1sdp: migrate to linux yocto kernel 5.15 | expand |
On Thu, 10 Mar 2022 09:57:55 +0000, xueliang.zhong@arm.com wrote: > This patchset includes: > - Rebased and fixed N1SDP kernel 5.4 PCIe quirk patches to apply on 5.15 > - Removed 5.10 kernel recipe for N1SDP > - Dropped RT kernel support, as it is no longer supported on N1SDP > > Xueliang Zhong (1): > arm-bsp/n1sdp: migrate to linux yocto kernel 5.15 > > [...] Applied, thanks! [1/1] arm-bsp/n1sdp: migrate to linux yocto kernel 5.15 commit: 3e6c53f182414fc3fc1be0af95ac9e99acda37f6 Best regards,
From: Xueliang Zhong <xueliang.zhong@arm.com> This patchset includes: - Rebased and fixed N1SDP kernel 5.4 PCIe quirk patches to apply on 5.15 - Removed 5.10 kernel recipe for N1SDP - Dropped RT kernel support, as it is no longer supported on N1SDP Xueliang Zhong (1): arm-bsp/n1sdp: migrate to linux yocto kernel 5.15 meta-arm-bsp/conf/machine/n1sdp.conf | 3 +- .../linux/linux-arm-platforms.inc | 12 +- ...drop-unused-BACKLIGHT_GENERIC-option.patch | 41 ------ ...e-n1sdp-pci-quirk-for-SR-IOV-support.patch | 58 -------- ...uirk-support-enabling-remote-chip-PC.patch | 137 ------------------ .../linux-yocto-5.10/n1sdp/no-power-avs.patch | 29 ---- ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch | 49 +++++++ ...rk-add-acs-override-for-PCI-devices.patch} | 45 +++--- ...for-the-Arm-Neoverse-N1SDP-platform.patch} | 130 ++++++++--------- ...uirk-support-enabling-remote-chip-PC.patch | 137 ++++++++++++++++++ ...list-early-Arm-Neoverse-N1-revisions.patch | 34 +++++ .../n1sdp/enable-realtek-R8169.cfg | 0 .../n1sdp/enable-usb_conn_gpio.cfg | 0 .../n1sdp/usb_xhci_pci_renesas.cfg | 2 + 14 files changed, 313 insertions(+), 364 deletions(-) delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.10/n1sdp/0001-arm64-defconfig-drop-unused-BACKLIGHT_GENERIC-option.patch delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.10/n1sdp/0003-n1sdp-update-n1sdp-pci-quirk-for-SR-IOV-support.patch delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.10/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.10/n1sdp/no-power-avs.patch create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.15/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.10/n1sdp/0001-pci_quirk-add-acs-override-for-PCI-devices.patch => linux-yocto-5.15/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch} (75%) rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.10/n1sdp/0002-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch => linux-yocto-5.15/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch} (78%) create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.15/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.15/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.10 => linux-yocto-5.15}/n1sdp/enable-realtek-R8169.cfg (100%) rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-5.10 => linux-yocto-5.15}/n1sdp/enable-usb_conn_gpio.cfg (100%) create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-5.15/n1sdp/usb_xhci_pci_renesas.cfg