Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-03-29 Thread Zeng, Star
Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Heyi Guo [mailto:heyi@linaro.org] Sent: Thursday, March 29, 2018 4:20 PM To: edk2-devel@lists.01.org Cc: Heyi Guo ; Yi Li ; Renhao Liang ; Zeng, Star ; Dong, Eric ; Kinney, Michael D ; Gao, Liming ; Wang, Jian J ; Ni

Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-04-01 Thread Zeng, Star
Pushed at 5b91bf82c67b586b9588cbe4bbffa1588f6b5926. Thanks, Star -Original Message- From: Heyi Guo [mailto:heyi@linaro.org] Sent: Thursday, March 29, 2018 4:20 PM To: edk2-devel@lists.01.org Cc: Heyi Guo ; Yi Li ; Renhao Liang ; Zeng, Star ; Dong, Eric ; Kinney, Michael D ; Gao

Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-04-02 Thread Zeng, Star
, 2018 5:43 AM To: Zeng, Star ; Heyi Guo ; edk2-devel@lists.01.org; Kinney, Michael D Cc: Yi Li ; Renhao Liang ; Dong, Eric ; Gao, Liming ; Wang, Jian J ; Ni, Ruiyu Subject: RE: [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion Star, This commit breaks Vlv2TbltDevicePkg. On this

Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-04-02 Thread Zeng, Star
ent. Seemingly, we also need introduce MemoryAttribute protocol for DXE? Thanks, Star -Original Message- From: Zeng, Star Sent: Tuesday, April 3, 2018 8:59 AM To: Kinney, Michael D ; Heyi Guo ; edk2-devel@lists.01.org Cc: Yi Li ; Renhao Liang ; Dong, Eric ; Gao, Liming ; Wang, Jian J ; Ni, Ru

Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-04-02 Thread Zeng, Star
GCD service. :) Thanks, Star -Original Message- From: Yao, Jiewen Sent: Tuesday, April 3, 2018 10:26 AM To: Wang, Jian J ; Zeng, Star ; Kinney, Michael D ; Heyi Guo ; edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Yi Li ; Gao, Liming ; Dong, Eric ; Renhao Liang Subject: RE: [PATCH 1/1

Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-04-02 Thread Zeng, Star
-Original Message- From: Yao, Jiewen Sent: Tuesday, April 3, 2018 10:34 AM To: Zeng, Star ; Wang, Jian J ; Kinney, Michael D ; Heyi Guo ; edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Yi Li ; Gao, Liming ; Dong, Eric ; Renhao Liang Subject: RE: [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute

Re: [edk2] [PATCH 1/1] MdeModulePkg/Gcd: Fix bug of attribute conversion

2018-04-03 Thread Zeng, Star
Sure, I can do that. Thanks, Star -Original Message- From: Kinney, Michael D Sent: Wednesday, April 4, 2018 5:45 AM To: Yao, Jiewen ; Zeng, Star ; Wang, Jian J ; Heyi Guo ; edk2-devel@lists.01.org; Kinney, Michael D Cc: Ni, Ruiyu ; Yi Li ; Gao, Liming ; Dong, Eric ; Renhao Liang

Re: [edk2] [PATCH 1/2] MdeModulePkg SmmMemoryAttribute.h: Refine some comments

2018-04-03 Thread Zeng, Star
Agree (also for patch 2/2). Thanks for the feedback. I will update them before pushing Star -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, April 3, 2018 7:37 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: Re: [edk2] [PATCH 1/2

Re: [edk2] OVMF UsbBulkTransfer returns EFI_OUT_OF_RESOURCES

2018-04-04 Thread Zeng, Star
Good news. Thanks, Star From: Rob Taglang [mailto:r...@taglang.io] Sent: Wednesday, April 4, 2018 12:49 AM To: Laszlo Ersek Cc: Ni, Ruiyu ; edk2-devel@lists.01.org; Ming Huang ; Zeng, Star Subject: Re: [edk2] OVMF UsbBulkTransfer returns EFI_OUT_OF_RESOURCES Hello, Thanks for you help, I got

Re: [edk2] [PATCH V2] MdeModulePkg/Gcd: Filter gCpu->SetMemoryAttributes() calls

2018-04-04 Thread Zeng, Star
Thanks all. Push the patch at 0c9f2cb10b7ddec56a3440e77219fd3ab1725e5c. :) Star -Original Message- From: Kinney, Michael D Sent: Thursday, April 5, 2018 4:28 AM To: Yao, Jiewen ; Zeng, Star ; edk2-devel@lists.01.org; Kinney, Michael D Cc: Ni, Ruiyu ; Yi Li ; Dong, Eric ; Renhao Liang

Re: [edk2] [RFC 0/4] Add FmpDevicePkg

2018-04-08 Thread Zeng, Star
Curious about which tool to generate the FMP_PAYLOAD_HEADER? BaseTools needs to be updated? Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Kinney, Michael D Sent: Thursday, April 5, 2018 8:29 AM To: Yao, Jiewen ; edk2-devel@lists.01

Re: [edk2] [RFC 1/4] FmpDevicePkg: Add package, library classes, and PCDs

2018-04-08 Thread Zeng, Star
Since PcdFmpDeviceBuildTimeLowestSupportedVersion is defined to support only FixedAtBuild and PatchableInModule, it is definitely for build time. Do we really need "BuildTime" keyword in the PCD name PcdFmpDeviceBuildTimeLowestSupportedVersion? Thanks, Star -Original Message- From: edk2

Re: [edk2] [PATCH] MdeModulePkg/PiSmmIpl: fix non-executable SMM RAM

2018-04-11 Thread Zeng, Star
@lists.01.org Cc: Zeng, Star ; Dong, Eric ; Yao, Jiewen ; Ni, Ruiyu ; Kinney, Michael D Subject: [PATCH] MdeModulePkg/PiSmmIpl: fix non-executable SMM RAM This patch fixes an issue introduced by commit 5b91bf82c67b586b9588cbe4bbffa1588f6b5926 This issue will only happen if

Re: [edk2] [Patch V2 1/9] MdeModulePkg: Add DisplayUpdateProgressLib class

2018-04-11 Thread Zeng, Star
, Michael D ; Sean Brogan ; Zeng, Star ; Dong, Eric Subject: [Patch V2 1/9] MdeModulePkg: Add DisplayUpdateProgressLib class From: Michael D Kinney https://bugzilla.tianocore.org/show_bug.cgi?id=801 Based on content from the following branch/commits: https://github.com/Microsoft/MS_UEFI/tree/share

Re: [edk2] [PATCH v2] MdeModulePkg/PiSmmIpl: fix non-executable SMM RAM

2018-04-11 Thread Zeng, Star
Has no need to set paging capability as the code is going to clear paging attribute. With that refined, Reviewed-by: Star Zeng . Thanks, Star -Original Message- From: Wang, Jian J Sent: Thursday, April 12, 2018 12:58 PM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Dong, Eric ; Yao

Re: [edk2] [PATCH 0/2] add sanity check for SetMemoryAttributes

2018-04-11 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jian J Wang Sent: Wednesday, April 11, 2018 4:39 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 0/2] add sanity check for SetMemoryAttributes Heap Guard feature needs

Re: [edk2] [patch 0/3] MdeModulePkg/UiApp: Signal event when enter/exit setup menu

2018-04-11 Thread Zeng, Star
If the cases can be listed completely, then it will be better to also add them in the comments for the two GUIDs, then consumer can easily know them. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Bi, Dandan Sent: Thursday, April 1

Re: [edk2] [PATCH] MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStart

2018-04-12 Thread Zeng, Star
t; in Start() will not happen. Could more detailed information in the commit log or code comments? Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni Sent: Friday, April 13, 2018 12:14 PM To: edk2-devel@lists.01.org Cc: Zeng

Re: [edk2] [PATCH] MdeModulePkg/Terminal: Check status of OpenProtocol in BindingStart

2018-04-13 Thread Zeng, Star
Thanks Laszlo. If the commit log is updated to reference the BZ link or even add more detailed information. Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, April 13, 2018 5:00 PM To: Zeng, Star ; Ni, Ruiyu ; edk2

Re: [edk2] [PATCH] Nt32Pkg/NtGopInput: ReadKeyStrokeEx always return key state

2018-04-19 Thread Zeng, Star
Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Thursday, April 19, 2018 6:42 PM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [PATCH] Nt32Pkg/NtGopInput: ReadKeyStrokeEx always return key state Today's implementation only return key state when

Re: [edk2] [Patch V2 0/9] Add DisplayUpdateProgressLib for capsules

2018-04-19 Thread Zeng, Star
I also had another comment to the protocol at https://lists.01.org/pipermail/edk2-devel/2018-April/023720.html before. Thanks, Star -Original Message- From: Yao, Jiewen Sent: Friday, April 20, 2018 12:23 PM To: Kinney, Michael D ; edk2-devel@lists.01.org Cc: Sean Brogan ; Zeng, Star

Re: [edk2] [RFC v2 0/4] Add FmpDevicePkg

2018-04-19 Thread Zeng, Star
I had a minor comment at https://lists.01.org/pipermail/edk2-devel/2018-April/023570.html to PcdFmpDeviceBuildTimeLowestSupportedVersion before. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Yao, Jiewen Sent: Friday, April 20, 20

Re: [edk2] [Patch V2 0/9] Add DisplayUpdateProgressLib for capsules

2018-04-22 Thread Zeng, Star
Mike, Thanks for the clarification. Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Kinney, Michael D Sent: Saturday, April 21, 2018 7:12 AM To: Zeng, Star ; Yao, Jiewen ; edk2-devel@lists.01.org; Kinney, Michael D Cc: Sean Brogan ; Dong, Eric ; Wei, David ; Guo, Mang

Re: [edk2] [RFC v2 0/4] Add FmpDevicePkg

2018-04-22 Thread Zeng, Star
Mike, Thanks for the clarification. Star -Original Message- From: Kinney, Michael D Sent: Saturday, April 21, 2018 7:06 AM To: Zeng, Star ; Yao, Jiewen ; edk2-devel@lists.01.org; Kinney, Michael D Subject: RE: [RFC v2 0/4] Add FmpDevicePkg Star, Thanks for the feedback. I think

Re: [edk2] [PATCH] MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototype

2018-04-22 Thread Zeng, Star
Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Friday, April 20, 2018 10:56 PM To: edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Dong, Eric ; Zeng, Star Subject: Re: [edk2] [PATCH] MdeModulePkg/UefiBootManagerLib: fix

Re: [edk2] [PATCH] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table

2018-04-23 Thread Zeng, Star
enough space. Thanks, Star -Original Message- From: Yao, Jiewen Sent: Monday, April 23, 2018 4:49 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: RE: [PATCH] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table Thanks for the update. Would you please share what unit

Re: [edk2] [PATCH] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table

2018-04-23 Thread Zeng, Star
I also built VS2015/GCC49 (tool chain in my local), and checked ecc result. Thanks, Star -Original Message- From: Zeng, Star Sent: Monday, April 23, 2018 4:55 PM To: Yao, Jiewen ; edk2-devel@lists.01.org Cc: Zhu, Yonghong ; Zeng, Star Subject: RE: [PATCH] IntelSiliconPkg

Re: [edk2] [PATCH] MdeModulePkg/UefiBootManagerLib: fix AddLoadOptionVariable docs/prototype

2018-04-23 Thread Zeng, Star
That is fine. :) Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Laszlo Ersek Sent: Tuesday, April 24, 2018 2:48 AM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Dong, Eric Subject: Re: [edk2] [PATCH] MdeModulePkg

