Re: [edk2-devel] Propose on enabling TLSv1.3

2020-08-09 Thread Huang, Matthew (HPS SW)
Hi Zhiguang: Sure, I love to. But I'm new to the scene, please give me some time to figure out how to share the snippet properly, thanks. Regards, Matthew. From: devel@edk2.groups.io On Behalf Of Zhiguang Liu Sent: Monday, August 10, 2020 11:00 AM To: devel@edk2.groups.io; Huang, Matthew (HPS S

Re: [edk2-devel] question about MSFT compiler/link option

2020-08-09 Thread Tiger Liu(BJ-RD)
Hi, Andrew: Got it. Thank you very much. Best wishes, 发件人: devel@edk2.groups.io 代表 Andrew Fish via groups.io 发送时间: 2020年8月6日 11:46 收件人: edk2-devel-groups-io ; Tiger Liu(BJ-RD) 抄送: Mike Kinney ; Gao, Liming 主题: Re: [edk2-devel] question about MSFT compiler/link option On Aug 5, 2020, at 8:3

Re: [edk2-devel] Partition issue with Linux Distribution iso image

2020-08-09 Thread Gao, Zhichao
Andrew, Thanks for your info. I didn’t aware the partition driver is part of the UEFI spec. And the order is mismatch between the code implementation and spec description. The order now is GPT > MBR > UDF( ISO 9660). I would send a patch to correct it as it would both follow the spec and fix ou

Re: [edk2-devel] Propose on enabling TLSv1.3

2020-08-09 Thread Zhiguang Liu
Hi Matthew, Can you share the code about implementing tls 1.3 to the community? We can discuss the problems according to the code. Thanks Zhiguang From: devel@edk2.groups.io On Behalf Of Huang, Matthew (HPS SW) Sent: Monday, August 3, 2020 1:55 PM To: devel@edk2.groups.io Cc: Wei, Kent (HPS SW)

Re: [edk2-devel] [PATCH v13 00/46] SEV-ES guest support

2020-08-09 Thread Liming Gao
-Original Message- From: Laszlo Ersek Sent: 2020年8月6日 23:39 To: Tom Lendacky ; devel@edk2.groups.io Cc: Brijesh Singh ; Ard Biesheuvel ; Dong, Eric ; Justen, Jordan L ; Gao, Liming ; Kinney, Michael D ; Ni, Ray ; Andrew Fish ; Anthony Perard ; You, Benjamin ; Bi, Dandan ; Dong, Guo

Re: [edk2-devel] 你好我来寻求帮助 Hello, I'm here for help

2020-08-09 Thread Liming Gao
The problem may be in the source directory "edk2-2020.05". Please don't use '.' in the directory name. You can try the directory name with "edk2_202005". Thanks Liming -Original Message- From: devel@edk2.groups.io On Behalf Of Andrew Fish via groups.io Sent: 2020年8月8日 1:30 To: devel@edk

Re: [edk2-devel] [edk2-wiki][PATCH] Update the Boot Guard TOCTOU wiki page.

2020-08-09 Thread Wang, Jian J
Hi Guomin, Thanks for updating the page. Just one minor comment below. With it addressed, Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Jiang, Guomin > Sent: Tuesday, August 04, 2020 9:44 AM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Gao, Liming > Subject:

Re: [edk2-devel] Meet failure when running open ci env locally

2020-08-09 Thread Zhang, Shenglei
Thanks, Sean. That works. > -Original Message- > From: Sean Brogan > Sent: Friday, August 7, 2020 11:35 PM > To: devel@edk2.groups.io; Zhang, Shenglei ; > Sean Brogan ; Bret Barkelew > > Cc: Kinney, Michael D ; Gao, Liming > > Subject: Re: [edk2-devel] Meet failure when running open ci

Re: [edk2-devel] Partition issue with Linux Distribution iso image

2020-08-09 Thread Andrew Fish via groups.io
Zhichao, The discovery algorithm for partitions is defined in the UEFI Spec. 13.3.2 Partition Discovery ... The following is the order in which a block device must be scanned to determine if it contains partitions. When a check for a valid partitioning scheme succeeds, the search terminates.

[edk2-devel] Adding bhyve to the Continuous Integration system

2020-08-09 Thread Rebecca Cran
Now that bhyve is in edk2, I'd like to add CI support for it. I have a FreeBSD machine that has the Azure Agent installed: would it be possible to add it to https://dev.azure.com/tianocore/edk2-ci/ ? Also, if I add a BhyvePkg.ci.yaml file in OvmfPkg/Bhyve will it be found? Or should I extend O

[edk2-devel] Partition issue with Linux Distribution iso image

2020-08-09 Thread Gao, Zhichao
Hi All, Some Linux Distribution ISO image would contain both Eltorito(iso 9660) volume info and MBR table at the same time. That would cause the partition check pass the MBR and ignore the UDF (Eltorito compatible) check. There is a bug in the partition child handler: https://bugzilla.tianocore