aboutsummaryrefslogtreecommitdiff
path: root/include/asm-nios2
AgeCommit message (Collapse)AuthorFilesLines
2006-06-08Nios II - Fix I/O Macros and mini-app stubsScott McNutt1-3/+4
-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
2005-11-25Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.hWolfgang Denk1-0/+7
2005-03-30* Patch by Scott McNutt, 21 Oct 2004:wdenk1-3/+56
Add support for Nios-II EPCS Controller core. * Patch by Scott McNutt, 20 Oct 2004: Nios-II cleanups: - Add sysid command (Nios-II only). - Locate default exception trampoline at proper offset. - Implement I/O routines (readb, writeb, etc) - Implement do_bootm_linux
2004-10-10Patches by Scott McNutt, 24 Aug 2004:wdenk15-0/+666
- Add support for Altera Nios-II processors. - Add support for Psyent PCI-5441 board. - Add support for Psyent PK1C20 board.