summaryrefslogtreecommitdiff
path: root/firmware/kernel.c (follow)
Commit message (Expand)AuthorAge
* merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg2006-12-29
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis2006-12-16
* Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers2006-11-22
* Thread API enhancements.Brandon Low2006-11-11
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* Patch #6052 - More responsive skip on ArchosLinus Nielsen Feltzing2006-10-19
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Fixed an off-by-one error in the portalplayer timer handling.Jens Arnold2006-09-01
* Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman2006-08-31
* initial gigabeat bootloader (only test code)Marcoen Hirschberg2006-08-12
* update the gigabeat code and move to target_treeMarcoen Hirschberg2006-08-12
* better check for portalplayer targetsDaniel Stenberg2006-08-02
* added mostly dummy changes to allow building of a Sansa e200 bootloaderDaniel Stenberg2006-08-01
* Further iPod 3G work from Seven Le MesleDave Chapman2006-02-05
* Removed PP5020_ prefix from register defines and added/renamed someThom Johansen2006-01-24
* Properly configurable tick timer for PP5020.Thom Johansen2006-01-24
* Slightly safer version of queue_delete()Linus Nielsen Feltzing2006-01-23
* New kernel function, queue_delete(struct event_queue *q)Linus Nielsen Feltzing2006-01-23
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
* iPod: Fix the bootloader so it can load and run the original Apple firmware a...Dave Chapman2006-01-05
* Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen2005-12-12
* First attempt at iPod threading.Thom Johansen2005-11-13
* Use ICODE_ATTR instead of __attribute__ ((section(".icode")))Dave Chapman2005-11-12
* iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman2005-11-11
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
* Fixup of the MCF5249 memory mapped register definitions.Jens Arnold2005-11-05
* Coldfire: New timer handling on CPU frequency change, adjusting the prescaler...Jens Arnold2005-10-03
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Export tick_start() to allow for tick timer reinit when changing CPU frequencyLinus Nielsen Feltzing2005-03-01
* more long policyJean-Philippe Bernardy2005-02-25
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* GminiJean-Philippe Bernardy2005-02-19
* Gmini work:Jean-Philippe Bernardy2005-02-19
* Gmini keep alive implementedJean-Philippe Bernardy2005-02-13
* long policyJean-Philippe Bernardy2005-01-30
* More int -> longJean-Philippe Bernardy2005-01-24
* Jean-Philippe Bernardy: minor correctionDaniel Stenberg2005-01-10
* Jean-Philippe Bernardy: ported to gmini120Daniel Stenberg2005-01-09
* Coldfire: System tick at 10msLinus Nielsen Feltzing2004-10-27
* Made queue_clear() atomic, and made the argument non-constLinus Nielsen Feltzing2004-09-01
* New kernel function: queue_clear()Linus Nielsen Feltzing2004-09-01
* Const policed pointer arguments to functions, part 1Jens Arnold2004-08-16
* remove extra ';'Daniel Stenberg2004-06-16
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing2004-02-25
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Killed a dozen global variablesBjörn Stenberg2002-12-18
* Enable status bar in usb mode.Markus Braun2002-10-11
* More accurate tick period calculationLinus Nielsen Feltzing2002-10-09