Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinolek committed Jan 21, 2021
0 parents commit 5489435
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Supported SoCs
- mt6735
- mt6765
- mt6785
20 changes: 20 additions & 0 deletions default_config.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"0x321": { // mt6735
"watchdog_address": 0x10212000,
"var_0": 0x10,
"var_1": 0x28,
"payload": "mt6735_payload.bin"
},

"0x766": { // mt6765
"var_0": 0x2C,
"var_1": 0x25,
"payload": "mt6765_payload.bin"
},

"0x813": { // mt6785
"var_0": 0x20,
"var_1": 0xA,
"payload": "mt6785_payload.bin"
}
}
Binary file added payloads/mt6735_payload.bin
Binary file not shown.
Binary file added payloads/mt6765_payload.bin
Binary file not shown.
Binary file added payloads/mt6785_payload.bin
Binary file not shown.

0 comments on commit 5489435

Please sign in to comment.