From 298732e190d851ef80b89d0ff1140e4b96ce0bd0 Mon Sep 17 00:00:00 2001 From: Simon Zhou Date: Thu, 1 Jun 2023 08:56:07 +0800 Subject: mb/google/rex/variants/screebo: add FW_CONFIG for audio/DB This patch adds FW_CONFIG to accommodate different Screebo BOM components across various SKUs. 1. DB_CONFIG for DB_TPEC/DB_TBT/DB_UNKOWN 2. AUDIO for ALC1019_ALC5682I_I2S/AUDIO_UNKNOWN BUG=b:278169268 TEST=build pass Change-Id: I928aae61d4936509a7b68f4041c0cd72f298e83d Signed-off-by: Simon Zhou Reviewed-on: https://review.coreboot.org/c/coreboot/+/75573 Tested-by: build bot (Jenkins) Reviewed-by: YH Lin Reviewed-by: Subrata Banik Reviewed-by: Mac Chiang Reviewed-by: Kapil Porwal --- src/mainboard/google/rex/variants/screebo/overridetree.cb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mainboard/google/rex/variants') diff --git a/src/mainboard/google/rex/variants/screebo/overridetree.cb b/src/mainboard/google/rex/variants/screebo/overridetree.cb index ca4d9a9d73..aa99a6b3f5 100644 --- a/src/mainboard/google/rex/variants/screebo/overridetree.cb +++ b/src/mainboard/google/rex/variants/screebo/overridetree.cb @@ -1,4 +1,13 @@ fw_config + field AUDIO 0 1 + option AUDIO_UNKNOWN 0 + option ALC1019_ALC5682I_I2S 1 + end + field DB_CONFIG 2 4 + option DB_UNKNOWN 0 + option DB_TYPEC 1 + option DB_TBT 2 + end field MB_CONFIG 5 7 option MB_UNKNOWN 0 option MB_TYPEC 1 -- cgit v1.2.3