summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-08-02Even more optimizing for the recording name change...Peter D'Hoye1-0/+1
2007-08-01Firewire detection with reboot into diskmode for all iPods that support it (a...Jens Arnold6-30/+109
2007-08-01PP50xx: COP was left in undefined mode after init. Switch it to supervisor mo...Michael Sevakis1-0/+3
2007-08-01PP50xx: Allow FIQ during IRQ to always be able to service FIFOs. I've got a d...Michael Sevakis1-37/+44
2007-08-01Atomic mutexes on SH1.Jens Arnold1-0/+14
2007-08-01Fix PP502x clock source masking.Jens Arnold1-1/+1
2007-08-01Add some new findings to the PP header files. * Clean up ata-target.h for PP....Jens Arnold4-33/+25
2007-08-01Disable 'Disk spindown' and 'Anti skip buffer' settings and some related stuf...Nils Wallménius7-1/+20
2007-07-31Simplify PP502x clock handling code. The code is almost identical between PP5...Barry Wardell1-35/+11
2007-07-31PP502x: Clock setup cleanup. Barry Wardell2-23/+42
2007-07-31Stop the red. Move some stuff into #ifndef SIMULATOR block.Michael Sevakis1-28/+32
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis8-31/+46
2007-07-31working volume control in the simJonathan Gordon1-1/+2
2007-07-31PP5002: Clock setup cleanup. * Switch to 80MHz when boosted like on the other...Jens Arnold3-58/+46
2007-07-31Unify the 3 copies of the PP502x IRQ handler, and don't schedule button inter...Jens Arnold1-56/+12
2007-07-31PP502x: Add some important information about CPU/COP_CTL register to the head...Michael Sevakis1-2/+27
2007-07-30Interrupt driven ADC reading on the 2nd gen.Jens Arnold2-19/+50
2007-07-30code police, no functional changesPeter D'Hoye1-7/+11
2007-07-30First version of a 1st/2nd gen ADC driver. 1st gen is untested yet.Jens Arnold5-22/+146
2007-07-30H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio A...Jens Arnold4-54/+14
2007-07-30Trim a little bulk off the scheduler for dual core. Shouldn't change bin size...Michael Sevakis1-44/+50
2007-07-29iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel opera...Jens Arnold2-14/+36
2007-07-29iPod 1st..3rd gen: Fix CPU scaling instability on PP5002 * Add some new info ...Jens Arnold2-89/+94
2007-07-29Stop Gigabeat bootloader from panicing.Michael Sevakis1-33/+39
2007-07-29Add a new timeout API to the kernel. Enable only for e200 right now since it'...Michael Sevakis4-3/+138
2007-07-29How should I say ... oops ?Kevin Ferrare1-1/+1
2007-07-29Use multi-screen api for metronome plugin, and made it run in the simulator b...Kevin Ferrare1-4/+2
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis8-30/+3
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis17-1003/+868
2007-07-27Sound working on iPod 2nd gen, but very unstable (applies also to 3rd gen). F...Jens Arnold1-0/+6
2007-07-27Cosmetics (remove tab and trailing spaces)Antoine Cellerier1-10/+10
2007-07-272nd gen: Correct LCD inversion state on init. * Fine tuned default contrast.Jens Arnold2-2/+7
2007-07-27Oops.Jens Arnold1-0/+3
2007-07-27iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (AD...Jens Arnold7-18/+86
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold3-6/+24
2007-07-26Further G1/G2 work. Bootloader compiles now, but probably won't work.Jens Arnold2-1/+14
2007-07-26Preparations for iPod G1 and G2. Does not even compile properly yet. * Sorted...Jens Arnold2-7/+140
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold4-2/+15
2007-07-26H10: Speed up LCD updates significantly (~+80% when boosted).Jens Arnold2-1/+3
2007-07-26Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold4-99/+100
2007-07-26Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis5-3/+44
2007-07-26Stop the occasional crashes (most often 'undefined instruction') on PP5020 (a...Jens Arnold1-5/+6
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman5-12/+11
2007-07-25Some rewriting of the e200 ata driver. No more panicing. Faster card multiple...Michael Sevakis2-202/+362
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis4-27/+123
2007-07-21Queue song statistical data to the tagcache system and update entirely in bac...Miika Pekkarinen1-0/+2
2007-07-21OoopsKevin Ferrare1-2/+1
2007-07-21This should fix dircache being disabled by my last commit.Kevin Ferrare1-1/+4
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare8-153/+194
2007-07-19Slight speedup for iAudio remote LCD update when the CPU isn't boosted.Jens Arnold1-25/+20