summaryrefslogtreecommitdiff
path: root/firmware (follow)
Commit message (Collapse)AuthorAge
...
* No hard-coded minimum capacity any moreJens Arnold2004-10-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5272 a1c6a512-1295-4272-9138-f99709370657
* Disabled charger detection and ide_power_enable() for Ondio; some cleanupJens Arnold2004-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5270 a1c6a512-1295-4272-9138-f99709370657
* MACH, MACL and SR are no longer part of the SH1 thread contextLinus Nielsen Feltzing2004-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5268 a1c6a512-1295-4272-9138-f99709370657
* Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ↵Linus Nielsen Feltzing2004-10-12
| | | | | | safely turn off the player by holding OFF. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5260 a1c6a512-1295-4272-9138-f99709370657
* Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ↵Linus Nielsen Feltzing2004-10-12
| | | | | | safely turn off the player by holding OFF. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5259 a1c6a512-1295-4272-9138-f99709370657
* SYS_xxx events now don't share bits with regular events. New event: ↵Linus Nielsen Feltzing2004-10-12
| | | | | | SYS_POWEROFF. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5257 a1c6a512-1295-4272-9138-f99709370657
* Bus controller inits are valid for all models. Corrected WCR1 init according ↵Jens Arnold2004-10-12
| | | | | | to the datasheet (dontcare bits shall be written as 1) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5256 a1c6a512-1295-4272-9138-f99709370657
* Disabled S/PDIF out for models where S/PDIF output is not physically ↵Jens Arnold2004-10-11
| | | | | | available. Should reduce possible interference. If you have modded your FM/V2 to have such an output, define HAVE_SPDIF_OUT in the corresponding config-xxx.h file to re-enable it git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5253 a1c6a512-1295-4272-9138-f99709370657
* Stepping backwards over non-existing files now works. Thanks to Christian ↵Linus Nielsen Feltzing2004-10-11
| | | | | | Marg for pinpointing the problem. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5249 a1c6a512-1295-4272-9138-f99709370657
* Properly initialize the bus controller for Ondio as well. Fixes coldstart ↵Jens Arnold2004-10-10
| | | | | | from flash on Ondio SP, both classic and RomBox git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5248 a1c6a512-1295-4272-9138-f99709370657
* MMC hotswap handling in USB modeJens Arnold2004-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5247 a1c6a512-1295-4272-9138-f99709370657
* more realistic limits for AAA cellsJörg Hohensohn2004-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5244 a1c6a512-1295-4272-9138-f99709370657
* Consistent battery capacity handling for settings and menu, adapted allowed ↵Jens Arnold2004-10-10
| | | | | | range for Ondio git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5243 a1c6a512-1295-4272-9138-f99709370657
* Removed car adapter mode for Ondio, and changed the misleading config option ↵Jens Arnold2004-10-10
| | | | | | HAVE_BATTERIES to the more appropriate HAVE_CHARGING git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5242 a1c6a512-1295-4272-9138-f99709370657
* First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold2004-10-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5241 a1c6a512-1295-4272-9138-f99709370657
* Fixed busy timeout handling; better commentsJens Arnold2004-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5240 a1c6a512-1295-4272-9138-f99709370657
* Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold2004-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5236 a1c6a512-1295-4272-9138-f99709370657
* Limit read chunk size for MMC to 256 KB. Fixes playback problems for ↵Jens Arnold2004-10-09
| | | | | | high-bitrate files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5235 a1c6a512-1295-4272-9138-f99709370657
* Major MMC driver rework: DMA for sector transfers (except for single sector ↵Jens Arnold2004-10-09
| | | | | | writes), bitswap while DMA transfer is running, optimized SCI handling (back-to-back transfer for polled writes), yield()s once per sector transfer. Speed is now close to the theoretical maximum git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5231 a1c6a512-1295-4272-9138-f99709370657
* battery levels adjusted for OndioJörg Hohensohn2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5230 a1c6a512-1295-4272-9138-f99709370657
* Fixed warning when compiling with PREFER_C_WRITINGJens Arnold2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5229 a1c6a512-1295-4272-9138-f99709370657
* multiple battery types prepared (CONFIG_BATTERY)Jörg Hohensohn2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5227 a1c6a512-1295-4272-9138-f99709370657
* Button flip enabled on OndioJens Arnold2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5226 a1c6a512-1295-4272-9138-f99709370657
* Set up the Flash, LCD and ATA chip selectsLinus Nielsen Feltzing2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5220 a1c6a512-1295-4272-9138-f99709370657
* Let's put the DRAM at 0x30000000 on the iRiverLinus Nielsen Feltzing2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5219 a1c6a512-1295-4272-9138-f99709370657
* Fixed typoJens Arnold2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5215 a1c6a512-1295-4272-9138-f99709370657
* First iRiver startup code, does nothing but blink the backlightLinus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5212 a1c6a512-1295-4272-9138-f99709370657
* Modest start on the H100Linus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5211 a1c6a512-1295-4272-9138-f99709370657
* Ported to iRiver H100Linus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5209 a1c6a512-1295-4272-9138-f99709370657
* Now used IRAMORIGLinus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5208 a1c6a512-1295-4272-9138-f99709370657
* Correct CPU type handlingLinus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5202 a1c6a512-1295-4272-9138-f99709370657
* The endian swap macros should be unsigned. This fixes the FAT16 issue.Jens Arnold2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5195 a1c6a512-1295-4272-9138-f99709370657
* Enhanced MMC handling: Driver cleanup, timeout calculation fixed, allowed ↵Jens Arnold2004-10-06
| | | | | | voltage check, maintain disk activity info (fixes immediate shutdown at end of playback). MMC debug menu item populated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5193 a1c6a512-1295-4272-9138-f99709370657
* include cpu header only if explicit CPU matchDaniel Stenberg2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5190 a1c6a512-1295-4272-9138-f99709370657
* sh7024.h -> cpu.hLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5189 a1c6a512-1295-4272-9138-f99709370657
* ENDADDR is now correctly definedLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5188 a1c6a512-1295-4272-9138-f99709370657
* Adapted for iRiver H1xxLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5187 a1c6a512-1295-4272-9138-f99709370657
* Changed CPU name, removed HAVE_LEDLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5186 a1c6a512-1295-4272-9138-f99709370657
* Changed CPU nameLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5185 a1c6a512-1295-4272-9138-f99709370657
* CPU definition fileLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5184 a1c6a512-1295-4272-9138-f99709370657
* CPU definitions for MCF5249Linus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5183 a1c6a512-1295-4272-9138-f99709370657
* Removed Neo supportLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5182 a1c6a512-1295-4272-9138-f99709370657
* Removed erroneous comment.Björn Stenberg2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5181 a1c6a512-1295-4272-9138-f99709370657
* Oops, I meant to disable SDOLinus Nielsen Feltzing2004-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5180 a1c6a512-1295-4272-9138-f99709370657
* Increased strength on S/PDIF outputs, fixes bug #770355Linus Nielsen Feltzing2004-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5179 a1c6a512-1295-4272-9138-f99709370657
* Compile ata_mmc.c for targets with mmc, ata.c for all others.Björn Stenberg2004-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5174 a1c6a512-1295-4272-9138-f99709370657
* only compile files that are relevantDaniel Stenberg2004-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5173 a1c6a512-1295-4272-9138-f99709370657
* panic on write behind partition, tooJörg Hohensohn2004-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5171 a1c6a512-1295-4272-9138-f99709370657
* (Re-)added the delayed write feature to avoid wearing the flash unnecessarilyJens Arnold2004-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5162 a1c6a512-1295-4272-9138-f99709370657
* MMC: 10 % faster reading and 15 % faster writingJens Arnold2004-10-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5161 a1c6a512-1295-4272-9138-f99709370657