Merge pull request #110 from jackmitch/master

fel: enable A83T MMU
This commit is contained in:
Chen-Yu Tsai 2020-09-29 14:21:48 +08:00 committed by GitHub
commit e334ccf5b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,7 @@ soc_info_t soc_info_table[] = {
.soc_id = 0x1673, /* Allwinner A83T */
.name = "A83T",
.scratch_addr = 0x1000,
.mmu_tt_addr = 0x44000,
.thunk_addr = 0x46E00, .thunk_size = 0x200,
.swap_buffers = ar100_abusing_sram_swap_buffers,
.sid_base = 0x01C14000,