Maurus Cuelenaere
|
ed5f1ed3e2
|
1) add debug menu for USB & PIC
2) update keymap
3) fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17324 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-03 14:43:43 +00:00 |
|
Maurus Cuelenaere
|
65a0de3d07
|
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17317 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-03 13:52:39 +00:00 |
|
Maurus Cuelenaere
|
a6b31f18c8
|
1) add support for ata-as-arm
2) remove obsolete audio-creativezvm.c
3) fix registers in i2c-dm320.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17316 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-03 13:43:26 +00:00 |
|
Bertrik Sikken
|
e15f8a21a9
|
Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17312 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-03 08:35:14 +00:00 |
|
Dave Chapman
|
9c1ab1f057
|
Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17311 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-03 07:49:39 +00:00 |
|
Bertrik Sikken
|
ba39a5c110
|
Added missing usb #includes to usb source files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17309 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-03 07:10:21 +00:00 |
|
Dave Chapman
|
f2042983f0
|
Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17306 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-02 19:12:09 +00:00 |
|
Karl Kurbjun
|
6c6a2ed910
|
Working ROLO for the Gigabeat F/X
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17304 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-02 03:27:17 +00:00 |
|
Michael Sevakis
|
05423386d4
|
Remove some cruft not being used that interferes with building rockboy on Gigabeat S.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17302 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-02 00:34:19 +00:00 |
|
Michael Sevakis
|
f74cf934d6
|
Fix an oops in ARMv6 flush_icache.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17301 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-02 00:30:06 +00:00 |
|
Barry Wardell
|
93b8a076ec
|
Make the linker complain if the bootloader isn't going to fit into IRAM on PP devices.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17298 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-01 17:13:33 +00:00 |
|
Maurus Cuelenaere
|
a1fa57fc01
|
Use FIQ register + comments.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17297 a1c6a512-1295-4272-9138-f99709370657
|
2008-05-01 15:37:22 +00:00 |
|
Jens Arnold
|
0e73b8a0a9
|
Remove wrong usage of '.global'. These symbols are imported, not exported.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17290 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-29 06:47:34 +00:00 |
|
Jens Arnold
|
2bbacf89fe
|
Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17289 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-29 06:19:32 +00:00 |
|
Karl Kurbjun
|
f3d83c7be7
|
Cleanup some tabs and whitespace
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17288 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-29 01:43:15 +00:00 |
|
Jonathan Gordon
|
c741ecc68a
|
yep.. I really cant spell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17287 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-29 01:09:39 +00:00 |
|
Bertrik Sikken
|
e5319e0e89
|
Fixed prototype of i2c_write for plugins and for i2c-telechips (fix red/yellow).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17277 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-28 14:33:03 +00:00 |
|
Bertrik Sikken
|
a5d3029c82
|
Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17275 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-28 10:22:05 +00:00 |
|
Michael Sevakis
|
054c728c9c
|
Gigabeat S: Define the used ADC channels, get the channel order correct, enable charge current channel conversion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17272 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 22:35:24 +00:00 |
|
Michael Sevakis
|
39ed7087b3
|
IMX31: Try to catch the interrupt that was the reason irq_handler was called since it never should be. The bootloader occasionally shows one but it's not saying what.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17271 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 22:01:25 +00:00 |
|
Michael Sevakis
|
88451d59c4
|
IMX31: Use template structures to access modules' registers from a base address (as for i2c) which makes drivers look nicer and makes array accesses of registers simpler. Throw in minor fix to fiq_handler dispatcher, otherwise no functional changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17270 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 21:32:10 +00:00 |
|
Rob Purchase
|
297e0504da
|
FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17261 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 15:30:19 +00:00 |
|
Rob Purchase
|
18b004b330
|
Enable 'touchscreen areas' on the D2, based on JdGordon's m:robe code. Disable the bootloader debug screen, as that stuff is all available from the Debug menu now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17257 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 13:30:11 +00:00 |
|
Michael Sevakis
|
27fac88548
|
Gigabeat S: Implement i2c driver - transmit works but no testing of receiving which will get a chance later. Add some seeds for codec driver. Correct a few #defines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17254 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 10:30:54 +00:00 |
|
Dave Chapman
|
fec6af659f
|
Move the Telechips TCC77x SSD1815 LCD driver up a level in the target tree - it isn't specific to the DAX.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17253 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-27 08:30:14 +00:00 |
|
Daniel Stenberg
|
e1bc2d5b71
|
minor code policing and some warning removals
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17249 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-25 21:44:18 +00:00 |
|
Robert Kukla
|
b39f9bffde
|
m:robe 100 - backlight PWM fading
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17248 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-25 20:06:42 +00:00 |
|
Michael Sevakis
|
45786ca7fd
|
Make Gigabeat S keypad correctly detect multiple key down events in a row. Properly exclude BUTTON_POWER in interrupt enable decision. Shorten delays in KPP_HANDLER and hopefully get away with it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17242 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-24 20:18:41 +00:00 |
|
Maurus Cuelenaere
|
95167e0177
|
Commit whole Creative Zen Vision:M target tree + all related firmware/
changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17241 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-24 20:08:28 +00:00 |
|
Karl Kurbjun
|
45f6469ad1
|
Add in a few more debug registers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17220 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-23 01:34:32 +00:00 |
|
Karl Kurbjun
|
38498ce903
|
Make sure buttons have pullups disabled as necessary
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17219 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-23 00:08:59 +00:00 |
|
Karl Kurbjun
|
7510335fc4
|
This is a big chunk of code necessary to prepare for Gigabeat F flash loading and and implementation of rolo. There should be no noticible changes for the user. A new bootloader is not needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17213 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-22 04:34:25 +00:00 |
|
Karl Kurbjun
|
68afa9dc34
|
Cleanup/fixup the USB initialization for the Gigabeat F
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17212 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-22 04:13:07 +00:00 |
|
Michael Sevakis
|
8ec1dca0da
|
Enable program flow prediction in the system control coprocessor setup in the bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17211 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-21 21:45:58 +00:00 |
|
Rob Purchase
|
fd773cbda6
|
A few preparations for the D2 PCM driver: move driver up to TCC780x level, move FIQ handler into PCM driver, add some new register defines, and remove those goddamn warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17209 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-21 20:16:18 +00:00 |
|
Frank Gevaerts
|
fe5a35ce06
|
Also declare .qharray for the bootloader on imx31. Usb is also supported there...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17195 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 18:54:19 +00:00 |
|
Frank Gevaerts
|
7a2d9ddb08
|
move some data around to place qh_array at the start of iram. This saves up to about 2k iram on PP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17194 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 18:43:47 +00:00 |
|
Andree Buschmann
|
850a11250a
|
Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17193 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 18:28:25 +00:00 |
|
Jens Arnold
|
cea07eb2a4
|
Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNNNNNNN0-addresses fix everywhere when caching is enabled, not only in core_sleep(). Introduced a pair of inline functions to sleep and wake cores on PP for consistency.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17192 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 17:53:05 +00:00 |
|
Frank Gevaerts
|
bcf0b6cfb7
|
disable irqs during the critical part of prime_transfer(). This improves the behaviour on PP502x when connected through a hub, bit it doesn't totally solve the problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17190 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 14:46:43 +00:00 |
|
Michael Sevakis
|
0e71c589e0
|
Oops, clean up and use usb_drv.h.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17182 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 03:35:21 +00:00 |
|
Michael Sevakis
|
9003dbe5b2
|
Make the inital connect problem go away on Gigabeat S. Would be nice if a better way were found but it works for me. Update the bootloader to have it work.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17181 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-20 03:30:57 +00:00 |
|
Barry Wardell
|
7fa6bc7750
|
Fix warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17173 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-19 16:48:01 +00:00 |
|
Barry Wardell
|
1f36c4ba53
|
FS#8642: Improve boot time on Sansa bootloaders by boosting the CPU. This only has any noticable effect if the OF bootloader is fully replaced with the RB BL.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17172 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-19 16:30:17 +00:00 |
|
Jens Arnold
|
a73b13cfff
|
Fix ticking noise on PP5002 introduced with tthe transfer optimisation in r17097.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17158 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-18 18:52:11 +00:00 |
|
Michael Sevakis
|
3b90ab5ab1
|
Fix bootloader red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17155 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-18 17:04:04 +00:00 |
|
Michael Sevakis
|
94f7d0f290
|
UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17154 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-18 16:42:50 +00:00 |
|
Michael Giacomelli
|
fc0eca35c2
|
Rough battery calibration for the c200 based on results posted by Tomasz Wasilczyk.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17152 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-17 15:19:17 +00:00 |
|
Michael Sevakis
|
99a65dfc1e
|
Cache functions should include data and instruction barriers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17150 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-17 00:07:06 +00:00 |
|
Michael Sevakis
|
bbb0c3f397
|
Optimized byte-swapping macros for ARMv6.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17148 a1c6a512-1295-4272-9138-f99709370657
|
2008-04-16 20:44:10 +00:00 |
|