David Ruth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80305?usp=email )
Change subject: mb: Enable USE_MTCL for YAVIKS ......................................................................
mb: Enable USE_MTCL for YAVIKS
Yaviks will be the first model to take advantage of this feature.
BUG=b:295544553 TEST=Build on similar model (PUJJO) that I have access to and verify the flag and feature work as intended. TEST=Add wifi_mtcls.bin blob to cbfs TEST=Build coreboot for pujjo `emerge-nissa coreboot chromeos-bootimage` TEST=Verify that MTCL defined in the file is present: TEST=`acpidump -b` TEST=`iasl ssdt.dat` TEST=`less ssdt.dsl` TEST=Search for MTCL
Change-Id: Iec54fc582d68b443665fceda47187c28f1a9216c Signed-off-by: David Ruth druth@chromium.org --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/80305/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index dae3f16..c6d08fd 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -486,6 +486,7 @@ select EC_GOOGLE_CHROMEEC_INCLUDE_SSFC_IN_FW_CONFIG select HAVE_WWAN_POWER_SEQUENCE select INTEL_GMA_HAVE_VBT + select USE_MTCL
config BOARD_GOOGLE_YAVILLA select BOARD_GOOGLE_BASEBOARD_NISSA