summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi
diff options
context:
space:
mode:
authorTeemu Rytkonen <teemu.s.rytkonen@intel.com>2018-01-13 02:46:01 +0800
committerGuo Mang <mang.guo@intel.com>2018-01-15 13:24:35 +0800
commit0550465fbefe8593424485645732be700fe641e0 (patch)
treec837345bfe020d484d419135945d73004182f543 /Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi
parentcb74d26ffa526f4ea8a8b561aef914682cdf45a6 (diff)
downloadedk2-platforms-0550465fbefe8593424485645732be700fe641e0.tar.xz
Add support for Sony camera imx219
Adds support for two ACPI entries for imx219 as front and back camera of IPU. Both camera entries can be configured from the Front, Back camera of the BIOS menu settings. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Teemu Rytkonen <teemu.s.rytkonen@intel.com> Reviewed-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi8
1 files changed, 5 insertions, 3 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi
index f8b4b47ec0..a185e9fbd1 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/UnCore.vfi
@@ -300,14 +300,16 @@ form formid = UNCORE_FORM_ID,
help = STRING_TOKEN(STR_WORLDCAMERA_SELECTION_HELP),
option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
option text = STRING_TOKEN(STR_IMX214), value = 1, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_IMX135), value = 2, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_IMX135), value = 2, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_IMX219), value = 3, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
endoneof;
oneof varid = Setup.UserCameraSel,
prompt = STRING_TOKEN(STR_USERCAMERA_SELECTION_PROMPT),
help = STRING_TOKEN(STR_USERCAMERA_SELECTION_HELP),
- option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = RESET_REQUIRED;
- option text = STRING_TOKEN(STR_OV2740), value = 1, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_DISABLE), value = 0, flags = MANUFACTURING | DEFAULT | RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_OV2740), value = 1, flags = RESET_REQUIRED;
+ option text = STRING_TOKEN(STR_IMX219), value = 2, flags = RESET_REQUIRED;
endoneof;
// Rotation