]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Fix incorrect PCIe Extended Capabilities definition
authorSamer El-Haj-Mahmoud <samer.el-haj-mahmoud@hpe.com>
Fri, 19 Feb 2016 00:01:11 +0000 (08:01 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Mon, 22 Feb 2016 02:48:11 +0000 (10:48 +0800)
The HeaderLog field of the PCIe Extended Capabilities Advanced Error
Reporting structure was incorrectly defined as a 32-bit field. The PCIe
2.1 Base Specification, section 7.10, lists this as 16 bytes, or 4
DWORDs.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud <elhaj@hpe.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

No differences found