summaryrefslogtreecommitdiffstats
path: root/firmware/system.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-10Coldfire: More appropriate condition for the refresh timings.Jens Arnold1-1/+1
2006-04-07iPod: Enable dynamic CPU frequency changing on the 4G (both greyscale and col...Dave Chapman1-0/+16
2006-03-30iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold1-1/+1
2006-03-30Better sound quality on the iAudio X5 using the correct MCLK frequencyLinus Nielsen Feltzing1-3/+3
2006-03-18iAudio: working PLL settingsLinus Nielsen Feltzing1-1/+2
2006-03-17More sane define checking. To disable cpu boosting on ipods, justThom Johansen1-3/+3
2006-03-17We need to allow set_cpu_frequency in the bootloader for adjustable CPUThom Johansen1-4/+3
2006-03-17Remove tabs...Thom Johansen1-7/+7
2006-03-17CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen1-9/+45
2006-03-17Remove tabs...Thom Johansen1-3/+3
2006-03-17Add timer.c module support for ipods. Remove uneeded SIMULATOR check.Thom Johansen1-0/+8
2006-02-27Patch #3060 from Andrew Scott - iPod mini button driverDave Chapman1-0/+13
2006-02-26iPod 3G - initial (completely untested) attempt at audio supportDave Chapman1-4/+0
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-4/+6
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-1/+91
2006-02-03Added empty fiq routine for iFP.Tomasz Malesinski1-0/+4
2006-01-31Oops - fix red iPod bootloader buildDave Chapman1-2/+2
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman1-0/+6
2006-01-24made UIE for iPod common to all ARM targetsTomasz Malesinski1-17/+22
2006-01-24Removed PP5020_ prefix from register defines and added/renamed someThom Johansen1-2/+2
2006-01-19UIE handler for ARM/iPod. Currently does not support interrupts. WillThom Johansen1-0/+28
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+81
2006-01-05iPod: Fix the bootloader so it can load and run the original Apple firmware a...Dave Chapman1-4/+7
2005-12-18New target - iPod Video.Dave Chapman1-0/+4
2005-12-17Raise iPod CPU frequency and enable cache and add function needed for button ...Thom Johansen1-0/+45
2005-12-17Button and click wheel driver for iPod 4g and Nano.Thom Johansen1-0/+3
2005-12-12Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen1-4/+18
2005-12-09H300 max CPU frequency is now back to 124MHzLinus Nielsen Feltzing1-4/+0
2005-11-27Temporarily set the max CPU frequency to 90MHz on the H300Linus Nielsen Feltzing1-0/+4
2005-11-12More iPod changesDave Chapman1-0/+5
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-1/+1
2005-11-09SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold1-4/+14
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+13
2005-11-05System reboot from UIE() now works in all cases, even from a debug interrupt ...Jens Arnold1-2/+10
2005-11-03Coldfire: The memory guard configuration routine didn't correctly return the ...Jens Arnold1-3/+3
2005-11-03Coldfire: Properly handle the SDRAM refresh timing on CPU frequency changes. ...Jens Arnold1-4/+5
2005-10-14Removed unused variable.Jens Arnold1-2/+0
2005-10-14Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f...Jens Arnold1-1/+4
2005-10-10Iriver: No write protection for flash ROM area, correct number of waitstates.Jens Arnold1-2/+2
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold1-164/+137
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-16/+21
2005-09-06Moved the system_reboot() call to the correct placeLinus Nielsen Feltzing1-1/+1
2005-09-06Call system_reboot() instead of rolo_load() in the UIE handlerLinus Nielsen Feltzing1-2/+1
2005-08-11iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing1-9/+0
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-2/+2
2005-07-17iriver: Reduced LCD write cycle length to 65ns, almost halving the execution ...Linus Nielsen Feltzing1-2/+2
2005-07-17iriver: Adjusted to optimal I2C bit ratesLinus Nielsen Feltzing1-9/+9
2005-07-12Removed an extra semicolonLinus Nielsen Feltzing1-1/+1
2005-07-08Adjusted refresh timer for H110Linus Nielsen Feltzing1-2/+10
2005-07-06(1) Set cpu to 11 Mhz when we "crash" to prevent overheating.Tomas Salfischberger1-0/+7