From f13f980e0380ee6ae0442d6a7727c65f378f6061 Mon Sep 17 00:00:00 2001 From: "peng.eren" Date: Tue, 15 Jul 2025 10:17:05 +0800 Subject: [PATCH] mb/google/trulo/var/kaladin: Add fw_config probe for storage Add FW Config probe for storage BUG=b:430725546 TEST=Flash and boot on NVMe,eMMC,UFS Change-Id: I7a200124930d0191f9c6f488444c052d803dfa70 Signed-off-by: peng.eren Reviewed-on: https://review.coreboot.org/c/coreboot/+/88430 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- .../google/brya/variants/kaladin/overridetree.cb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/brya/variants/kaladin/overridetree.cb b/src/mainboard/google/brya/variants/kaladin/overridetree.cb index 5b720a24e9..960705d539 100644 --- a/src/mainboard/google/brya/variants/kaladin/overridetree.cb +++ b/src/mainboard/google/brya/variants/kaladin/overridetree.cb @@ -387,7 +387,10 @@ chip soc/intel/alderlake device generic 0 on end end end - device ref emmc on end + device ref emmc on + probe STORAGE STORAGE_EMMC + probe STORAGE STORAGE_UNKNOWN + end device ref pcie_rp4 on # PCIe 4 WLAN register "pch_pcie_rp[PCH_RP(4)]" = "{ @@ -415,6 +418,8 @@ chip soc/intel/alderlake .clk_req = 0, .flags = PCIE_RP_LTR | PCIE_RP_AER, }" + probe STORAGE STORAGE_NVME + probe STORAGE STORAGE_UNKNOWN end device ref i2c0 on @@ -471,7 +476,10 @@ chip soc/intel/alderlake device generic 0 on end end end - device ref ufs on end + device ref ufs on + probe STORAGE STORAGE_UFS + probe STORAGE STORAGE_UNKNOWN + end device ref uart0 on end device ref pch_espi on chip ec/google/chromeec