Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2008-10-18 | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
2006-06-08 | Nios II - Add Altera EP1C20, EP1S10 and EP1S40 boards | Scott McNutt | |
Patch by Scott McNutt, 08 Jun 2006 |