Skip to content

Commit

Permalink
Merge pull request #1013 from R0rt1z2/patch-1
Browse files Browse the repository at this point in the history
MT8135
  • Loading branch information
bkerler authored May 23, 2024
2 parents 8e46df6 + 3bf3563 commit 3aecfe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mtkclient/config/brom_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1528,11 +1528,11 @@ def __init__(self, var1=None, watchdog=None, uart=None, brom_payload_addr=None,
loader="mt8127_payload.bin"), # ford,austin,tank #mhmm wdt, nochmal checken
0x8135: chipconfig( # var1
watchdog=0x10000000,
# uart
uart=0x11002000,
# brom_payload_addr
da_payload_addr=0x12001000,
# pl_payload_addr
# gcpu_base
pl_payload_addr=0x80001000,
gcpu_base=0x11018000,
# sej_base
# cqdma_base
# ap_dma_mem
Expand Down
1 change: 1 addition & 0 deletions mtkclient/config/usb_ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[0x0E8D, 0x2000, -1], # MTK Preloader
[0x0E8D, 0x2001, -1], # MTK Preloader
[0x0E8D, 0x20FF, -1], # MTK Preloader
[0x0E8D, 0x3000, -1], # MTK Preloader
[0x1004, 0x6000, 2], # LG Preloader
[0x22d9, 0x0006, -1], # OPPO Preloader
[0x0FCE, 0xF200, -1], # Sony Brom
Expand Down

0 comments on commit 3aecfe1

Please sign in to comment.