summaryrefslogtreecommitdiff
path: root/arch/openrisc/cpu
Commit message (Collapse)AuthorAgeLines
* openrisc: Work around potential relocation issuesJulius Baxter2012-08-09-6/+13
| | | | | | | | | | When reset code is in flash, the jump instructions emitted by the compiler are relative instead of absolute jumps. A fix to the reset code to make correct jumps to the beginning of code relocated to RAM have also been added. Signed-off-by: Julius Baxter <juliusbaxter@gmail.com>
* openrisc: Add cpu filesStefan Kristiansson2012-01-13-0/+896
Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>