summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/system-pp502x.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-26Enable reboot on USB-insert for e200, as it works when done c200-styleDaniel Stenberg1-1/+1
2007-11-22New USB stackBjörn Stenberg1-7/+8
2007-11-20Fix for Nano timing issues, should resolve crashes, data aborts, and Paul Louden1-0/+9
2007-11-08Mini 2nd Gen: Almost doubled LCD update speed when not boosted (68.5->129fps ...Jens Arnold1-0/+9
2007-11-04The GPIO interrupts are split into several port groups on all PP502x versions...Jens Arnold1-2/+7
2007-10-25FS#8023: Use of AS3514 #defines instead of magic values.Barry Wardell1-1/+2
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell1-6/+6
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-9/+46
2007-10-07Remove a setting of a register during H10 reset that shouldn't have been incl...Michael Sevakis1-1/+0
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-0/+1
2007-10-05Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...Michael Sevakis1-16/+6
2007-10-04PP502x: Make RAM physical addresses uncached. Cache the flash ROM on targets ...Michael Sevakis1-22/+19
2007-10-03I2S buffer level adjustment is not necessary on c200 as there is no memory ma...Jens Arnold1-2/+2
2007-09-30Oops. Don't use outl with the defined register.Michael Sevakis1-1/+1
2007-09-30Add some defines for pp502x. No guarantee as to full accuracy yet but that's ...Michael Sevakis1-14/+13
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-13/+41
2007-09-28Fixed a warningBjörn Stenberg1-0/+1
2007-09-28Improved magic by Mark ArigoBjörn Stenberg1-2/+5
2007-09-27Sansa c200: fix system_reboot with some magic from the OF. Reboot to the OF w...Mark Arigo1-0/+9
2007-09-20Fix the sound on the c200 by resetting all devices as done on the e200. Make ...Mark Arigo1-1/+2
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo1-3/+3
2007-08-27Usb Stack: only setup packet handling, and not enabled by default as there is...Christian Gmeiner1-2/+9
2007-08-01Fix PP502x clock source masking.Jens Arnold1-1/+1
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 Wardell1-23/+41
2007-07-31Unify the 3 copies of the PP502x IRQ handler, and don't schedule button inter...Jens Arnold1-56/+12
2007-07-26Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.Jens Arnold1-85/+80
2007-07-26Reenable scaling on Sansa since a reasonable solution to clicks has been found.Michael Sevakis1-0/+9
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 Chapman1-6/+0
2007-07-07Stop the crashes on some PP5022C targets (iPod Video, perhaps also Nano) intr...Jens Arnold1-2/+3
2007-07-03More PP502x clock setup rework. This should fix the freezes on PP5020 once an...Jens Arnold1-7/+18
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold1-26/+15
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-3/+10
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis1-1/+1
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis1-4/+7
2007-06-01e200: Use clocking set up by loader and skip setting the values for now. Chan...Michael Sevakis1-1/+15
2007-05-20Oops. That shouldn't have snuck in there.Michael Sevakis1-10/+0
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis1-0/+10
2007-05-17This should fix the tinniness on e200. Best recipe not worked out yet but I'l...Michael Sevakis1-0/+7
2007-05-11GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis1-4/+26
2007-04-22Don't need all those #include's.Barry Wardell1-9/+0
2007-04-22Fix build errors.Barry Wardell1-0/+4
2007-04-22Move PortalPlayer system.c code into the target tree.Barry Wardell1-0/+259