From 0550465fbefe8593424485645732be700fe641e0 Mon Sep 17 00:00:00 2001 From: Teemu Rytkonen Date: Sat, 13 Jan 2018 02:46:01 +0800 Subject: 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 Reviewed-by: zwei4 --- .../PlatformSettings/PlatformSetupDxe/UnCore.vfi | 8 +++++--- .../PlatformSetupDxe/VfrStrings.uni | Bin 305886 -> 306044 bytes 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe') 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 diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni index 163b750c3b..df868581eb 100644 Binary files a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni and b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/VfrStrings.uni differ -- cgit v1.2.3