MdeModulePkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in NetworkPkg.

Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1205

This patch is to add the driver usage/difference clarification
compared to UefiPxeBcDxe in NetworkPkg.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Jiaxin Wu 2018-09-25 11:35:00 +08:00
parent d619dab698
commit f120d15e6d
1 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,16 @@
# This module produces EFI PXE Base Code Protocol upon EFI MMP Protocl and IPv4
# network stack, used to control PXE-compatible devices. It produces EFI Load File
# Protocol to provide one clean way to otain control from the boot manager if the
# boot patch is from the remote device.
# boot patch is from the remote device. This driver only supports IPv4 network stack.
#
# Notes:
# 1) This driver can't co-work with the UefiPxeBcDxe driver in NetworkPkg.
# 2) This driver might have some issues that have been fixed in the UefiPxeBcDxe
# driver in NetworkPkg.
# 3) This driver supports fewer features than the UefiPxeBcDxe driver in NetworkPkg
# (e.g. IPv6, MTFTP windowsize).
# 4) UefiPxeBcDxe driver in NetworkPkg is recommended for use instead of this one even
# though both of them can be used.
#
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials