Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions soc_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,19 @@ soc_info_t soc_info_table[] = {
.sid_sections = generic_2k_sid_maps,
.rvbar_reg = 0x08000040,
.watchdog = &wd_a523_compat,
},{
.soc_id = 0x1699, /* Allwinner B288 */
.name = "B288",
.scratch_addr = 0x1000,
.mmu_tt_addr = 0x8000,
.thunk_addr = 0xA200, .thunk_size = 0x200,
.swap_buffers = a10_a13_a20_sram_swap_buffers,
.sid_base = 0x01C14000,
.sid_sections = h3_sid_maps,
.watchdog = &wd_h3_compat,
.sram_size = 108 * 1024,
.sid_offset = 0x200,
.sid_fix = true,
},{
.swap_buffers = NULL /* End of the table */
}
Expand Down