Re: [edk2] [PATCH] MdeModulePkg/ConPlatform: Support short-form USB device path

2018-04-26 Thread Zeng, Star
Michael D ; Zeng, Star Subject: [PATCH] MdeModulePkg/ConPlatform: Support short-form USB device path Today's implementation does an exact device path match to check whether the device path of a console is in ConIn/ConOut/ErrOut. But that doesn't work for the USB keyboard. Because when a pl

Re: [edk2] [PATCH] MdeModulePkg/Bds: Validate the device path stored in Boot####

2018-04-26 Thread Zeng, Star
: Wednesday, April 25, 2018 1:51 PM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Zhang, Chao B Subject: [PATCH] MdeModulePkg/Bds: Validate the device path stored in Boot The patch adds additional check to the device path when loading the Boot/Driver variable data. If the device path is invalid

Re: [edk2] [PATCH] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table

2018-04-27 Thread Zeng, Star
, April 26, 2018 11:15 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Zhu, Yonghong Subject: RE: [PATCH] IntelSiliconPkg MicrocodeUpdateDxe: Honor FIT table Thanks. Maybe we should also do more test on different FIT table (correct format, or wrong format), to check the robustness of the code

Re: [edk2] [PATCH] IntelFrameworkModule/LegacyBios: Use reserved memory for legacy data

