[edk2-devel] [edk2-staging/UEFI_PCI_ENHANCE-2 PATCH V2] MdePkg/Protocols: New interface, EFI encodings to PCI Plat protocol

2019-07-28 Thread Javeed, Ashraf
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1954 New interface added to PCI Platform Protocol / PCI Override Protocol to retrieve device-specific platform policy for the following PCI standard features, like Maximum Payload Size (MPS), Maximum Read Request Size (MRRS),Extended Tags, Relax O

Re: [edk2-devel] [PATCH v2 0/6] Acpiview table parsers code style enhancements and refactoring

2019-07-28 Thread Gao, Zhichao
The review work is done. Please wait for the maintainer to push the patch set. I would remind them if the pending time is too long. Thanks, Zhichao > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Krzysztof Koch > Sent: Saturday, July 27, 2019

[edk2-devel] [PATCH 2/2] BaseTools:Build cache generate the offset file for hii/vfr module

2019-07-28 Thread Fan, ZhijuX
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1958 Current build cache cannot generate the offset file for hii/vfr module Reproduce steps on OVMF: 1. Generate the build cache and save the build folder as Build1: $ source edksetup.sh $ build -p OvmfPkg/OvmfPkgIa32X64.dsc -a IA32 -a X64 -t GCC

[edk2-devel] [PATCH 1/2] BaseTools:Fix GenFds multi-thread build fails if enable build cache

2019-07-28 Thread Fan, ZhijuX
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1923 The GenFds multi-thread will build fail if enable the build cache. 1. First, produce the build cache: edk2>build -p OvmfPkg\OvmfPkgIa32X64.dsc -a IA32 -a X64 -t VS2015x86 -n 5 --genfds-multi-thread --hash --binary-destination=BinCache 2. Remo

[edk2-devel] [PATCH] MdePkg: Add MmAccess and MmControl definition.

2019-07-28 Thread Marc W Chen
EFI MmAccess and MmControl PPIs are defined in the PI 1.5 specification. Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2023 Signed-off-by: Marc W Chen --- MdePkg/Include/Ppi/MmAccess.h | 155 + MdePk

[edk2-devel] [Patch V2] MdePkg/PciExpress21.h: Fix the PCI industry standard register defines

2019-07-28 Thread Javeed, Ashraf
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2007 The following two PCI Capability Structure registers are updated as per the PCI Base Specification Revision 4:- (1) The PCI Device capability register 2(PCI_REG_PCIE_DEVICE_CAPABILITY2) needs to be upgraded for the PCI features like -

[edk2-devel] [PATCH] SecurityPkg/SecurityPkg.dec: Remove trailing white space

2019-07-28 Thread Zhang, Shenglei
Cc: Jiewen Yao Cc: Jian Wang Cc: Chao Zhang Signed-off-by: Shenglei Zhang --- SecurityPkg/SecurityPkg.dec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index d2f6a6fd1293..ce2a9d33a4f2 100644 --- a/SecurityPkg/Secu

Re: [edk2-devel] [edk2-platforms] [PATCH] ClevoOpenBoardPkg: Add display support

2019-07-28 Thread Chiu, Chasel
Reviewed-by: Chasel Chiu > -Original Message- > From: Agyeman, Prince > Sent: Friday, July 26, 2019 11:40 PM > To: devel@edk2.groups.io > Cc: Gao, Liming ; Sinha, Ankit ; > Desimone, Nathaniel L ; Kubacki, Michael A > ; Chiu, Chasel ; > Agyeman, Prince > Subject: [edk2-platforms] [PAT