summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-26Turns out I don't have a magic DAP. :( I didn't get the problem because I ↵Michael Sevakis
RoLod it. Clean the useless macros from thread_init and leave it for spawned threads. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12488 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Well, it seems that caused problems for others but my magic bug correcting ↵Michael Sevakis
DAPs don't experience trouble after a full update. Revert to setting the macsr in system_init. Watch your ears when using EQ on the 25 Feb 21:43 build...so I hear. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12487 a1c6a512-1295-4272-9138-f99709370657
2007-02-25X5: Move the remote tick to target tree.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12486 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12485 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Add new target/arm/ipod/video/ directory to source tarballs.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12484 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each ↵Michael Sevakis
thread created on coldfire (EMAC_FRACTIONAL | EMAC_SATURATE). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12483 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Cleaned up code a bit, fixed possible bug during committing numeric indices ↵Miika Pekkarinen
and made code more fault tolerant. Added a new numeric tag making it possible to list recently added tracks. Export your DB. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12482 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Fixed database export crashing with long tags. And failing without DB loaded ↵Miika Pekkarinen
to RAM due to the recently added new tags in DB, thus reaching the fd limit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12481 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Remove unused code, make comments c-style, make one private function staticNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12480 a1c6a512-1295-4272-9138-f99709370657
2007-02-25Moved ipod LCD code to target tree.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12479 a1c6a512-1295-4272-9138-f99709370657
2007-02-25FS #6696. Updated nynorsk translation by Karl Ove Hufthammer.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12478 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Make it clear that there is no release version for newer targetsNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12477 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Use the correct constant to avoid confusionPeter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12476 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Better short filename generation. Fixes FS#6648.Peter D'Hoye
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12475 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Hrm. move.q? I want moveq.l :)Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12474 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Woops, that was an experimental change that shouldn't have been included.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12473 a1c6a512-1295-4272-9138-f99709370657
2007-02-24SWCODEC: Dsp speed optimizations. Changes for more modularity. Removal of ↵Michael Sevakis
some usless stuff. Some assembly routines for Coldfire with speed in mind over size for the outputs but the channel modes remain compact. Miscellaneous coldfire asm updates to accomodate the changes. Codec API structure version has to increase so do a full update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12472 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Remove unnecessary function call.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12471 a1c6a512-1295-4272-9138-f99709370657
2007-02-24Make private functions 'static'.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12470 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Ooops #2 - fix sim builds. The dbg_save_roms function will work on all PP ↵Dave Chapman
targets apart from the Sansa. Using CPU_PP prevents attempted compilation in the sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12469 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Ooops.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12468 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Remap flash ROM to 0x20000000 on the ipods and H10s, and implement ↵Dave Chapman
dbg_save_roms() in the debug menu for those targets to dump the content to a file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12467 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Initial take at providing a Sansa e200R build target. Only the bootloader buildDaniel Stenberg
differs from the plain Sansa e200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12466 a1c6a512-1295-4272-9138-f99709370657
2007-02-23support scrambling for the Sansa R modelsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12465 a1c6a512-1295-4272-9138-f99709370657
2007-02-23SPC Codec: Fix an overflow issue in echo with left shifting by 9 that showed ↵Michael Sevakis
on some files by using mac.l instead which is ok since the little beastie seems to prefer multiplying things. Mark asm blocks volatile so gcc doesn't get any ideas that the code can be removed as happened to me once already. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12464 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Remove useless defineNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12463 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Make private functions static. Remove some functions from the plugin api as ↵Nils Wallménius
they weren't used in any plugins and could then be declared static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12462 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Correct the usage for the -add option - add mn2g and change x5 to iax5Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12461 a1c6a512-1295-4272-9138-f99709370657
2007-02-23correct coordinates of the battery indicator bitmapsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12460 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Remove unneeded zero checks from convert_gain() and get_replaygain_int(). ↵Thom Johansen
These functions return correct results without them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12459 a1c6a512-1295-4272-9138-f99709370657
2007-02-23Proper file headerLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12458 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Set properties correctlyLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12457 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Put the X5 bootloader in a separate fileLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12456 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Correct the Gigabeat bootloader.Nicolas Pennequin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12455 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Fix comment.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12454 a1c6a512-1295-4272-9138-f99709370657
2007-02-22FS#6554 - Move bootloader code into a common fileLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12453 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12452 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Commit optional code for high-precision EQ which will almost certainly not ↵Thom Johansen
make a difference on 16 bit output targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12451 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12450 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Use -ffunction-sections and -fdata-sections for all bootloadersLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12449 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Fix remote-lcd contrast and crossfeed HF cutoff settingsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12448 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Change the replaygain preamp increment to a slightly less insane 0.5 dB.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12447 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Enable warnings (-Wall, -Wundef).Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12446 a1c6a512-1295-4272-9138-f99709370657
2007-02-22Keep the vectors when linking with --gc-sectionsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12445 a1c6a512-1295-4272-9138-f99709370657
2007-02-21Make it easier to quit Snake2 (much easier on iPods at least) by allowing ↵Zakk Roberts
user to quit from Pause screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12444 a1c6a512-1295-4272-9138-f99709370657
2007-02-21Allow button repeat events in the Brickmania main menu. Makes it easier to ↵Zakk Roberts
scroll through the options on iPods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12443 a1c6a512-1295-4272-9138-f99709370657
2007-02-21Get rid of some outl/inl in favour of #define.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12442 a1c6a512-1295-4272-9138-f99709370657
2007-02-21Fix broken conversion of 16 bit interleaved stereo to internal format.Thom Johansen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12441 a1c6a512-1295-4272-9138-f99709370657
2007-02-21Fix bug with ipod bootloader installation, found by linuxstbDominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12440 a1c6a512-1295-4272-9138-f99709370657
2007-02-21Implementation of Bootloader installation/uninstallation for all Targets in ↵Dominik Wenger
rbUtil. Needs testing. FS#6643 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12439 a1c6a512-1295-4272-9138-f99709370657