]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Patches by Stephan Linz, 11 Dec 2003:
authorwdenk <wdenk>
Sat, 3 Jan 2004 19:43:48 +0000 (19:43 +0000)
committerwdenk <wdenk>
Sat, 3 Jan 2004 19:43:48 +0000 (19:43 +0000)
commitc935d3bd8b1c7f681ad58e64bd0548e1b26a7d2f
tree2529369b185098e6d38627b7500d7450d9bab8f5
parent3a473b2a6523db9cdf2b5aed22d9730b4ebc5693
Patches by Stephan Linz, 11 Dec 2003:
- more documentation for NIOS port
- new struct nios_pio_t, struct nios_spi_t
- Reconfiguration for NIOS Development Kit DK1C20:
  o move board related code from board/dk1c20
    to board/altera/dk1c20
  o create a new common source path board/altera/common
    and move generic flash access stuff into it
  o change/expand configuration file DK1C20.h
- Add support for NIOS Development Kit DK1S10
- Add status LED support for NIOS systems
- Add dual 7-segment LED support for Altera NIOS DevKits
41 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
board/altera/common/flash.c [moved from board/dk1c20/flash.c with 81% similarity]
board/altera/common/sevenseg.c [new file with mode: 0644]
board/altera/common/sevenseg.h [new file with mode: 0644]
board/altera/dk1c20/Makefile [moved from board/dk1c20/Makefile with 95% similarity]
board/altera/dk1c20/config.mk [moved from board/dk1c20/config.mk with 100% similarity]
board/altera/dk1c20/dk1c20.c [moved from board/dk1c20/dk1c20.c with 88% similarity]
board/altera/dk1c20/flash.c [new file with mode: 0644]
board/altera/dk1c20/misc.c [new file with mode: 0644]
board/altera/dk1c20/u-boot.lds [moved from board/dk1c20/u-boot.lds with 100% similarity]
board/altera/dk1c20/vectors.S [moved from board/dk1c20/vectors.S with 100% similarity]
board/altera/dk1s10/Makefile [new file with mode: 0644]
board/altera/dk1s10/config.mk [new file with mode: 0644]
board/altera/dk1s10/dk1s10.c [new file with mode: 0644]
board/altera/dk1s10/flash.c [new file with mode: 0644]
board/altera/dk1s10/misc.c [new file with mode: 0644]
board/altera/dk1s10/u-boot.lds [new file with mode: 0644]
board/altera/dk1s10/vectors.S [new file with mode: 0644]
board/mpl/pati/plx9056.h
cpu/nios/interrupts.c
disk/part.c
doc/README.dk1c20_std32 [new file with mode: 0644]
doc/README.dk1s10_std32 [new file with mode: 0644]
doc/README.dk1s40_std32 [new file with mode: 0644]
doc/README.dk20k200_std32 [new file with mode: 0644]
doc/README.nios
doc/README.nios_CFG_NIOS_CPU [new file with mode: 0644]
doc/README.nios_DK [new file with mode: 0644]
drivers/dataflash.c
drivers/dc2114x.c
drivers/smc91111.h
include/asm-nios/status_led.h [new file with mode: 0644]
include/bmp_logo.h
include/configs/DK1C20.h
include/configs/DK1S10.h [new file with mode: 0644]
include/nios-io.h
lib_nios/board.c