]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
nios2: add nios2-generic board
authorThomas Chou <thomas@wytron.com.tw>
Wed, 21 Apr 2010 00:40:59 +0000 (08:40 +0800)
committerScott McNutt <smcnutt@psyent.com>
Sat, 24 Apr 2010 22:21:23 +0000 (18:21 -0400)
commit8cbb0ddd7e696c6a4be1ae3ab3c95d3c8f6a7031
tree038e10bb50a7e36124f800d968fbee534082e747
parent441cac10d8a9438b144ab0ad46280780b58f638b
nios2: add nios2-generic board

This is a generic approach to port u-boot for nios2 boards.
You may find the usage of this approach on the nioswiki,
http://nioswiki.com/DasUBoot

A fpga parameter file, which contains base address information
and drivers declaration, is generated from Altera's hardware system
description sopc file using tools.

The example fpga parameter file is compatible with EP1C20, EP1S10
and EP1S40 boards. So these boards can be removed after this commit.
Though epcs controller is removed to cut the dependency of altera_spi
driver.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
MAINTAINERS
MAKEALL
Makefile
board/altera/nios2-generic/Makefile [new file with mode: 0644]
board/altera/nios2-generic/config.mk [new file with mode: 0644]
board/altera/nios2-generic/custom_fpga.h [new file with mode: 0644]
board/altera/nios2-generic/nios2-generic.c [new file with mode: 0644]
board/altera/nios2-generic/text_base.S [new file with mode: 0644]
board/altera/nios2-generic/u-boot.lds [new file with mode: 0644]
include/configs/nios2-generic.h [new file with mode: 0644]