summaryrefslogtreecommitdiffstats
path: root/firmware/export/system.h
AgeCommit message (Expand)AuthorFilesLines
2006-02-07iPod: Re-written audio driver. This brings it in line with changes to pcm pl...Dave Chapman1-1/+12
2006-02-05More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...Dave Chapman1-3/+3
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman1-0/+2
2006-01-28iPod: First working audio driverDave Chapman1-0/+11
2006-01-19Stricter asm constraint is required.Brandon Low1-1/+1
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-3/+15
2005-12-18New target - iPod Video.Dave Chapman1-0/+2
2005-12-17Raise iPod CPU frequency and enable cache and add function needed for button ...Thom Johansen1-0/+5
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-12iPod changesDave Chapman1-0/+2
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-1/+1
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+44
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-10/+49
2005-10-03Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold1-6/+9
2005-09-12Now panicf() shuts off the hard drive and lowers the CPU frequency, it also r...Linus Nielsen Feltzing1-0/+1
2005-09-07coldfire_set_macsr(): (1) The argument isn't necessarily constant. (2) Let th...Jens Arnold1-2/+2
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-2/+15
2005-08-21Coldfire: assembler optimised SWAB32() inline function. Added SWAW32() even i...Jens Arnold1-3/+23
2005-08-01Killed signed/unsigned inconsistencyJens Arnold1-2/+2
2005-07-30Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen1-0/+4
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner1-2/+2
2005-07-05New power-conserving CPU idle modeLinus Nielsen Feltzing1-0/+2
2005-07-02Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold1-7/+30
2005-06-20The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold1-0/+1
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-1/+1
2005-04-22Small fix for compilation under GCC4. Note: It still doesn't even fully compi...Jens Arnold1-1/+1
2005-03-03iRiver: Increased the max CPU frequency to 120MHzLinus Nielsen Feltzing1-1/+1
2005-03-03gmini: variable CPU frequencyJean-Philippe Bernardy1-3/+15
2005-03-01Adjustable CPU frequency for iRiverLinus Nielsen Feltzing1-0/+14
2005-02-28TCC730 slight stylistic improvementJean-Philippe Bernardy1-1/+1
2005-02-22Gmini SMSC chip improvementsJean-Philippe Bernardy1-1/+1
2005-02-19Gmini work:Jean-Philippe Bernardy1-0/+4
2005-02-15better PLL support & slight fix (probably in keepalive handling)Jean-Philippe Bernardy1-0/+3
2005-02-09iRiver: Correct cache invalidationLinus Nielsen Feltzing1-1/+3
2005-02-09Fixed broken sim buildLinus Nielsen Feltzing1-0/+4
2005-02-09Added invalidate_icache()Linus Nielsen Feltzing1-0/+10
2005-02-02made system_memory_guard() exist for all CPUsDaniel Stenberg1-11/+12
2005-01-24Some more gmini hw supportJean-Philippe Bernardy1-9/+13
2005-01-10Jean-Philippe Bernardy: TCC730 adjustmentsDaniel Stenberg1-5/+46
2004-11-19iRiver: SWAB16 and SWAB32 macrosLinus Nielsen Feltzing1-0/+22
2004-10-27Coldfire: set_irq_level() mixed up the in/out registersLinus Nielsen Feltzing1-3/+3
2004-10-15Cleaned up and started porting to ColdfireLinus Nielsen Feltzing1-36/+16
2004-10-06The endian swap macros should be unsigned. This fixes the FAT16 issue.Jens Arnold1-3/+3
2004-10-06sh7024.h -> cpu.hLinus Nielsen Feltzing1-1/+1
2004-08-30New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold1-0/+11
2004-07-24gcc 3.4 has a different constraint syntaxLinus Nielsen Feltzing1-3/+10
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn1-2/+2
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing1-1/+14
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing1-19/+10