public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Conflict Detection for Tcp and PxeBc Driver
@ 2018-10-29  5:47 Songpeng Li
  2018-10-29  5:47 ` [PATCH v2 1/4] MdeModulePkg: Add Tag Protocol for PxeBc Driver Conflict Detection Songpeng Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Songpeng Li @ 2018-10-29  5:47 UTC (permalink / raw)
  To: edk2-devel; +Cc: Ye Ting, Wu Jiaxin, Fu Siyuan

v2: Modify files:
  UefiPxeBcDxe.inf from MdeModulePkg
  UefiPxeBcDxe.inf from NetworkPkg
  tag protocol guid should be marked as BY_START

Please refer to the log message of each commit for more details.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1278
Cc: Ye Ting <ting.ye@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Songpeng Li (4):
  MdeModulePkg: Add Tag Protocol for PxeBc Driver Conflict Detection.
  MdeModulePkg/UefiPxeBcDxe: Add Conflict Detection Process.
  NetworkPkg/UefiPxeBcDxe: Add Conflict Detection Process.
  NetworkPkg/TcpDxe: Modify the Version of Driver Binding Protocol

 MdeModulePkg/Include/Protocol/PxeBcTag.h      | 26 ++++++++++++
 MdeModulePkg/MdeModulePkg.dec                 |  5 +++
 .../Network/UefiPxeBcDxe/PxeBcDriver.c        | 19 ++++++++-
 .../Network/UefiPxeBcDxe/PxeBcImpl.h          |  3 +-
 .../Network/UefiPxeBcDxe/UefiPxeBcDxe.inf     |  1 +
 NetworkPkg/TcpDxe/TcpDriver.c                 |  4 +-
 NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c         | 42 ++++++++++++++++++-
 NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h           |  1 +
 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf      |  1 +
 9 files changed, 96 insertions(+), 6 deletions(-)
 create mode 100644 MdeModulePkg/Include/Protocol/PxeBcTag.h

-- 
2.18.0.windows.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-10-29  7:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-29  5:47 [PATCH v2 0/4] Conflict Detection for Tcp and PxeBc Driver Songpeng Li
2018-10-29  5:47 ` [PATCH v2 1/4] MdeModulePkg: Add Tag Protocol for PxeBc Driver Conflict Detection Songpeng Li
2018-10-29  5:48 ` [PATCH v2 2/4] MdeModulePkg/UefiPxeBcDxe: Add Conflict Detection Process Songpeng Li
2018-10-29  5:48 ` [PATCH v2 3/4] NetworkPkg/UefiPxeBcDxe: " Songpeng Li
2018-10-29  5:48 ` [PATCH v2 4/4] NetworkPkg/TcpDxe: Modify the Version of Driver Binding Protocol Songpeng Li
2018-10-29  7:11 ` [PATCH v2 0/4] Conflict Detection for Tcp and PxeBc Driver Wu, Jiaxin
2018-10-29  7:12 ` Fu, Siyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox