From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.4975.1604566652388371819 for ; Thu, 05 Nov 2020 00:57:32 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: jin.jhu.lim@intel.com) IronPort-SDR: jTX2lLu31S+U09NUGaDc2+8xYIMpXz5LQ6cy3M/L+CeYI/7VS7RvE/jL2vyNVspkTsMRvOOII5 Cx8eJ/sgppFA== X-IronPort-AV: E=McAfee;i="6000,8403,9795"; a="169493707" X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="169493707" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 00:57:31 -0800 IronPort-SDR: /qjIpYCQ9pQItCwbUD347u7qhgfClnZDkIf9bPCHiG7b1kgSXE2efj3GULY+CARVnuycJDWFCh xrwd2adZr/5A== X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="337174536" Received: from nsulaima-mobl.gar.corp.intel.com (HELO jinjhuli-mobl1.gar.corp.intel.com) ([10.215.161.180]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 00:57:29 -0800 From: "jinjhuli" To: devel@edk2.groups.io Cc: jinjhuli , "Kinney, Michael D" , Chasel Chiu Subject: [edk2-devel] [edk2-non-osi] [PATCH] TigerlakeSiliconBinPkg: Add TigerlakeSiliconPkg Date: Thu, 5 Nov 2020 16:57:18 +0800 Message-Id: <10cf37178f11811dfdd805fffff8ecf9b9b6f7ea.1604566290.git.jin.jhu.lim@intel.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add binary package for Tiger Lake. Cc: "Kinney, Michael D" Cc: Chasel Chiu Signed-off-by: jinjhuli --- .../Intel/TigerlakeSiliconBinPkg/License.txt | 30 +++++++++++++++ .../Microcode/IntelMicrocodeLicense.txt | 37 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 Silicon/Intel/TigerlakeSiliconBinPkg/License.txt create mode 100644 Silicon/Intel/TigerlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt diff --git a/Silicon/Intel/TigerlakeSiliconBinPkg/License.txt b/Silicon/Intel/TigerlakeSiliconBinPkg/License.txt new file mode 100644 index 0000000..f5527e1 --- /dev/null +++ b/Silicon/Intel/TigerlakeSiliconBinPkg/License.txt @@ -0,0 +1,30 @@ +Copyright (c) 2020 Intel Corporation. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + +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 HOLDER 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. + +Some files are subject to a license documented in the +IntelProprietaryLicense.txt file. These files are in the same +directory as IntelProprietaryLicense.txt, and they do not have +a license specified within the file. diff --git a/Silicon/Intel/TigerlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt b/Silicon/Intel/TigerlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt new file mode 100644 index 0000000..ea33b61 --- /dev/null +++ b/Silicon/Intel/TigerlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt @@ -0,0 +1,37 @@ +Copyright (c) 2018 - 2020 Intel Corporation. +All rights reserved. + +Redistribution. + +Redistribution and use in binary form, without modification, are permitted, +provided that the following conditions are met: + +1. Redistributions must reproduce the above copyright notice and the + following disclaimer in the documentation and/or other materials provided + with the distribution. + +2. 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. + +3. No reverse engineering, decompilation, or disassembly of this software + is permitted. + + +"Binary form" includes any format that is commonly used for electronic +conveyance that is a reversible, bit-exact translation of binary +representation to ASCII or ISO text, for example "uuencode". + +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. -- 2.28.0.windows.1