2018-04-27 Thread Zeng, Star
yu Ni Sent: Wednesday, April 25, 2018 3:06 PM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [edk2] [PATCH] IntelFrameworkModule/LegacyBios: Use reserved memory for legacy data Certain Legacy USB implementation needs to access legacy data (BDA, etc.) from SMM environment. While currently it

Re: [edk2] [PATCH] MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling

2018-05-01 Thread Zeng, Star
01.org Cc: Zeng, Star ; Chiu, Chasel Subject: [PATCH] MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling RootBridgeIo.PollMem()/PollIo() originally don't count the IO/MMIO access overhead when delaying. The patch changes the implementation to count the access overhead so that

Re: [edk2] [PATCH] MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling

2018-05-01 Thread Zeng, Star
Reviewed-by: Star Zeng if it is updated. :) Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Wednesday, May 2, 2018 2:37 PM To: Zeng, Star ; 'edk2-devel@lists.01.org' Cc: Chiu, Chasel Subject: RE: [PATCH] MdeModulePkg/PciHostBridge: Count the (mm)io overhead when pol

Re: [edk2] [PATCH] MdeModulePkg/PciHostBridge: Count the (mm)io overhead when polling

2018-05-02 Thread Zeng, Star
Another minor comment below. There are three lines added with no code, I guess they are added accidently. It is better to remove them. + + + Thanks, Star -Original Message- From: Zeng, Star Sent: Wednesday, May 2, 2018 2:39 PM To: Ni, Ruiyu ; 'edk2-devel@lists.01.org'

Re: [edk2] [PATCH v2] MdeModulePkg/ConPlatform: Support short-form USB device path

2018-05-02 Thread Zeng, Star
esday, May 2, 2018 3:52 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Kinney, Michael D ; Zeng, Star Subject: [edk2] [PATCH v2] MdeModulePkg/ConPlatform: Support short-form USB device path Today's implementation does an exact device path match to check whether the device path of a console i

Re: [edk2] [PATCH v2] MdeModulePkg/Core: Fix MaxAddress in Gcd

2018-05-02 Thread Zeng, Star
The GcdAllocateType are EfiGcdAllocateMaxAddress*, the MaxAddress comes from input BaseAddress parameter. The original code logic is correct according to PI spec. PI Spec: If GcdAllocateType is EfiGcdAllocateMaxAddressSearchBottomUp, then the GCD memory space map is searched from the lowest addr

Re: [edk2] [PATCH v2] MdeModulePkg/Core: Fix MaxAddress in Gcd

2018-05-03 Thread Zeng, Star
Glad to know you found the way. :) Thanks, Star -Original Message- From: Roman Bacik [mailto:roman.ba...@broadcom.com] Sent: Friday, May 4, 2018 12:12 AM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Vladimir Olovyannikov Subject: RE: [edk2] [PATCH v2] MdeModulePkg/Core

Re: [edk2] Question about connecting USB HID devices.

