diff options
author | hhuan13 <hhuan13@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-16 07:52:05 +0000 |
---|---|---|
committer | hhuan13 <hhuan13@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-11-16 07:52:05 +0000 |
commit | c01fa59094cde62105d5e97f1fce0275c9a409af (patch) | |
tree | 75221ad3bb054afc77ad6258191905d2c2997997 /NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c | |
parent | d0bf0f8872f7837bb64a1349e4e097f835aa5c5f (diff) | |
download | edk2-platforms-c01fa59094cde62105d5e97f1fce0275c9a409af.tar.xz |
Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11060 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c')
-rw-r--r-- | NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c b/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c index 0b7cf1f947..d72e62b6a9 100644 --- a/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c +++ b/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c @@ -256,9 +256,8 @@ PxeBcExtractBootFileUrl ( //
//
- // Based upon RFC 5970 and UEFI errata that will appear in chapter 21.3 of UEFI 2.3
- // specification after 2.3 errata B and future UEFI Specifications after 2.3.
- // tftp://[SERVER_ADDRESS]/BOOTFILE_NAME
+ // Based upon RFC 5970 and UEFI 2.3 Errata D specification, bootfile-url format
+ // is tftp://[SERVER_ADDRESS]/BOOTFILE_NAME
// As an example where the BOOTFILE_NAME is the EFI loader and
// SERVER_ADDRESS is the ASCII encoding of an IPV6 address.
//
|