summaryrefslogtreecommitdiff
path: root/flash/bootloader/bootloader.h (follow)
Commit message (Collapse)AuthorAge
* Use the asm optimised UCL decompressor for the flash bootloader as well. ↵Jens Arnold2008-10-30
| | | | | | Verified working on Player, Recorder v1, Ondio SP and Ondio FM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18928 a1c6a512-1295-4272-9138-f99709370657
* Archos flash loader: compile with -Os and make all internal functions static ↵Jens Arnold2008-10-12
| | | | | | 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(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18791 a1c6a512-1295-4272-9138-f99709370657
* Adjustments for player bootloader: (1) Correct HD power pin polarity. (2) ↵Jens Arnold2004-11-19
| | | | | | Only power on HD if not started by charger insertion. (3) Changed button read to use port C instead of ADC. This allows for 3 buttons as on the other platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5442 a1c6a512-1295-4272-9138-f99709370657
* Ondio support for flash boot loader (yes, I have flashed my Ondio)Jörg Hohensohn2004-09-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5131 a1c6a512-1295-4272-9138-f99709370657
* source code for all my flash stuff, now finally in cvsJörg Hohensohn2003-11-30
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4083 a1c6a512-1295-4272-9138-f99709370657