Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2fb5b913fa19ff69decded4cc5ef4916e6aac161
/
firmware
/
system.c
81e309d
We had a few set_irq_level(15) left in the code, instead of the new set_irq_level(HIGHEST_IRQ_LEVEL). Only one was really used, in system_reboot(), creating a (unlikely) race condition.
by Jörg Hohensohn
· 21 years ago
4cee740
nice hint by Jens Arnold: using RAS Down Mode for the DRAM makes the box 10-15% faster
by Jörg Hohensohn
· 21 years ago
111a972
Made set_irq_level() an inline function, and optimized it by removing the bit shifts
by Linus Nielsen Feltzing
· 21 years ago
f9c780c
The cli()/sti() functions are not safe. We should have removed them long ago.
by Linus Nielsen Feltzing
· 21 years ago
266f411
Explicit setup of the bus controller wait states. This is supposed to fix the issue when the flashed recorder hangs when recording.
by Linus Nielsen Feltzing
· 22 years ago
782e237
when rebooting, de-init such that the coldstart detection would kick in again (fixes Rombox ATA problems when shutting off with charger)
by Jörg Hohensohn
· 22 years ago
9bcbe3f
Added restart option to system exception screen (press ON)
by Björn Stenberg
· 22 years ago
df194b0
Code Police is never wrong. Ugh!
by Björn Stenberg
· 22 years ago
fba7a41
lcd_setfont() is for bitmap LCDs only
by Daniel Stenberg
· 23 years ago
038df5c
Daniel,
by Eric Linenberg
· 23 years ago
a2c0afb
Enabled Warp Mode as well
by Linus Nielsen Feltzing
· 23 years ago
8ca44dc
Enabled DRAM burst mode
by Linus Nielsen Feltzing
· 23 years ago
72315c2
system_reboot() read only the first byte of the reset vector
by Linus Nielsen Feltzing
· 23 years ago
b38c2d9
Exception handler clears and updates the screen now (so one can read the error message)
by Felix Arends
· 23 years ago
951fe18
New system_init function
by Linus Nielsen Feltzing
· 23 years ago
2dd18d3
Added interrupt names
by Björn Stenberg
· 23 years ago
6eb7717
Fixed interrupt display and led flash
by Björn Stenberg
· 23 years ago
2382044
Changing to C99 'bool' type
by Björn Stenberg
· 23 years ago
40c1c22
Removed some TABS
by Linus Nielsen Feltzing
· 23 years ago
fe6b82f
Adapted to the new LED API
by Linus Nielsen Feltzing
· 23 years ago
db82218
Removed reset vectors and uncommented the LCD code temporarily
by Linus Nielsen Feltzing
· 23 years ago
191f4d2
Fixed REG and REG_ADDR style macros
by Björn Stenberg
· 23 years ago
439b187
include config.h properly
by Daniel Stenberg
· 23 years ago
d9eb5c7
First version
by Björn Stenberg
· 23 years ago