2018-05-04 Thread Zeng, Star
It is about USB short form device path handling? Check https://github.com/tianocore/edk2/blob/master/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c#L1368? Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Andrew Fish Sent: Friday, May 4,

Re: [edk2] [PATCH] MdeModulePkg/AcpiPlatformDxe: Unload after execution.

2018-05-06 Thread Zeng, Star
Häuser [mailto:marvin.haeu...@outlook.com] Sent: Saturday, May 5, 2018 10:26 PM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Dong, Eric ; Ni, Ruiyu Subject: [PATCH] MdeModulePkg/AcpiPlatformDxe: Unload after execution. AcpiPlatformDxe solely performs one-time tasks and does not expose any services

Re: [edk2] [PATCH v2] MdeModulePkg/AcpiPlatformDxe: Unload after execution.

2018-05-07 Thread Zeng, Star
: Ni, Ruiyu ; Dong, Eric ; Zeng, Star Subject: [edk2] [PATCH v2] MdeModulePkg/AcpiPlatformDxe: Unload after execution. AcpiPlatformDxe solely performs one-time tasks and does not expose any services or create any events. Hence it can safely be unloaded after the Entry Point execution by

Re: [edk2] [PATCH 1/2] MdeModulePkg: Add PlatformAcpiLib LibraryClass.

2018-05-09 Thread Zeng, Star
M To: edk2-devel@lists.01.org Cc: Ni, Ruiyu ; Dong, Eric ; Zeng, Star Subject: [edk2] [PATCH 1/2] MdeModulePkg: Add PlatformAcpiLib LibraryClass. PlatformAcpiLib can be consumed by the generic ACPI Platform driver to allow platform specific updates to the ACPI tables loaded from the configured Firmw

Re: [edk2] [PATCH 1/2] MdeModulePkg Variable: Failed to set a variable if the remaining size is equal to the variable data size.

2018-05-11 Thread Zeng, Star
com] Sent: Friday, May 11, 2018 12:18 PM To: edk2-devel@lists.01.org Cc: ler...@redhat.com; Zeng, Star ; cinnamon shia ; Ansen Huang Subject: [PATCH 1/2] MdeModulePkg Variable: Failed to set a variable if the remaining size is equal to the variable data size. Fix the issue that failed to update or

Re: [edk2] [PATCH 2/2] MdeModulePkg Variable: Correct the returned EFI_STATUS in the UpdateVariableStore().

2018-05-11 Thread Zeng, Star
TED Fvb is a NULL for Non-Volatile variable update. Thanks, Star -Original Message- From: cinnamon shia [mailto:cinnamon.s...@hpe.com] Sent: Friday, May 11, 2018 12:18 PM To: edk2-devel@lists.01.org Cc: ler...@redhat.com; Zeng, Star ; cinnamon shia ; Ansen Huang Subject: [PATC

Re: [edk2] [PATCH 2/2] MdeModulePkg Variable: Correct the returned EFI_STATUS in the UpdateVariableStore().

2018-05-11 Thread Zeng, Star
11, 2018 4:43 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: ler...@redhat.com; Huang, Ansen Subject: RE: [PATCH 2/2] MdeModulePkg Variable: Correct the returned EFI_STATUS in the UpdateVariableStore(). Hi Star, Thanks for your comments. About returning EFI_NOT_FOUND for the case (Fvb == NULL

Re: [edk2] [PATCH v2 1/2] MdeModulePkg Variable: Fix a corner case issue about setting a variable

2018-05-13 Thread Zeng, Star
cinnamon shia Sent: Friday, May 11, 2018 11:21 PM To: edk2-devel@lists.01.org Cc: ler...@redhat.com; Zeng, Star ; Ansen Huang Subject: [edk2] [PATCH v2 1/2] MdeModulePkg Variable: Fix a corner case issue about setting a variable Fix the issue that failed to update or add a UEFI variable if the

Re: [edk2] Proposition of a BmEnumerateBootOptions() hook.

2018-05-14 Thread Zeng, Star
Cc Ray. Thanks, Star From: Marvin H?user [mailto:marvin.haeu...@outlook.com] Sent: Tuesday, May 15, 2018 3:00 AM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Dong, Eric Subject: Proposition of a BmEnumerateBootOptions() hook. Hey Star, Eric and everyone else, I have seen that some platforms

Re: [edk2] [Patch] MdeModulePkg PeiCore: FvCount to be checked for the registered for shadow PEIM

2018-05-15 Thread Zeng, Star
Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Gao, Liming Sent: Wednesday, May 16, 2018 9:35 AM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [Patch] MdeModulePkg PeiCore: FvCount to be checked for the registered for shadow PEIM The PEIM in all cached FV image

Re: [edk2] [PATCH] MdePkg/Hpet: Add Event Timer Block ID definition.

2018-05-16 Thread Zeng, Star
Was HighPrecisionEventTimerTable.h just created for ACPI related, but not for HPET register related? We also see AlertStandardFormatTable.h, DmaRemappingReportingTable.h, etc. They are all ACPI related. What is the criteria about including ACPI related, and including register/command/message re

Re: [edk2] [PATCH] MdePkg/Hpet: Add Event Timer Block ID definition.

2018-05-17 Thread Zeng, Star
Got it. Good information. Thanks, Star -Original Message- From: Marvin H?user [mailto:marvin.haeu...@outlook.com] Sent: Thursday, May 17, 2018 7:45 PM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Kinney, Michael D ; Gao, Liming ; Yao, Jiewen Subject: RE: [PATCH] MdePkg/Hpet: Add Event

Re: [edk2] [PATCH v2 3/8] MdeModulePkg/DxeCorePerformanceLib:Track FPDT record in DXE phase

2018-05-22 Thread Zeng, Star
_ERROR (Status)) { return EFI_OUT_OF_RESOURCES; } } Thanks, Star -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Tuesday, May 22, 2018 4:52 PM To: Bi, Dandan ; Laszlo Ersek ; Andrew Fish ; Kinney, Michael D Cc: Leif Lindholm ; edk2-devel@lists.

