summaryrefslogtreecommitdiffstats
path: root/firmware/system.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-38/+2
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-2/+4
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-237/+1
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis1-11/+8
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-2/+1
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis1-279/+1
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon1-110/+3
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing1-0/+22
2006-10-08UIE(), panicf(): Make reboot with ON react immediately on targets with real L...Jens Arnold1-6/+8
2006-10-08coldfire: set INTBASE and SPURVEC at startup, fixed typo in GPI0 int namePeter D'Hoye1-1/+5
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-4/+44
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell1-0/+2
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman1-1/+1
2006-08-30Enable CPU boosting on H10 models.Barry Wardell1-1/+1
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers1-41/+61
2006-08-20Fix errors when building H10 Normal build.Barry Wardell1-0/+10
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg1-0/+8
2006-08-11Properly handle early USB mode, dircache and tagcache state files withMiika Pekkarinen1-0/+10
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-0/+21
2006-07-24Implement frequency scaling on iPod 3Gs - FS #5686Daniel Ankers1-0/+33
2006-06-16Iriver: Faster ata timing.Jens Arnold1-3/+3
2006-06-16H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it...Jens Arnold1-4/+16
2006-05-02Oops, correctly calculate the interrupt number in UIE().Jens Arnold1-1/+1
2006-05-01Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not includ...Jens Arnold1-69/+66
2006-04-29Ooops. Fix red bootbox builds.Jens Arnold1-65/+69
2006-04-29SH1: Moved exception vector table generation and weak aliasing into an asm bl...Jens Arnold1-292/+232
2006-04-16Ooops.Jens Arnold1-0/+1
2006-04-16H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold1-1/+11
2006-04-11New crossfeed complete with no volume reducing bugs. Feedback on all theThom Johansen1-0/+4
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