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 Dhcp option numbers and other network number tags.

Zhang Lubo (2):
  MdePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.
  NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.

 MdePkg/Include/IndustryStandard/Dhcp.h | 281 +++++++++++++++++++++++++++++++++
 NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h        | 128 +--------------
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.c |  82 +++++-----
 NetworkPkg/HttpBootDxe/HttpBootDhcp4.h |  51 +-----
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.c |  30 ++--
 NetworkPkg/HttpBootDxe/HttpBootDhcp6.h |  27 +---
 NetworkPkg/HttpBootDxe/HttpBootDxe.h   |   1 +
 NetworkPkg/IScsiDxe/IScsiDhcp.c        |  10 +-
 NetworkPkg/IScsiDxe/IScsiDhcp.h        |   9 +-
 NetworkPkg/IScsiDxe/IScsiDhcp6.c       |   8 +-
 NetworkPkg/IScsiDxe/IScsiDhcp6.h       |  11 +-
 NetworkPkg/IScsiDxe/IScsiImpl.h        |   4 +-
 NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c      |   6 +-
 NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h      |   2 -
 NetworkPkg/Ip6Dxe/Ip6Impl.h            |   4 +-
 NetworkPkg/Ip6Dxe/Ip6Nd.c              |   4 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c   |  98 ++++++------
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h   |  42 +----
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c   |  28 ++--
 NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h   |  25 +--
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h    |   3 +-
 21 files changed, 436 insertions(+), 418 deletions(-)
 create mode 100644 MdePkg/Include/IndustryStandard/Dhcp.h

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to