[edk2] DXE loading order

2015-08-16 Thread Michael Zimmermann
I've enabled both SimpleTextInOutSerial and ConPlatformDxe on my device but it seems like ConPlatformDxe doesn't get notified about the binding of the simpletext protocol. I've noticed that SimpleText gets loaded before ConPlatform - Does that matter? Apparently yes. So, is this a bug by the EDK

Re: [edk2] Help debugging PEIM on Minnowboard Max

2015-08-16 Thread Tian, Feng
Eric, I must agree the naming of these usb pei related ppi guids are not good, which misleads you. There is no the chicken and egg problem. gPeiUsbHostControllerPpiGuid and gPeiUsbControllerPpiGuid are two different ppis. The former is consumed by UsbPei and the latter is consumed by XhciPei.

Re: [edk2] [patch] Fix typo in BaseCrypto2HashInit() which causes sanity check incorrect.

2015-08-16 Thread Zhang, Chao B
The patch is good to me Reviewed-by: Chao Zhangchao.b.zh...@intel.com Thanks Best regards Chao Zhang -Original Message- From: Yao, Jiewen Sent: Saturday, August 15, 2015 6:59 AM To: edk2-devel@lists.01.org Cc: Yao, Jiewen; Zhang, Chao B Subject: [patch] Fix typo in

Re: [edk2] [PATCH 0/2] Add HttpBoot support to OvmfPkg

2015-08-16 Thread Gary Ching-Pang Lin
On Fri, Aug 14, 2015 at 07:58:31AM -0700, Blibbet wrote: On 08/14/2015 02:03 AM, Gary Ching-Pang Lin wrote: Although the current HttpBoot implementation is incomplete, it would be easier to develop and test the software stack with a virtual machine. THANKS for adding to OVMF! Besides

Re: [edk2] [patch] SecurityPkg: Fixed build error due to FixedAtBuild PcdTcg2HashAlgorithmBitmap

2015-08-16 Thread Yao, Jiewen
HI Samer Yes, I can, if you can attach you patch. I think it is good idea, but I have not seen your patch yet. Thank you Yao Jiewen From: El-Haj-Mahmoud, Samer [mailto:samer.el-haj-mahm...@hp.com] Sent: Saturday, August 15, 2015 7:45 PM To: edk2-devel@lists.01.org; Yao, Jiewen Cc: Zhang, Chao

Re: [edk2] [PATCH 00/15] unify GCC command line options

2015-08-16 Thread Scott Duplichan
]Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] wrote: . . . ] Thanks for this much needed tool chain definition consolidation. I ran ] a build test with and without the patch. The build test uses GCC44-49 ] and Microsoft tool chains. Log files are here: http://notabs.org/uefi/tmp/. ]

Re: [edk2] [PATCH 1/2] NetworkPkg: Remove the hostname for the http request url

2015-08-16 Thread Ye, Ting
I checked RFC7230 and agreed we need use the origin-form of URI instead of using absolute-form. Thanks for fixing this. Reviewed-by: Ye Ting ting...@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Gary Ching-Pang Lin Sent: Friday,

Re: [edk2] [PATCH] SecurityPkg: Update SignatureSize to comply UEFI spec

2015-08-16 Thread Long, Qin
Looks good. Reviewed-by: Qin Long qin.l...@intel.com Best Regards Thanks, LONG, Qin -Original Message- From: Zhang, Chao B Sent: Monday, August 17, 2015 10:01 AM To: edk2-devel@lists.01.org Cc: Long, Qin; Zhang, Chao B Subject: [PATCH] SecurityPkg: Update SignatureSize to

[edk2] [PATCH v2] MdeModulePkg: IP4 should re-initiate a DHCP while network reconnection

2015-08-16 Thread Jiaxin Wu
v2: * Update the MediaPresent detect declaring. IP4 driver should re-initiate a DHCP if it detects that there is a network reconnection. To fix this issue, we can implement the DHCP re-initiate policy while the media change detected. The Ip4 driver should set a timer to signal the Ip4 to run the