summaryrefslogtreecommitdiff
path: root/cpu/nios2/serial.c
Commit message (Collapse)AuthorAgeLines
* nios2: Move serial drivers to individual files in drivers/serialScott McNutt2010-04-02-309/+0
| | | | | | | | The standard Altera UART & JTAG UART as well as the OpenCores YANU driver are now in individual files in drivers/serial rather than a single file uner cpu/nios2. Signed-off-by: Scott McNutt <smcnutt@psyent.com>
* nios2: Added support to YANU UARTRenato Andreola2010-03-16-1/+167
| | | | Signed-off-by: Scott McNutt <smcnutt@psyent.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-4/+4
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Nios II - Fix I/O Macros and mini-app stubsScott McNutt2006-06-08-14/+12
| | | | | | | | -Fix asm/io.h macros -Eliminate use of CACHE_BYPASS in cpu code -Eliminate assembler warnings -Fix mini-app stubs and force no small data Patch by Scott McNutt, 08 Jun 2006
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-1/+2
|
* Patches by Scott McNutt, 24 Aug 2004:wdenk2004-10-10-0/+144
- Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.