summaryrefslogtreecommitdiff
path: root/cpu/blackfin/reset.c
AgeCommit message (Collapse)Author
2010-04-13blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*Peter Tyser
Signed-off-by: Peter Tyser <[email protected]>
2009-03-23Blackfin: mark bfin_reset staticMike Frysinger
The function is only used locally, so mark it static. Signed-off-by: Mike Frysinger <[email protected]>
2009-01-28Blackfin: handle new anomalies with resetMike Frysinger
Workaround fun new anomalies related to software reset of the processor. Signed-off-by: Mike Frysinger <[email protected]>
2008-03-30Blackfin: unify cpu and boot modesMike Frysinger
All of the duplicated code for Blackfin processors and boot modes have been unified. After all, the core is the same for all processors, just the peripheral set differs (which gets handled in the drivers). Signed-off-by: Mike Frysinger <[email protected]>