rockbox/firmware/target/mips/ingenic_jz47xx
Marcin Bukat 5900bf7315 ingenic: Tweak a few details in crt0.S
1) Avoid load/store delay slot by reorganizing instructions
   in copy loops
2) Fix off-by-one error in cache initialization code.
   This was harmless as it simply set line0 twice, now it sets
   every cacheline only once.
3) Fix off-by-word error in .bss clearing loop.
   The addiu in branch delay slot even if calculated is not seen
   by the branch instruction itself, so the code did one word
   too much in clearing.
4) Fix off-by-word error in deadbeefing stack.
   See above.

Change-Id: Iabb09a55979de7aa2e2b9234273683fc7e9762c5
2014-03-03 13:21:32 +01:00
..
onda_vx747 touch devices: Disable touch on softlock. 2013-09-05 20:02:07 +02:00
onda_vx767 remove unused prototypes 2012-05-07 00:51:13 -04:00
app.lds Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
ata-nand-jz4740.c Cleanup MV/MD macros a little. 2013-08-17 12:18:22 -04:00
ata-sd-jz4740.c Cleanup MV/MD macros a little. 2013-08-17 12:18:22 -04:00
backlight-target.h Merge Onda VX7?7 backlight-target.h 2009-04-25 20:55:23 +00:00
boot.lds Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
codec-jz4740.c Do some cleanup, adjustment and a couple fixes to recent sound changes. 2013-04-22 20:38:17 -04:00
crt0.S ingenic: Tweak a few details in crt0.S 2014-03-03 13:21:32 +01:00
debug-jz4740.c remove debug-target.h 2012-05-07 00:55:59 -04:00
dma_acc-jz4740.c * Add basic (non-working) support for NAND flash 2008-08-06 20:39:02 +00:00
fmradio-i2c-jz4740.c Onda VX747: try at implementing FM tuner support 2009-06-01 21:00:31 +00:00
i2c-jz4740.c Fix red. 2011-12-21 18:08:26 +00:00
kernel-jz4740.c Onda VX747: 2009-01-27 00:38:58 +00:00
lcd-jz4740.c lcd drivers: Convert lcd_[remote_]framebuffer to a pointer 2012-02-28 11:44:59 +11:00
lcd-target.h lcd-target.h: remove some duplicate declarations 2012-01-08 00:52:55 +00:00
pcm-jz4740.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
system-jz4740.c jz4740: a few minor fixes 2013-03-11 08:33:18 +01:00
system-target.h Create fimrware/asm directory for assembly optimized stuff. 2012-01-22 18:46:44 +01:00
timer-jz4740.c Ingenic Jz4740 timer driver: fix stupid mistake 2009-08-01 16:06:41 +00:00
usb-jz4740.c onda: remove now inlined USB_INIT_GPIO() 2011-12-31 18:50:45 +00:00