summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/brya/variants/xol/overridetree.cb14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/xol/overridetree.cb b/src/mainboard/google/brya/variants/xol/overridetree.cb
index 8ace1e7637..f840afed9e 100644
--- a/src/mainboard/google/brya/variants/xol/overridetree.cb
+++ b/src/mainboard/google/brya/variants/xol/overridetree.cb
@@ -1,3 +1,9 @@
+fw_config
+ field STORAGE 0 0
+ option STORAGE_UFS 0
+ option STORAGE_NVME 1
+ end
+end
chip soc/intel/alderlake
register "domain_vr_config[VR_DOMAIN_IA]" = "{
@@ -261,7 +267,8 @@ chip soc/intel/alderlake
.clk_src = 1,
.flags = PCIE_RP_LTR | PCIE_RP_AER,
}"
- end # SSD
+ probe STORAGE STORAGE_NVME
+ end # NVMe
device ref tbt_pcie_rp0 off end
device ref tbt_pcie_rp1 off end
device ref tbt_pcie_rp2 off end
@@ -273,8 +280,11 @@ chip soc/intel/alderlake
register "add_acpi_dma_property" = "true"
device generic 0 on end
end
+ probe STORAGE STORAGE_UFS
+ end
+ device ref ufs on
+ probe STORAGE STORAGE_UFS
end
- device ref ufs on end
device ref cnvi_wifi on
chip drivers/wifi/generic
register "wake" = "GPE0_PME_B0"