Revision: 14514
          http://sourceforge.net/p/edk2/code/14514
Author:   oliviermartin
Date:     2013-07-29 09:53:22 +0000 (Mon, 29 Jul 2013)
Log Message:
-----------
MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Harry Liebel <[email protected]>
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Protocol/PxeBaseCode.h

Modified: trunk/edk2/MdePkg/Include/Protocol/PxeBaseCode.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/PxeBaseCode.h    2013-07-29 09:52:18 UTC 
(rev 14513)
+++ trunk/edk2/MdePkg/Include/Protocol/PxeBaseCode.h    2013-07-29 09:53:22 UTC 
(rev 14514)
@@ -148,6 +148,8 @@
 //
 // PXE Tag definition that identifies the processor 
 // and programming environment of the client system.
+// These identifiers are defined by IETF:
+// http://www.ietf.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xml
 //
 #if defined (MDE_CPU_IA32)
 #define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x0006
@@ -157,6 +159,8 @@
 #define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x0007
 #elif defined (MDE_CPU_ARM)
 #define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x000A
+#elif defined (MDE_CPU_AARCH64)
+#define EFI_PXE_CLIENT_SYSTEM_ARCHITECTURE    0x000B
 #endif
 
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to