* Commit dual-boot support for Creative ZVx family

* Add mkzenboot: makes it possible to integrate Rockbox bootloader with
   Creative firmwares without the need of distributing binaries
 * Add Tadeusz Pyś to credits, who figured out the minifs file system
 * Fix bootloader


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2008-08-27 20:32:12 +00:00
parent 109a867742
commit 944c33403c
9 changed files with 1414 additions and 5 deletions

View file

@ -74,5 +74,6 @@ void ata_reset(void);
void ata_device_init(void);
bool ata_is_coldstart(void);
void ide_power_enable(bool on);
int load_minifs_file(char* filename, unsigned char* location);
#endif