summaryrefslogtreecommitdiff
path: root/rbutil/mkimxboot/dualboot.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2016-09-26 21:22:21 +0100
committerGerrit Rockbox <gerrit@rockbox.org>2016-12-12 12:03:08 +0100
commita983859291e29e2cfe26df8e00814b546d865b5c (patch)
tree7ba94ae05153124a52bc546d46aecb91715578b3 /rbutil/mkimxboot/dualboot.h
parent5c50efc9cec9b0b2f0af216c4e9bf82dc3046d04 (diff)
downloadrockbox-a983859291e29e2cfe26df8e00814b546d865b5c.tar.gz
rockbox-a983859291e29e2cfe26df8e00814b546d865b5c.zip
imx233: add capability to boot OF or updater instead of Rockbox
This commit adds the necessary code in the dualboot stub (bootloader) to let rockbox control the boot process. In particular, rockbox can now choose if the next boot will be normal (boot rockbox or OF on magic key), to OF or to updater. The intents (to be added in follow-up commits) are: 1) Let the user more easily reboot to the OF. On some targets it is not trivial, especially in USB mode. 2) Automatically reboot to updater when the user drop firmware.sb at the root of the drive (currently, the user needs to do that in OF USB mode) 3) Document this OF magic Change-Id: I86df651dec048c318c6a22de74abb8c6b41aa9ad
Diffstat (limited to 'rbutil/mkimxboot/dualboot.h')
-rw-r--r--rbutil/mkimxboot/dualboot.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/rbutil/mkimxboot/dualboot.h b/rbutil/mkimxboot/dualboot.h
index 9b9b0fc43e..fbce031d56 100644
--- a/rbutil/mkimxboot/dualboot.h
+++ b/rbutil/mkimxboot/dualboot.h
@@ -1,8 +1,8 @@
1/* Generated by bin2c */ 1/* Generated by bin2c */
2 2
3extern unsigned char dualboot_fuzeplus[460]; 3extern unsigned char dualboot_fuzeplus[728];
4extern unsigned char dualboot_zenxfi2[328]; 4extern unsigned char dualboot_zenxfi2[608];
5extern unsigned char dualboot_zenxfi3[288]; 5extern unsigned char dualboot_zenxfi3[572];
6extern unsigned char dualboot_nwze370[628]; 6extern unsigned char dualboot_nwze370[896];
7extern unsigned char dualboot_nwze360[676]; 7extern unsigned char dualboot_nwze360[944];
8extern unsigned char dualboot_zenxfistyle[376]; 8extern unsigned char dualboot_zenxfistyle[660];