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>
master
Michael Schwingen 17 years ago committed by Jean-Christophe PLAGNIOL-VILLARD
parent 66a4344a4d
commit 799891ef7b
  1. 7
      MAINTAINERS
  2. 4
      MAKEALL
  3. 12
      Makefile
  4. 3121
      include/asm-arm/mach-types.h

@ -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: #
# #

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

@ -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
Loading…
Cancel
Save