From f120d15e6d024a7c34a5ece1fefa9ef6d339f6e0 Mon Sep 17 00:00:00 2001 From: Jiaxin Wu Date: Tue, 25 Sep 2018 11:35:00 +0800 Subject: 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 Cc: Fu Siyuan Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Wu Jiaxin Reviewed-by: Laszlo Ersek --- MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf index b5b9e80..0424019 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf @@ -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.
# This program and the accompanying materials -- cgit v1.1