From ea234bbec77b843748f08e490ddb70fe2787281c Mon Sep 17 00:00:00 2001 From: zwei4 Date: Wed, 15 Nov 2017 13:03:04 +0800 Subject: SueCreek Bypass Add code in ACPI table for TI audio codec under I2C5. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- .../PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi') diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi index 448105c920..3dbc2f313c 100644 --- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi +++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/SouthClusterConfig.vfi @@ -209,6 +209,13 @@ endif; option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED; option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED; endoneof; + + oneof varid = Setup.SueCreekBypass, + prompt = STRING_TOKEN(STR_SUE_CREEK_BYPASS_PROMPT), + help = STRING_TOKEN(STR_SUE_CREEK_BYPASS_HELP), + option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED; + option text = STRING_TOKEN(STR_ENABLE), value = 1, flags = RESET_REQUIRED; + endoneof; oneof varid = Setup.I2cNfc, prompt = STRING_TOKEN(STR_I2C_DEVICE_NFC_PROMPT), -- cgit v1.2.3