diff options
Diffstat (limited to 'ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include')
-rw-r--r-- | ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h | 10 | ||||
-rw-r--r-- | ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h | 30 |
2 files changed, 35 insertions, 5 deletions
diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h index b9c481f..65bbaa0 100644 --- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h +++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/FspmUpd.h @@ -856,9 +856,15 @@ typedef struct { **/ UINT8 IsForceCkdBypass; -/** Offset 0x01C7 +/** Offset 0x01C7 - Use CA Parity for CMDT/CMDV for RMT and training + 0: Use legacy funtional CMD test, 1: Use CA Parity for CMDT/CMDV for RMT and training, 2: Auto + 0: Disable, 1: Enable, 2: Auto **/ - UINT8 Rsvd036[58]; + UINT8 CaParityForCmd; + +/** Offset 0x01C8 +**/ + UINT8 Rsvd036[57]; /** Offset 0x0201 **/ diff --git a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h index f909707..0dfba38 100644 --- a/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h +++ b/ArrowLakeFspBinPkg/IoT/ArrowLakeS/Include/MemInfoHob.h @@ -4,9 +4,33 @@ data hobs. @copyright - Copyright (c) 1999 - 2025, Intel Corporation. All rights reserved. - - SPDX-License-Identifier: BSD-2-Clause-Patent + INTEL CONFIDENTIAL + Copyright 1999 - 2022 Intel Corporation. + + 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. + + This file contains an 'Intel Peripheral Driver' and is uniquely identified as + "Intel Reference Module" and is licensed for Intel CPUs and chipsets under + the terms of your license agreement with Intel or your vendor. This file may + be modified by the user, subject to additional terms of the license agreement. @par Specification Reference: **/ |