makerom: updated to latest SDK specs.

This commit is contained in:
jakcron
2015-09-14 23:48:59 +08:00
parent f8993e198a
commit e636db7397
10 changed files with 1008 additions and 36 deletions
+9 -5
View File
@@ -28,6 +28,12 @@ typedef enum
resrc_limit_OTHER
} resource_limit_category;
typedef enum
{
cpuspeed_268MHz,
cpuspeed_804MHz
};
typedef enum
{
othcap_PERMIT_DEBUG = (1 << 0),
@@ -127,13 +133,11 @@ typedef struct
{
u8 programId[8];
u8 coreVersion[4];
u8 padding0[2];
u8 flag;
u8 priority;
u8 flag[4];
u8 resourceLimitDescriptor[16][2];
exhdr_StorageInfo storageInfo;
u8 serviceAccessControl[32][8]; // Those char[8] server names
u8 padding1[0x1f];
u8 serviceAccessControl[34][8]; // Those char[8] server names
u8 padding1[0xf];
u8 resourceLimitCategory;
} exhdr_ARM11SystemLocalCapabilities;