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 <peng.eren@inventec.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88430
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
peng.eren 2025-07-15 10:17:05 +08:00 committed by Matt DeVillier
commit f13f980e03

View file

@ -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