summaryrefslogtreecommitdiffstats
path: root/firmware/export/system.h
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-27remove leftover debug stuffMarcoen Hirschberg1-2/+0
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg1-0/+2
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-0/+14
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis1-3/+9
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis1-0/+32
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-0/+4
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis1-0/+5
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis1-157/+8
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-98/+2
2007-03-29Fix the rest of them I hope.Michael Sevakis1-0/+1
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis1-26/+44
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-1/+1
2007-03-24PNX0101 changes:Tomasz Malesinski1-0/+7
2007-03-10Fix red builds and make udelay actually work as it should again.Barry Wardell1-1/+2
2007-03-10Make udelay() wrap-safe.Barry Wardell1-2/+2
2007-01-22Fix broken buildsJonathan Gordon1-2/+2
2007-01-22Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon1-1/+17
2007-01-16add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 3...Marcoen Hirschberg1-0/+10
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen1-1/+3
2007-01-04Move invalidate_icache macro to function in GB target tree, GB onlyGreg White1-0/+7
2007-01-01Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman1-1/+4
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-1/+4
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-26/+0
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-66/+0
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-4/+77
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis1-111/+8
2006-10-05...and tidy upSteve Bavin1-1/+0
2006-10-05Oops; second bad commit. Three strikes and I'm out I guess.Steve Bavin1-0/+1
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-0/+30
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers1-6/+8
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-0/+8
2006-08-03better PP checksDaniel Stenberg1-1/+1
2006-03-17Don't paste when sleepy, kids.Thom Johansen1-16/+15
2006-03-17Assembler optimised swap32 for ARM.Thom Johansen1-3/+10
2006-03-17CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen1-2/+5
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