summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Collapse)Author
2008-05-13Gigabeat S system setup changes. Unaligned loads/stores on. Mixed-endian ↵Michael Sevakis
support on. VIC on early. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17495 a1c6a512-1295-4272-9138-f99709370657
2008-05-13Commit Zen Vision key patches by FalafelMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17490 a1c6a512-1295-4272-9138-f99709370657
2008-05-13add BALANCE_CAP and CLIPPING_CAP and move some mas35xx code into audio ↵Christian Gmeiner
driver mas35xx.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17489 a1c6a512-1295-4272-9138-f99709370657
2008-05-13Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a ↵Mark Arigo
microsd card (no hotswap), use HAVE_ATA_SD for the Sansa flash driver so we don't rely on HAVE_HOTSWAP in some places. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17488 a1c6a512-1295-4272-9138-f99709370657
2008-05-13Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up ↵Mark Arigo
one level. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17487 a1c6a512-1295-4272-9138-f99709370657
2008-05-12Add (preliminary) Zen Vision support.Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17485 a1c6a512-1295-4272-9138-f99709370657
2008-05-12hopefully fix problems with setting bass/treble on wm8751 tragets (mrobe100,...)Christian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17478 a1c6a512-1295-4272-9138-f99709370657
2008-05-12Undo r17470 because of regressions in some debug menus.Andree Buschmann
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17472 a1c6a512-1295-4272-9138-f99709370657
2008-05-12Fix for FS#5162. Being able to read scrollwheel action via ↵Andree Buschmann
button_read_device() for iPod's and e200. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17470 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Disable the ata locking hack since a recent test strongly suggests it has ↵Michael Sevakis
been resolved as of r17426. Leave the code for now just in case. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17468 a1c6a512-1295-4272-9138-f99709370657
2008-05-11Enable write buffering for the 1MB device memory section. This means using a ↵Michael Sevakis
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-11Use LTV350QV register definitionsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17452 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix the bootloaderKarl Kurbjun
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 Sevakis
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 high power consumption at powerup.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17445 a1c6a512-1295-4272-9138-f99709370657
2008-05-10Fix yellow.Michael Sevakis
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 Kurbjun
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 Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17442 a1c6a512-1295-4272-9138-f99709370657
2008-05-09Remove inner loop from button scanning on Gigabeat S. Requires changing the ↵Michael Sevakis
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-08Backlight brightness setting for Gigabeat S. Cleanup headers in target ↵Michael Sevakis
backlight file too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17428 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Fix the short audio dropout at disk spinup from power-off on portalplayer ↵Jens Arnold
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-08Add two missing rockbox headers and set svn:eol-styleNils Wallménius
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énius
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énius
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 Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17415 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because ↵Michael Sevakis
the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17414 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Gigabeat S: Might as well show the actual CPU frequency to avoid confusion.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17413 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Gigabeat S: Allow battery selection from 700mAh to 1200mAh. Default to the ↵Michael Sevakis
stock capacity of 700mAh. Correct selection will be important for proper charging control. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17412 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Gigabeat S: Put in (so it appears) proper delays for USB PHY reset. Use the ↵Michael Sevakis
atomic regmod functions to change bits. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17411 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Remove an unneeded #include and a lone "#" on a line (it's early).Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17410 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as ↵Michael Sevakis
it was intended (had some things mixed up :P). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17409 a1c6a512-1295-4272-9138-f99709370657
2008-05-08Apply 2 small size optimisations. * Put ICODE_ATTR into the function ↵Jens Arnold
definitions where applicable, saving the separate declaration. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17408 a1c6a512-1295-4272-9138-f99709370657
2008-05-07Move interrupt clearing up.Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17404 a1c6a512-1295-4272-9138-f99709370657
2008-05-07H10: Disable IDE controller when the disk is powered down like on ipods.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17402 a1c6a512-1295-4272-9138-f99709370657
2008-05-07Gigabeat S technical correction: Fix instruction order because clean dcache ↵Michael Sevakis
operand is SBZ. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17401 a1c6a512-1295-4272-9138-f99709370657
2008-05-06typo fixes (; instead of , at the end of two assignments) (same as r17398 ↵Frank Gevaerts
for usb_serial. lesson learned : always check if there are similar bugs elsewhere) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17400 a1c6a512-1295-4272-9138-f99709370657
2008-05-06typo fixes (; instead of , at the end of two assignments)Frank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17398 a1c6a512-1295-4272-9138-f99709370657
2008-05-06ata_hard_reset should be synchronized.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17397 a1c6a512-1295-4272-9138-f99709370657
2008-05-06Gigabeat S: Make sure ATA interface is idle before a reset.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17396 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Remove the last D2 yellows (user timer is not yet implemented).Rob Purchase
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17391 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Of course don't forget the init code..Maurus Cuelenaere
+ add interrupt priority handling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17389 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Fix red + add some extra defines.Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17388 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Woops, remove debug statements..Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17387 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Split up DMA and ATA, but don't enable it (yet).Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17386 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with ↵Michael Sevakis
initialized sections. 2) Clean all caches in main before doing anything else because vector copying counts as self-modifying code. Up to v.00000012. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17381 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Change the default background colour to black on colour targets. It fits ↵Barry Wardell
better with the default theme and also with the bootloaders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17380 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Gigabeat S: Do the controller timing settings a more cleanly.Michael Sevakis
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17379 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Oops^2, probably a good idea to initialize this.Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17378 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Oops, forgot one fileNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17377 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Alarm wake up support for Gigabeat SNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17376 a1c6a512-1295-4272-9138-f99709370657