mirror of https://github.com/acidanthera/audk.git
MdePkg/PxeBaseCode.h: Added PXE Client ID for Aarch64
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Harry Liebel <Harry.Liebel@arm.com> Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14514 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b4319afbda
commit
a2cacc9a51
|
@ -148,6 +148,8 @@ typedef UINT16 EFI_PXE_BASE_CODE_UDP_PORT;
|
|||
//
|
||||
// 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 @@ typedef UINT16 EFI_PXE_BASE_CODE_UDP_PORT;
|
|||
#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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue