From c5a56b886b758091534fdcc7a0feb13a8e97c448 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 19 May 2021 17:20:32 -0600 Subject: [PATCH] Mancomb: Add firmware config CBI definitions The firmware config field in CBI lets us control initialization parameters based on the OEM design. BUG=b:188713024 TEST=Build Signed-off-by: Martin Roth Change-Id: I56ddc7218688919f20f41e0f143419c39d83849d Reviewed-on: https://review.coreboot.org/c/coreboot/+/54732 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel --- .../mancomb/variants/mancomb/overridetree.cb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/mainboard/google/mancomb/variants/mancomb/overridetree.cb b/src/mainboard/google/mancomb/variants/mancomb/overridetree.cb index ef52ac0788..510489576f 100644 --- a/src/mainboard/google/mancomb/variants/mancomb/overridetree.cb +++ b/src/mainboard/google/mancomb/variants/mancomb/overridetree.cb @@ -1,3 +1,20 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +fw_config + field WLAN 0 1 + option WLAN_WCN6856 0 + option WLAN_RTL8852 1 + end + field BEEP_MODE 2 3 + option BEEP_MODE_PIEZO 0 + option BEEP_MODE_AMP 1 + option BEEP_MODE_BIT_BANG 2 + end + field SOC_TDP 4 5 + option TDP_25_WATTS 0 + option TDP_15_WATTS 1 + end +end + chip soc/amd/cezanne register "slow_ppt_limit_mW" = "37500"