From 4e9f39075a2dffbb535f51c3eec609357baa46d7 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:26 -0700 Subject: [PATCH 01/15] surface-arm64: add main arm64 profile (Snapdragon X Elite) --- mkosi.profiles/surface-arm64/mkosi.conf | 45 +++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.conf diff --git a/mkosi.profiles/surface-arm64/mkosi.conf b/mkosi.profiles/surface-arm64/mkosi.conf new file mode 100644 index 00000000..3f4ccbf2 --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.conf @@ -0,0 +1,45 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Surface Laptop 7 / Snapdragon X Elite (arm64) profile +# Activate with: mkosi --profile surface-arm64 +# +# TPM/Secure Boot design notes: +# - SignExpectedPcr=no: Qualcomm fTPM unavailable during initrd PCR measurements. +# Disabling avoids boot-time hang. Source: linux-surface/issues/1590 +# - NX Mode quirk: Surface UEFI NX Mode breaks MokManager. Profile uses +# UKI + systemd-boot (no shim). Enrollment via sbctl + direct UEFI db. +# - Upstream kernel only - bootability over full hardware support. + +[Match] +Profile=surface-arm64 + +[Distribution] +Architecture=arm64 + +[Validation] +# Inherit SecureBoot=yes from root; override PCR signing (Qualcomm fTPM quirk). +SignExpectedPcr=no + +[Content] +Packages= + qrtr + pd-mapper + linux-firmware + tpm2-tools + tpm2-tss + sbctl + efivar + efitools + +# Snapdragon X Elite kernel command line +# clk_ignore_unused/pd_ignore_unused prevent clock/power-domain framework from +# disabling unattached clocks during init - critical on Qualcomm bringup. +# Source: Linaro Snapdragon X Elite bring-up documentation +KernelCommandLine= + clk_ignore_unused + pd_ignore_unused + +# DRM, HID, and TPM CRB modules needed in initrd +KernelInitrdModules=/drivers/gpu/drm + /drivers/hid/hid-multitouch.ko + /drivers/hid/hid-generic.ko + /drivers/tpm/tpm_crb.ko From cf0ea0a6afc0089bc17a3124f35b9e0ab3cdff09 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:28 -0700 Subject: [PATCH 02/15] surface-arm64: add fedora arm64 distro config (upstream kernel, Qualcomm stack) --- .../mkosi.conf.d/fedora/mkosi.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf diff --git a/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf b/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf new file mode 100644 index 00000000..9f13ea8f --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf @@ -0,0 +1,17 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Fedora ARM64 for Snapdragon X Elite. +# Fedora rawhide aarch64 ships x1e80100-microsoft-romulus13/15.dtb since kernel 6.12. +# Source: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dts + +[Match] +Distribution=fedora +Architecture=arm64 + +[Content] +Packages= + kernel-core + kernel-modules + kernel-modules-extra + qrtr-tools + pd-mapper + qcom-firmware From ef971214d56eca4b6c4ae41cbabeb8ae70608b70 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:28 -0700 Subject: [PATCH 03/15] surface-arm64: add debian arm64 distro config (unstable, upstream kernel) --- .../mkosi.conf.d/debian/mkosi.conf | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.conf.d/debian/mkosi.conf diff --git a/mkosi.profiles/surface-arm64/mkosi.conf.d/debian/mkosi.conf b/mkosi.profiles/surface-arm64/mkosi.conf.d/debian/mkosi.conf new file mode 100644 index 00000000..57bb78b6 --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.conf.d/debian/mkosi.conf @@ -0,0 +1,20 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Debian ARM64 for Snapdragon X Elite. +# Requires debian unstable for kernel >= 6.12 (x1e80100 DTB support). + +[Match] +Distribution=debian +Architecture=arm64 + +[Distribution] +Release=unstable + +[Content] +Packages= + linux-image-arm64 + linux-headers-arm64 + firmware-qcom-soc + firmware-linux-nonfree + tpm2-tools + tpm2-abrmd + sbctl From 710c3ec119e6172ae0f21692b7b10fdbf54bf7ad Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:29 -0700 Subject: [PATCH 04/15] surface-arm64: add modprobe config (tpm_crb, qrtr tuning) --- .../usr/lib/modprobe.d/surface-arm64.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/modprobe.d/surface-arm64.conf diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/modprobe.d/surface-arm64.conf b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/modprobe.d/surface-arm64.conf new file mode 100644 index 00000000..d718fcce --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/modprobe.d/surface-arm64.conf @@ -0,0 +1,16 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Module options for Snapdragon X Elite (Surface Laptop 7) + +# Force CRB interface for Qualcomm fTPM. +# X Elite fTPM registers as a CRB device; tpm_tis/tpm_tis_spi conflict with it. +# Source: TCG TPM PC Client Firmware Profile specification +blacklist tpm_tis +blacklist tpm_tis_spi +options tpm_crb force_locality=0 + +# No PC speaker hardware on Snapdragon +blacklist pcspkr +blacklist snd_pcsp + +# Increase QRTR socket buffer for Qualcomm subsystem IPC +options qrtr recv_buf_size=131072 From 42489f42b87f2508a5459bb2b96e87163fd0b728 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:30 -0700 Subject: [PATCH 05/15] surface-arm64: add qrtr-ns service for Qualcomm IPC routing --- .../usr/lib/systemd/system/qrtr-ns.service | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/qrtr-ns.service diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/qrtr-ns.service b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/qrtr-ns.service new file mode 100644 index 00000000..aec03296 --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/qrtr-ns.service @@ -0,0 +1,18 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Qualcomm IPC Router Namespace daemon +# Required for WiFi (ath12k/WCN785x), audio DSP, modem subsystem IPC. +# Source: https://github.com/andersson/qrtr + +[Unit] +Description=Qualcomm IPC Router Namespace Daemon +After=local-fs.target +Before=network.target + +[Service] +Type=simple +ExecStart=/usr/bin/qrtr-ns +Restart=on-failure +RestartSec=5 + +[Install] +WantedBy=multi-user.target From 2d386483f5184f0a2900e1deb3b615199fa0ef7a Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:32 -0700 Subject: [PATCH 06/15] surface-arm64: add pd-mapper service --- .../usr/lib/systemd/system/pd-mapper.service | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/pd-mapper.service diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/pd-mapper.service b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/pd-mapper.service new file mode 100644 index 00000000..e9fb607c --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/pd-mapper.service @@ -0,0 +1,18 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Qualcomm Protection Domain Mapper +# Needed for WiFi (ath12k) and audio DSP firmware bring-up. +# Source: https://github.com/andersson/pd-mapper + +[Unit] +Description=Qualcomm Protection Domain Mapper +After=qrtr-ns.service +Requires=qrtr-ns.service + +[Service] +Type=simple +ExecStart=/usr/libexec/pd-mapper +Restart=on-failure +RestartSec=5 + +[Install] +WantedBy=multi-user.target From 9b104cb939312b0e7537cb7d515511c07fab6f2d Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:33 -0700 Subject: [PATCH 07/15] surface-arm64: add firstboot Secure Boot enrollment service --- .../systemd/system/surface-sb-enroll.service | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/surface-sb-enroll.service diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/surface-sb-enroll.service b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/surface-sb-enroll.service new file mode 100644 index 00000000..f31aa3f0 --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system/surface-sb-enroll.service @@ -0,0 +1,21 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Secure Boot enrollment helper - Surface Laptop 7 / Snapdragon X Elite +# +# Runs once on first boot. Generates sbctl keys, signs UKIs, writes +# enrollment instructions. No MokManager - Surface NX Mode firmware +# freezes when MokManager loads. UKI + systemd-boot needs no shim. +# Source: https://github.com/linux-surface/linux-surface/issues/1590 + +[Unit] +Description=Surface Secure Boot Key Enrollment (First Boot) +After=local-fs.target +ConditionFirstBoot=yes +ConditionPathExists=!/var/lib/sbctl/guid + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/usr/lib/surface/sb-enroll.sh + +[Install] +WantedBy=first-boot-complete.target From 6205ee893ce130a4a14c3d00dc6a7decbce23945 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:34 -0700 Subject: [PATCH 08/15] surface-arm64: add Secure Boot enrollment script (NX Mode workaround) --- .../mkosi.extra/usr/lib/surface/sb-enroll.sh | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/surface/sb-enroll.sh diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/surface/sb-enroll.sh b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/surface/sb-enroll.sh new file mode 100644 index 00000000..4add6094 --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/surface/sb-enroll.sh @@ -0,0 +1,50 @@ +#!/bin/bash +# SPDX-License-Identifier: LGPL-2.1-or-later +# Surface Laptop 7 Secure Boot enrollment helper +# Source: https://github.com/Foxboron/sbctl +# Source: https://github.com/linux-surface/linux-surface/issues/1590 + +set -euo pipefail + +INSTRUCTIONS_DIR=/var/lib/surface-sb-enroll +mkdir -p "$INSTRUCTIONS_DIR" + +echo "[surface-sb-enroll] Generating sbctl Secure Boot keys..." +sbctl create-keys + +for uki in /efi/EFI/Linux/*.efi /boot/EFI/Linux/*.efi; do + [ -f "$uki" ] || continue + echo "[surface-sb-enroll] Signing: $uki" + sbctl sign "$uki" +done + +if [ -f /var/lib/sbctl/keys/PK/PK.pem ]; then + openssl x509 -in /var/lib/sbctl/keys/PK/PK.pem -outform DER -out "$INSTRUCTIONS_DIR/ParticleOS-PK.cer" + echo "[surface-sb-enroll] Platform Key exported: $INSTRUCTIONS_DIR/ParticleOS-PK.cer" +fi + +cat > "$INSTRUCTIONS_DIR/ENROLL_SECURE_BOOT.md" << HEREDOC +# ParticleOS Secure Boot Enrollment - Surface Laptop 7 + +Keys generated. To enable Secure Boot: + +1. Copy Platform Key to EFI partition: + cp /var/lib/surface-sb-enroll/ParticleOS-PK.cer /efi/ParticleOS-PK.cer + +2. Enter Surface UEFI: hold Volume Up + Power while powering on. + +3. Navigate to Security -> Secure Boot -> disable, then Reset to Setup Mode. + +4. Enroll Platform Key from file (select ParticleOS-PK.cer). + OR from Linux (SB disabled): sbctl enroll-keys --microsoft + +5. Re-enable Secure Boot. Firmware should show Custom Key Configuration. + +Verify: bootctl status | grep -i secure && sbctl status + +WHY NOT MokManager: Surface NX Mode causes MokManager to hang (black screen). +ParticleOS uses UKI + systemd-boot with no shim, so MokManager is never invoked. +Ref: https://github.com/linux-surface/linux-surface/issues/1590 +HEREDOC + +echo "[surface-sb-enroll] Done. Read: $INSTRUCTIONS_DIR/ENROLL_SECURE_BOOT.md" From f6d848a6179458baabd90fc1245eebcc1b607f3d Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:34 -0700 Subject: [PATCH 09/15] surface-arm64: add preset enabling Qualcomm and enrollment services --- .../systemd/system-preset/15-particleos-surface-arm64.preset | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system-preset/15-particleos-surface-arm64.preset diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system-preset/15-particleos-surface-arm64.preset b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system-preset/15-particleos-surface-arm64.preset new file mode 100644 index 00000000..c10f5986 --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/system-preset/15-particleos-surface-arm64.preset @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +enable qrtr-ns.service +enable pd-mapper.service +enable surface-sb-enroll.service From 2946867adfbafe14d147c7ad459de8b886c8d7e8 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:35 -0700 Subject: [PATCH 10/15] surface-arm64: add sleep config (s2idle/freeze only - no S3 on Snapdragon) --- .../usr/lib/systemd/sleep.conf.d/surface-arm64.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/sleep.conf.d/surface-arm64.conf diff --git a/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/sleep.conf.d/surface-arm64.conf b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/sleep.conf.d/surface-arm64.conf new file mode 100644 index 00000000..5a868a4a --- /dev/null +++ b/mkosi.profiles/surface-arm64/mkosi.extra/usr/lib/systemd/sleep.conf.d/surface-arm64.conf @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later +# Snapdragon X Elite: S3 (deep) not supported. s2idle (freeze) only. +# Source: Phoronix Surface Laptop 7 Linux coverage +[Sleep] +SuspendState=freeze +SuspendMode= From 5fe036daf8f5dfb4aa6d59131804d68fb3637d33 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:36 -0700 Subject: [PATCH 11/15] surface-arm64: add ADR for design decisions --- mkosi.profiles/surface-arm64/ADR.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/ADR.md diff --git a/mkosi.profiles/surface-arm64/ADR.md b/mkosi.profiles/surface-arm64/ADR.md new file mode 100644 index 00000000..ba6797d5 --- /dev/null +++ b/mkosi.profiles/surface-arm64/ADR.md @@ -0,0 +1,22 @@ +# ADR: Surface ARM64 Snapdragon X Elite - Design Decisions + +## 1. Upstream kernel (no linux-surface) +x1e80100 DTBs (romulus13/15) merged upstream since 6.12. +linux-surface provides no aarch64 packages. +Trade-off: camera (MIPI/IPU6) and full audio non-functional until upstreamed. +Source: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/arm64/boot/dts/qcom + +## 2. SignExpectedPcr=no +Qualcomm fTPM unavailable during initrd phase -> PCR measurement hang. +Disk encryption works without PCR binding; policy just less boot-state-tied. +Source: linux-surface/linux-surface#1590, community testing. + +## 3. sbctl firstboot, no MokManager +Surface NX Mode freezes MokManager at UEFI logo. +ParticleOS UKI + systemd-boot never touches shim/MokManager. +sbctl generates keys on firstboot; PK exported for direct UEFI db enrollment. +Source: https://github.com/linux-surface/linux-surface/issues/1590 + +## 4. s2idle only (SuspendState=freeze) +Snapdragon X Elite PSCI/ACPI exposes only s2idle on Linux; S3 unavailable. +Trade-off: higher suspend battery drain than Windows. From 626746f7f9d23e1186ef392e9b198fdc89c6d9b1 Mon Sep 17 00:00:00 2001 From: corning-croak-cable Date: Sat, 9 May 2026 01:54:37 -0700 Subject: [PATCH 12/15] surface-arm64: add README --- mkosi.profiles/surface-arm64/README.md | 39 ++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 mkosi.profiles/surface-arm64/README.md diff --git a/mkosi.profiles/surface-arm64/README.md b/mkosi.profiles/surface-arm64/README.md new file mode 100644 index 00000000..9c5a4738 --- /dev/null +++ b/mkosi.profiles/surface-arm64/README.md @@ -0,0 +1,39 @@ +# Surface ARM64 - Snapdragon X Elite (Surface Laptop 7) + +ParticleOS profile for Surface Laptop 7 (x1e80100, arm64). +Design priorities: bootable images first, TPM enrollment quirks resolved, upstream kernel only. +See ADR.md for full rationale. + +## Hardware status (kernel 6.15+) + +| Component | Status | Notes | +|---|---|---| +| Boot (systemd-boot + UKI) | Works | Direct UEFI, no shim | +| CPU (Oryon 12-core) | Works | Full cpufreq | +| NVMe (PCIe Gen 4) | Works | | +| Display (eDP 120Hz) | Works | Freedreno/DRM | +| WiFi (WCN785x/ath12k) | Works | Needs linux-firmware blobs | +| USB-A / USB-C | Works | USB4/TB limited | +| Suspend (s2idle) | Works | No S3; higher drain | +| TPM2 disk encryption | Works | No PCR binding (fTPM quirk) | +| Secure Boot | Manual setup | See below | +| Audio | Partial | Windows firmware blobs needed | +| Camera | Not working | IPU6/MIPI unmerged | +| Touchscreen | Not working | HID-over-SPI unmerged | + +## Build + + mkosi --profile obs-repos --profile desktop --profile gnome --profile surface-arm64 build + +Cross-building from x86-64: requires qemu-user-static + binfmt-misc. + +## Secure Boot enrollment + +1. Disable Secure Boot in Surface UEFI (Volume Up + Power -> Security). +2. Boot ParticleOS. surface-sb-enroll.service runs on first boot. +3. cat /var/lib/surface-sb-enroll/ENROLL_SECURE_BOOT.md +4. Enroll ParticleOS-PK.cer in Surface UEFI. +5. Re-enable Secure Boot. + +MokManager never used. Surface NX Mode freezes it. +Ref: https://github.com/linux-surface/linux-surface/issues/1590 From bb1f34e9812448c2b93dd3639b24ee2e61529883 Mon Sep 17 00:00:00 2001 From: foil-copy-overrate Date: Sun, 10 May 2026 20:52:19 -0700 Subject: [PATCH 13/15] ci: add surface-arm64 mkosi profile validation workflow (2026/) --- 2026/surface-arm64-ci.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 2026/surface-arm64-ci.yml diff --git a/2026/surface-arm64-ci.yml b/2026/surface-arm64-ci.yml new file mode 100644 index 00000000..46624af4 --- /dev/null +++ b/2026/surface-arm64-ci.yml @@ -0,0 +1,32 @@ +# Surface Laptop 7 arm64 mkosi profile validation +# Saved to 2026/ per yubi-OS convention (no workflow scope required). +# Jenny: copy to .github/workflows/ to activate. +name: surface-arm64 mkosi validation + +on: + push: + branches: [feature/surface-arm64-snapdragon, feature/surface-arm64-audio] + paths: ['mkosi.profiles/surface-arm64/**'] + pull_request: + branches: [main] + paths: ['mkosi.profiles/surface-arm64/**'] + +jobs: + validate: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + + - name: Install mkosi + run: | + pip install mkosi + + - name: Validate surface-arm64 profile config + run: | + mkosi --profile surface-arm64 summary + + - name: Shellcheck mkosi.extra scripts + run: | + find mkosi.profiles/surface-arm64 -name '*.sh' | \ + xargs shellcheck --severity=warning From 3ec5a9baf56aeb796f14312f228d199aecbac466 Mon Sep 17 00:00:00 2001 From: foil-copy-overrate Date: Sun, 10 May 2026 21:01:16 -0700 Subject: [PATCH 14/15] fix(surface-arm64): replace qcom-firmware with linux-firmware (correct Fedora package name) --- mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf b/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf index 9f13ea8f..fd1f69e3 100644 --- a/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf +++ b/mkosi.profiles/surface-arm64/mkosi.conf.d/fedora/mkosi.conf @@ -14,4 +14,4 @@ Packages= kernel-modules-extra qrtr-tools pd-mapper - qcom-firmware + linux-firmware From c1737c1cb75988922b35363e2bf8fd6300d09dc8 Mon Sep 17 00:00:00 2001 From: foil-copy-overrate Date: Sun, 10 May 2026 22:11:21 -0700 Subject: [PATCH 15/15] Delete 2026 directory Signed-off-by: foil-copy-overrate --- 2026/surface-arm64-ci.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 2026/surface-arm64-ci.yml diff --git a/2026/surface-arm64-ci.yml b/2026/surface-arm64-ci.yml deleted file mode 100644 index 46624af4..00000000 --- a/2026/surface-arm64-ci.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Surface Laptop 7 arm64 mkosi profile validation -# Saved to 2026/ per yubi-OS convention (no workflow scope required). -# Jenny: copy to .github/workflows/ to activate. -name: surface-arm64 mkosi validation - -on: - push: - branches: [feature/surface-arm64-snapdragon, feature/surface-arm64-audio] - paths: ['mkosi.profiles/surface-arm64/**'] - pull_request: - branches: [main] - paths: ['mkosi.profiles/surface-arm64/**'] - -jobs: - validate: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - - name: Install mkosi - run: | - pip install mkosi - - - name: Validate surface-arm64 profile config - run: | - mkosi --profile surface-arm64 summary - - - name: Shellcheck mkosi.extra scripts - run: | - find mkosi.profiles/surface-arm64 -name '*.sh' | \ - xargs shellcheck --severity=warning