rockbox/flash/bootloader
2008-10-12 22:10:22 +00:00
..
bootloader.c Archos flash loader: compile with -Os and make all internal functions static to save space. main() and _main() must not be static or they wouldn't end up in IRAM for execution. * Also make some bootbox functions static, and drop the useless return value from charging_screen(). 2008-10-12 22:10:22 +00:00
bootloader.h Archos flash loader: compile with -Os and make all internal functions static to save space. main() and _main() must not be static or they wouldn't end up in IRAM for execution. * Also make some bootbox functions static, and drop the useless return value from charging_screen(). 2008-10-12 22:10:22 +00:00
bootloader.lds
Makefile Archos flash loader: compile with -Os and make all internal functions static to save space. main() and _main() must not be static or they wouldn't end up in IRAM for execution. * Also make some bootbox functions static, and drop the useless return value from charging_screen(). 2008-10-12 22:10:22 +00:00
no_rom.lds
README Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00

(c) 2003 by Jörg Hohensohn

This is the source code for the flash bootloader.
It give the dual boot feature, decompresses one of two software images.