From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web08.5939.1603443064781560263 for ; Fri, 23 Oct 2020 01:51:04 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: jin.jhu.lim@intel.com) IronPort-SDR: QMm+0vAE2b8JUmxW7rUbj5hlgwWI2pqsL3wOF0B81Q9Xmh+jXHq079WCDaSkEmPEP+ttiP/jl6 pvM8FFi6ooxA== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="185344124" X-IronPort-AV: E=Sophos;i="5.77,407,1596524400"; d="scan'208";a="185344124" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 01:50:54 -0700 IronPort-SDR: 93Gbyli9laNb/J1W3f7H1rWVEakryiP8kM+NyZxllb2IqsHDQKAWZTe45h0nMZsxuxZOKGtWyB Cs2zoUZ9AJAg== X-IronPort-AV: E=Sophos;i="5.77,407,1596524400"; d="scan'208";a="393335059" Received: from jinjhuli-mobl1.gar.corp.intel.com ([10.255.165.245]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2020 01:50:52 -0700 From: "jinjhuli" To: devel@edk2.groups.io Cc: jinjhuli , "Kinney, Michael D" , Chasel Chiu Subject: [edk2-devel] [edk2-non-osi] [PATCH] ElkhartlakeSiliconBinPkg: Add ElkhartlakeSiliconPkg Date: Fri, 23 Oct 2020 16:50:20 +0800 Message-Id: <077eacd430352ee70df55a97f56074f07e7fbc81.1603442659.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 Elkhart Lake. Cc: "Kinney, Michael D" Cc: Chasel Chiu Signed-off-by: jinjhuli --- .../ElkhartlakeSiliconBinPkg/License.txt | 30 +++++++++++++++ .../Microcode/IntelMicrocodeLicense.txt | 37 +++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 Silicon/Intel/ElkhartlakeSiliconBinPkg/License.txt create mode 100644 Silicon/Intel/ElkhartlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt diff --git a/Silicon/Intel/ElkhartlakeSiliconBinPkg/License.txt b/Silicon/Intel/ElkhartlakeSiliconBinPkg/License.txt new file mode 100644 index 0000000..f5527e1 --- /dev/null +++ b/Silicon/Intel/ElkhartlakeSiliconBinPkg/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/ElkhartlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt b/Silicon/Intel/ElkhartlakeSiliconBinPkg/Microcode/IntelMicrocodeLicense.txt new file mode 100644 index 0000000..ea33b61 --- /dev/null +++ b/Silicon/Intel/ElkhartlakeSiliconBinPkg/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