summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h
diff options
context:
space:
mode:
authorSrinidhi N Kaushik <srinidhi.n.kaushik@intel.com>2023-05-22 20:58:25 -0700
committerFelix Held <felix-coreboot@felixheld.de>2023-06-01 13:06:21 +0000
commit506ff8fb9ead1689ce11673dd3210658032e8225 (patch)
tree01db23199ff156eb14a0346cf2e26f0465067f08 /src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h
parent465fbbe93ee01b4576689a90b7ddbeec23cdace2 (diff)
downloadcoreboot-4.20_branch.tar.gz
coreboot-4.20_branch.tar.bz2
coreboot-4.20_branch.zip
src/vc/intel/fsp/fsp2_0/sapphirerapids_sp: Update Spr header files4.20.14.20_branch
This change updates Intel Copyright License for all header files under Sapphirerapids dir Cherry-picked from commit 7e2106627df7. Original-Signed-off-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com> Original-Reviewed-on: https://review.coreboot.org/c/coreboot/+/75393 Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Original-Reviewed-by: David Hendricks <david.hendricks@gmail.com> Original-Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Original-Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Original-Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Change-Id: Ib04988194e5fe9515bea8620318eadff36f92181 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75469 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h')
-rw-r--r--src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h55
1 files changed, 28 insertions, 27 deletions
diff --git a/src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h b/src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h
index 603db144b336..ecc2d6fdf7dc 100644
--- a/src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h
+++ b/src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/FspErrorInfoHob.h
@@ -1,30 +1,31 @@
/** @file
- FSP Error Information HOB to describe errors inside FSP that bootloader may
- take some actions to handle those error scenarios.
-
- @copyright
- INTEL CONFIDENTIAL
- Copyright 2022 Intel Corporation. <BR>
-
- The source code contained or described herein and all documents related to the
- source code ("Material") are owned by Intel Corporation or its suppliers or
- licensors. Title to the Material remains with Intel Corporation or its suppliers
- and licensors. The Material may contain trade secrets and proprietary and
- confidential information of Intel Corporation and its suppliers and licensors,
- and is protected by worldwide copyright and trade secret laws and treaty
- provisions. No part of the Material may be used, copied, reproduced, modified,
- published, uploaded, posted, transmitted, distributed, or disclosed in any way
- without Intel's prior express written permission.
-
- No license under any patent, copyright, trade secret or other intellectual
- property right is granted to or conferred upon you by disclosure or delivery
- of the Materials, either expressly, by implication, inducement, estoppel or
- otherwise. Any license under such intellectual property rights must be
- express and approved by Intel in writing.
-
- Unless otherwise agreed by Intel in writing, you may not remove or alter
- this notice or any other notice embedded in Materials by Intel or
- Intel's suppliers or licensors in any way.
+
+Copyright (c) 2019-2023, Intel Corporation. All rights reserved.<BR>
+
+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.
+* Neither the name of Intel Corporation nor the names of its contributors may
+ be used to endorse or promote products derived from this software without
+ specific prior written permission.
+
+ 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.
+
**/
#ifndef _FSP_ERROR_INFO_HOB_H_
@@ -80,4 +81,4 @@ typedef struct {
#pragma pack()
-#endif //#ifndef _FSP_ERROR_INFO_HOB_H_ \ No newline at end of file
+#endif //#ifndef _FSP_ERROR_INFO_HOB_H_