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