summaryrefslogtreecommitdiff
path: root/firmware/system.c
AgeCommit message (Expand)Author
2004-07-20Next round of const policeingJens Arnold
2004-03-13We had a few set_irq_level(15) left in the code, instead of the new set_irq_l...Jörg Hohensohn
2004-03-13nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-1...Jörg Hohensohn
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing
2003-10-27Explicit setup of the bus controller wait states. This is supposed to fix the...Linus Nielsen Feltzing
2003-07-17when rebooting, de-init such that the coldstart detection would kick in again...Jörg Hohensohn
2003-06-29Added restart option to system exception screen (press ON)Björn Stenberg
2003-02-23Code Police is never wrong. Ugh!Björn Stenberg
2002-09-16lcd_setfont() is for bitmap LCDs onlyDaniel Stenberg
2002-09-16Daniel, Eric Linenberg
2002-09-05Enabled Warp Mode as wellLinus Nielsen Feltzing
2002-09-05Enabled DRAM burst modeLinus Nielsen Feltzing
2002-06-26system_reboot() read only the first byte of the reset vectorLinus Nielsen Feltzing
2002-06-24Exception handler clears and updates the screen now (so one can read the erro...Felix Arends
2002-05-29New system_init functionLinus Nielsen Feltzing
2002-05-28Added interrupt namesBjörn Stenberg
2002-05-24Fixed interrupt display and led flashBjörn Stenberg
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-04-29Removed some TABSLinus Nielsen Feltzing
2002-04-28Adapted to the new LED APILinus Nielsen Feltzing
2002-04-24Removed reset vectors and uncommented the LCD code temporarilyLinus Nielsen Feltzing
2002-04-20Fixed REG and REG_ADDR style macrosBjörn Stenberg
2002-04-16include config.h properlyDaniel Stenberg
2002-03-28First versionBjörn Stenberg