Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 7c275b3cde5fdc3cf6fac068c52455927d09c1c1
https://github.com/tianocore/edk2/commit/7c275b3cde5fdc3cf6fac068c52455927d09c1c1
Author: Zhang Lubo <[email protected]>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Changed paths:
M NetworkPkg/HttpBootDxe/HttpBootConfig.c
M NetworkPkg/HttpBootDxe/HttpBootDhcp6.c
M NetworkPkg/IScsiDxe/IScsiConfig.c
M NetworkPkg/IScsiDxe/IScsiDriver.c
M NetworkPkg/IScsiDxe/IScsiMisc.c
M NetworkPkg/IScsiDxe/IScsiProto.c
Log Message:
-----------
NetworkPkg: Replace ASSERT with error handling in Http boot and IScsi
v2:
*Fix some memory leak issue.
This patch is used to replace ASSERT with error handling in Http boot
Driver and IScsi driver.
Cc: Ye Ting <[email protected]>
Cc: Fu Siyuan <[email protected]>
Cc: Wu Jiaxin <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <[email protected]>
Reviewed-By: Wu Jiaxin <[email protected]>
Commit: 8d648abc3265282bb7351c557110e3bdf3d98669
https://github.com/tianocore/edk2/commit/8d648abc3265282bb7351c557110e3bdf3d98669
Author: Zhang Lubo <[email protected]>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Changed paths:
A MdePkg/Include/IndustryStandard/Dhcp.h
Log Message:
-----------
MdePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.
v2:
*add some new arch types for PXE boot.
refine the definition of arch types for http boot
Add a new head file Dhcp.h in Mde/Include/IndustryStandard, normalize the
universal option numbers and other network number tags.
Cc: Sriram Subramanian <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Ye Ting <[email protected]>
Cc: Fu Siyuan <[email protected]>
Cc: Wu Jiaxin <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>
Commit: ac6c3d90edebf1499dac8f4d3c99e94d197ad45e
https://github.com/tianocore/edk2/commit/ac6c3d90edebf1499dac8f4d3c99e94d197ad45e
Author: Zhang Lubo <[email protected]>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Changed paths:
M MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.h
M MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Io.c
M MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Option.c
M MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Option.h
M MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.c
M MdeModulePkg/Universal/Network/IScsiDxe/IScsiDhcp.h
M MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h
M MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.c
M MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Config2Impl.h
M MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h
M MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c
M MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h
M MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.h
Log Message:
-----------
MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.
Add a new head file Dhcp.h in Mde/Include/IndustryStandard, normalize the
universal option numbers and other network number tags.
Cc: Sriram Subramanian <[email protected]>
Cc: Ye Ting <[email protected]>
Cc: Fu Siyuan <[email protected]>
Cc: Wu Jiaxin <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>
Commit: 142c00c3d659a6d5d66416385b4c93fd9a9f10e6
https://github.com/tianocore/edk2/commit/142c00c3d659a6d5d66416385b4c93fd9a9f10e6
Author: Zhang Lubo <[email protected]>
Date: 2016-06-23 (Thu, 23 Jun 2016)
Changed paths:
M NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
M NetworkPkg/HttpBootDxe/HttpBootDhcp4.c
M NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
M NetworkPkg/HttpBootDxe/HttpBootDhcp6.c
M NetworkPkg/HttpBootDxe/HttpBootDhcp6.h
M NetworkPkg/HttpBootDxe/HttpBootDxe.h
M NetworkPkg/IScsiDxe/IScsiDhcp.c
M NetworkPkg/IScsiDxe/IScsiDhcp.h
M NetworkPkg/IScsiDxe/IScsiDhcp6.c
M NetworkPkg/IScsiDxe/IScsiDhcp6.h
M NetworkPkg/IScsiDxe/IScsiImpl.h
M NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
M NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h
M NetworkPkg/Ip6Dxe/Ip6Impl.h
M NetworkPkg/Ip6Dxe/Ip6Nd.c
M NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c
M NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h
M NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c
M NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h
M NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h
Log Message:
-----------
NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.
v2:
*Since we have redefined the name of arch types in Dhcp.h for http boot,
it need to change corresponding codes.
Add a new head file Dhcp.h in Mde/Include/IndustryStandard, normalize the
universal option numbers and other network number tags.
Cc: Sriram Subramanian <[email protected]>
Cc: Ye Ting <[email protected]>
Cc: Fu Siyuan <[email protected]>
Cc: Wu Jiaxin <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/3460c75dfe95...142c00c3d659------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits