[edk2] [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017] Change BIOS Version.

2018-01-16 Thread Guo, Mang
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Guo Mang --- Platform/BroxtonPlatformPkg/BiosId.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/BroxtonPlatformPkg/BiosId.env b/Platform/BroxtonPlatformPkg/BiosId.env

Re: [edk2] [PATCH] UefiCpuPkg/MpInitLib: Fix timer interrupt is disabled after SwitchBSP

2018-01-16 Thread Dong, Eric
Reviewed-by: Eric Dong -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni Sent: Wednesday, January 17, 2018 1:52 PM To: edk2-devel@lists.01.org Cc: Dong, Eric Subject: [edk2] [PATCH]

Re: [edk2] [PATCH] IntelSiliconPkg IntelVTdPmrPei: Get high top by host address width

2018-01-16 Thread Yao, Jiewen
Good cleanup. Reviewed-by: jiewen@intel.com > -Original Message- > From: Zeng, Star > Sent: Wednesday, January 17, 2018 2:00 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen > Subject: [PATCH] IntelSiliconPkg IntelVTdPmrPei:

[edk2] [PATCH] IntelSiliconPkg IntelVTdPmrPei: Get high top by host address width

2018-01-16 Thread Star Zeng
Get high top by host address width instead of resource HOB. Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng --- .../Feature/VTd/IntelVTdPmrPei/DmarTable.c | 4 +-

[edk2] [PATCH] UefiCpuPkg/MpInitLib: Fix timer interrupt is disabled after SwitchBSP

2018-01-16 Thread Ruiyu Ni
Commits a2ea6894e6ca95e8d7a254593661a79e4b988626 * UefiCpuPkg/MpInitLib: Fix a bug that AP enters timer INT handler masked the interrupts in AP. But it didn't unmask the interrupt in new BSP when Switch BSP happens. The patch fixed this issue. Contributed-under: TianoCore Contribution Agreement

[edk2] [PATCH] MdeModulePkg/LockboxNullLib: clean up INF file.

2018-01-16 Thread Star Zeng
From: Jiewen Yao Remove unused module type restriction for NULL instance. Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao Reviewed-by: Star Zeng ---

[edk2] [PATCH] BaseTools: Fix indentation

2018-01-16 Thread Gary Lin
Mixing usage of spaces and tabs may confuse the python compiler/interpreter. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Gary Lin Cc: Yonghong Zhu Cc: Liming Gao --- BaseTools/Source/Python/Ecc/CParser.py

[edk2] Anyone got a good example of using acpica.org to execute AML code under EFI?

2018-01-16 Thread Andrew Fish
I was looking for some code to execute AML under ACPI. I see the acpica github supports building acpidump... Does anyone know of an example that supports executing AML from EFI? Thanks, Andrew Fish ___ edk2-devel mailing list edk2-devel@lists.01.org

Re: [edk2] [Patch] Edk2: Retire Edk2Setup.bat

2018-01-16 Thread Gao, Liming
Laszlo: BaseTools owner should fix and review those batch files. And, thanks for your review. Hi, all I don't get the different opinion so far. I will wait for one more week. If no comments, I will do this change. Thanks Liming >-Original Message- >From: Laszlo Ersek

Re: [edk2] [PATCH] IntelSiliconPkg IntelVTdDxe: Remove mVtdHostAddressWidthMask

2018-01-16 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Star > Zeng > Sent: Tuesday, January 16, 2018 7:05 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Zeng, Star >

Re: [edk2] [PATCH] IntelSiliconPkg IntelVTdPmrPei: Use HostAddressWidth in DMAR correctly

2018-01-16 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Zeng, Star > Sent: Tuesday, January 16, 2018 6:52 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen > Subject: [PATCH] IntelSiliconPkg IntelVTdPmrPei: Use

Re: [edk2] [PATCH] IntelSiliconPkg IntelVTdPmrPei: Refine comments about PHMR/PLMR.Limit

2018-01-16 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Zeng, Star > Sent: Tuesday, January 16, 2018 4:58 PM > To: edk2-devel@lists.01.org > Cc: Zeng, Star ; Yao, Jiewen > Subject: [PATCH] IntelSiliconPkg IntelVTdPmrPei: Refine comments

Re: [edk2] Regression/Assert : MdeModulePkg: Did some code enhancement for DxeIpIoLib

2018-01-16 Thread Joakim Bech
Hi Jiaxin, I just gave it a try and I can confirm that your patch fixed the issue. Thanks for the quick turnaround time! Regards, Joakim On 17 January 2018 at 01:36, Wu, Jiaxin wrote: > Hi Joakim, > > > > It has been fixed in EDK2 trunk. The commit log is shown as below:

Re: [edk2] Regression/Assert : MdeModulePkg: Did some code enhancement for DxeIpIoLib

2018-01-16 Thread Wu, Jiaxin
Hi Joakim, It has been fixed in EDK2 trunk. The commit log is shown as below: SHA-1: 6478baf891524348451d75a37f4e4692b835a45b * MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp(). * In DxeIpIo, an ASSERT check is incorrectly used in IpIoAddIp(), which result

Re: [edk2] [PATCH 4/6] UefiCpuPkg/PiSmmCpuDxeSmm: Enable NXE if it's supported

