rockbox/utils/hwstub/stub/atj213x
Marcin Bukat 440fcb86d6 ATJ213x: minor changes to hwstub port
1) Make use of $gp addressing. This saves some bin size and makes
   code slightly faster.
2) Substitute jr with simple j instruction in exception handling.
   Code is small and j can easily encode target address.
3) Remove nop after eret in interrupt handler. According to mips32r2
   ISA manual eret does not have branch delay slot.

Change-Id: If63feb12eef189f08f7b50c832a8091be5e6f570
2023-09-28 22:04:11 +02:00
..
atj213x.h hwstub: Add atj213x support 2014-11-05 08:18:59 +01:00
crt0.S ATJ213x: minor changes to hwstub port 2023-09-28 22:04:11 +02:00
hwstub.lds ATJ213x: minor changes to hwstub port 2023-09-28 22:04:11 +02:00
Makefile ATJ213x: minor changes to hwstub port 2023-09-28 22:04:11 +02:00
target-config.h ATJ hwstub: Add cache coherency 2017-09-15 21:44:59 +02:00
target.c hwstub: Add atj213x support 2014-11-05 08:18:59 +01:00
usb_drv_atj213x.c ATJ hwstub make irq based usb driver work 2016-11-10 13:57:02 +01:00