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:
parent
66a4344a4d
commit
799891ef7b
@ -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: #
|
||||
# #
|
||||
|
4
MAKEALL
4
MAKEALL
@ -520,6 +520,10 @@ LIST_pxa=" \
|
||||
"
|
||||
|
||||
LIST_ixp=" \
|
||||
actux1 \
|
||||
actux2 \
|
||||
actux3 \
|
||||
actux4 \
|
||||
ixdp425 \
|
||||
ixdpg425 \
|
||||
pdnb3 \
|
||||
|
12
Makefile
12
Makefile
@ -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…
Reference in New Issue
Block a user