This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
#ifndef FIRMWARE_OFFSETS_H | ||
#define FIRMWARE_OFFSETS_H | ||
|
||
#define AVC_DENY_2311 0x806b50 | ||
#define AVC_DENY_2308_A5 0x806788 | ||
|
||
#define SEL_READ_ENFORCE_2311 0x818714 | ||
#define SEL_READ_ENFORCE_2308_A5 0x81834c | ||
|
||
#define INIT_CRED_2311 0x271bfa8 | ||
#define INIT_CRED_2308_A5 0x271bf88 | ||
|
||
#define COMMIT_CREDS_2311 0x167b40 | ||
#define COMMIT_CREDS_2308_A5 0x167b40 | ||
|
||
#define ADD_COMMIT_2311 0x912d0108 //add x8, x8, #0xb40 | ||
#define ADD_INIT_2308_A5 0x913e2000 //add x0, x0, #0xf88 | ||
|
||
#define ADD_INIT_2311 0x913ea000 //add x0, x0, #0xfa8 | ||
#define ADD_COMMIT_2308_A5 0x912d0108 //add x8, x8, #0xb40 | ||
|
||
#endif |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters