.. |
bootloader.make
|
Added 'keywords' and 'eol-style' properties.
|
2008-11-25 19:54:23 +00:00 |
common.c
|
as3525v2: silence bootloader
|
2010-03-28 04:10:40 +00:00 |
common.h
|
Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files.
|
2010-01-03 14:28:09 +00:00 |
creativezvm.c
|
Fix ZVM 30GB bootloader.
|
2009-03-17 21:23:02 +00:00 |
gigabeat-s.c
|
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline.
|
2010-05-06 17:35:04 +00:00 |
gigabeat.c
|
Gigabeat FX: Look for button A (rather than any button) in bootloader for verbose mode - needed for flashed bootloader
|
2009-04-21 04:36:46 +00:00 |
iaudio_coldfire.c
|
Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559
|
2008-11-23 22:07:48 +00:00 |
ipod.c
|
FS#11199: ipod bootloader: reboot to disk mode on cable insert, following a fatal error
|
2010-04-13 22:17:42 +00:00 |
ipodnano2g.c
|
Add more information to the battery debug screen for Nano2G
|
2010-02-17 15:57:53 +00:00 |
iriver_h1x0.c
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
iriver_h300.c
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
lyre_proto1.c
|
Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.
|
2009-03-30 12:20:47 +00:00 |
main-c240wipe.c
|
Fix some forgotten storage_(read|write)_sectors() calls
|
2010-04-03 22:18:16 +00:00 |
main-c250wipe.c
|
Fix some forgotten storage_(read|write)_sectors() calls
|
2010-04-03 22:18:16 +00:00 |
main-e200r-installer.c
|
Fix some forgotten storage_(read|write)_sectors() calls
|
2010-04-03 22:18:16 +00:00 |
main-pp.c
|
Fix some forgotten storage_(read|write)_sectors() calls
|
2010-04-03 22:18:16 +00:00 |
Makefile
|
Prepare Creative bootloader compilation for future dual boot integration
|
2008-08-03 19:32:14 +00:00 |
meizu_m3.c
|
Update initialisation and display of debug info in meizu M3 bootloader
|
2009-07-05 19:14:46 +00:00 |
meizu_m6sl.c
|
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
|
2008-11-01 16:14:28 +00:00 |
meizu_m6sp.c
|
Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo (with some limitations, see comments in lcd-m6sp.c)
|
2009-10-25 11:31:13 +00:00 |
mini2440.c
|
make mini2440 bootloader compile again, and remove a few warnings from sd driver.
|
2009-10-31 16:48:08 +00:00 |
mpio_hd200.c
|
HD200 - rework bootloader logic
|
2010-05-04 11:16:17 +00:00 |
mrobe500.c
|
M:Robe 500: Remove some dead test code in bootloader, reorganize the bootloader link script, and remove an unnecessary lcd disable/enable in initialization.
|
2009-04-10 04:48:44 +00:00 |
ondavx747.c
|
More tabs removed
|
2010-01-03 11:12:31 +00:00 |
samsung_yps3.c
|
Samsung YP-S3: make bootloader compile again
|
2009-10-11 13:15:23 +00:00 |
sansa_as3525.c
|
Make Clip+ bootloader build
|
2010-02-05 12:40:25 +00:00 |
show_logo.c
|
Make Clip+ bootloader build
|
2010-02-05 12:40:25 +00:00 |
SOURCES
|
Add MPIO HD200 port - changed files
|
2010-04-26 21:40:00 +00:00 |
telechips.c
|
bootloader/telechips: disable irqs before jumping to rockbox
|
2009-09-21 08:38:52 +00:00 |
tpj1022.c
|
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter.
|
2010-05-06 17:35:13 +00:00 |