summaryrefslogtreecommitdiffstats
path: root/firmware/rolo.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-21Make RoLo compile for X5Linus Nielsen Feltzing1-2/+2
2006-02-11Disable ROLO for the iPods - it doesn't work and just confuses people.Dave Chapman1-2/+3
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-3/+3
2006-02-03Fixed warnings on iFP.Tomasz Malesinski1-4/+4
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-2/+5
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-1/+1
2005-07-18Fixed RoLo for H100 targetsLinus Nielsen Feltzing1-1/+1
2005-06-22H1x0: rolo_restart() now uses the actual destination address to start the cod...Jens Arnold1-7/+9
2005-06-18depend on CPU, not player modelDaniel Stenberg1-1/+1
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing1-6/+6
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing1-2/+2
2005-03-31RoLo now works on the iRiverLinus Nielsen Feltzing1-16/+75
2005-02-04these are not compiling for Gmini either atmDaniel Stenberg1-3/+4
2005-02-03less warnings on iriver buildsDaniel Stenberg1-0/+2
2005-02-02provide a temporary ROLO dummy when built for coldfireDaniel Stenberg1-3/+14
2004-10-14Disabling all timers on rolo fixes the problems with roloed Archos firmware o...Jens Arnold1-2/+5
2004-08-16Const policed pointer arguments to functions, part 1Jens Arnold1-4/+6
2003-11-20Removed startup_io test codeBjörn Stenberg1-54/+0
2003-10-12patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn1-21/+13
2003-10-11fixed rolo-ing of original Archos firmware when flashed. Finally narrowed it ...Jörg Hohensohn1-1/+2
2003-08-04The other end of my diagnostic code: Rolo now tries to load the file "/startu...Jörg Hohensohn1-0/+54
2003-05-09Removed a warningLinus Nielsen Feltzing1-1/+1
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing1-2/+4
2003-01-22Ludovic Lange's patch to make the ROLO feature work on the FM Recorder.Daniel Stenberg1-4/+4
2002-09-09Changed screen outputLinus Nielsen Feltzing1-2/+2
2002-09-03Added Randy Wood's ROLOBjörn Stenberg1-0/+143