rockbox/rbutil
Rafaël Carré 88cda7eb26 mkamsboot: fix some Clipv2 that we used to brick
On those models the software bootloader is entered through the SWI vector,
not through the reset vector like we thought.

Use put_uint32le() instead of memcpy
Use mov pc, #0x200 instead of b 0x200, so we can use the same instruction
for both vectors.

Tested on Clipv2 and Clip Zip

Change-Id: I99dc24167dde5558d34fe9795c65b44ff91aa665
2012-01-31 14:23:53 -05:00
..
chinachippatcher Fix cross compiling on OS X. 2012-01-02 17:45:16 +00:00
e200rpatcher Bulk convert all DOS line endings to UNIX. 2011-11-06 22:44:25 +00:00
ipodpatcher MSVC compatibility adjustments. 2012-01-08 19:51:11 +00:00
mkamsboot mkamsboot: fix some Clipv2 that we used to brick 2012-01-31 14:23:53 -05:00
mkimxboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
mkmpioboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
mktccboot Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
rbutilqt Use relative paths to quazip includes. 2012-01-29 22:55:18 +01:00
sansapatcher MSVC compatibility adjustments. 2012-01-08 19:51:11 +00:00
tools Allow passing additional CFLAGS. 2012-01-02 16:59:26 +00:00
libtools.make Remove OS X special universal binary handling. 2012-01-06 09:24:38 +00:00