summaryrefslogtreecommitdiff
path: root/firmware/system.c (follow)
Commit message (Expand)AuthorAge
* AMS: Return ascodec to interrupt-based I2C2 driverMichael Sevakis2017-01-25
* Fix reds.Thomas Martitz2011-12-24
* Initial commit of the Samsung YP-R0 port.Thomas Martitz2011-12-24
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Simplify some redundant boolean expressionsBertrik Sikken2009-05-21
* A few tweaks to get USB support compiling again on TCC targets (part of FS#99...Rob Purchase2009-03-09
* Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis2009-02-03
* Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis2009-01-08
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* remove leftover debug stuffMarcoen Hirschberg2008-06-27
* initial Meizu M6SL port (take 2)Marcoen Hirschberg2008-06-27
* Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2008-04-29
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis2008-02-08
* Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis2008-01-18
* Fixed warnings when logf is enabled.Miika Pekkarinen2007-10-21
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* Add divide-by-zero trap for ARM instead of just silently ignoring them.Michael Sevakis2007-07-09
* Fix build errors.Barry Wardell2007-04-22
* Move PortalPlayer system.c code into the target tree.Barry Wardell2007-04-22
* Fix some very probable typo's.Barry Wardell2007-04-22
* PP5020/PP5024: Add ASM optimized inline current_core.Michael Sevakis2007-04-14
* Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold2007-04-11
* Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold2007-04-06
* Fixed compilation problems with boostctrl_mtx.Miika Pekkarinen2007-03-26
* Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen2007-03-26
* PNX0101 changes:Tomasz Malesinski2007-03-24
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell2007-03-03
* Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_r...Dave Chapman2007-02-23
* Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon2007-01-22
* Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen2007-01-12
* Move system specific rebootGreg White2007-01-04
* merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg2006-12-29
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers2006-11-22
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis2006-11-08
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Moved coldfire code in system.c and system.h into target tree.Michael Sevakis2006-10-30
* move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon2006-10-30
* Logf output on the serial port for h100 targetsLinus Nielsen Feltzing2006-10-12
* UIE(), panicf(): Make reboot with ON react immediately on targets with real L...Jens Arnold2006-10-08
* coldfire: set INTBASE and SPURVEC at startup, fixed typo in GPI0 int namePeter D'Hoye2006-10-08
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell2006-09-20
* Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman2006-08-31
* Enable CPU boosting on H10 models.Barry Wardell2006-08-30
* Threading changes in preparation for multiple core supportDaniel Ankers2006-08-21