]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add Copyright notices and comments for Red Hat contributor.
authorsfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 May 2013 06:25:39 +0000 (06:25 +0000)
committersfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 May 2013 06:25:39 +0000 (06:25 +0000)
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14355 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c
MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.h

index 6bca31967c95088a389ba11ac8056543440d66eb..8be753151ccbd578ed1022e54a495130ea80f3dd 100644 (file)
@@ -1,7 +1,8 @@
 /** @file\r
   Support for PxeBc dhcp functions.\r
 \r
-Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013, Red Hat, Inc.\r
+Copyright (c) 2007 - 2012, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -1537,10 +1538,13 @@ PxeBcSelectBootPrompt (
 \r
   VendorOpt = &Packet->PxeVendorOption;\r
   //\r
-  // According to the PXE specification 2.1, Table 2-1 PXE DHCP Options,\r
-  // we must not consider a boot prompt or boot menu if all of the following hold:\r
-  //   - the PXE_DISCOVERY_CONTROL tag(6) is present inside the Vendor Options(43), and has bit 3 set  \r
-  //   - a boot file name has been presented in the initial DHCP or ProxyDHCP offer packet.\r
+  // According to the PXE specification 2.1, Table 2-1 PXE DHCP Options  (Full  \r
+  // List), we must not consider a boot prompt or boot menu if all of the  \r
+  // following hold:\r
+  // - the PXE_DISCOVERY_CONTROL PXE tag is present inside the Vendor Options\r
+  //   (=43) DHCP tag, and\r
+  // - the PXE_DISCOVERY_CONTROL PXE tag has bit 3 set, and  \r
+  // - a boot file name has been presented with DHCP option 67.\r
   //\r
   if (IS_DISABLE_PROMPT_MENU (VendorOpt->DiscoverCtrl) &&\r
       Packet->Dhcp4Option[PXEBC_DHCP4_TAG_INDEX_BOOTFILE] != NULL) {\r
index 9045251f592de75df4a983926ba9ed0e9b555f00..b56d10d82a1021a540f388d4b08c98c963ed5eca 100644 (file)
@@ -1,7 +1,8 @@
 /** @file\r
   Dhcp and Discover routines for PxeBc.\r
 \r
-Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013, Red Hat, Inc.\r
+Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r