Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | Coding style cleanup, update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2010-04-02 | nios2: Fix outx/writex parameter order in io.h | Scott McNutt | |
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> | |||
2010-04-02 | nios2: Move serial drivers to individual files in drivers/serial | Scott McNutt | |
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> |