From: Giri P Mudusuru Date: Tue, 18 Oct 2016 03:10:16 +0000 (-0700) Subject: IntelSiliconPkg: Fixed bug in IgdOpregion spec X-Git-Tag: edk2-stable201903~5600 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d4a9b90fa7179f1c8c58c601160acf9ffc98f321 IntelSiliconPkg: Fixed bug in IgdOpregion spec Spec documents Mailbox3 - RM31 size as 0x45(69) instead of 0x46(70) Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Giri P Mudusuru Reviewed-by: Jiewen Yao --- diff --git a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h index c66a45261a..fd6f813a94 100644 --- a/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h +++ b/IntelSiliconPkg/Include/IndustryStandard/IgdOpRegion.h @@ -4,6 +4,8 @@ https://01.org/sites/default/files/documentation/skl_opregion_rev0p5.pdf + @note Fixed bug in the spec Mailbox3 - RM31 size from 0x45(69) to 0x46(70) + Copyright (c) 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -116,7 +118,7 @@ typedef struct { UINT64 FDSS; ///< Offset 0x3AA DSS Buffer address allocated for IFFS feature UINT32 FDSP; ///< Offset 0x3B2 Size of DSS buffer UINT32 STAT; ///< Offset 0x3B6 State Indicator - UINT8 RM31[0x45]; ///< Offset 0x3BA - 0x3FF Reserved Must be zero + UINT8 RM31[0x46]; ///< Offset 0x3BA - 0x3FF Reserved Must be zero. Bug in spec 0x45(69) } IGD_OPREGION_MBOX3; ///