Skip to content

Commit 954d731

Browse files
authored
Merge pull request #76 from GThreepwood307/main
snagrecover: support Allwinner A133
2 parents 40003a1 + f8ba03e commit 954d731

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/snagrecover/firmware/sunxi_fw/soc_info.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,18 @@ a83t:
203203
size: 0x2400
204204
tt_addr: 0x44000
205205
safe_addr: 0x1000
206+
a133:
207+
sram_size: 0x25000
208+
spl_start: 0x20000
209+
thunk:
210+
start: 0x40400
211+
size: 0x200
212+
rom:
213+
- start: 0x21000
214+
backup: 0x40000
215+
size: 0x0400
216+
safe_addr: 0x21000
217+
rvbar_addr: 0x8100040
206218
f1c100s:
207219
sram_size: 0x8000
208220
spl_start: 0x0

src/snagrecover/supported_socs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ tested:
55
family: sunxi
66
a64:
77
family: sunxi
8+
a133:
9+
family: sunxi
810
am3358:
911
family: am335x
1012
am625:

0 commit comments

Comments
 (0)