Re: [edk2] [PATCH v2 3/8] MdeModulePkg/DxeCorePerformanceLib:Track FPDT record in DXE phase

2018-05-22 Thread Zeng, Star
It comes to an old question: how to know PEI is 32bit/64bit? But not DXE is 32bit/64bit. Thanks, Star -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Tuesday, May 22, 2018 5:03 PM To: Zeng, Star Cc: Bi, Dandan ; Laszlo Ersek ; Andrew Fish ; Kinney

Re: [edk2] [PATCH v2 3/8] MdeModulePkg/DxeCorePerformanceLib:Track FPDT record in DXE phase

2018-05-22 Thread Zeng, Star
), SMM, etc), but the new interface is just needed in DXE (Uefi/DxeCore) instances, how about adding it in UefiLib? Thanks, Star -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, May 22, 2018 6:00 PM To: Zeng, Star ; Ard Biesheuvel Cc: Bi, Dandan ; Andrew

Re: [edk2] [PATCH 3/6] MdePkg/UefiLib: introduce EfiAllocatePeiAccessiblePages routine

2018-05-22 Thread Zeng, Star
On 2018/5/22 22:08, Ard Biesheuvel wrote: Add a routine to UefiLib that abstracts the allocation of memory that should be accessible by PEI after a warm reboot. We will use it to Glad to see this patch series. It is the case "PEI for S3", but not "PEI after a warm reboot". Thanks, Star rep

Re: [edk2] [PATCH 3/6] MdePkg/UefiLib: introduce EfiAllocatePeiAccessiblePages routine

2018-05-22 Thread Zeng, Star
On 2018/5/23 3:11, Laszlo Ersek wrote: On 05/22/18 19:47, Ard Biesheuvel wrote: OK, to summarize: - move the implementation of EfiAllocatePeiAccessiblePages() to DxeServicesLib (and perhaps rename it to something more appropriate for its new home) - only restrict the X64 version to below 4 GB i

Re: [edk2] [Patch v2 0/5] Remove X86 ASM and S files

2018-05-22 Thread Zeng, Star
Reviewed-by: Star Zeng to MdeModulePkg changes. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Friday, May 18, 2018 5:32 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch v2 0/5] Remove X86 ASM and S files For

Re: [edk2] [PATCH] MdePkg/BaseLib: Add GenerateGuid() to BaseLib

2018-05-22 Thread Zeng, Star
Ray, Two points need be noticed. 1. BaseLib.inf forgets to include RngLib. 2. This patch will include RngLib dependency to BaseLib, that may break many platforms that do not declare RngLib in their platform dsc. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...

Re: [edk2] [PATCH] MdeModulePkg/PciBus: Use actual max bus # for subordinary bus #

2018-05-23 Thread Zeng, Star
3, 2018 11:30 AM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [PATCH] MdeModulePkg/PciBus: Use actual max bus # for subordinary bus # Current code assumes the max bus(0xFF) is under this P2P bridge and temporarily set it as subordinate bus. It may cause silicon hangs during PCI enumerati

Re: [edk2] [PATCH v2 4/5] MdeModulePkg/DxeCorePerformanceLib: use AllocatePeiAccessiblePages

2018-05-24 Thread Zeng, Star
Kinney, Michael D ; Zeng, Star Subject: RE: [edk2] [PATCH v2 4/5] MdeModulePkg/DxeCorePerformanceLib: use AllocatePeiAccessiblePages Hi Ard, Thank you very much for helping fix this issue. And for ZeroMem(), it should be added back. Because after the memory is allocated, the optional padding (from t

Re: [edk2] [PATCH] PcAtChipsetPkg/PcRtc: Add two new PCD for RTC Index/Target registers

2018-05-25 Thread Zeng, Star
PCAT_RTC_DATA_REGISTERPcdGet8 (PcdRtcTargetRegister)) Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Friday, May 25, 2018 4:46 PM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [PATCH] PcAtChipsetPkg/PcRtc: Add two new PCD for RTC Index/Target registers In certain HW implementation, the

Re: [edk2] [Patch v3 1/3] MdeModulePkg: Add DisplayUpdateProgressLib class

