summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorThomas Chou <thomas@wytron.com.tw>2010-04-21 08:40:59 +0800
committerScott McNutt <smcnutt@psyent.com>2010-04-24 18:21:23 -0400
commit8cbb0ddd7e696c6a4be1ae3ab3c95d3c8f6a7031 (patch)
tree038e10bb50a7e36124f800d968fbee534082e747 /MAKEALL
parent441cac10d8a9438b144ab0ad46280780b58f638b (diff)
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>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAKEALL b/MAKEALL
index 4632750943..79e57ab5ac 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -830,6 +830,7 @@ LIST_nios2=" \
EP1S40 \
PCI5441 \
PK1C20 \
+ nios2-generic \
"
#########################################################################