summaryrefslogtreecommitdiff
path: root/firmware/system.c (follow)
Commit message (Expand)AuthorAge
* Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold2004-12-01
* Correct handling of unhandled exceptions for coldfireLinus Nielsen Feltzing2004-11-02
* Coldfire: the timers can only be autovectored, let's put the tick timer at le...Linus Nielsen Feltzing2004-10-27
* Ported interrupt vector handling to ColdfireLinus Nielsen Feltzing2004-10-15
* Bus controller inits are valid for all models. Corrected WCR1 init according ...Jens Arnold2004-10-12
* Properly initialize the bus controller for Ondio as well. Fixes coldstart fro...Jens Arnold2004-10-10
* New debug feature: Use the SH1 user break controller to catch illegal memory ...Jens Arnold2004-08-30
* Next round of const policeingJens Arnold2004-07-20
* We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn2004-03-13
* nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn2004-03-13
* Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing2004-03-02
* The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing2004-02-25
* Explicit setup of the bus controller wait states. This is supposed to fix the...Linus Nielsen Feltzing2003-10-27
* when rebooting, de-init such that the coldstart detection would kick in again...Jörg Hohensohn2003-07-17
* Added restart option to system exception screen (press ON)Björn Stenberg2003-06-29
* Code Police is never wrong. Ugh!Björn Stenberg2003-02-23
* lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg2002-09-16
* Daniel, Eric Linenberg2002-09-16
* Enabled Warp Mode as wellLinus Nielsen Feltzing2002-09-05
* Enabled DRAM burst modeLinus Nielsen Feltzing2002-09-05
* system_reboot() read only the first byte of the reset vectorLinus Nielsen Feltzing2002-06-26
* Exception handler clears and updates the screen now (so one can read the erro...Felix Arends2002-06-24
* New system_init functionLinus Nielsen Feltzing2002-05-29
* Added interrupt namesBjörn Stenberg2002-05-28
* Fixed interrupt display and led flashBjörn Stenberg2002-05-24
* Changing to C99 'bool' typeBjörn Stenberg2002-05-13
* Removed some TABSLinus Nielsen Feltzing2002-04-29
* Adapted to the new LED APILinus Nielsen Feltzing2002-04-28
* Removed reset vectors and uncommented the LCD code temporarilyLinus Nielsen Feltzing2002-04-24
* Fixed REG and REG_ADDR style macrosBjörn Stenberg2002-04-20
* include config.h properlyDaniel Stenberg2002-04-16
* First versionBjörn Stenberg2002-03-28