rockbox/rbutil/mkamsboot/dualboot
Rafaël Carré f5c79105a4 mkamsboot: fix for newer fuzev2
These models are restricted to OF >= v02.3.31, probably because of a
hardware change
The OF checks a version string located between 0x0 and 0x200 in the
firmware block, so let's keep this part unmodified

We put our dualboot code at 0x200, and insert a branch + vectors at 0x0
That way our patched file will present the OF version to the fuzev2 OF
patching it, and we only waste 512 bytes on other models

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27441 a1c6a512-1295-4272-9138-f99709370657
2010-07-16 00:00:29 +00:00
..
bin2c.c Make bin2c ensure that the generated C arrays are 32bit aligned. Building nrv2e_d8 with the eabi toolchain breaks this assumption 2010-03-08 16:05:08 +00:00
dualboot.S mkamsboot: fix for newer fuzev2 2010-07-16 00:00:29 +00:00
Makefile Correct search&replace error. 2010-03-08 17:49:06 +00:00
nrv2e_d8.S mkamsboot / nrv2e_d8.S thubm decompressor : comment the use of mov pc, lr 2010-06-01 16:53:26 +00:00