]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Scott McNutt, 21 Oct 2004:
authorwdenk <wdenk>
Wed, 30 Mar 2005 23:28:18 +0000 (23:28 +0000)
committerwdenk <wdenk>
Wed, 30 Mar 2005 23:28:18 +0000 (23:28 +0000)
commit0c1c117cf18ffa3fdc0342dfc47c6003fc5fc5a0
treeac60588bc373565ce7a626e39b3d149e715be025
parent8f0b7cbe8027c3745f5e0a199ecd152b032d8ad0
* Patch by Scott McNutt, 21 Oct 2004:
  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
CHANGELOG
cpu/nios2/Makefile
cpu/nios2/cpu.c
cpu/nios2/epcs.c [new file with mode: 0644]
cpu/nios2/start.S
cpu/nios2/sysid.c [new file with mode: 0644]
include/asm-nios2/io.h
include/configs/PK1C20.h
include/nios2-epcs.h [new file with mode: 0644]
include/nios2-io.h
lib_nios2/nios_linux.c