summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
AgeCommit message (Expand)Author
2009-06-06Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...Andrew Mahone
2009-06-06Fix undefined BIT_N on non-SH targets.Andrew Mahone
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-01-24Accept FS#9717 by Akio Idehara with a small change suggested by Rafaël CarrÃ...Nils Wallménius
2009-01-13remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...Andrew Mahone
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-27remove leftover debug stuffMarcoen Hirschberg
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis
2007-11-08Add some CACHEALIGN_* macros and a helper function to assist in aligning data...Michael Sevakis
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold
2007-03-29Fix the rest of them I hope.Michael Sevakis
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen
2007-03-24PNX0101 changes:Tomasz Malesinski
2007-03-10Fix red builds and make udelay actually work as it should again.Barry Wardell
2007-03-10Make udelay() wrap-safe.Barry Wardell
2007-01-22Fix broken buildsJonathan Gordon
2007-01-22Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon
2007-01-16add cpu frequency scaling to the gigabeat. default/normal: 100MHz, boosted: 3...Marcoen Hirschberg
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen
2007-01-04Move invalidate_icache macro to function in GB target tree, GB onlyGreg White
2007-01-01Split the enable_fiq(fiq_handler) function into separate set_fiq_handler(fiq_...Dave Chapman
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis
2006-10-05...and tidy upSteve Bavin
2006-10-05Oops; second bad commit. Three strikes and I'm out I guess.Steve Bavin
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen
2006-08-03better PP checksDaniel Stenberg
2006-03-17Don't paste when sleepy, kids.Thom Johansen
2006-03-17Assembler optimised swap32 for ARM.Thom Johansen
2006-03-17CPU boosting support for ipod nano and video. The rest of the targetsThom Johansen
2006-02-07iPod: Re-written audio driver. This brings it in line with changes to pcm pl...Dave Chapman
2006-02-05More iPod 3G changes from Seven Le Mesle, and some unification of the iPod co...Dave Chapman
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman
2006-01-28iPod: First working audio driverDave Chapman
2006-01-19Stricter asm constraint is required.Brandon Low