From 8d37942483f62f75f95956deee9af23bab9c645d Mon Sep 17 00:00:00 2001 From: tongjian Date: Wed, 24 Apr 2024 09:56:09 +0800 Subject: mb/google/brox/var/lotso: Add fw_config field for storage Add STORAGE_UNKNOWN, STORAGE_UFS, STORAGE_NVME for storage fw_config field to prevent depthcharge build break. BUG=b:333494257 TEST=emerge-brox coreboot depthcharge sys-boot/chromeos-bootimage Change-Id: Idb62e3f37e1480979ae529692455beb533434520 Signed-off-by: tongjian Reviewed-on: https://review.coreboot.org/c/coreboot/+/82056 Reviewed-by: Kun Liu Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/brox/variants/lotso/overridetree.cb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/mainboard/google/brox/variants/lotso/overridetree.cb b/src/mainboard/google/brox/variants/lotso/overridetree.cb index 4f2c04a57a..7790bce583 100644 --- a/src/mainboard/google/brox/variants/lotso/overridetree.cb +++ b/src/mainboard/google/brox/variants/lotso/overridetree.cb @@ -1,3 +1,11 @@ +fw_config + field STORAGE 0 1 + option STORAGE_UNKNOWN 0 + option STORAGE_UFS 1 + option STORAGE_NVME 2 + end +end + chip soc/intel/alderlake device domain 0 on -- cgit v1.2.3