mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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
4 changed files with 3098 additions and 46 deletions
|
@ -556,6 +556,13 @@ Alex Z
|
||||||
lart SA1100
|
lart SA1100
|
||||||
dnp1110 SA1110
|
dnp1110 SA1110
|
||||||
|
|
||||||
|
Michael Schwingen <michael@schwingen.org>
|
||||||
|
|
||||||
|
actux1 xscale
|
||||||
|
actux2 xscale
|
||||||
|
actux3 xscale
|
||||||
|
actux4 xscale
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# x86 Systems: #
|
# x86 Systems: #
|
||||||
# #
|
# #
|
||||||
|
|
4
MAKEALL
4
MAKEALL
|
@ -520,6 +520,10 @@ LIST_pxa=" \
|
||||||
"
|
"
|
||||||
|
|
||||||
LIST_ixp=" \
|
LIST_ixp=" \
|
||||||
|
actux1 \
|
||||||
|
actux2 \
|
||||||
|
actux3 \
|
||||||
|
actux4 \
|
||||||
ixdp425 \
|
ixdp425 \
|
||||||
ixdpg425 \
|
ixdpg425 \
|
||||||
pdnb3 \
|
pdnb3 \
|
||||||
|
|
12
Makefile
12
Makefile
|
@ -2441,6 +2441,18 @@ SMN42_config : unconfig
|
||||||
## XScale Systems
|
## 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
|
adsvix_config : unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) arm pxa adsvix
|
@$(MKCONFIG) $(@:_config=) arm pxa adsvix
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue