rockbox/firmware/target
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
..
arm zenxfi3: fix yellow 2014-02-22 21:22:45 +01:00
coldfire coldfire: fix bootloader builds 2014-01-18 22:21:00 +01:00
hosted Fix hostfs_init() return value. 2014-03-03 11:19:56 +01:00
mips ingenic: Tweak a few details in crt0.S 2014-03-03 13:21:32 +01:00
sh Add missing kernel.h includes (hopefully all of them), take #2. 2014-01-05 20:42:48 +01:00