From 8068f941a9ffd9435d915543deece0107ff41bb8 Mon Sep 17 00:00:00 2001 From: Eren Peng Date: Thu, 11 Apr 2024 11:17:06 +0800 Subject: mb/google/brox/var/greenbayupoc: 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:333325006 TEST=emerge-brox coreboot depthcharge with no errors Change-Id: I0e220787d6ac73ec8fa2469ed958981d0801920e Signed-off-by: Eren Peng Reviewed-on: https://review.coreboot.org/c/coreboot/+/81833 Tested-by: build bot (Jenkins) Reviewed-by: Ivan Chen Reviewed-by: Eric Lai Reviewed-by: Derek Huang --- src/mainboard/google/brox/variants/greenbayupoc/overridetree.cb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/mainboard/google/brox/variants/greenbayupoc/overridetree.cb b/src/mainboard/google/brox/variants/greenbayupoc/overridetree.cb index e707a9b6b9..ee65135d88 100644 --- a/src/mainboard/google/brox/variants/greenbayupoc/overridetree.cb +++ b/src/mainboard/google/brox/variants/greenbayupoc/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