[edk2-devel] [PATCH v1] MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 support

2019-04-21 Thread Wu, Hao A
From: "Tien Hock, Loh" Some busses doesn't allow 8 bit MMIO read/write, this adds support for 32 bits read/write Signed-off-by: "Tien Hock, Loh" Cc: Jian J Wang Cc: Hao Wu --- MdeModulePkg/MdeModulePkg.dec | 6 ++ MdeModulePkg/Library/BaseSerial

Re: [edk2-devel] [RFC] Propose to remove IpSecDxe

2019-04-21 Thread Liming Gao
Siyuan: Is this change for edk2 Q2 stable tag? If yes, I will add it into edk2 https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Release-Planning. Thanks Liming From: Fu, Siyuan Sent: Thursday, April 11, 2019 6:58 PM To: devel@edk2.groups.io; Fu, Siyuan Cc: Wu, Jiaxin ; Gao, Liming

[edk2-devel] [Staging/Bug_1525_FmpDevicePkg_MultipleControllers][PATCH] MdeModulePkg/EsrtFmpDxe: Detect duplicate GUID/HardwareInstance

2019-04-21 Thread Eric Jin
https://bugzilla.tianocore.org/show_bug.cgi?id=1525 Fix the following issues identified in #1525: EsrtFmpDxe - The check for more than one instance of the same GUID/HardwareInstance is not being done at the right point. It is being done as EFI_FIRMWARE_IMAGE_DESCRIPTORs are being merge

Re: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH 3/5] LewisburgPkg/DxeRuntimeResetSystemLib: Add a new API ResetSystem

2019-04-21 Thread Gao, Zhichao
Hi, I didn't receive any comments with this patch yet. Maybe you missed this email. The new added function is only a few part of the ResetSystemRuntimeDxe to provide the reset function. As I know, platforms always have their own ResetSystemLib instance and do not use the instance in MdeModulePkg

Re: [edk2-devel] [Patch V2] BaseTools: Enhance Bin Cache database to support save the cache

2019-04-21 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Rodriguez, Christian Sent: Thursday, April 18, 2019 10:16 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Zhu, Yonghong Subject: [Patch V2] BaseTools: Enhance Bin Cache database to support save the cache BZ: https://bugzilla.

Re: [edk2-devel] [PATCH] BaseTools: Hash false success.. minor change in hash invalidation

2019-04-21 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Christian Rodriguez Sent: Wednesday, April 17, 2019 3:41 AM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Zhu, Yonghong Subject: [edk2-devel] [PATCH] BaseTools: Ha

Re: [edk2-devel] [PATCH V3] BaseTools:fixed the incorrect autogen makefile which cause build failure.

2019-04-21 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Fan, ZhijuX Sent: Thursday, April 18, 2019 7:21 PM To: devel@edk2.groups.io Cc: Gao, Liming ; Feng, Bob C Subject: [PATCH V3] BaseTools:fixed the incorrect autogen makefile which cause build failure. BZ:https://bugzilla.tianocore.org/sho

[edk2-devel] [patch] MdeModulePkg/HiiDatabaseDxe: Release lock on all error return path

2019-04-21 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1652 Commit ffe5f7a6b4e9 "MdeModulePkg/HiiDatabase: Fix potential integer overflow " added some new error paths, but it missed releasing the mHiiDatabaseLock lock on those paths. This patch releases mHiiDatabaseLock on those paths. Cc: Hao Wu C

Re: [edk2-devel] [PATCH v5] NetworkPkg/UefiPxeBcDxe:Add two PCD to control PXE.

2019-04-21 Thread Siyuan, Fu
Reviewed-by: Siyuan Fu > -Original Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Xue, > ShengfengX > Sent: Thursday, April 18, 2019 6:13 PM > To: devel@edk2.groups.io > Cc: Xue, ShengfengX ; Fu, Siyuan > ; Wu, Jiaxin > Subject: [edk2-devel] [PATCH v5]