summaryrefslogtreecommitdiffstats
path: root/firmware/system.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-05New power-conserving CPU idle modeLinus Nielsen Feltzing1-1/+21
2005-06-18Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen1-3/+4
2005-06-08ColdFire: DCR is a 16-bit registerLinus Nielsen Feltzing1-5/+5
2005-05-20Added system_reboot() for iRiverLinus Nielsen Feltzing1-1/+13
2005-04-14Wrong setting of AUDIOSEL caused double pitch 120MHz playbackLinus Nielsen Feltzing1-3/+3
2005-03-18I2C clock settings and ATA timing for iRiverLinus Nielsen Feltzing1-9/+18
2005-03-07Dedicated CPU frequency debug screen for CPU's with PLLLinus Nielsen Feltzing1-5/+5
2005-03-03iRiver: Increased the max CPU frequency to 120MHzLinus Nielsen Feltzing1-5/+5
2005-03-03gmini: variable CPU frequencyJean-Philippe Bernardy1-33/+55
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen1-0/+7
2005-03-01Adjustable CPU frequency for iRiverLinus Nielsen Feltzing1-0/+80
2005-02-23fixed setup of the gmini GPIOJean-Philippe Bernardy1-11/+12
2005-02-22Gmini SMSC chip improvementsJean-Philippe Bernardy1-8/+7
2005-02-19GminiJean-Philippe Bernardy1-1/+1
2005-02-19Gmini work:Jean-Philippe Bernardy1-1/+61
2005-02-15better PLL support & slight fix (probably in keepalive handling)Jean-Philippe Bernardy1-10/+37
2005-02-08Variants for gmini dma transfersJean-Philippe Bernardy1-1/+29
2005-02-02provide system_memory_guard() and system_reboot() dummies for coldfire targetDaniel Stenberg1-0/+13
2005-01-24Some more gmini hw supportJean-Philippe Bernardy1-1/+96
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold1-3/+7
2004-11-02Correct handling of unhandled exceptions for coldfireLinus Nielsen Feltzing1-5/+17
2004-10-27Coldfire: the timers can only be autovectored, let's put the tick timer at le...Linus Nielsen Feltzing1-2/+2
2004-10-15Ported interrupt vector handling to ColdfireLinus Nielsen Feltzing1-3/+175
2004-10-12Bus controller inits are valid for all models. Corrected WCR1 init according ...Jens Arnold1-6/+2
2004-10-10Properly initialize the bus controller for Ondio as well. Fixes coldstart fro...Jens Arnold1-2/+2
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-1/+47
2004-07-20Next round of const policeingJens Arnold1-1/+1
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn1-1/+1
2004-03-13nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn1-2/+2
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing1-12/+0
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing1-1/+13
2003-10-27Explicit setup of the bus controller wait states. This is supposed to fix the...Linus Nielsen Feltzing1-0/+8
2003-07-17when rebooting, de-init such that the coldstart detection would kick in again...Jörg Hohensohn1-0/+1
2003-06-29Added restart option to system exception screen (press ON)Björn Stenberg1-1/+11
2003-02-23Code Police is never wrong. Ugh!Björn Stenberg1-17/+17
2002-09-16lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg1-0/+2
2002-09-16Daniel, Eric Linenberg1-1/+3
2002-09-05Enabled Warp Mode as wellLinus Nielsen Feltzing1-0/+3
2002-09-05Enabled DRAM burst modeLinus Nielsen Feltzing1-0/+3
2002-06-26system_reboot() read only the first byte of the reset vectorLinus Nielsen Feltzing1-1/+1
2002-06-24Exception handler clears and updates the screen now (so one can read the erro...Felix Arends1-0/+7
2002-05-29New system_init functionLinus Nielsen Feltzing1-0/+13
2002-05-28Added interrupt namesBjörn Stenberg1-1/+19