Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | nios2: Fix outx/writex parameter order in io.h | Scott McNutt | 2010-04-02 | -2/+2 |
| | | | | | | | | | The outx/writex macros were using writex(addr, val) rather than the standard writex(val, addr), resulting in incompatibilty with architecture independent components. This change set uses standard parameter order. Signed-off-by: Scott McNutt <smcnutt@psyent.com> | |||
* | nios2: Move serial drivers to individual files in drivers/serial | Scott McNutt | 2010-04-02 | -0/+94 |
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> |