Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'soc_info.c')
-rw-r--r--soc_info.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/soc_info.c b/soc_info.c
index 20c982b..7eea45d 100644
--- a/soc_info.c
+++ b/soc_info.c
@@ -320,6 +320,17 @@ soc_info_t soc_info_table[] = {
.needs_smc_workaround_if_zero_word_at_addr = 0x100004,
.watchdog = &wd_h6_compat,
},{
+ .soc_id = 0x1816, /* Allwinner V536 */
+ .name = "V536",
+ .spl_addr = 0x20000,
+ .scratch_addr = 0x21000,
+ .thunk_addr = 0x2A200, .thunk_size = 0x200,
+ .swap_buffers = v831_sram_swap_buffers,
+ .sram_size = 228 * 1024,
+ .sid_base = 0x03006000,
+ .sid_offset = 0x200,
+ .watchdog = &wd_h6_compat,
+ },{
.soc_id = 0x1817, /* Allwinner V831 */
.name = "V831",
.spl_addr = 0x20000,