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:
parent
50c39b3a22
commit
f13f980e03
1 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue