summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/system-pp502x.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla1-0/+6
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré1-1/+3
2009-06-19Philips SA9200: 1) reset all devices in system_init, 2) revert an earlier cha...Mark Arigo1-0/+10
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-0/+6
2009-05-21Remove some unused declarationsBertrik Sikken1-2/+0
2009-04-12Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo...Boris Gjenero1-1/+1
2009-03-14Philips SA9200 fixes: (1) boost in the bootloader like the e200 and c200, (2)...Mark Arigo1-3/+4
2009-02-21Submit FS#9749 by Boris Gjenero for missing PP-targets. Do not reset IDE0 on ...Andree Buschmann1-1/+1
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis1-5/+1
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-4/+2
2009-02-03Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis1-2/+7
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis1-20/+80
2009-01-20PortalPlayer: Implement irq_handler() directly in C code rather than dispatch...Michael Sevakis1-1/+1
2009-01-18Submit FS#9749 by Boris Gjenero. Do not reset IDE0 on startup for iPod Video ...Andree Buschmann1-2/+2
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+11
2008-12-25Commit FS#8624 by Linus Nielsen, Ryan Press, Craig Elliott, and Kenderes Tama...Michael Giacomelli1-0/+6
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo1-3/+5
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken1-4/+1
2008-06-28Moved microsd_int declaration from system-pp502x.c to ata-sd-target.hBertrik Sikken1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-4/+4
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including s...Mark Arigo1-3/+3
2008-05-13Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a micr...Mark Arigo1-1/+3
2008-04-19Fix warning.Barry Wardell1-0/+3
2008-04-19FS#8642: Improve boot time on Sansa bootloaders by boosting the CPU. This onl...Barry Wardell1-2/+9
2008-03-31Change the remaining set_interrupt_status usage to the more parsimonious disa...Michael Sevakis1-2/+2
2008-03-21Modification to scale_suspend_core to prevent a potential permanent freezing ...Michael Sevakis1-6/+3
2008-03-19Correct DEV_TIMING for CPUFREQ_DEFAULT. Was changed by fault in former power ...Andree Buschmann1-1/+1
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-1/+1
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-1/+1
2008-03-04FS#8272 - Erratic reboot behaviour on sansa e200. Makes reboot on USB connect...Barry Wardell1-2/+2
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo1-0/+8
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli1-73/+157
2008-02-03mrobe 100: (1) device reset in system_init is same as H10. (2) make power_off...Mark Arigo1-2/+2
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