Re: [edk2] [Patch 0/3] Fix UEFI and Tiano Decompression logic issue

2018-11-11 Thread Leif Lindholm
Hi Liming, I have no issue with a fix for this issue going in during the hard freeze, but neither the commit messages nor the cover letter contain information of what problem was caused by the bug. It also does not say anything about the likelihood of hitting this bug, or what criteria need to be

Re: [edk2] [PATCH v2 2/2] Edk2Platforms: Replace MdeModulePkg PXE/iSCSI/TCP with NetworkPkg drivers.

2018-11-11 Thread Fu, Siyuan
Hi, Thomas > -Original Message- > From: Thomas Abraham [mailto:thomas.abra...@arm.com] > Sent: Friday, November 9, 2018 9:56 PM > To: Leif Lindholm > Cc: Fu, Siyuan ; Kinney, Michael D > ; edk2-devel@lists.01.org > Subject: Re: [edk2] [PATCH v2 2/2] Edk2Platforms: Replace MdeModulePkg > P

[edk2] [PATCH v1 1/1] MdeModulePkg/NvmExpressPei: Refine data buffer & len check in PassThru

2018-11-11 Thread Hao Wu
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1142 The fix is similar to commit ebb6c7633bca47fcd5b460a67e18e4a717ea91cc. We found that a similar fix should be applied to the NVMe PEI driver as well. Hence, this one is for the PEI counterpart driver. According to the the NVM Express spec Rev

[edk2] [PATCH v1 0/1] [Nvme] Sync fix ebb6c76 from DXE to PEI counterpart

2018-11-11 Thread Hao Wu
This patch is a bug fix that targets for the edk2-stable201811 tag. This patch syncs the below fix: SHA-1: ebb6c7633bca47fcd5b460a67e18e4a717ea91cc * MdeModulePkg/NvmExpressDxe: Refine data buffer & len check in PassThru to the NvmExpressPei counter part. More details of the fix background can

Re: [edk2] [RFC] TPM non-MMIO Access

2018-11-11 Thread Yao, Jiewen
OK. Thanks for the clarification. If possible, would you please post your patch to somewhere? Do you request to change any other logic in existing Tpm2DeviceLib ? Or just a simple replace-all for MmioRead/Write->TpmMmioRead/Write. Thank you Yao Jiewen From: Bin, Sung-Uk (빈성욱) [mailto:sunguk-...

Re: [edk2] [PATCH v1 0/1] [Nvme] Sync fix ebb6c76 from DXE to PEI counterpart

2018-11-11 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Wu, Hao A Sent: Monday, November 12, 2018 9:34 AM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Andrew Fish ; Laszlo Ersek ; Leif Lindholm ; Kinney, Michael D ; Gao, Liming ; Ni, Ruiyu ; Yao, Jiewen ; Zeng, Star Subject: [PATCH v1 0/1] [