summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-05-11Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code.Dave Chapman5-0/+525
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17464 a1c6a512-1295-4272-9138-f99709370657
2008-05-11rbutil: improve the backup function.Dominik Wenger9-66/+203
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17463 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Set svn:eol-style on files from the rbutil directory and its subdirectories.Nicolas Pennequin18-17709/+17709
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17462 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Make sansapatcher check and report permission denied errors.Dominik Riebeling3-23/+42
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17461 a1c6a512-1295-4272-9138-f99709370657
2008-05-11convert to unix line endings.Dominik Riebeling1-27/+27
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17460 a1c6a512-1295-4272-9138-f99709370657
2008-05-11FS#8978 update to srpski.lang by Ivan PesicNils Wallménius1-12/+129
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17459 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Enable write buffering for the 1MB device memory section. This means using a ↵Michael Sevakis2-1/+8
different device framebuffer address too. You must update the firmware _and_ bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17458 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Don't need this any more since it's the default now.Barry Wardell1-4/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17457 a1c6a512-1295-4272-9138-f99709370657
2008-05-11doh! fix yellow.Jonathan Gordon3-5/+5
remove the calls to stop_scroll(), clear_viewport() does that nothing should be using screens[].nb_lines anymore... change the list code to be a good example. (playlist_viewer is the last thing using it which needs fixing) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17456 a1c6a512-1295-4272-9138-f99709370657
2008-05-11and the time/date screen...Jonathan Gordon2-21/+22
also change the order the yes/no screen clears the viewport.. stop_scroll should be called before clear or you might get artifacts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17455 a1c6a512-1295-4272-9138-f99709370657
2008-05-11more textarea to viewport conversion... yes/no screen...Jonathan Gordon10-79/+54
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17454 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Binsize optimization for targets without lcd remotes, whitespace/long lines ↵Nils Wallménius1-33/+53
police git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17453 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Use LTV350QV register definitionsMaurus Cuelenaere2-54/+165
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17452 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Ensure that tools are compiled before features - fixes an issue with bmp2rb ↵Robert Keevil1-1/+1
and multiple make jobs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17451 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix the bootloaderKarl Kurbjun1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17450 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in ↵Michael Sevakis7-114/+39
the linker scripts that hasn't done this yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17449 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix spelling mistake.Maurus Cuelenaere1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17448 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Added feature switch for LANG_ACCESSORY_SUPPLY as this is only used for some ↵Andree Buschmann8-21/+46
targets yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17447 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann6-201/+123
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17446 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix high power consumption at powerup.Karl Kurbjun1-7/+10
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17445 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix yellow.Michael Sevakis2-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17444 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix the ARM assembly to ensure that the stack is not used.Karl Kurbjun1-15/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17443 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis18-153/+423
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17442 a1c6a512-1295-4272-9138-f99709370657
2008-05-10rbutil: Upps, forgot 2 new files for creating a zip.Dominik Wenger2-0/+109
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17441 a1c6a512-1295-4272-9138-f99709370657
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor ↵Dominik Wenger7-11/+49
installing a new build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17440 a1c6a512-1295-4272-9138-f99709370657
2008-05-10rbutil: remove encoder selection and bind it to selected device. (ie. lame ↵Dominik Wenger7-73/+125
for old archos, rbspeex for all others) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17439 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Some changes for musepack: Disable SV4-SV6 support (I guess I am the only ↵Andree Buschmann6-70/+59
one who oned such). Remove tabs, perform some minor code beautification and add ICONST_ATTR to some requantization constants. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17438 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Add a Gigabeat S specific string and use a wildcard where the F and S use ↵Nils Wallménius1-8/+11
the same string git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17437 a1c6a512-1295-4272-9138-f99709370657
2008-05-10FS#8720 by Ivan Pesic updating srpski.langNils Wallménius1-133/+180
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17436 a1c6a512-1295-4272-9138-f99709370657
2008-05-09fix size hint for spacers to get Ok button centered.Dominik Riebeling1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17435 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Description off the lamp plugin: add missing keypads to the button table, ↵Marianne Arnold1-2/+2
fix the spelling for the X5/M5 pad (which prevented the button from showing up) and change the wording for a 'long press of play' to comply with the rest of the manuals. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17434 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Add description of the player for the blind to the c200 manual. Based off ↵Marianne Arnold1-0/+22
FS#8658 by Michael DiFebbo and finished by Robert Menes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17433 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Remove inner loop from button scanning on Gigabeat S. Requires changing the ↵Michael Sevakis2-41/+32
button codes but it's not a "functional port" so no plugin API version increase is done though a full update will be needed since any using the values will be incompatible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17432 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Change comment for clarity.Andree Buschmann1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17431 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Use a 'feature' instead of opting for each targetNils Wallménius1-2/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17430 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Initial work on a Gigabeat S manual. Still a bit to do.Will Robertson9-10/+1444
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17429 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Backlight brightness setting for Gigabeat S. Cleanup headers in target ↵Michael Sevakis3-12/+213
backlight file too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17428 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Bump the plugin API version when adding stuff....Peter D'Hoye1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17427 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Fix the short audio dropout at disk spinup from power-off on portalplayer ↵Jens Arnold1-2/+10
targets (observed on Mini G2, probably affected others as well). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17426 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Lamp plugin: accept the reduced patch of FS #8934 by Alexander PapstPeter D'Hoye5-2/+56
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17425 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Prototype declaration strictness fixes.Bertrik Sikken3-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17424 a1c6a512-1295-4272-9138-f99709370657
2008-05-08same for svnversion.shRobert Kukla0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17423 a1c6a512-1295-4272-9138-f99709370657
2008-05-08make configure work again in cygwinRobert Kukla0-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17422 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Cleanup in tools/: Remove unused VB scripts and fix properties.Nicolas Pennequin10-285/+170
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17421 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Put 'Id' in the headersNils Wallménius2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17420 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Fix properties on WPS files.Nicolas Pennequin4-77/+77
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17419 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Add two missing rockbox headers and set svn:eol-styleNils Wallménius2-0/+38
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17418 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Disable clocks for most modules in the imx31l on startup, individual drivers ↵Nils Wallménius3-1/+75
handle enabling/disabling clocks for used modules git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17417 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Oops, it's called mc13783...Nils Wallménius3-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17416 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Hehe. Should probably implement ide_powered if implementing ide_power_enable.Michael Sevakis1-2/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17415 a1c6a512-1295-4272-9138-f99709370657