summaryrefslogtreecommitdiff
path: root/firmware/thread.c
AgeCommit message (Expand)Author
2007-10-05Stabilize PP5020 targets - tested on H10 5/20GB and iPod Color. Use no interr...Michael Sevakis
2007-10-01Watch out for uninitialized threads[] in init_threads() which can cause big h...Catalin Patulea
2007-09-29Compile Portal Player bootloaders as single core. Cleanup the startup code fo...Michael Sevakis
2007-09-28Oops. Can't wait for COP init in the bootloader because it is kept asleep unt...Michael Sevakis
2007-09-28Anti-red: No need for COP initialization in the bootloaders nor idle stacks.Michael Sevakis
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun
2007-08-05Perform writeback before starting thread on another core or stack munging may...Michael Sevakis
2007-07-30Trim a little bulk off the scheduler for dual core. Shouldn't change bin size...Michael Sevakis
2007-06-05Apply FS#7183. Also change to use documented ways to avoid inlining of functi...Magnus Holmgren
2007-05-12Messages queues must be guarded on both ends or else it's a race between dete...Michael Sevakis
2007-04-13Hrmph. Forgot the other instance of cache hacking.Michael Sevakis
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis
2007-04-01Accidentally enabled core locking mechanism. Now disabled again because it st...Miika Pekkarinen
2007-04-01remove_thread(NULL) contained a null pointer bug causing a crash.Miika Pekkarinen
2007-03-27A temporary fix to crashing on some dual core targets.Miika Pekkarinen
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen
2007-03-26Fix a hole in the scheduler where collisions between waking blocked threads i...Michael Sevakis
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis
2007-03-06Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers
2007-02-26Turns out I don't have a magic DAP. :( I didn't get the problem because I RoL...Michael Sevakis
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis
2006-12-29add missing variable declarationMarcoen Hirschberg
2006-12-29fix idle mode for the gigabeatMarcoen Hirschberg
2006-12-16Add queue_send synchronous message sending. Right now only for SWCODEC. Actua...Michael Sevakis
2006-11-11Fix my warnings with explicit blocking on platforms w/o cpu_boost()Brandon Low
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-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-15Removed ugly boosting solutions from playback code and let schedulerMiika Pekkarinen
2006-09-23Fix profiling builds.Magnus Holmgren
2006-09-16Don't remove the thread twice.Miika Pekkarinen
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-09-02Cleanup threads.c by moving declarations inside structs.Miika Pekkarinen
2006-08-24Fix profile buildsDaniel Ankers
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg
2006-02-08Sleep PP5020 CPU on idle.Thom Johansen
2006-01-31ARM: r12 is scratch, so don't save it.Thom Johansen
2006-01-18Profiling support, tools and documentation.Brandon Low
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman
2005-12-12Add interrupt handler for iPod. Add timer tick support. Remove temporary thre...Thom Johansen
2005-12-10Make threading code for iPod compile on all ARM CPUs, comment out sleep loop ...Thom Johansen
2005-11-15Shave off an instruction by use of conditionals.Thom Johansen
2005-11-13First attempt at iPod threading.Thom Johansen
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-10-19Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...Jens Arnold
2005-09-01Coldfire: Made the MACSR register part of the thread context to allow easier ...Jens Arnold