summaryrefslogtreecommitdiff
path: root/cpu/i386/sc520/sc520_ssi.c
Commit message (Collapse)AuthorAgeLines
* i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structureGraeme Russ2009-09-04-13/+15
| | | | Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
* Factor out SC520 sub-featuresGraeme Russ2009-03-20-0/+92
Moved sub-features of the SC520 code which is currently selectively compiled using #ifdef out of sc520.c into individual files selectively compiled via the makefile Signed-off-by: Graeme Russ <graeme.russ at gmail.com>