2018-05-25 Thread Zeng, Star
Reviewed-by: Star Zeng after fixing typo ' custoimize ' to ' customize '. Thanks, Star -Original Message- From: Kinney, Michael D Sent: Friday, May 25, 2018 2:16 PM To: edk2-devel@lists.01.org Cc: Sean Brogan ; Zeng, Star ; Dong, Eric Subject: [Patch v3 1/

Re: [edk2] [Patch v3 2/3] MdeModulePkg: Add DisplayUpdateProgressLib instances

2018-05-25 Thread Zeng, Star
Reviewed-by: Star Zeng Thanks, Star -Original Message- From: Kinney, Michael D Sent: Friday, May 25, 2018 2:16 PM To: edk2-devel@lists.01.org Cc: Sean Brogan ; Zeng, Star ; Dong, Eric Subject: [Patch v3 2/3] MdeModulePkg: Add DisplayUpdateProgressLib instances https

Re: [edk2] [PATCH] MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled Mode

2018-05-25 Thread Zeng, Star
, 2018 3:08 AM To: edk2-devel@lists.01.org Cc: Dong, Eric ; Zeng, Star Subject: [edk2] [PATCH] MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled Mode Put the UART in FIFO Polled Mode by clearing IER after setting FCR. Also, add comments to show DLAB state for registers 0 and 1

[edk2] 答复: [PATCH 0/2] MdeModulePkg/PciBus: Do not enable MemWriteAndInvalidate bit for PCIE

2018-05-27 Thread Zeng, Star
Reviewed-by: Star Zeng star.z...@intel.com 发件人: edk2-devel [edk2-devel-boun...@lists.01.org] 代表 Ruiyu Ni [ruiyu...@intel.com] 发送时间: 2018年5月25日 4:02 收件人: edk2-devel@lists.01.org 主题: [edk2] [PATCH 0/2] MdeModulePkg/PciBus: Do not enable MemWriteAndInvalidate

Re: [edk2] [PATCH v2] PcAtChipsetPkg/PcRtc: Add two new PCD for RTC Index/Target registers

2018-05-27 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ruiyu Ni Sent: Monday, May 28, 2018 2:30 PM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [edk2] [PATCH v2] PcAtChipsetPkg/PcRtc: Add two new PCD for RTC Index/Target

Re: [edk2] [Patch 0/3] Use comparison logic to check UINTN parameter in GetBestLanguage API

2018-05-28 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Liming Gao Sent: Monday, May 28, 2018 3:31 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/3] Use comparison logic to check UINTN parameter in GetBestLanguage API Li

Re: [edk2] [PATCH v3 4/5] MdeModulePkg/DxeCorePerformanceLib: use AllocatePeiAccessiblePages

2018-05-28 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard Biesheuvel Sent: Monday, May 28, 2018 10:40 PM To: edk2-devel@lists.01.org Cc: Ard Biesheuvel Subject: [edk2] [PATCH v3 4/5] MdeModulePkg/DxeCorePerformanceLib: use Allo

Re: [edk2] smm lock query

2018-05-28 Thread Zeng, Star
from DXE. Thanks, Star From: Abhishek Singh [mailto:a...@cs.unc.edu] Sent: Tuesday, May 29, 2018 2:02 AM To: Marvin Häuser Cc: edk2-devel@lists.01.org; Laszlo Ersek ; af...@apple.com; Ni, Ruiyu ; Dong, Eric ; Zeng, Star Subject: Re: [edk2] smm lock query Thank you everyone for your inputs and

Re: [edk2] [PATCH v3 3/5] MdePkg/DxeServicesLib: introduce AllocatePeiAccessiblePages routine

2018-05-28 Thread Zeng, Star
I think " be accessible by PEI after a warm reboot " should be " be accessible by PEI after resuming from S3 ". You can update it when pushing without need to send a new patch if other has no comment to the code part. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-b

Re: [edk2] [PATCH v3 5/5] MdeModulePkg/FirmwarePerformanceDataTableDxe: use AllocatePeiAccessiblePages

2018-05-28 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard Biesheuvel Sent: Monday, May 28, 2018 10:40 PM To: edk2-devel@lists.01.org Cc: Ard Biesheuvel Subject: [edk2] [PATCH v3 5/5] MdeModulePkg/FirmwarePerformanceDataTableDxe:

Re: [edk2] [PATCH v3 3/5] MdePkg/DxeServicesLib: introduce AllocatePeiAccessiblePages routine

2018-05-29 Thread Zeng, Star
; Zeng, Star ; Ard Biesheuvel ; edk2-devel@lists.01.org; Kinney, Michael D Cc: Zeng, Star Subject: RE: [edk2] [PATCH v3 3/5] MdePkg/DxeServicesLib: introduce AllocatePeiAccessiblePages routine Jiewen, I see what you mean. It is not the submitting of capsules you are referring to. It is the

Re: [edk2] [PATCH] MdePkg SmmIoLib: Use NULL pointer check instead of useless Status check

