Add AcTux board support

Hi,

The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
files that
contain changes for multiple boards, the board-specific files follow as
separate patches.

Signed-off-by: Michael Schwingen <michael@schwingen.org>
This commit is contained in:
Michael Schwingen 2008-01-18 00:04:28 +01:00 committed by Jean-Christophe PLAGNIOL-VILLARD
parent 66a4344a4d
commit 799891ef7b
4 changed files with 3098 additions and 46 deletions

View File

@ -556,6 +556,13 @@ Alex Z
lart SA1100
dnp1110 SA1110
Michael Schwingen <michael@schwingen.org>
actux1 xscale
actux2 xscale
actux3 xscale
actux4 xscale
#########################################################################
# x86 Systems: #
# #

View File

@ -520,6 +520,10 @@ LIST_pxa=" \
"
LIST_ixp=" \
actux1 \
actux2 \
actux3 \
actux4 \
ixdp425 \
ixdpg425 \
pdnb3 \

View File

@ -2441,6 +2441,18 @@ SMN42_config : unconfig
## XScale Systems
#########################################################################
actux1_config : unconfig
@$(MKCONFIG) $(@:_config=) arm ixp actux1
actux2_config : unconfig
@$(MKCONFIG) $(@:_config=) arm ixp actux2
actux3_config : unconfig
@$(MKCONFIG) $(@:_config=) arm ixp actux3
actux4_config : unconfig
@$(MKCONFIG) $(@:_config=) arm ixp actux4
adsvix_config : unconfig
@$(MKCONFIG) $(@:_config=) arm pxa adsvix

File diff suppressed because it is too large Load Diff