summaryrefslogtreecommitdiff
path: root/firmware/rolo.c (follow)
Commit message (Expand)AuthorAge
* Fix AMSv2 variant 1 detection if rockbox loaded from SD cardMihail Zenkov2016-04-22
* Fix warning in rolo.Michael Giacomelli2016-01-24
* Enable frequency scaling on AMSv2 devices.Mihail Zenkov2016-01-21
* Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered anThomas Martitz2013-12-15
* scroll_engine: Rename scroll_stop* functions to be more consistent with the l...Thomas Martitz2013-12-14
* Move load_firmware() to separate fileMarcin Bukat2013-06-27
* rename rkw.h header fileMarcin Bukat2012-03-04
* Add RKW support to roloMarcin Bukat2012-03-04
* rolo: include lcd-remote.h only when neededRafaël Carré2012-01-07
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* rolo: use BX for ARM branchesRafaël Carré2010-05-31
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* rolo: make PP code pp6100-compatibleRafaël Carré2010-05-03
* i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis2010-04-23
* Add a "Flushing storage buffers" message to ROLO if it needs to do that.Michael Sparmann2009-10-21
* storage_flush() should be done before disabling interrupts in ROLO.Michael Sparmann2009-10-21
* Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consis...Jens Arnold2009-10-19
* Fix rolo for AMS Sansa and simplify a few #ifdefs.Thomas Martitz2009-10-19
* Nano2G - call storage_flush() before rolo_restart() to ensure FTL is flushed.Dave Chapman2009-10-11
* Enable rolo on the Nano2G - it hasn't been thoroughly tested, but seems to be...Dave Chapman2009-10-11
* Fix RoLo on MIPS targetsMaurus Cuelenaere2009-06-04
* M:Robe 500i: More LCD initialization, and beginnings of support for QVGA as w...Karl Kurbjun2009-04-01
* Ingenic Jz4740:Maurus Cuelenaere2009-02-26
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* Fix Clip firmware building by adding missing symbolsRafaël Carré2008-11-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Oops. Lost sync on a few instances and 'HI' registers.Michael Sevakis2008-06-03
* Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to d...Michael Sevakis2008-06-03
* Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the...Michael Sevakis2008-05-08
* Made rolo.h consistent with rolo.cBertrik Sikken2008-05-03
* Working ROLO for the Gigabeat F/XKarl Kurbjun2008-05-02
* For TCC and IMX Rolo, use a full flush and invalidate before branching.Michael Sevakis2008-04-16
* Some general housekeeping. Fixed a few yellows, made the volume buttons work ...Will Robertson2008-04-16
* Kill some D2 yellows with a simplistic Rolo implementation and NAND driver cl...Rob Purchase2008-04-15
* Fix some red.Steve Bavin2008-04-15
* Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis2008-04-15
* Major cleanup of checkwps - fix all warnings and add a script to build versio...Dave Chapman2008-03-26
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold2008-03-17
* Work in progress fixes to the remote button handling. Now the remote can be ...Karl Kurbjun2007-11-15
* Setup the gigabeat so that iram is faked in a different spot since the normal...Karl Kurbjun2007-11-11
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* M:Robe - Fix compilation and remove some warningsKarl Kurbjun2007-10-13
* Add some defines for pp502x. No guarantee as to full accuracy yet but that's ...Michael Sevakis2007-09-30
* Anti-red?Michael Sevakis2007-09-29
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* Revert cosmetic change and staticing of the rolo_restart() function, because ...Nils Wallménius2007-07-17
* Make a private function static where possible, add a comment, make a small co...Nils Wallménius2007-07-16