Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
c419d1d6
Commit
c419d1d6
authored
Dec 16, 2004
by
stroese
Browse files
some new esd boards added
parent
0621f6f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
MAINTAINERS
View file @
c419d1d6
...
...
@@ -25,6 +25,10 @@ Pantelis Antoniou <panto@intracom.gr>
NETVIA MPC8xx
Reinhard Arlt <reinhard.arlt@esd-electronics.com>
CPCI750 PPC750FX/GX
Yuli Barcohen <yuli@arabellasw.com>
Adder MPC87x/MPC852T
...
...
@@ -211,10 +215,10 @@ Frank Panno <fpanno@delphintech.com>
Peter Pearse <peter.pearse@arm.com>
Integrator/AP CM 926EJ-S, CM7x0T, CM9x0T
Integrator/AP CM 926EJ-S, CM7x0T, CM9x0T
Integrator/CP CM 926EJ-S CM920T, CM940T, CM922T-XA10
Versatile/AB ARM926EJ-S
Versatile/PB ARM926EJ-S
Versatile/PB ARM926EJ-S
Denis Peter <d.peter@mpl.ch>
...
...
@@ -224,17 +228,21 @@ Denis Peter <d.peter@mpl.ch>
Stefan Roese <stefan.roese@esd-electronics.com>
ADCIOP IOP480 (PPC401)
APC405 PPC405GP
AR405 PPC405GP
ASH405 PPC405EP
CANBT PPC405CR
CPCI405 PPC405GP
CPCI4052 PPC405GP
CPCI405AB PPC405GP
CPCI405DT PPC405GP
CPCI440 PPC440GP
CPCIISER4 PPC405GP
DASA_SIM IOP480 (PPC401)
DP405 PPC405EP
DU405 PPC405GP
G2000 PPC405EP
HH405 PPC405EP
HUB405 PPC405EP
OCRTC PPC405GP
ORSG PPC405GP
...
...
@@ -242,6 +250,8 @@ Stefan Roese <stefan.roese@esd-electronics.com>
PLU405 PPC405EP
PMC405 PPC405GP
VOH405 PPC405EP
VOM405 PPC405EP
WUH405 PPC405EP
Travis Sawyer (travis.sawyer@sandburst.com>
...
...
@@ -460,6 +470,17 @@ Yasushi Shoji <yashi@atmark-techno.com>
SUZAKU MicroBlaze
#########################################################################
# Coldfire Systems: #
# #
# Maintainer Name, Email Address #
# Board CPU #
#########################################################################
Stefan Roese <stefan.roese@esd-electronics.com>
TASREG MCF5249
#########################################################################
# End of MAINTAINERS list #
#########################################################################
MAKEALL
View file @
c419d1d6
...
...
@@ -68,7 +68,7 @@ LIST_4xx=" \
ml300 OCOTEA OCRTC ORSG
\
PCI405 PIP405 PLU405 PMC405
\
PPChameleonEVB VOH405 W7OLMC W7OLMG
\
WALNUT405 XPEDITE1K
\
WALNUT405
WUH405
XPEDITE1K
\
"
#########################################################################
...
...
@@ -122,7 +122,7 @@ LIST_74xx=" \
"
LIST_7xx
=
"
\
BAB7xx ELPPC
\
BAB7xx
CPCI750
ELPPC
\
"
LIST_ppc
=
"
${
LIST_5xx
}
${
LIST_5xxx
}
\
...
...
Makefile
View file @
c419d1d6
...
...
@@ -109,7 +109,7 @@ LIBS += cpu/$(CPU)/$(SOC)/lib$(SOC).a
endif
LIBS
+=
lib_
$(ARCH)
/lib
$(ARCH)
.a
LIBS
+=
fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a
\
fs/reiserfs/libreiserfs.a
fs/reiserfs/libreiserfs.a
fs/ext2/libext2fs.a
LIBS
+=
net/libnet.a
LIBS
+=
disk/libdisk.a
LIBS
+=
rtc/librtc.a
...
...
@@ -685,6 +685,9 @@ xtract_4xx = $(subst _25,,$(subst _33,,$(subst _BA,,$(subst _ME,,$(subst _HI,,$(
ADCIOP_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx adciop esd
APC405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx apc405 esd
AR405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx ar405 esd
...
...
@@ -714,6 +717,7 @@ CATcenter_33_config: unconfig
CPCI405_config
\
CPCI4052_config
\
CPCI405DT_config
\
CPCI405AB_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx cpci405 esd
@
echo
"BOARD_REVISION =
$
(@:_config=)"
>>
include/config.mk
...
...
@@ -751,6 +755,12 @@ ERIC_config: unconfig
EXBITGEN_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx exbitgen
G2000_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx g2000
HH405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx hh405 esd
HUB405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx hub405 esd
...
...
@@ -823,6 +833,9 @@ PPChameleonEVB_HI_33_config: unconfig
VOH405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx voh405 esd
VOM405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx vom405 esd
W7OLMC_config
\
W7OLMG_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx w7o
...
...
@@ -830,6 +843,9 @@ W7OLMG_config: unconfig
WALNUT405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx walnut405
WUH405_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx wuh405 esd
XPEDITE1K_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc ppc4xx xpedite1k
...
...
@@ -1097,6 +1113,9 @@ M5272C3_config : unconfig
M5282EVB_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
m68k mcf52x2 m5282evb
TASREG_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
m68k mcf52x2 tasreg esd
#########################################################################
## MPC85xx Systems
#########################################################################
...
...
@@ -1150,6 +1169,9 @@ AmigaOneG3SE_config: unconfig
BAB7xx_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc 74xx_7xx bab7xx eltec
CPCI750_config
:
unconfig
@
./mkconfig CPCI750 ppc 74xx_7xx cpci750 esd
DB64360_config
:
unconfig
@
./mkconfig DB64360 ppc 74xx_7xx db64360 Marvell
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment