summaryrefslogtreecommitdiffstats
path: root/firmware/rolo.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-21Add a "Flushing storage buffers" message to ROLO if it needs to do that.Michael Sparmann1-6/+11
2009-10-21storage_flush() should be done before disabling interrupts in ROLO.Michael Sparmann1-3/+7
2009-10-19Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consis...Jens Arnold1-8/+9
2009-10-19Fix rolo for AMS Sansa and simplify a few #ifdefs.Thomas Martitz1-7/+5
2009-10-11Nano2G - call storage_flush() before rolo_restart() to ensure FTL is flushed.Dave Chapman1-0/+4
2009-10-11Enable rolo on the Nano2G - it hasn't been thoroughly tested, but seems to be...Dave Chapman1-2/+3
2009-06-04Fix RoLo on MIPS targetsMaurus Cuelenaere1-1/+1
2009-04-01M:Robe 500i: More LCD initialization, and beginnings of support for QVGA as w...Karl Kurbjun1-1/+1
2009-02-26Ingenic Jz4740:Maurus Cuelenaere1-2/+8
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-3/+3
2008-11-10Fix Clip firmware building by adding missing symbolsRafaël Carré1-1/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-03Oops. Lost sync on a few instances and 'HI' registers.Michael Sevakis1-1/+1
2008-06-03Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis1-1/+1
2008-05-08Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the...Michael Sevakis1-5/+10
2008-05-03Made rolo.h consistent with rolo.cBertrik Sikken1-0/+1
2008-05-02Working ROLO for the Gigabeat F/XKarl Kurbjun1-3/+3
2008-04-16For TCC and IMX Rolo, use a full flush and invalidate before branching.Michael Sevakis1-2/+2
2008-04-16Some general housekeeping. Fixed a few yellows, made the volume buttons work ...Will Robertson1-2/+2
2008-04-15Kill some D2 yellows with a simplistic Rolo implementation and NAND driver cl...Rob Purchase1-1/+11
2008-04-15Fix some red.Steve Bavin1-1/+1
2008-04-15Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis1-0/+1
2008-03-26Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman1-0/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-1/+5
2008-03-17Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold1-0/+1
2007-11-15Work in progress fixes to the remote button handling. Now the remote can be ...Karl Kurbjun1-1/+1
2007-11-11Setup the gigabeat so that iram is faked in a different spot since the normal...Karl Kurbjun1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-2/+2
2007-10-13M:Robe - Fix compilation and remove some warningsKarl Kurbjun1-6/+6
2007-09-30Add some defines for pp502x. No guarantee as to full accuracy yet but that's ...Michael Sevakis1-7/+7
2007-09-29Anti-red?Michael Sevakis1-4/+6
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-10/+26
2007-07-17Revert cosmetic change and staticing of the rolo_restart() function, because ...Nils Wallménius1-4/+7
2007-07-16Make a private function static where possible, add a comment, make a small co...Nils Wallménius1-4/+7
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold1-2/+2
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell1-0/+19
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis1-4/+2
2007-03-04Fix RoLo on PortalPlayer targetsDaniel Ankers1-0/+11
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell1-4/+4
2007-02-27Improved RoLo support for PortalPlayer - handles the COP correctlyDaniel Ankers1-0/+41
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell1-3/+2
2006-12-10Remove useless code from rolo.cDaniel Ankers1-3/+0
2006-12-10Slightly improved RoLo for PortalPlayer targetsDaniel Ankers1-7/+8
2006-11-22Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriateDaniel Ankers1-3/+5
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-4/+4
2006-10-23reduce the number of gigabeat warningsMarcoen Hirschberg1-1/+2
2006-08-28Add Rockbox bootloader for H10Barry Wardell1-2/+2
2006-07-23Implement Rolo for the PP502x-based ipods.Dave Chapman1-5/+25
2006-07-13Patch #5063 by Rani Hod - RoLo on X5Linus Nielsen Feltzing1-1/+1
2006-04-24Show RoLo messages on remote.Jens Arnold1-1/+12