fel: add fel spl support for A33
Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com> Tested-by: Vishnu Patekar <vishnupatekar0510@gmail.com> Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
This commit is contained in:
parent
49927c8866
commit
12f92fcb2b
6
fel.c
6
fel.c
@ -194,6 +194,7 @@ void aw_fel_print_version(libusb_device_handle *usb)
|
||||
case 0x1651: soc_name="A20";break;
|
||||
case 0x1650: soc_name="A23";break;
|
||||
case 0x1639: soc_name="A80";break;
|
||||
case 0x1667: soc_name="A33";break;
|
||||
}
|
||||
|
||||
printf("%.8s soc=%08x(%s) %08x ver=%04x %02x %02x scratchpad=%08x %08x %08x\n",
|
||||
@ -408,6 +409,11 @@ soc_sram_info soc_sram_info_table[] = {
|
||||
.thunk_addr = 0x46E00, .thunk_size = 0x200,
|
||||
.swap_buffers = a31_sram_swap_buffers,
|
||||
},
|
||||
{
|
||||
.soc_id = 0x1667, /* Allwinner A33 */
|
||||
.thunk_addr = 0x46E00, .thunk_size = 0x200,
|
||||
.swap_buffers = a31_sram_swap_buffers,
|
||||
},
|
||||
{ 0 } /* End of the table */
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user