From beab06675cd1008ef235727b8003511368ca81c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Tue, 14 Apr 2026 14:21:55 +0200 Subject: [PATCH] mb/protectli/vault_jsl/override_v12xx.cb: Move NVMe disk to RP 1c.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the root port that the NVMe disk uses after updating the descriptors. Upstream-Status: Pending Change-Id: I634e4d311d9599847430488270102314f9241a94 Signed-off-by: Michał Kopeć --- src/mainboard/protectli/vault_jsl/override_v12xx.cb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mainboard/protectli/vault_jsl/override_v12xx.cb b/src/mainboard/protectli/vault_jsl/override_v12xx.cb index b5e4175216..399e74a2c3 100644 --- a/src/mainboard/protectli/vault_jsl/override_v12xx.cb +++ b/src/mainboard/protectli/vault_jsl/override_v12xx.cb @@ -1,12 +1,12 @@ chip soc/intel/jasperlake device domain 0 on - device pci 1c.0 on # PCI Express Root Port 1 + device pci 1c.0 off end # PCI Express Root Port 1 + device pci 1c.1 off end # PCI Express Root Port 2 + device pci 1c.2 off end # PCI Express Root Port 3 + device pci 1c.3 on # PCI Express Root Port 4 smbios_slot_desc "SlotTypeM2Socket3" "SlotLengthOther" "M.2/M 2280 (NVMe)" "SlotDataBusWidth2X" end - device pci 1c.1 off end # PCI Express Root Port 2 - device pci 1c.2 off end # PCI Express Root Port 3 - device pci 1c.3 off end # PCI Express Root Port 4 device pci 1c.4 on # PCI Express Root Port 5 smbios_slot_desc "SlotTypeM2Socket1_SD" "SlotLengthOther" "M.2/E 2230 (WIFI)" "SlotDataBusWidth1X" @@ -17,6 +17,6 @@ chip soc/intel/jasperlake device pci 1c.6 on # PCI Express Root Port 7 (LAN2) smbios_dev_info 2 end - device pci 1c.7 off end # PCI Express Root Port 8 + device pci 1c.7 off end # PCI Express Root Port 8 end end