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