1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub
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
..
include qeditor: fix compile error and some comments 2017-08-28 22:52:29 +02:00
lib hwstub: fix horrible bug 2017-11-12 14:12:44 +01:00
stub ATJ213x: minor changes to hwstub port 2023-09-28 22:04:11 +02:00
tools hwstub: add code to dump STMP rom 2017-11-12 14:14:30 +01:00