From 29617421cc2ae7894b3683493b1ecca76232cc38 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Sun, 3 May 2026 16:59:29 +0100 Subject: [PATCH] docs: document 13 unwired P1+P5 patches as TODO in recipe.toml P1 (ACPI/PCI/xHCI, 11 patches) and P5 (init hardening, 2 patches) exist in local/patches/base/ but cannot be wired due to conflicts from redox.patch removal. Documented with # TODO rebase notes per PATCH-GOVERNANCE.md rules. --- recipes/core/base/recipe.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index 82912f6b..64fa654f 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -5,6 +5,22 @@ patches = [ "P0-daemon-fix-init-notify-unwrap.patch", "P0-workspace-add-bootstrap.patch", "P0-init-continuous-scheduling.patch", +# TODO: P1 patches (11) exist in local/patches/base/ but need rebase +# after redox.patch removal. ACPI (5), PCI/IRQ (3), xHCI (3) — 1144 lines. +# P1-acpid-acpi-core.patch +# P1-acpid-ec-runtime.patch +# P1-acpid-power-enumeration.patch +# P1-acpid-runtime-hardening.patch +# P1-acpid-scheme-surface.patch +# P1-pcid-uevent-surface.patch +# P1-pci-irq-wave1-3.patch +# P1-pci-irq-wave1-5.patch +# P1-xhcid-device-lifecycle.patch +# P1-xhcid-port-pm-read-fix.patch +# P1-xhcid-uevent-logging.patch +# TODO: P5 patches (2) exist in local/patches/base/ but need rebase. +# P5-init-daemon-panic-hardening.patch +# P5-init-supervisor-restart.patch "P2-i2c-gpio-ucsi-drivers.patch", "P9-fix-so-pecred.patch", "P3-inputd-keymap-bridge.patch",