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

@@ -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