[edk2] GPT support in UEFI

2017-06-07 Thread Shubham Mittal
Hi, i also think the block number provided by me was wrong. Actually i didn't know that parameter represents block number. Now when i know all the parameters to gpt create command, i used as specified by you. first of all, i used gpt clear BLK3 to install empty gpt tables. then, i tried gpt

Re: [edk2] [PATCH 00/10] *** BaseTools: Tools change to support PI v1.5 Specification. ***

2017-06-07 Thread Gao, Liming
Supreeth: Thanks for your contribution. I review this patch set, and have two comments. 1) This is added in PI1.5. So, its version check should be with 0x00010032 (1 and 50), not 0x0001000A (1 and 10). Smm standalone module INF needs to specify PI_SPECIFICATION_VERSION = 0x00010032. 2)

[edk2] [PATCH] SecurityPkg TcgDxe: Simplify debug msg when "TPM not working properly"

2017-06-07 Thread Star Zeng
Current code for case "TPM not working properly" uses the predefined macro __FILE__ in debug format string, but uses predefined macro __LINE__ as parameter, and it also uses multiple pairs of "" in debug format string. To be simple and clear, this patch is to update the code to just use

Re: [edk2] [PATCH] ShellPkg/alias: Return status for alias deletion

2017-06-07 Thread Ni, Ruiyu
I did think about changing as you suggested. But other errors also may be DEVICE_ERROR in case the NV storage has some problem. So I did not change it. Sorry for not replying to you before checking in the code. Send from mobile phone > 在 2017年6月7日,下午11:35,Shah, Tapan 写道: >

[edk2] Jaben will be away until August.

2017-06-07 Thread Carsey, Jaben
Hi all, I am going to be gone until early august without access to my email after this week. Mike Kinney has graciously agreed to handle reviewing code patches in my place until I return. Thanks Mike! Thanks, -Jaben ___ edk2-devel mailing list

Re: [edk2] [PATCH] ShellPkg: Remove unnecessary Readme.txt

2017-06-07 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, June 06, 2017 10:52 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben > Subject: [edk2]

Re: [edk2] [PATCH] ShellPkg/alias: Return status for alias deletion

2017-06-07 Thread Shah, Tapan
Ray, I don't see your check-in includes the change I proposed below. Tapan -Original Message- From: Shah, Tapan Sent: Tuesday, June 06, 2017 5:03 PM To: 'Carsey, Jaben' ; Ni, Ruiyu ; edk2-devel@lists.01.org Subject: RE: [edk2] [PATCH]

Re: [edk2] [RFC] migration of OpenPlatformPkg to tianocore

2017-06-07 Thread Leif Lindholm
Hi all, OK, so I have now updated both edk2-non-osi and edk2-platforms (devel-OpenPlatformPkg branches) with package renaming, and updating .dsc/.fdf files to . It appears the problems I'm facing are mainly caused by the GenFds stage not seeing a view consistent with the actual compilation

Re: [edk2] HTTPS boot support questions

2017-06-07 Thread Santhapur Naveen
Hi Jiaxin, Thanks for the clarification. Regards, Naveen -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Wednesday, June 07, 2017 1:14 PM To: Santhapur Naveen; edk2-devel@lists.01.org Subject: RE: HTTPS boot support questions Naveen, I mean the WinPE/Windows 10

Re: [edk2] [Patch] BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule file

2017-06-07 Thread Gao, Liming
Reviewed-by: Liming Gao >-Original Message- >From: Zhu, Yonghong >Sent: Tuesday, June 06, 2017 9:52 PM >To: edk2-devel@lists.01.org >Cc: Gao, Liming >Subject: [Patch] BaseTools: Fix the bug use same FMP_PAYLOAD in different >capsule file >

Re: [edk2] HTTPS boot support questions

2017-06-07 Thread Wu, Jiaxin
Naveen, I mean the WinPE/Windows 10 OS can't be installed via UEFI HTTP(S) feature. Currently, I only verified the ISO image is SUSE SLES. Thanks, Jiaxin > -Original Message- > From: Santhapur Naveen [mailto:nave...@amiindia.co.in] > Sent: Wednesday, June 7, 2017 3:29 PM > To:

Re: [edk2] HTTPS boot support questions

2017-06-07 Thread Santhapur Naveen
Hi Jiaxin, For #2, you meant server for HTTPS can't be configured in Windows alone or the OS can't be installed over HTTPS? I don't think the latter is valid. Please clarify. Thanks, Naveen -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of

Re: [edk2] HTTPS boot support questions

2017-06-07 Thread Santhapur Naveen
Hi Jiaxin, Thanks for your comments. Regards, Naveen -Original Message- From: Wu, Jiaxin [mailto:jiaxin...@intel.com] Sent: Wednesday, June 07, 2017 12:41 PM To: Santhapur Naveen; edk2-devel@lists.01.org Subject: RE: HTTPS boot support questions Hi Naveen, For your question: #1: Yes,

Re: [edk2] HTTPS boot support questions

2017-06-07 Thread Wu, Jiaxin
Hi Naveen, For your question: #1: Yes, HTTPS Boot can work with port 80, but you have to close any possible website may be using the same port. #2: No, AFAIK, currently, HTTP(S) can't co-work with WinPE/Windows 10 OS installation. #3: Yes, secure boot feature is not related to HTTPS boot. You

Re: [edk2] [Patch] MdePkg: update head files to meet UEFI 2.7

2017-06-07 Thread Ye, Ting
Reviewed-by: Ye Ting -Original Message- From: Wang, Fan Sent: Tuesday, June 06, 2017 6:52 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Wang, Fan Subject: [Patch] MdePkg: update head files to

Re: [edk2] [Patch] MdePkg: update head files to meet UEFI 2.7

2017-06-07 Thread Fu, Siyuan
Reviewed-by: Fu Siyuan -Original Message- From: Wang, Fan Sent: 2017年6月6日 18:52 To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Wang, Fan Subject: [Patch] MdePkg: update head files to meet UEFI