summaryrefslogtreecommitdiff
path: root/cpu/nios/cpu.c
Commit message (Collapse)AuthorAgeLines
* nios: Move cpu/nios/* to arch/nios/cpu/*Peter Tyser2010-04-13-78/+0
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* Minor alignment of output, 2nd try.Wolfgang Denk2007-08-12-1/+1
| | | | | | Also update CHANGELOG Signed-off-by: Wolfgang Denk <wd@denx.de>
* Minor alignment of outputWolfgang Denk2007-08-12-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* * Fix problems caused by Robert Schwebel's cramfs patchwdenk2004-01-04-2/+2
| | | | | | | | | | | | * Patch by Scott McNutt, 02 Jan 2004: Add support for the Nios Active Serial Memory Interface (ASMI) on Cyclone devices * Patch by Andrea Marson, 16 Dec 2003: Add support for the PPChameleon ME and HI modules * Patch by Yuli Barcohen, 22 Dec 2003: Add support for Motorola DUET ADS board (MPC87x/88x)
* * Patch by Scott McNutt, 04 Oct 2003:wdenk2003-10-08-0/+78
- add support for Altera Nios-32 CPU - add support for Nios Cyclone Development Kit (DK-1C20) * Patch by Steven Scholz, 29 Sep 2003: - A second parameter for bootm overwrites the load address for "Standalone Application" images. - bootm sets environment variable "filesize" to the resulting (uncompressed) data length for "Standalone Application" images when autostart is set to "no". Now you can do something like if bootm $fpgadata $some_free_ram ; then fpga load 0 $some_free_ram $filesize fi * Patch by Denis Peter, 25 Sept 2003: add support for the MIP405 Rev. C board