mb/google/brox: Enable storage devices on unprovisioned fw_config

Storage devices are very critical to boot to OS. When probe list is
defined for storage devices, all of them get disabled when fw_config is
unprovisioned - a typical situation in the factory. Fix this by
configuring the storage devices in device/override tree to probe and
enable them when fw_config is unprovisioned.

BUG=None
TEST=Build Brox firmware and boot to OS when fw_config is unprovisioned.

Change-Id: I0537f7d1d83293b9b3408f0aadf11fa2e7908163
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83984
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Reviewed-by: Bob Moragues <moragues@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Karthikeyan Ramasubramanian 2024-08-19 18:41:31 -06:00 committed by Felix Held
parent 6bdc3becfd
commit 60d9121073
3 changed files with 9 additions and 0 deletions

View File

@ -290,6 +290,7 @@ chip soc/intel/alderlake
.flags = PCIE_RP_LTR | PCIE_RP_AER,
}"
probe STORAGE STORAGE_NVME
probe unprovisioned
end
device ref pcie_rp5 on
register "pch_pcie_rp[PCH_RP(5)]" = "{
@ -327,9 +328,11 @@ chip soc/intel/alderlake
end
probe ISH ISH_ENABLE
probe STORAGE STORAGE_UFS
probe unprovisioned
end
device ref ufs on
probe STORAGE STORAGE_UFS
probe unprovisioned
end
end
end

View File

@ -295,6 +295,7 @@ chip soc/intel/alderlake
}"
probe STORAGE STORAGE_NVME
probe STORAGE STORAGE_UNKNOWN
probe unprovisioned
end
device ref pcie_rp5 on
register "pch_pcie_rp[PCH_RP(5)]" = "{
@ -333,10 +334,12 @@ chip soc/intel/alderlake
end
probe STORAGE STORAGE_UFS
probe STORAGE STORAGE_UNKNOWN
probe unprovisioned
end
device ref ufs on
probe STORAGE STORAGE_UFS
probe STORAGE STORAGE_UNKNOWN
probe unprovisioned
end
device ref i2c0 on
chip drivers/i2c/generic

View File

@ -333,6 +333,7 @@ chip soc/intel/alderlake
}"
probe STORAGE STORAGE_UNKNOWN
probe STORAGE STORAGE_NVME
probe unprovisioned
end
device ref pcie_rp5 on
register "pch_pcie_rp[PCH_RP(5)]" = "{
@ -382,10 +383,12 @@ chip soc/intel/alderlake
end
probe STORAGE STORAGE_UNKNOWN
probe STORAGE STORAGE_UFS
probe unprovisioned
end
device ref ufs on
probe STORAGE STORAGE_UNKNOWN
probe STORAGE STORAGE_UFS
probe unprovisioned
end
device ref i2c0 on
chip drivers/i2c/generic