summaryrefslogtreecommitdiffstats
path: root/firmware/system.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-1/+1
2009-03-09A few tweaks to get USB support compiling again on TCC targets (part of FS#99...Rob Purchase1-0/+1
2009-02-03Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis1-32/+11
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-57/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-27remove leftover debug stuffMarcoen Hirschberg1-6/+0
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg1-0/+6
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold1-6/+0
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-4/+4
2008-02-08Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.Michael Sevakis1-0/+6
2008-01-18Finally, out goes struct spinlock for anything but mutiprocessor targets wher...Michael Sevakis1-1/+1
2007-10-21Fixed warnings when logf is enabled.Miika Pekkarinen1-0/+6
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-11/+63
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-1/+3
2007-07-09Add divide-by-zero trap for ARM instead of just silently ignoring them.Michael Sevakis1-1/+17
2007-04-22Fix build errors.Barry Wardell1-4/+0
2007-04-22Move PortalPlayer system.c code into the target tree.Barry Wardell1-386/+0
2007-04-22Fix some very probable typo's.Barry Wardell1-7/+7
2007-04-14PP5020/PP5024: Add ASM optimized inline current_core.Michael Sevakis1-10/+0
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-401/+1
2007-04-06Now charcell displays require lcd_update() for updating the main lcd content ...Jens Arnold1-3/+0
2007-03-26Fixed compilation problems with boostctrl_mtx.Miika Pekkarinen1-0/+9
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-40/+48
2007-03-24PNX0101 changes:Tomasz Malesinski1-87/+0
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-91/+146
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell1-3/+3
2007-02-23Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_r...Dave Chapman1-0/+8
2007-01-22Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...Jonathan Gordon1-1/+47
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen1-11/+24
2007-01-04Move system specific rebootGreg White1-17/+0
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-1/+9
2006-12-05Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen1-38/+2
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-2/+4
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-237/+1
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis1-11/+8
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-2/+1
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis1-279/+1
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon1-110/+3
2006-10-12Logf output on the serial port for h100 targetsLinus Nielsen Feltzing1-0/+22
2006-10-08UIE(), panicf(): Make reboot with ON react immediately on targets with real L...Jens Arnold1-6/+8
2006-10-08coldfire: set INTBASE and SPURVEC at startup, fixed typo in GPI0 int namePeter D'Hoye1-1/+5
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-4/+44
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell1-0/+2
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman1-1/+1
2006-08-30Enable CPU boosting on H10 models.Barry Wardell1-1/+1
2006-08-21Threading changes in preparation for multiple core supportDaniel Ankers1-41/+61
2006-08-20Fix errors when building H10 Normal build.Barry Wardell1-0/+10
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg1-0/+8
2006-08-11Properly handle early USB mode, dircache and tagcache state files withMiika Pekkarinen1-0/+10
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-0/+21