Re: [edk2] [patch 2/2] Vlv2TbltDevicePkg: Remove duplicated BSD license

2019-03-10 Thread Sun, Zailiang
Reviewed-by: Zailiang Sun > -Original Message- > From: Bi, Dandan > Sent: Monday, March 11, 2019 2:23 PM > To: edk2-devel@lists.01.org > Cc: Sun, Zailiang ; Qian, Yi ; > Kinney, Michael D ; Gao, Liming > > Subject: [patch 2/2] Vlv2TbltDevicePkg: Remove duplicated BSD license > > REF: ht

[edk2] [patch 2/2] Vlv2TbltDevicePkg: Remove duplicated BSD license

2019-03-10 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1612 Cc: Zailiang Sun Cc: Yi Qian Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- Vlv2TbltDevicePkg/Library/I2CLib/I2CLibNull.inf | 10 +- 1 file changed, 1 in

[edk2] [patch 1/2] SecurityPkg: Remove duplicated BSD license

2019-03-10 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1612 Cc: Chao Zhang Cc: Jian Wang Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi --- .../Ppi/FirmwareVolumeInfoPrehashedFV.h | 26 --- 1 file change

[edk2] [patch 0/2] Remove duplicated BSD license

2019-03-10 Thread Dandan Bi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1612 Cc: Michael D Kinney Cc: Liming Gao Dandan Bi (2): SecurityPkg: Remove the duplicated BSD license Vlv2TbltDevicePkg: Remove the duplicated BSD license .../Ppi/FirmwareVolumeInfoPrehashedFV.h | 26 --- .../Librar

[edk2] [edk2-test][Patch 1/1] uefi-sct/SctPkg: Size in EraseBlocks() is in bytes

2019-03-10 Thread Eric Jin
The erase size used in current test is blocks number, and should be corrected to the size in bytes to be erased. According to UEFI spec, it must be a multiple of the physical block size of the device, even the EraseLengthGranularity blocks for some device. Cc: Supreeth Venkatesh Contributed-under

Re: [edk2] [PATCH] BaseTools: Enable compiler cache support in edk2 build

2019-03-10 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Shi, Steven >Sent: Wednesday, January 30, 2019 12:18 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [PATCH] BaseTools: Enable compiler cache support in edk2 build > >https://bugzilla.tianocore.org/show_bug.cgi?id=1499 >Compil

[edk2] [edk2-test][Patch 1/1] uefi-sct/SctPkg:Implement iSCSI DevicePathToText Test

2019-03-10 Thread Eric Jin
It is the new checkpoint of iSCSI DevicePathToText. The Lun display is to follow with the UEFI Spec that "The LUN is an 8 byte array that is displayed in hexadecimal format with byte 0 first (i.e., on the left) and byte 7 last (i.e, on the right). Cc: Supreeth Venkatesh Contributed-under: TianoCo

Re: [edk2] [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help information

2019-03-10 Thread Zhang, Shenglei
Sorry that's my mistake. I'll fix the error in v2. Thanks, Shenglei > -Original Message- > From: Yao, Jiewen > Sent: Monday, March 11, 2019 9:49 AM > To: Zhang, Shenglei ; edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Gao, Liming > ; Yao, Jiewen > Subject: RE: [edk2] [PATCH 1/3] MdeP

Re: [edk2] [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help information

2019-03-10 Thread Yao, Jiewen
HI I am confused why the help info is " Indicates the maximum length of Unicode string used in the following " ? > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Shenglei Zhang > Sent: Monday, March 11, 2019 8:55 AM > To: edk2-devel@lists.01.

Re: [edk2] [PATCH v2] MdeModulePkg/SdMmcPciHcDxe: Add V3 64b DMA Support

2019-03-10 Thread Wu, Hao A
Ashish and Eugene, The patch has been pushed as commit: 690d60c0ada5ff137c84982220b3fdd112697aa3 Thanks a lot for the contribution and testing effort. Best Regards, Hao Wu > -Original Message- > From: Wu, Hao A > Sent: Thursday, March 07, 2019 9:33 AM > To: Ashish Singhal; edk2-devel@l

Re: [edk2] [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information

2019-03-10 Thread Dong, Eric
Reviewed-by: Eric Dong > -Original Message- > From: Zhang, Shenglei > Sent: Monday, March 11, 2019 8:55 AM > To: edk2-devel@lists.01.org > Cc: Dong, Eric ; Ni, Ray ; Laszlo > Ersek > Subject: [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help > information > > The prompt and

[edk2] [PATCH 2/3] SecurityPkg/SecurityPkg.uni: Add the prompt and help information

2019-03-10 Thread Shenglei Zhang
The prompt and help information are missing in SecurityPkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 Cc: Chao Zhang Cc: Jiewen Yao Cc: Jian Wang Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- SecurityPkg/SecurityPkg.uni | 6 ++ 1 f

[edk2] [PATCH 1/3] MdePkg/MdePkg.uni: Add the prompt and help information

2019-03-10 Thread Shenglei Zhang
The prompt and help information are missing in MdePkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- MdePkg/MdePkg.uni | 7 +++ 1 file changed, 7 insertio

[edk2] [PATCH 3/3] UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information

2019-03-10 Thread Shenglei Zhang
The prompt and help information are missing in UefiPkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang --- UefiCpuPkg/UefiCpuPkg.uni | 4 1 file change

[edk2] [PATCH 0/3] Add the prompt and help information in .uni files

2019-03-10 Thread Shenglei Zhang
The prompt and help information are missing in MdePkg/UefiPkg/SecurityPkg.uni Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Cc: Chao Zhang Cc: Jiewen Yao Cc: Jian Wang Cc: Michael D Kinney Cc: Liming Gao Shenglei Zhang (3): MdePkg/MdePkg.uni: Add the prompt and help information SecurityPkg

Re: [edk2] Regarding PXE boot NACK error.

2019-03-10 Thread MohammadYounasKhan.P
Hi All, Do you have any comments on this? Thank you, Younas. -Original Message- From: edk2-devel On Behalf Of Pathan, MohammadYounasKhan Sent: Thursday, March 7, 2019 11:07 PM To: edk2-devel@lists.01.org Cc: Raju, SriramKumar; Poosapalli, Karunakar; S, Shekar Babu Subject: [edk2] Regard