]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Scott McNutt, 04 Oct 2003:
authorwdenk <wdenk>
Wed, 8 Oct 2003 23:26:14 +0000 (23:26 +0000)
committerwdenk <wdenk>
Wed, 8 Oct 2003 23:26:14 +0000 (23:26 +0000)
commit4a5517094dd30bb1f271403b62e23053301668e6
tree55bd5e64828e7645caa5506302e27715cfecdbda
parent54387ac931fa7cc92cd45c53798379af1f9adc44
* Patch by Scott McNutt, 04 Oct 2003:
  - add support for Altera Nios-32 CPU
  - add support for Nios Cyclone Development Kit (DK-1C20)

* Patch by Steven Scholz, 29 Sep 2003:
  - A second parameter for bootm overwrites the load address for
    "Standalone Application" images.
  - bootm sets environment variable "filesize" to the resulting
    (uncompressed) data length for "Standalone Application" images
    when autostart is set to "no". Now you can do something like
       if bootm $fpgadata $some_free_ram ; then
               fpga load 0 $some_free_ram $filesize
       fi

* Patch by Denis Peter, 25 Sept 2003:
  add support for the MIP405 Rev. C board
52 files changed:
CHANGELOG
CREDITS
MAINTAINERS
Makefile
board/dk1c20/Makefile [new file with mode: 0644]
board/dk1c20/config.mk [new file with mode: 0644]
board/dk1c20/dk1c20.c [new file with mode: 0644]
board/dk1c20/flash.c [new file with mode: 0644]
board/dk1c20/u-boot.lds [new file with mode: 0644]
board/dk1c20/vectors.S [new file with mode: 0644]
board/mpl/common/flash.c
board/mpl/mip405/mip405.c
common/cmd_bdinfo.c
common/cmd_boot.c
common/cmd_bootm.c
cpu/nios/Makefile [new file with mode: 0644]
cpu/nios/config.mk [new file with mode: 0644]
cpu/nios/cpu.c [new file with mode: 0644]
cpu/nios/interrupts.c [new file with mode: 0644]
cpu/nios/serial.c [new file with mode: 0644]
cpu/nios/start.S [new file with mode: 0644]
cpu/nios/traps.S [new file with mode: 0644]
doc/README.dk1c20 [new file with mode: 0644]
doc/README.nios [new file with mode: 0644]
examples/Makefile
examples/nios.lds [new file with mode: 0644]
examples/stubs.c
include/asm-nios/bitops.h [new file with mode: 0644]
include/asm-nios/byteorder.h [new file with mode: 0644]
include/asm-nios/global_data.h [new file with mode: 0644]
include/asm-nios/io.h [new file with mode: 0644]
include/asm-nios/posix_types.h [new file with mode: 0644]
include/asm-nios/processor.h [new file with mode: 0644]
include/asm-nios/psr.h [new file with mode: 0644]
include/asm-nios/ptrace.h [new file with mode: 0644]
include/asm-nios/string.h [new file with mode: 0644]
include/asm-nios/system.h [new file with mode: 0644]
include/asm-nios/types.h [new file with mode: 0644]
include/asm-nios/u-boot.h [new file with mode: 0644]
include/configs/DK1C20.h [new file with mode: 0644]
include/image.h
include/nios-io.h [new file with mode: 0644]
include/nios.h [new file with mode: 0644]
lib_nios/Makefile [new file with mode: 0644]
lib_nios/board.c [new file with mode: 0644]
lib_nios/cache.c [new file with mode: 0644]
lib_nios/divmod.c [new file with mode: 0644]
lib_nios/math.h [new file with mode: 0644]
lib_nios/mult.c [new file with mode: 0644]
lib_nios/nios_linux.c [new file with mode: 0644]
lib_nios/time.c [new file with mode: 0644]
nios_config.mk [new file with mode: 0644]