BeagleBoardPkg: Set paddings following the BeagleBoard revision (A, B, xM, etc)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12431 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -165,4 +165,15 @@
|
||||
#define ARM_EB_EFI_MEMORY_REGION_SZ 0x1000000
|
||||
#endif
|
||||
|
||||
typedef enum {
|
||||
REVISION_XM,
|
||||
REVISION_UNKNOWN0,
|
||||
REVISION_UNKNOWN1,
|
||||
REVISION_UNKNOWN2,
|
||||
REVISION_UNKNOWN3,
|
||||
REVISION_C4,
|
||||
REVISION_C123,
|
||||
REVISION_AB,
|
||||
} BEAGLEBOARD_REVISION;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user