Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/mainboard/protectli/vault_jsl/mainboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
* Disable ASPM L1 for SSD slot, as it does not work reliably with Samsung
* NVMe SSDs.
*/
params->PcieRpAspm[CONFIG(BOARD_PROTECTLI_V1210) || CONFIG(BOARD_PROTECTLI_V1211) ? 0 : 2]
= FSP_PCH_PCIE_ASPM_L0S;
params->PcieRpAspm[0] = FSP_PCH_PCIE_ASPM_L0S;

/*
* HWP is too aggressive in power savings and does not let using full
Expand Down
7 changes: 2 additions & 5 deletions src/mainboard/protectli/vault_jsl/override_v12xx.cb
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
chip soc/intel/jasperlake
device domain 0 on
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
device pci 1c.0 on # PCI Express Root Port 1 (NVMe)
smbios_slot_desc "SlotTypeM2Socket3" "SlotLengthOther"
"M.2/M 2280 (NVMe)" "SlotDataBusWidth2X"
end
Expand All @@ -17,6 +14,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
13 changes: 6 additions & 7 deletions src/mainboard/protectli/vault_jsl/override_v1410.cb
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
chip soc/intel/jasperlake
device domain 0 on
device pci 1c.0 on # PCI Express Root Port 1 (LAN1)
smbios_dev_info 1
device pci 1c.0 on # PCI Express Root Port 1
smbios_slot_desc "SlotTypeM2Socket3" "SlotLengthOther"
"M.2/M 2280 (NVMe)" "SlotDataBusWidth1X"
end
device pci 1c.1 on # PCI Express Root Port 2 (LAN2)
device pci 1c.2 on # PCI Express Root Port 3 (LAN2)
smbios_dev_info 2
end
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)" "SlotDataBusWidth1X"
device pci 1c.3 on # PCI Express Root Port 4 (LAN1)
smbios_dev_info 1
end
device pci 1c.4 on # PCI Express Root Port 5
smbios_slot_desc "SlotTypeM2Socket1_SD" "SlotLengthOther"
Expand Down
8 changes: 3 additions & 5 deletions src/mainboard/protectli/vault_jsl/override_v1610.cb
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
chip soc/intel/jasperlake
device domain 0 on
# ASMedia PCIe switch with x2 link to 4x1 ports (3 LANs and WiFi)
device pci 1c.0 on 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
device pci 1c.0 on # PCI Express Root Port 1
smbios_slot_desc "SlotTypeM2Socket3" "SlotLengthOther"
"M.2/M 2280 (NVMe)" "SlotDataBusWidth2X"
end
# ASMedia PCIe switch with x2 link to 4x1 ports (3 LANs and WiFi)
device pci 1c.2 on end # PCI Express Root Port 3
device pci 1c.4 on # PCI Express Root Port 5
smbios_slot_desc "SlotTypeM2Socket1_SD" "SlotLengthOther"
"M.2/E 2230 (WIFI)" "SlotDataBusWidth1X"
Expand Down
Loading