Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nios2: Fix outx/writex parameter order in io.h | Scott McNutt | 2010-04-02 | 1 | -3/+3 |
| | | | | | | | | | 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> | ||||
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -3/+3 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | ||||
* | Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards | Scott McNutt | 2006-06-08 | 1 | -0/+62 |
Patch by Scott McNutt, 08 Jun 2006 |