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_2402 0x80a320 | ||
|
||
#define SEL_READ_ENFORCE_2311 0x818714 | ||
#define SEL_READ_ENFORCE_2402 0x81bee4 | ||
|
||
#define INIT_CRED_2311 0x271bfa8 | ||
#define INIT_CRED_2402 0x272bfe8 | ||
|
||
#define COMMIT_CREDS_2311 0x167b40 | ||
#define COMMIT_CREDS_2402 0x16af5c | ||
|
||
#define ADD_COMMIT_2311 0x912d0108 //add x8, x8, #0xb40 | ||
#define ADD_COMMIT_2402 0x913d7108 //add x8, x8, #0xf5c | ||
|
||
#define ADD_INIT_2311 0x913ea000 //add x0, x0, #0xfa8 | ||
#define ADD_INIT_2402 0x913fa000 //add x0, x0, #0xfe8 | ||
|
||
#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