2017-06-06 Thread Zeng, Star
01.org] On Behalf Of Udit Kumar Sent: Tuesday, June 6, 2017 7:11 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Yao, Jiewen Subject: Re: [edk2] [PATCH] MdePkg SmmIoLib: Use NULL pointer check instead of useless Status check Hi Star > -Original Message- > From: edk2-devel [mailto

Re: [edk2] [patch 1/8] MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec

2017-06-18 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Bi, Dandan Sent: Monday, June 19, 2017 9:21 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zeng, Star ; Ni, Ruiyu Subject: [patch 1/8] MdePkg/SimpleTextInEx: Update comments according to UEFI 2.7 spec Cc: Liming Gao Cc: Star Zeng

Re: [edk2] [patch 2/8] IntelFrameworkModulePkg: Update comments in SimpleTextInEx

2017-06-18 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Bi, Dandan Sent: Monday, June 19, 2017 9:21 AM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Ni, Ruiyu ; Fan, Jeff Subject: [patch 2/8] IntelFrameworkModulePkg: Update comments in SimpleTextInEx Update comments in SimpleTextInEx

Re: [edk2] [patch 3/8] MdeModulePkg: Update comments in SimpleTextInEx according to UEFI 2.7

2017-06-18 Thread Zeng, Star
Dandan, The change also needs to be in Ps2KeyboardDxe in MdeModulePkg, right? Please double confirm that. Thanks, Star -Original Message- From: Bi, Dandan Sent: Monday, June 19, 2017 9:21 AM To: edk2-devel@lists.01.org Cc: Zeng, Star ; Ni, Ruiyu Subject: [patch 3/8] MdeModulePkg

Re: [edk2] [patch 5/8] MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7

2017-06-18 Thread Zeng, Star
lists.01.org Cc: Gao, Liming ; Zeng, Star Subject: [patch 5/8] MdePkg: Update comments in EFI_MEMORY_DESCRIPTOR according to UEFI2.7 Cc: Liming Gao Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi --- MdePkg/Include/Uefi/UefiSpec.h | 21 +

Re: [edk2] [patch 7/8] MdePkg: Clean ACPI 2.0 characters in UEFI spec

2017-06-18 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Bi, Dandan Sent: Monday, June 19, 2017 9:22 AM To: edk2-devel@lists.01.org Cc: Gao, Liming ; Zeng, Star Subject: [patch 7/8] MdePkg: Clean ACPI 2.0 characters in UEFI spec Cc: Liming Gao Cc: Star Zeng Contributed-under: TianoCore

Re: [edk2] [patch 8/8] MdeModulePkg: Clean ACPI 2.0 characters in UEFI spec

2017-06-18 Thread Zeng, Star
Dandan, Seemingly, there are some missing changes in RootBridgeIoConfiguration(), please double confirm that. Thanks, Star -Original Message- From: Bi, Dandan Sent: Monday, June 19, 2017 9:22 AM To: edk2-devel@lists.01.org Cc: Zeng, Star Subject: [patch 8/8] MdeModulePkg: Clean ACPI

Re: [edk2] [PATCH v2 0/8] Update function comments according to UEFI2.7 spec

2017-06-18 Thread Zeng, Star
Reviewed-by: Star Zeng to this patch series. -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Dandan Bi Sent: Monday, June 19, 2017 12:46 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH v2 0/8] Update function comments according to UEFI2.7 s

Re: [edk2] [PATCH v2 4/8] MdePkg/HiiImageDecoder.h: Remove the unnecessary comments

2017-06-18 Thread Zeng, Star
Just found below comments in MdePkg.dec, should it be removed also? ## ## In UEFI 2.6 spec,this guid value is duplicate with ## EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_GUID. Now update this guid value to ## avoid the duplicate guid issue. So its value is not consistent with ## UEFI spec definiti

Re: [edk2] [PATCH] MdePkg: Add EFI UFS Device Config Protocol definitions

2017-06-18 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: Wu, Hao A Sent: Monday, June 19, 2017 12:39 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Zeng, Star ; Kinney, Michael D ; Gao, Liming Subject: [PATCH] MdePkg: Add EFI UFS Device Config Protocol definitions Cc: Star Zeng Cc: Michael D

Re: [edk2] [PATCH V3] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-20 Thread Zeng, Star
Should the code +// Return NULL Interface if Unsupported Protocol +*Interface = NULL; be +if (Attributes != EFI_OPEN_PROTOCOL_TEST_PROTOCOL) { + // Return NULL Interface if Unsupported Protocol + *Interface = NULL; +} to cover the case Attributes = EFI_OPEN_PROTOCOL_TE

Re: [edk2] [PATCH V3] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-22 Thread Zeng, Star
EFI_OPEN_PROTOCOL_TEST_PROTOCOL.” Thanks, Star From: Amit Kumar [mailto:amit...@samsung.com] Sent: Thursday, June 22, 2017 8:54 PM To: edk2-devel@lists.01.org; Gao, Liming ; Zeng, Star ; Kinney, Michael D Cc: Tian, Feng Subject: RE: RE: [edk2] [PATCH V3] MdeModulePkg/DxeCore: Fixed Interface returned by

