index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
system.c
Age
Commit message (
Expand
)
Author
2005-03-03
iRiver: Increased the max CPU frequency to 120MHz
Linus Nielsen Feltzing
2005-03-03
gmini: variable CPU frequency
Jean-Philippe Bernardy
2005-03-03
Added new coldfire assembly LPC decoder routine to libFLAC.
Thom Johansen
2005-03-01
Adjustable CPU frequency for iRiver
Linus Nielsen Feltzing
2005-02-23
fixed setup of the gmini GPIO
Jean-Philippe Bernardy
2005-02-22
Gmini SMSC chip improvements
Jean-Philippe Bernardy
2005-02-19
Gmini
Jean-Philippe Bernardy
2005-02-19
Gmini work:
Jean-Philippe Bernardy
2005-02-15
better PLL support & slight fix (probably in keepalive handling)
Jean-Philippe Bernardy
2005-02-08
Variants for gmini dma transfers
Jean-Philippe Bernardy
2005-02-02
provide system_memory_guard() and system_reboot() dummies for coldfire target
Daniel Stenberg
2005-01-24
Some more gmini hw support
Jean-Philippe Bernardy
2004-12-01
Button driver overhaul: (1) Unified the button driver functions as much as po...
Jens Arnold
2004-11-02
Correct handling of unhandled exceptions for coldfire
Linus Nielsen Feltzing
2004-10-27
Coldfire: the timers can only be autovectored, let's put the tick timer at le...
Linus Nielsen Feltzing
2004-10-15
Ported interrupt vector handling to Coldfire
Linus Nielsen Feltzing
2004-10-12
Bus controller inits are valid for all models. Corrected WCR1 init according ...
Jens Arnold
2004-10-10
Properly initialize the bus controller for Ondio as well. Fixes coldstart fro...
Jens Arnold
2004-08-30
New debug feature: Use the SH1 user break controller to catch illegal memory ...
Jens Arnold
2004-07-20
Next round of const policeing
Jens Arnold
2004-03-13
We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...
Jörg Hohensohn
2004-03-13
nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...
Jörg Hohensohn
2004-03-02
Made set_irq_level() an inline function, and optimized it by removing the bit...
Linus Nielsen Feltzing
2004-02-25
The cli()/sti() functions are not safe. We should have removed them long ago.
Linus Nielsen Feltzing
2003-10-27
Explicit setup of the bus controller wait states. This is supposed to fix the...
Linus Nielsen Feltzing
2003-07-17
when rebooting, de-init such that the coldstart detection would kick in again...
Jörg Hohensohn
2003-06-29
Added restart option to system exception screen (press ON)
Björn Stenberg
2003-02-23
Code Police is never wrong. Ugh!
Björn Stenberg
2002-09-16
lcd_setfont() is for bitmap LCDs only
Daniel Stenberg
2002-09-16
Daniel,
Eric Linenberg
2002-09-05
Enabled Warp Mode as well
Linus Nielsen Feltzing
2002-09-05
Enabled DRAM burst mode
Linus Nielsen Feltzing
2002-06-26
system_reboot() read only the first byte of the reset vector
Linus Nielsen Feltzing
2002-06-24
Exception handler clears and updates the screen now (so one can read the erro...
Felix Arends
2002-05-29
New system_init function
Linus Nielsen Feltzing
2002-05-28
Added interrupt names
Björn Stenberg
2002-05-24
Fixed interrupt display and led flash
Björn Stenberg
2002-05-13
Changing to C99 'bool' type
Björn Stenberg
2002-04-29
Removed some TABS
Linus Nielsen Feltzing
2002-04-28
Adapted to the new LED API
Linus Nielsen Feltzing
2002-04-24
Removed reset vectors and uncommented the LCD code temporarily
Linus Nielsen Feltzing
2002-04-20
Fixed REG and REG_ADDR style macros
Björn Stenberg
2002-04-16
include config.h properly
Daniel Stenberg
2002-03-28
First version
Björn Stenberg