Drop Ebc arch support for PxeBc module.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2055 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-12-06 03:33:01 +00:00
parent 8106a89cd1
commit 4eba088547
4 changed files with 11 additions and 110 deletions

View File

@@ -17,7 +17,7 @@
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
<SupportedArchitectures>IA32 X64 IPF</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>BC</OutputFileBasename>
</ModuleDefinitions>

View File

@@ -19,8 +19,16 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
//
// Client architecture types
//
#define IA64 2
#define SYS_ARCH_EFI32 6
#if defined MDE_CPU_IA32
#define SYS_ARCH 0x6
#elif defined MDE_CPU_X64
#define SYS_ARCH 0x7
#elif defined MDE_CPU_IPF
#define SYS_ARCH 0x2
#else
#error Unsupported Client Processor Type
#endif
//
// portability macros

View File

@@ -43,13 +43,6 @@ typedef union {
UINT8 *BytePtr;
} UNION_PTR;
//
// 1 for Itanium-based, 0 for IA32
//
#define IA64SZ ((sizeof (UINTN) / sizeof (UINT32)) - 1)
#define SYS_ARCH (SYS_ARCH_EFI32 - (SYS_ARCH_EFI32 - IA64) * IA64SZ)
#pragma pack(1)
//
// option structure for DHCPREQUEST at end of DISCOVER options