Skip to content

Commit

Permalink
Add basic mt6886 dimensity 7000 ultra support
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerler authored Jun 5, 2024
1 parent 93da46b commit 48250f0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions mtkclient/config/brom_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,34 @@ def __init__(self, var1=None, watchdog=None, uart=None, brom_payload_addr=None,
description="MTK Helio G99"
# loader="mt6789_payload.bin"
),
0x1229: chipconfig(
var1=0xA,
watchdog=0x10007000,
uart=0x11002000,
brom_payload_addr=0x100A00,
da_payload_addr=0x2001000,
pl_payload_addr=0x40200000,
# gcpu_base=0x10050000,
dxcc_base=0x10210000,
#sej_base=0x1000a000,
cqdma_base=0x10212000,
# ap_dma_mem=0x11300800 + 0x1a0,
# blacklist=[(0x102d5c, 0x0)],
# blacklist_count=0x0000000A,
# send_ptr=(0x102888, 0xE79C),
# ctrl_buffer=0x00103024,
# cmd_handler=0x000101E8,
# brom_register_access=(0xf99a, 0xfa0c),
#meid_addr=0x1008EC,
#socid_addr=0x100934,
# prov_addr=0x1066C0,
# efuse_addr=0x11C10000,
damode=damodes.XML,
dacode=0x1229,
name="MT6886",
description="Dimensity 7200 Ultra"
# loader="mt7200_payload.bin"
),
0x1296: chipconfig(
var1=0xA,
watchdog=0x10007000,
Expand Down

1 comment on commit 48250f0

@hopez13
Copy link
Contributor

@hopez13 hopez13 commented on 48250f0 Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

watchdog address is wrong

Please sign in to comment.