[edk2] UDK2017 pre-release info now on wiki

2017-04-28 Thread Richardson, Brian
Information on UDK2017, the next stable snapshot release of EDK II, is available on the TianoCore wiki. https://github.com/tianocore/tianocore.github.io/wiki/UDK2017 Thanks ... br --- Brian Richardson, Senior Technical Marketing Engineer, Intel Software

Re: [edk2] [edk2-UniSpecification PATCH] Allow .uni files on disk to be UTF-8 without a BOM

2017-04-28 Thread Kinney, Michael D
Tim, Thanks for the additional review on this topic. I will push the UNI spec update. Mike > -Original Message- > From: Tim Lewis [mailto:tim.le...@insyde.com] > Sent: Friday, April 28, 2017 9:48 AM > To: Tim Lewis ; Kinney, Michael D >

Re: [edk2] [edk2-UniSpecification PATCH] Allow .uni files on disk to be UTF-8 without a BOM

2017-04-28 Thread Tim Lewis
Mike -- After an internal review, we have found that there are fewer files than previously thought affected by this change. So we have no objections to updating the UNI Spec to match the current EDK2 tool behavior? Thanks, Tim -Original Message- From: edk2-devel

Re: [edk2] [PATCH] CorebootModulePkg, EmulatorPkg, Vlv2TbltDevicePkg: .inf whitespace fixes

2017-04-28 Thread Leif Lindholm
Andrew, Prince/David - any comments? On Mon, Apr 24, 2017 at 10:49:48AM -0700, Jordan Justen wrote: > On 2017-04-24 02:43:08, Leif Lindholm wrote: > > Incorrect line endings, trailing spaces and missing line break at end > > of file. > > > > Contributed-under: TianoCore Contribution Agreement

Re: [edk2] [PATCH] StdLib: GCC 6 build fixes

2017-04-28 Thread Leif Lindholm
On Thu, Apr 27, 2017 at 02:25:44PM +, Carsey, Jaben wrote: > Reviewed-by: Jaben Carsey Thanks! Pushed as 65ed9d7. / Leif > > -Original Message- > > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > > Leif Lindholm > > Sent:

[edk2] .clang-format for edk2

2017-04-28 Thread Cohen, Eugene
It looks like the ".clang-format" syntax it being adopted by the majority of editors (including Visual Studio and Visual Studio Code). Do you know of any effort to map the edk2 coding convention into a .clang-format file that can be committed to edk2 eventually? Thanks, Eugene

Re: [edk2] [patch] NetworkPkg: Fix bug in iSCSI mode ipv6 when enabling target DHCP.

2017-04-28 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: Zhang, Lubo > Sent: Friday, April 28, 2017 2:40 PM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin ; Ye, Ting ; Fu, Siyuan > > Subject:

Re: [edk2] [patch] NetworkPkg: Fix issue the iSCSI client can not send reset packet.

2017-04-28 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Zhang Lubo > Sent: Friday, April 28, 2017 2:42 PM > To: edk2-devel@lists.01.org > Cc: Ye, Ting ; Fu, Siyuan

Re: [edk2] [patch] MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.

2017-04-28 Thread Wu, Jiaxin
Reviewed-by: Wu Jiaxin Thanks, Jiaxin > -Original Message- > From: Zhang, Lubo > Sent: Friday, April 28, 2017 2:41 PM > To: edk2-devel@lists.01.org > Cc: Wu, Jiaxin ; Ye, Ting ; Fu, Siyuan > > Subject:

[edk2] [patch] NetworkPkg: Fix issue the iSCSI client can not send reset packet.

2017-04-28 Thread Zhang Lubo
if we already established a iSCSI connection from initiator to target based on IPv4 stack, after using reconnect -r command, we can not rebuild the session with the windows target, since the server thought the session is still exist. This issue is caused by wrong place of acquire ownership of

[edk2] [patch] NetworkPkg: Fix bug in iSCSI mode ipv6 when enabling target DHCP.

2017-04-28 Thread Zhang Lubo
if the server name expressed as a site local address begain with FEC0 when retrieving from dhcpv6 option 59 boot file url, it incorrectly process it as a dns name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Zhang Lubo Cc: Wu Jiaxin

[edk2] [patch] MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.

2017-04-28 Thread Zhang Lubo
if we already established a iSCSI connection from initiator to target based on IPv4 stack, after using reconnect -r command, we can not rebuild the session with the windows target, since the server thought the session is still exist. This issue is caused by wrong place of acquire ownership of