Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | nios2: fix r15 issue for gcc4 | Thomas Chou | 2010-05-28 | -7/+0 |
| | | | | | | | | | | The "-ffixed-r15" option doesn't work well for gcc4. Since we don't use gp for small data with option "-G0", we can use gp as global data pointer. This allows compiler to use r15. It is necessary for gcc4 to work properly. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
* | nios2: consolidate reset initialization | Thomas Chou | 2010-04-24 | -5/+4 |
| | | | | | | | Global interrupt should be disabled from the beginning. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
* | nios2: Move cpu/nios2/* to arch/nios2/cpu/* | Peter Tyser | 2010-04-13 | -0/+217 |
Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |