]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/PxeBaseCode.h
MdePkg: Add definition for new warning code EFI_WARN_FILE_SYSTEM.
[mirror_edk2.git] / MdePkg / Include / Protocol / PxeBaseCode.h
index af9fbc9a5944cd0087a94b1ca4c37f82c09a0240..7cef457374c0259276364cb3c57d91bfa9293f47 100644 (file)
@@ -2,7 +2,7 @@
   EFI PXE Base Code Protocol definitions, which is used to access PXE-compatible \r
   devices for network access and network booting.\r
 \r
-Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -148,6 +148,8 @@ typedef UINT16  EFI_PXE_BASE_CODE_UDP_PORT;
 //\r
 // PXE Tag definition that identifies the processor \r
 // and programming environment of the client system.\r
+// These identifiers are defined by IETF:\r
+// http://www.ietf.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml\r
 //\r
 #if defined (MDE_CPU_IA32)\r
 #define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x0006\r
@@ -157,6 +159,8 @@ typedef UINT16  EFI_PXE_BASE_CODE_UDP_PORT;
 #define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x0007\r
 #elif defined (MDE_CPU_ARM)\r
 #define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x000A\r
+#elif defined (MDE_CPU_AARCH64)\r
+#define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x000B\r
 #endif\r
 \r
 \r