($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: anusmita.duttamazumder@arm.com
To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com, Jon.Mason@arm.com
Cc: nd@arm.com, Anusmita Dutta Mazumder <anusmita.duttamazumder@arm.com>
Subject: [PATCH 0/2] arm-bsp/n1sdp: update to linux yocto kernel 6.6
Date: Wed, 21 Feb 2024 09:24:47 +0000	[thread overview]
Message-ID: <20240221092449.507-1-anusmita.duttamazumder@arm.com> (raw)

From: Anusmita Dutta Mazumder <anusmita.duttamazumder@arm.com>

Update kernel version to v6.6 and rebase N1SDP kernel
PCIe quirk patches on top of this new version. Also remove kernel v6.1
recipe since no platform is currently using it.

Anusmita Dutta Mazumder (2):
  arm-bsp/linux-yocto: Remove EOL Linux yocto kernel 6.1
  arm-bsp/n1sdp: update to linux yocto kernel 6.6

 meta-arm-bsp/conf/machine/n1sdp.conf          |    2 +-
 .../linux/cve-exclusion_6.1.inc               | 5192 -----------------
 ...cpumap-Make-counter-as-unsigned-ints.patch |   69 -
 .../linux/linux-arm-platforms.inc             |    2 +-
 ...3-workaround-for-ATC_INV_SIZE_ALL-in.patch |    0
 ...irk-add-acs-override-for-PCI-devices.patch |    0
 ...-for-the-Arm-Neoverse-N1SDP-platform.patch |    0
 ...uirk-support-enabling-remote-chip-PC.patch |    0
 ...list-early-Arm-Neoverse-N1-revisions.patch |    0
 ...disable-config-options-that-does-not.patch |   30 +-
 .../n1sdp/enable-nvme.cfg                     |    0
 .../n1sdp/enable-realtek-R8169.cfg            |    0
 .../n1sdp/enable-usb_conn_gpio.cfg            |    0
 .../n1sdp/usb_xhci_pci_renesas.cfg            |    0
 .../linux/linux-yocto-rt_6.1%.bbappend        |    5 -
 .../linux/linux-yocto-rt_6.1.bb               |   45 -
 .../linux/linux-yocto_6.1%.bbappend           |    5 -
 .../recipes-kernel/linux/linux-yocto_6.1.bb   |   38 -
 18 files changed, 26 insertions(+), 5362 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/cve-exclusion_6.1.inc
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/files/0001-perf-cpumap-Make-counter-as-unsigned-ints.patch
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/0001-iommu-arm-smmu-v3-workaround-for-ATC_INV_SIZE_ALL-in.patch (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/0002-n1sdp-pci_quirk-add-acs-override-for-PCI-devices.patch (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/0003-pcie-Add-quirk-for-the-Arm-Neoverse-N1SDP-platform.patch (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/0004-n1sdp-pcie-add-quirk-support-enabling-remote-chip-PC.patch (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/0005-arm64-kpti-Whitelist-early-Arm-Neoverse-N1-revisions.patch (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/0006-arm64-defconfig-disable-config-options-that-does-not.patch (58%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/enable-nvme.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/enable-realtek-R8169.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/enable-usb_conn_gpio.cfg (100%)
 rename meta-arm-bsp/recipes-kernel/linux/{linux-yocto-6.1 => linux-yocto-6.6}/n1sdp/usb_xhci_pci_renesas.cfg (100%)
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_6.1%.bbappend
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto-rt_6.1.bb
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_6.1%.bbappend
 delete mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_6.1.bb

-- 
2.40.0.windows.1



             reply	other threads:[~2024-02-21  9:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21  9:24 anusmita.duttamazumder [this message]
2024-02-21  9:24 ` [PATCH 1/2] arm-bsp/linux-yocto: Remove EOL Linux yocto kernel 6.1 anusmita.duttamazumder
2024-02-21  9:24 ` [PATCH 2/2] arm-bsp/n1sdp: update to linux yocto kernel 6.6 anusmita.duttamazumder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240221092449.507-1-anusmita.duttamazumder@arm.com \
    --to=anusmita.duttamazumder@arm.com \
    --cc=Jon.Mason@arm.com \
    --cc=Ross.Burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).