From cc846838b6cd512a34ba8c872ee95c2dd5499e87 Mon Sep 17 00:00:00 2001 From: Kevin Chiu Date: Thu, 1 Dec 2022 19:58:59 +0800 Subject: [PATCH] mb/google/brya/var/gladios: Update fw_config STORAGE field option STORAGE_EMMC 0 option STORAGE_NVME 1 BUG=b:239513596 TEST=FW_NAME=gladios emerge-brask coreboot Signed-off-by: Kevin Chiu Change-Id: I27baa2ca8c2b334fb81aa87b22c3b7c028c38cd8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70223 Tested-by: build bot (Jenkins) Reviewed-by: Ricky Chang Reviewed-by: Nick Vaccaro --- .../google/brya/variants/gladios/overridetree.cb | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/gladios/overridetree.cb b/src/mainboard/google/brya/variants/gladios/overridetree.cb index ae099c33c1..c8e3da5ab1 100644 --- a/src/mainboard/google/brya/variants/gladios/overridetree.cb +++ b/src/mainboard/google/brya/variants/gladios/overridetree.cb @@ -1,3 +1,10 @@ +fw_config + field STORAGE 1 1 + option STORAGE_EMMC 0 + option STORAGE_NVME 1 + end +end + chip soc/intel/alderlake register "sagv" = "SaGv_Enabled" @@ -142,7 +149,8 @@ chip soc/intel/alderlake .clk_src = 0, .flags = PCIE_RP_LTR | PCIE_RP_AER, }" - end + 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 @@ -201,6 +209,7 @@ chip soc/intel/alderlake .clk_req = 4, .flags = PCIE_RP_HOTPLUG | PCIE_RP_AER, }" + probe STORAGE STORAGE_EMMC end #PCIE12 EMMC device ref gspi1 off end device ref pch_espi on