2018-01-16 Thread Dong, Eric
Reviewed-by: Eric Dong > -Original Message- > From: Wang, Jian J > Sent: Monday, January 15, 2018 4:55 PM > To: edk2-devel@lists.01.org > Cc: Yao, Jiewen ; Ni, Ruiyu ; > Dong, Eric ; Laszlo Ersek

Re: [edk2] [PATCH 3/6] UefiCpuPkg/CpuDxe: clear NX attr for page directory

2018-01-16 Thread Dong, Eric
Reviewed-by: Eric Dong > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jian J Wang > Sent: Monday, January 15, 2018 4:55 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Laszlo Ersek

[edk2] Regression/Assert : MdeModulePkg: Did some code enhancement for DxeIpIoLib

2018-01-16 Thread Joakim Bech
Hi, With recent patches being merged in EDK2 we get an assert when booting: -- ... InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 7BA990A0 InstallProtocolInterface: 83F01464-99BD-45E5-B383-AF6305D8E9E6

Re: [edk2] [PATCH v2 5/7] UefiCpuPkg: Update SmmCpuFeatureLib pass XCODE5 tool chain

2018-01-16 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Gao, Liming > Sent: Thursday, January 11, 2018 5:05 PM > To: edk2-devel@lists.01.org > Cc: Andrew Fish ; Yao, Jiewen ; > Dong, Eric ; Laszlo Ersek

Re: [edk2] [PATCH v2 4/7] UefiCpuPkg: Update CpuExceptionHandlerLib pass XCODE5 tool chain

2018-01-16 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Gao, Liming > Sent: Thursday, January 11, 2018 5:05 PM > To: edk2-devel@lists.01.org > Cc: Andrew Fish ; Yao, Jiewen ; > Dong, Eric ; Laszlo Ersek

Re: [edk2] [PATCH v2 6/7] UefiCpuPkg: Update PiSmmCpuDxeSmm pass XCODE5 tool chain

2018-01-16 Thread Yao, Jiewen
Reviewed-by: jiewen@intel.com > -Original Message- > From: Gao, Liming > Sent: Thursday, January 11, 2018 5:05 PM > To: edk2-devel@lists.01.org > Cc: Andrew Fish ; Yao, Jiewen ; > Dong, Eric ; Laszlo Ersek

[edk2] [PATCH] IntelSiliconPkg IntelVTdDxe: Remove mVtdHostAddressWidthMask

2018-01-16 Thread Star Zeng
mVtdHostAddressWidthMask is not been used at all, its definition and related code could be removed. Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng ---

[edk2] Missing FAB_D blobs when building devel-MinnowBoard3-UDK2017 for Leafhill CRB

2018-01-16 Thread Cameron Craig
Hi all, I'm currently looking at edk2-platforms/devel-MinnowBoard3-UDK2017 [1] as a potential bootloader for a Leafhill-based board. With a few tweaks I've managed to build an image using the FAB_B blobs, but we're experiencing performance issues (very slow boot time from GRUB2 to Yocto

[edk2] [PATCH] IntelSiliconPkg IntelVTdPmrPei: Refine comments about PHMR/PLMR.Limit

2018-01-16 Thread Star Zeng
According to VTd spec, the real hardware decoded limit should be PHMR/PLMR.Limit value + alignment value. "Bits N:0 of the limit register are decoded by hardware as all 1s." Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng

[edk2] Potential incompatible bug fix for PXE boot

2018-01-16 Thread Fu, Siyuan
Hi, All (especially OS PXE loader developers) I'm sending this email to collect advice about whether to include the bug fix for Bugzilla 853 (https://bugzilla.tianocore.org/show_bug.cgi?id=853) to UDK2018 or not. The patch is to fix an input parameter check for PXE.Mtftp() protocol interface.

Re: [edk2] [Patch 1/7] BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE target

2018-01-16 Thread Zhu, Yonghong
Reviewed-by: Yonghong Zhu Best Regards, Zhu Yonghong -Original Message- From: Gao, Liming Sent: Wednesday, January 10, 2018 11:24 PM To: edk2-devel@lists.01.org Cc: Zhu, Yonghong ; Andrew Fish Subject: [Patch 1/7]

Re: [edk2] [PATCH] CryptoPkg/OpensslLib: ignore uninitialized warning

2018-01-16 Thread Long, Qin
Reviewed-by: Long Qin Best Regards & Thanks, LONG, Qin -Original Message- From: Heyi Guo [mailto:heyi@linaro.org] Sent: Tuesday, January 16, 2018 4:02 PM To: edk2-devel@lists.01.org Cc: Heyi Guo ; Long, Qin ; Ye, Ting

[edk2] [PATCH] CryptoPkg/OpensslLib: ignore uninitialized warning

2018-01-16 Thread Heyi Guo
We also got maybe-uninitialized warning when building OpensslLib.inf with GCC48 for ARM and AARCH64, so add -Wno-error=maybe-uninitialized build option just as other platforms. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Heyi Guo Cc: Qin Long

Re: [edk2] [Patch] MdeModulePkg/DxeIpIoLib: Fixed the error ASSERT incorrectly used in IpIoAddIp().

2018-01-16 Thread Wu, Jiaxin
Reviewed-by: Jiaxin Wu > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Wang Fan > Sent: Tuesday, January 16, 2018 3:57 PM > To: edk2-devel@lists.01.org > Cc: Fu, Siyuan ; Wu, Jiaxin