Jens Arnold
|
8a6291dd63
|
More iAudio M3 work. Target build compiles, but same problem regarding plugins as the simulator. Boots to the menu, but it can't be used yet because only main & remote Play button work. USB works.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16660 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-14 08:54:54 +00:00 |
|
Frank Gevaerts
|
7fcd26e479
|
Only boost the CPU for large transactions. It would be nice to get rid of boosting for USB altogehter, but it doesn't seem to work then.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16656 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-13 19:56:52 +00:00 |
|
Jens Arnold
|
3c561f2cf9
|
Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (untested). * Only try the initial remote LCD init if the remote is plugged, and do it in main builds as well, giving slightly earlier remote LCD output when booting. * Fix delays in the X5/M5 remote LCD init. * Remove an unnecessary check in the X5/M5 remote LCD driver and the M3 LCD driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16655 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-13 19:36:58 +00:00 |
|
Jens Arnold
|
bf3c96c502
|
1st/2nd Gen iPod: Disable low battery shutdown until we have proper suspend. * Fix default battery capacity.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16654 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-13 18:55:07 +00:00 |
|
Robert Kukla
|
c865a9b41d
|
m:robe 100 - correct headphone detection
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16653 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-13 17:27:14 +00:00 |
|
Karl Kurbjun
|
ef62d6891a
|
Split up app.lds to the respective target directories. The portalplayer devices replicate app.lds since their target tree doesn't follow a syntax typical to the newer arm targets - the portalplayers could be cleaned up further. boot.lds and plugin.lds still need to be cleaned up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16651 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-13 03:48:23 +00:00 |
|
Jens Arnold
|
2b5f9aec64
|
Make ATA work on M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16650 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 23:36:05 +00:00 |
|
Jens Arnold
|
17bc340f1f
|
Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewport related init bug in the 2 bit vertically interleaved LCD driver. * Fix low bat warning in iaudio bootloader - voltages are in millivolts now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16648 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 23:08:33 +00:00 |
|
Jens Arnold
|
579089afa5
|
Fix Player warnings. Charcell needs fb_data properly defined as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16647 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 21:01:23 +00:00 |
|
Rob Purchase
|
c8836112c6
|
Cowon D2: Make the bootloader functional (usage instructions to appear on the CowonD2Info wikipage shortly). Also re-enable IRAM by reducing Tremor's ICODE usage.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16646 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 20:57:19 +00:00 |
|
Jens Arnold
|
769fcbd4d9
|
More iAudio M3 work. Bootloader compiles, but doesn't work yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16645 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 20:35:42 +00:00 |
|
Michael Sevakis
|
f5921cface
|
Really stop red. Whatever works atm.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16639 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 11:59:10 +00:00 |
|
Michael Sevakis
|
deb9a83b27
|
Arrrgh. Fix red now. :\
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16638 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 11:23:42 +00:00 |
|
Michael Sevakis
|
e37044ff1d
|
Hotswap code shuffling: Fix yellow. Simplify some target function access. Keep fat lock access from compiling for Ondios - think of a nicer way later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16637 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 11:08:41 +00:00 |
|
Michael Sevakis
|
06a5299aff
|
Do some crackdown on kernel object reinitialization after they could be in use and use before initialization. For c200/e200: Be sure fat cache and ata locks are acquired in the proper order during hot swapping. Delay hotswap monitoring until after initial file mounting (address 2nd kobj concern + possible call of fat driver before init).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16636 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 10:03:52 +00:00 |
|
Michael Sevakis
|
2f5a37de5c
|
Fix newly introduced race condition in SD driver. Make sure to force remount in case two SYS_HOTSWAP_INSERTED messages are received in a row. Be sure flags are reset to re-initialize the SD-card. Go back to locking out driver access during disk mount/unmount attempts.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16635 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-12 02:50:07 +00:00 |
|
Miika Pekkarinen
|
d80246fac0
|
Committed the missing file to r16632.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16634 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-11 19:52:07 +00:00 |
|
Miika Pekkarinen
|
52d827a26d
|
FS#7598 - Dircache support for multivolume targets (by Phil Light).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16632 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-11 19:39:26 +00:00 |
|
Robert Kukla
|
6a6c820f5f
|
m:robe 100 - remove ugly workaround for false initial voltage readings and wait until readings have settled instead
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16626 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-11 09:38:12 +00:00 |
|
Rob Purchase
|
9603e4e92f
|
D2: Fix IRAM usage, but disable it for now as Tremor does not fit ('make zip' works now). Fix duplicate CONFIG_LCD value.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16623 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 21:39:04 +00:00 |
|
Frank Gevaerts
|
292f139f4c
|
fix the last warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16622 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 21:28:44 +00:00 |
|
Frank Gevaerts
|
a0290607e0
|
remember to test a bit more when doing larger changes...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16621 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 21:16:31 +00:00 |
|
Frank Gevaerts
|
5731d37894
|
left USB_SERIAL enabled by default yet again...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16620 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 21:01:03 +00:00 |
|
Rob Purchase
|
6092cba3c3
|
D2: Enable FAT16 support. Also disable tagcache for the time being.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16619 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 20:59:55 +00:00 |
|
Frank Gevaerts
|
745133014e
|
make the usb storage driver handle hotswap correctly, and exit the usb screen once all drives are "ejected" (either as a command from the OS or physically)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16617 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 20:55:24 +00:00 |
|
Frank Gevaerts
|
326d0ab8c3
|
make usb_serial work again. Also know as "make sure arrays are allocated at their correct size"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16615 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 20:28:59 +00:00 |
|
Jens Arnold
|
0035c91d54
|
Add M3 config file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16601 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-10 00:56:50 +00:00 |
|
Jens Arnold
|
67481f5fd6
|
First step towards the iAudio M3 port: Make the 2bit vertically interleaved LCD driver code usable for main or remote. The M3 remote will be treated as the main LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16598 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 23:52:59 +00:00 |
|
Miika Pekkarinen
|
6ab1c90513
|
FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Directory Cache (HAS_DIRCACHE).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16594 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 20:33:19 +00:00 |
|
Jens Arnold
|
7317139eb4
|
Reuse the 1 bit vertical-packed LCD driver code for the remote LCD driver with the same pixelformat instead of duplicating everything.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16593 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 18:27:12 +00:00 |
|
Jens Arnold
|
ed8402ca5e
|
Sansa SD card driver: Simplify hotswap handling, and make it send the insert/remove events while filesystem access is blocked. Also use atomic GPIO bit manipulation where possible, and protect the interrupt level manipulation in the ISR from interrupts arriving at the same time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16592 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 14:49:10 +00:00 |
|
Peter D'Hoye
|
bc092ad6b9
|
Make Rockbox compatible with CF cards (FS #8644): 1) always init after soft_reset (now nano can soft_reset too), 2) ignore error when setting advanced powermanagement, 3) fix minor bug where sleep mode flag was set even if the sleep command failed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16591 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 13:24:42 +00:00 |
|
Robert Kukla
|
e96f19c690
|
enable partition probing for superfloppy targets; hanging was caused by out-of-bounds sector access
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16583 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 01:56:38 +00:00 |
|
Jens Arnold
|
88e2053538
|
ATA driver: * Add protection against out-of-bounds accesses. Those can happen e.g. with disks formatted in superfloppy mode, and were the cause for the excessive m:robe100 boot time with standard disk.c code. * Fix ata_mutex handling in case of errors on large sector targets (i.e. iPod Video). * Extra check for unsupported disk sizes when LBA48 support is enabled (>=2TiB).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16582 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-09 00:59:48 +00:00 |
|
Jens Arnold
|
445fada24c
|
No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16577 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:56:00 +00:00 |
|
Jens Arnold
|
8c6920e343
|
Revert accidental tree commit. Sorry for that.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16574 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:50:55 +00:00 |
|
Jens Arnold
|
d1ed7c37b1
|
No need to have \n here. panicf() won't output it anyway.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16570 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-08 23:34:43 +00:00 |
|
Jens Arnold
|
cb57bf863a
|
Fix the PP5002 crash bug affecting iPod 1st, 2nd and 3rd Gen. Yet another of those PP5002 quirks...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16547 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 23:44:46 +00:00 |
|
Mark Arigo
|
89dc21a582
|
m:robe 100 - Hopefully fix the power-off issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16544 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 16:05:22 +00:00 |
|
Michael Giacomelli
|
2d8cd814ac
|
Increase backlight priority to the same level as UI so that there is no longer a long delay when activating it during heavy CPU load.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16543 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-07 00:51:36 +00:00 |
|
Frank Gevaerts
|
9f77d98c34
|
disable USB_SERIAL by default again. It got enabled accidentally in the last commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16542 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-06 21:35:07 +00:00 |
|
Frank Gevaerts
|
f0b4a32d6f
|
reorganise the usb stack to provide a clean separation between core and class drivers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16541 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-06 21:25:09 +00:00 |
|
Robert Kukla
|
d6c23b4dd4
|
m:robe 100:
- don't compile touchpad driver for bootloader
- honour hold switch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16531 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-05 21:52:45 +00:00 |
|
Dave Chapman
|
4d58b0d4f8
|
Oops (from about 2 months ago) - implement viewport support in the Gigabeat F's asm-optimised lcd_bitmap_transparent_part() function.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16525 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-05 08:12:54 +00:00 |
|
Rob Purchase
|
562b9de7cb
|
D2: Make lcd_init_device() actually turn on the LCD, in preparation for booting the main image. Previously this required an explicit lcd_enable(true).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16523 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-05 00:21:56 +00:00 |
|
Frank Gevaerts
|
1e6d550087
|
handle interface-specific control requests a bit more cleanly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16519 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-04 19:32:23 +00:00 |
|
Nils Wallménius
|
d1fadb28f8
|
Move some sh specific assembler files into the target tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16516 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-04 16:02:19 +00:00 |
|
Barry Wardell
|
4c67c334fe
|
Oops. Didn't mean to commit this.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16515 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-04 14:40:04 +00:00 |
|
Barry Wardell
|
46973f7f9f
|
Only need to include these for e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16514 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-04 14:36:22 +00:00 |
|
Barry Wardell
|
0449c0ef5d
|
Second part of FS#8272 - include charger status in Sansa debug menu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16513 a1c6a512-1295-4272-9138-f99709370657
|
2008-03-04 14:31:14 +00:00 |
|