Re: [edk2] [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7

2017-06-23 Thread Zeng, Star
branch "xxx 2". if (((VariableName[MaxLen - 1] != 0))) { DEBUG ((DEBUG_INFO, "xxx 1\n")); } else { DEBUG ((DEBUG_INFO, "xxx 2\n")); } Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Friday, June 23, 2017 4:20 PM To: Zeng, Star ; edk2-deve

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-25 Thread Zeng, Star
Reviewed-by: Star Zeng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Amit Kumar Sent: Friday, June 23, 2017 6:10 PM To: edk2-devel@lists.01.org Cc: Tian, Feng ; Gao, Liming ; Kinney, Michael D ; Zeng, Star Subject: [edk2] [PATCH V4

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-25 Thread Zeng, Star
Patch has been pushed at 45cfcd8dccf84b8abbc1d6f587fedb5d2037ec79. :) Thanks, Star -Original Message- From: Zeng, Star Sent: Monday, June 26, 2017 9:20 AM To: Amit Kumar ; edk2-devel@lists.01.org Cc: Tian, Feng ; Gao, Liming ; Kinney, Michael D ; Zeng, Star Subject: RE: [edk2] [PATCH

Re: [edk2] [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7

2017-06-25 Thread Zeng, Star
AM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Gao, Liming Subject: RE: [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7 Star, I don't recommend to add the additional check for performance consideration. Because we have no idea what the input VariableName buffer i

Re: [edk2] [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7

2017-06-25 Thread Zeng, Star
to indicate the ending of searching. Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Monday, June 26, 2017 1:37 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Gao, Liming Subject: RE: [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7 I understand

Re: [edk2] [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7

2017-06-25 Thread Zeng, Star
sults." Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Monday, June 26, 2017 1:47 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Gao, Liming Subject: RE: [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7 Can you add more comments here to de

Re: [edk2] [PATCH V2 3/3] DuetPkg FsVariable: Update GetNextVariableName to follow UEFI 2.7

2017-06-25 Thread Zeng, Star
to return EFI_NOT_FOUND, it was our code's implementation choice. Do you mean which piece of comments to be put in code? :) Thanks, Star -Original Message- From: Ni, Ruiyu Sent: Monday, June 26, 2017 2:18 PM To: Zeng, Star ; edk2-devel@lists.01.org Cc: Gao, Liming Subject: RE: [PATCH

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-26 Thread Zeng, Star
AM To: Amit Kumar ; edk2-devel@lists.01.org Cc: Tian, Feng ; Gao, Liming ; Kinney, Michael D ; Zeng, Star ; Gabriel L. Somlo (GMail) ; Fan, Jeff Subject: Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol On 06/23/17 12:09, Amit Kumar wrote: > Change si

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-26 Thread Zeng, Star
I have reverted this patch at fd220166c435479a81dfe8519c92abec9acf7d82 first. Thanks, Star -Original Message- From: Zeng, Star Sent: Tuesday, June 27, 2017 8:53 AM To: Laszlo Ersek ; Amit Kumar ; edk2-devel@lists.01.org Cc: Tian, Feng ; Gao, Liming ; Kinney, Michael D ; Gabriel L

Re: [edk2] [PATCH] MdePkg/IndustryStandard: update ACPI/IORT definitions to revision C

2017-06-26 Thread Zeng, Star
Liming is taking leave today, and Reviewed-by: Star Zeng . And we have no concern to pull this to UDK2017 branch. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard Biesheuvel Sent: Tuesday, June 27, 2017 12:57 AM To: edk2-devel@list

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-27 Thread Zeng, Star
(it's my fault that I did not catch the failure when reviewing patch), the patch is so risky. Thanks, Star -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, June 27, 2017 5:45 PM To: Zeng, Star ; Amit Kumar ; edk2-devel@lists.01.org Cc: Tian, Feng

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-27 Thread Zeng, Star
I also prefer to document it in UEFI spec personally. And we are also having more discussion about it internally, nice to share more after that. :) Thanks, Star -Original Message- From: Laszlo Ersek [mailto:ler...@redhat.com] Sent: Tuesday, June 27, 2017 9:23 PM To: Zeng, Star ; Amit

Re: [edk2] [PATCH] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout

2017-06-28 Thread Zeng, Star
ssage- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Wednesday, June 28, 2017 2:05 AM To: edk2-devel@lists.01.org; Zeng, Star ; Dong, Eric Cc: Tian, Feng ; leif.lindh...@linaro.org; Ard Biesheuvel Subject: [PATCH] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout The SATA

Re: [edk2] [PATCH v2] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout

2017-06-28 Thread Zeng, Star
The updated comments "Wait at least 10 ms" seems not correct. Thanks, Star -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard Biesheuvel Sent: Wednesday, June 28, 2017 4:23 PM To: edk2-devel@lists.01.org; Zeng, Star Cc: Tian, Feng ;

Re: [edk2] [PATCH V4] MdeModulePkg/DxeCore: Fixed Interface returned by CoreOpenProtocol

2017-06-28 Thread Zeng, Star
conditions that must be checked before this function can return EFI_SUCCESS. Of course, the code still needs to be updated and the revised patch based on this V4 patch is attached. Thanks, Star -Original Message- From: Zeng, Star Sent: Tuesday, June 27, 2017 9:31 PM To: Laszlo Ersek

Re: [edk2] [PATCH v2] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout

2017-06-28 Thread Zeng, Star
sday, June 28, 2017 4:58 PM To: Tian, Feng Cc: leif.lindh...@linaro.org; edk2-devel@lists.01.org; Dong, Eric ; Zeng, Star Subject: Re: [edk2] [PATCH v2] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout On 28 June 2017 at 08:49, Tian, Feng wrote: > Ard & Star, > > I agree thi

Re: [edk2] [PATCH v2] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout

2017-06-28 Thread Zeng, Star
- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Wednesday, June 28, 2017 5:58 PM To: Zeng, Star Cc: Tian, Feng ; leif.lindh...@linaro.org; edk2-devel@lists.01.org; Dong, Eric Subject: Re: [edk2] [PATCH v2] MdeModulePkg/AtaAtapiPassThru: relax PHY detect timeout > On 28

<    1   2   3   4   5   6   7   8   9   10   >