rockbox/firmware/target
Aidan MacDonald c676736792 x1000: optimize crt0.S, improve correctness
Replace inline section copy/fill loops with subroutines, which
reduces code size a bit and and handle zero size copies properly.

Remove the cache initialization loop as well. There's no actual
reason for this because the SPL initializes the caches and just
dropping the cache can even be harmful (in this case it wasn't,
because the SPL flushes the whole cache right before calling in).

Change-Id: I7cddc9ed6d060b1f1bdd75544297883d014cad2d
2022-03-16 12:02:24 -04:00
..
arm multiboot: Refactor duplicated functions to a separate file 2022-03-11 10:58:20 -05:00
coldfire Revert "powermgmt: Remove an unnecessary function" 2021-12-23 11:40:22 +00:00
hosted multiboot: Remove bad multiboot code from hosted RoLo 2022-03-11 10:58:20 -05:00
mips x1000: optimize crt0.S, improve correctness 2022-03-16 12:02:24 -04:00