From patchwork Wed Jan 5 08:36:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1575537 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4JTNBZ03DNz9sRR for ; Wed, 5 Jan 2022 19:36:52 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1n51mi-0006P4-Tr; Wed, 05 Jan 2022 08:36:40 +0000 Received: from mail-pg1-f173.google.com ([209.85.215.173]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1n51mf-0006Ot-PT for kernel-team@lists.ubuntu.com; Wed, 05 Jan 2022 08:36:37 +0000 Received: by mail-pg1-f173.google.com with SMTP id i8so26429115pgt.13 for ; Wed, 05 Jan 2022 00:36:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=zNXpT751vJfKOvCcOc3QdoN4PSsAtwpBJ8VbEsR4H2Q=; b=1X9oM62094NPDafpSmtaaEHcNOaXD+K38k8diLlnzS6c+yVTI/kTCgBuGuzZ4eXTix MHmhBxzMHD6W4EFK2RU+XgaU4CCpWnbTOElhS7zagUD1R/OBLnkL0UxdBraqoWzZp6ba ZUY4zChw/1imrtPAsqPvMeGh1xNTKweKoe6cLrpFmdFiNuySSy6OtpL+mDAHz1woj6aG cuH/xWgen7MZY4+3DlkT5xK9V7D21ehFD6TS0XjAArAhbJIiZ2UHWDCHs66xOMJrAFqY P3o97AivH/I7nLd4/OyY59EZyOwRuwHNk25CNVfCnN5xfv51bWwy1y+321cJUY/gR/24 aZ+g== X-Gm-Message-State: AOAM533k+7X1gLAH0o/ic5FuRikiSFPJLpfYWxFF5BBdIzF9K4v96nFC pXcdw8CzY6lmtSf2JA3v9RUWv/MXiq4= X-Google-Smtp-Source: ABdhPJysDKFmFKWpGMSsXcmwNQo3aT4Uq4fldXrDYKhzK34hvNq00fHAexkuYco5iKkdHr3KHfEebQ== X-Received: by 2002:a05:6a00:8d3:b0:4bc:3fe0:98d2 with SMTP id s19-20020a056a0008d300b004bc3fe098d2mr29832081pfu.3.1641371795378; Wed, 05 Jan 2022 00:36:35 -0800 (PST) Received: from localhost (114-40-207-118.dynamic-ip.hinet.net. [114.40.207.118]) by smtp.gmail.com with ESMTPSA id j1sm16190864pfc.49.2022.01.05.00.36.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jan 2022 00:36:34 -0800 (PST) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [SRU][linux-firmware][Focal][PULL] Add firmware for Intel Visual Sensing Controller Date: Wed, 5 Jan 2022 16:36:33 +0800 Message-Id: <20220105083633.748739-1-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.215.173; envelope-from=vicamo@gmail.com; helo=mail-pg1-f173.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1956426 [Impact] Need firmware blob for Intel Visual Sensing Controller for IPU6 cameras on Intel Alder Lake platforms. [Fix] Two commits from upstream repo https://github.com/intel/ivsc-firmware main branch. While Intel has no plan to upstream their IPU6 driver before kernel camera API is out, the firmware blobs will probably stay where they are until the plan changed. [Test Case] This would take both kernel and firmware fixes, as well as updates for the userspace middleware, gstreamer element plugin, to enable the device. With all of them in position, one should be able to browse camera with legacy camera apps like cheese. [Where problems could occur] It's confirmed Intel IPU6 MIPI camera doesn't support suspend at streaming. [Other Info] This is a follow-up for bug 1955383, which at the time being SRU-ed, Intel has not yet published these ivsc fw for redistribution. Focal is nomiated to support oem-5.14 kernel. ---------------------------------------------------------------- The following changes since commit 8f928815a7a20a215b9a3348a3b9b455ff5024af: UBUNTU: SAUCE: Camera bins release on 2021-11-01 for Alder Lake (2022-01-04 10:48:23 +0100) are available in the Git repository at: https://git.launchpad.net/~vicamo/ubuntu/+source/linux-firmware bug-1956426/intel-vsc-fw/focal-pull for you to fetch changes up to 9a21612ee9b9a647abf671d9aafd5fe84da65841: UBUNTU: SAUCE: firmware: add support of more sensors (2022-01-05 16:08:24 +0800) ---------------------------------------------------------------- Wentong Wu (2): UBUNTU: SAUCE: first release of ivsc firmware binaries UBUNTU: SAUCE: firmware: add support of more sensors LICENSE.ivsc_firmware | 38 +++++++++++++++++++++ WHENCE.ubuntu | 49 +++++++++++++++++++++++++++ vsc/soc_a1_prod/ivsc_fw.bin | Bin 0 -> 962320 bytes vsc/soc_a1_prod/ivsc_pkg_hi556_0.bin | Bin 0 -> 730204 bytes vsc/soc_a1_prod/ivsc_pkg_himx11b1_0.bin | Bin 0 -> 730204 bytes vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0.bin | Bin 0 -> 726108 bytes vsc/soc_a1_prod/ivsc_pkg_ovti01af_0.bin | Bin 0 -> 726108 bytes vsc/soc_a1_prod/ivsc_pkg_ovti01as_0.bin | Bin 0 -> 726108 bytes vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0.bin | Bin 0 -> 722012 bytes vsc/soc_a1_prod/ivsc_pkg_ovti2740_0.bin | Bin 0 -> 726108 bytes vsc/soc_a1_prod/ivsc_pkg_ovti5678_0.bin | Bin 0 -> 726108 bytes vsc/soc_a1_prod/ivsc_pkg_ovti9734_0.bin | Bin 0 -> 730204 bytes vsc/soc_a1_prod/ivsc_pkg_ovti9738_0.bin | Bin 0 -> 730204 bytes vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1.bin | Bin 0 -> 4100 bytes vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1.bin | Bin 0 -> 4100 bytes 23 files changed, 87 insertions(+) create mode 100644 LICENSE.ivsc_firmware create mode 100644 vsc/soc_a1_prod/ivsc_fw.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_hi556_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_himx11b1_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti01af_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti01as_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti2740_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti5678_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti9734_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_pkg_ovti9738_0.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1.bin create mode 100644 vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1.bin Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1.bin differ diff --git a/LICENSE.ivsc_firmware b/LICENSE.ivsc_firmware new file mode 100644 index 000000000000..9296d82e8305 --- /dev/null +++ b/LICENSE.ivsc_firmware @@ -0,0 +1,38 @@ +Copyright (c) Intel Corporation. + +Redistribution. Redistribution and use in binary form, without +modification, are permitted provided that the following conditions are +met: + +* Redistributions must reproduce the above copyright notice and the + following disclaimer in the documentation and/or other materials + provided with the distribution. +* Neither the name of Intel Corporation nor the names of its suppliers + may be used to endorse or promote products derived from this software + without specific prior written permission. +* No reverse engineering, decompilation, or disassembly of this software + is permitted. + +Limited patent license. Intel Corporation grants a world-wide, +royalty-free, non-exclusive license under patents it now or hereafter +owns or controls to make, have made, use, import, offer to sell and +sell ("Utilize") this software, but solely to the extent that any +such patent is necessary to Utilize the software alone, or in +combination with an operating system licensed under an approved Open +Source license as listed by the Open Source Initiative at +http://opensource.org/licenses. The patent license shall not apply to +any other combinations which include this software. No hardware per +se is licensed hereunder. + +DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS +OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR +TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE +USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. diff --git a/WHENCE.ubuntu b/WHENCE.ubuntu index 47afee25822f..1701b5ecabd6 100644 --- a/WHENCE.ubuntu +++ b/WHENCE.ubuntu @@ -389,5 +389,54 @@ File: intel/ipu6ep_fw.bin Licence: Redistributable. See LICENSE.ipu6_firmware for details. Also available from https://github.com/intel/ipu6-camera-bins/blob/main/LICENSE +-------------------------------------------------------------------------- + +Driver: mei-vsc - Intel Vision Sensing Controller device with ME interface + +File: vsc/soc_a1_prod/ivsc_fw.bin +Link: vsc/soc_a1_prod/ivsc_fw_a1_prod.bin -> ivsc_fw.bin +File: vsc/soc_a1_prod/ivsc_pkg_hi556_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_hi556_0_a1_prod.bin -> ivsc_pkg_hi556_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_himx11b1_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_himx11b1_0_a1_prod.bin -> ivsc_pkg_himx11b1_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0_a1_prod.bin -> ivsc_pkg_ovti01a0_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti01af_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti01af_0_a1_prod.bin -> ivsc_pkg_ovti01af_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti01as_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti01as_0_a1_prod.bin -> ivsc_pkg_ovti01as_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0_a1_prod.bin -> ivsc_pkg_ovti02c1_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti2740_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti2740_0_a1_prod.bin -> ivsc_pkg_ovti2740_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti5678_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti5678_0_a1_prod.bin -> ivsc_pkg_ovti5678_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti9734_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti9734_0_a1_prod.bin -> ivsc_pkg_ovti9734_0.bin +File: vsc/soc_a1_prod/ivsc_pkg_ovti9738_0.bin +Link: vsc/soc_a1_prod/ivsc_pkg_ovti9738_0_a1_prod.bin -> ivsc_pkg_ovti9738_0.bin +File: vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1_a1_prod.bin -> ivsc_skucfg_hi556_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1_a1_prod.bin -> ivsc_skucfg_himx11b1_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1_a1_prod.bin -> ivsc_skucfg_ovti01a0_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1_a1_prod.bin -> ivsc_skucfg_ovti01af_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1_a1_prod.bin -> ivsc_skucfg_ovti01as_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1_a1_prod.bin -> ivsc_skucfg_ovti02c1_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1_a1_prod.bin -> ivsc_skucfg_ovti2740_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1_a1_prod.bin -> ivsc_skucfg_ovti5678_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1_a1_prod.bin -> ivsc_skucfg_ovti9734_0_1.bin +File: vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1.bin +Link: vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1_a1_prod.bin -> ivsc_skucfg_ovti9738_0_1.bin + +Licence: Redistributable. See LICENSE.ivsc_firmware for details. +Also available from https://github.com/intel/ivsc-firmware/blob/main/LICENSE -------------------------------------------------------------------------- diff --git a/vsc/soc_a1_prod/ivsc_fw.bin b/vsc/soc_a1_prod/ivsc_fw.bin new file mode 100644 index 000000000000..75570481adb1 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_fw.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_hi556_0.bin b/vsc/soc_a1_prod/ivsc_pkg_hi556_0.bin new file mode 100644 index 000000000000..5e8f9a298fa3 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_hi556_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_himx11b1_0.bin b/vsc/soc_a1_prod/ivsc_pkg_himx11b1_0.bin new file mode 100644 index 000000000000..6b9a84386d65 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_himx11b1_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0.bin new file mode 100644 index 000000000000..dcd63546baec Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti01a0_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti01af_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti01af_0.bin new file mode 100644 index 000000000000..dcd63546baec Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti01af_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti01as_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti01as_0.bin new file mode 100644 index 000000000000..dcd63546baec Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti01as_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0.bin new file mode 100644 index 000000000000..5d4b323f425d Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti02c1_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti2740_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti2740_0.bin new file mode 100644 index 000000000000..3ccdfe9a4589 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti2740_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti5678_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti5678_0.bin new file mode 100644 index 000000000000..f256e3df402c Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti5678_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti9734_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti9734_0.bin new file mode 100644 index 000000000000..304a60c4cc49 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti9734_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_pkg_ovti9738_0.bin b/vsc/soc_a1_prod/ivsc_pkg_ovti9738_0.bin new file mode 100644 index 000000000000..4d3bf7616c32 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_pkg_ovti9738_0.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1.bin new file mode 100644 index 000000000000..1c20e4e5c667 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_hi556_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1.bin new file mode 100644 index 000000000000..87cb375a9a5d Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_himx11b1_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1.bin new file mode 100644 index 000000000000..92b334a22657 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti01a0_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1.bin new file mode 100644 index 000000000000..92b334a22657 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti01af_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1.bin new file mode 100644 index 000000000000..92b334a22657 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti01as_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1.bin new file mode 100644 index 000000000000..83de5b70d9b7 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti02c1_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1.bin new file mode 100644 index 000000000000..8fe84c003024 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti2740_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1.bin new file mode 100644 index 000000000000..5f5c4fdad28a Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti5678_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1.bin new file mode 100644 index 000000000000..1db6887abb35 Binary files /dev/null and b/vsc/soc_a1_prod/ivsc_skucfg_ovti9734_0_1.bin differ diff --git a/vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1.bin b/vsc/soc_a1_prod/ivsc_skucfg_ovti9738_0_1.bin new file mode 100644 index 000000000000..8fe84c003024