summaryrefslogtreecommitdiff
path: root/firmware/system.c
AgeCommit message (Expand)Author
2005-12-17Raise iPod CPU frequency and enable cache and add function needed for button ...Thom Johansen
2005-12-17Button and click wheel driver for iPod 4g and Nano.Thom Johansen
2005-12-12Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen
2005-12-09H300 max CPU frequency is now back to 124MHzLinus Nielsen Feltzing
2005-11-27Temporarily set the max CPU frequency to 90MHz on the H300Linus Nielsen Feltzing
2005-11-12More iPod changesDave Chapman
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-11-09SH1: Changed UIE() to use the same reset method as on coldfire, using the wat...Jens Arnold
2005-11-07Initial commit of work-in-progress iPod portDave Chapman
2005-11-05System reboot from UIE() now works in all cases, even from a debug interrupt ...Jens Arnold
2005-11-03Coldfire: The memory guard configuration routine didn't correctly return the ...Jens Arnold
2005-11-03Coldfire: Properly handle the SDRAM refresh timing on CPU frequency changes. ...Jens Arnold
2005-10-14Removed unused variable.Jens Arnold
2005-10-14Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register f...Jens Arnold
2005-10-10Iriver: No write protection for flash ROM area, correct number of waitstates.Jens Arnold
2005-10-08Ported the memory guard debug feature to coldfire, using the breakpoint logic...Jens Arnold
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold
2005-09-06Moved the system_reboot() call to the correct placeLinus Nielsen Feltzing
2005-09-06Call system_reboot() instead of rolo_load() in the UIE handlerLinus Nielsen Feltzing
2005-08-11iriver: Moved the I2C prescaler setting to i2c_init(), and removed it from se...Linus Nielsen Feltzing
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-17iriver: Reduced LCD write cycle length to 65ns, almost halving the execution ...Linus Nielsen Feltzing
2005-07-17iriver: Adjusted to optimal I2C bit ratesLinus Nielsen Feltzing
2005-07-12Removed an extra semicolonLinus Nielsen Feltzing
2005-07-08Adjusted refresh timer for H110Linus Nielsen Feltzing
2005-07-06(1) Set cpu to 11 Mhz when we "crash" to prevent overheating.Tomas Salfischberger
2005-07-05New power-conserving CPU idle modeLinus Nielsen Feltzing
2005-06-18Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen
2005-06-08ColdFire: DCR is a 16-bit registerLinus Nielsen Feltzing
2005-05-20Added system_reboot() for iRiverLinus Nielsen Feltzing
2005-04-14Wrong setting of AUDIOSEL caused double pitch 120MHz playbackLinus Nielsen Feltzing
2005-03-18I2C clock settings and ATA timing for iRiverLinus Nielsen Feltzing
2005-03-07Dedicated CPU frequency debug screen for CPU's with PLLLinus Nielsen Feltzing
2005-03-03iRiver: Increased the max CPU frequency to 120MHzLinus Nielsen Feltzing
2005-03-03gmini: variable CPU frequencyJean-Philippe Bernardy
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen
2005-03-01Adjustable CPU frequency for iRiverLinus Nielsen Feltzing
2005-02-23fixed setup of the gmini GPIOJean-Philippe Bernardy
2005-02-22Gmini SMSC chip improvementsJean-Philippe Bernardy
2005-02-19GminiJean-Philippe Bernardy
2005-02-19Gmini work:Jean-Philippe Bernardy
2005-02-15better PLL support & slight fix (probably in keepalive handling)Jean-Philippe Bernardy
2005-02-08Variants for gmini dma transfersJean-Philippe Bernardy
2005-02-02provide system_memory_guard() and system_reboot() dummies for coldfire targetDaniel Stenberg
2005-01-24Some more gmini hw supportJean-Philippe Bernardy
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold
2004-11-02Correct handling of unhandled exceptions for coldfireLinus Nielsen Feltzing
2004-10-27Coldfire: the timers can only be autovectored, let's put the tick timer at le...Linus Nielsen Feltzing
2004-10-15Ported interrupt vector handling to ColdfireLinus Nielsen Feltzing
2004-10-12Bus controller inits are valid for all models. Corrected WCR1 init according ...Jens Arnold