We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40003a1 + f8ba03e commit 954d731Copy full SHA for 954d731
2 files changed
src/snagrecover/firmware/sunxi_fw/soc_info.yaml
@@ -203,6 +203,18 @@ a83t:
203
size: 0x2400
204
tt_addr: 0x44000
205
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
218
f1c100s:
219
sram_size: 0x8000
220
spl_start: 0x0
src/snagrecover/supported_socs.yaml
@@ -5,6 +5,8 @@ tested:
5
family: sunxi
6
a64:
7
8
+ a133:
9
+ family: sunxi
10
am3358:
11
family: am335x
12
am625:
0 commit comments