Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
reform-boundary-uboot
Commits
c419d1d6
Commit
c419d1d6
authored
20 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
some new esd boards added
parent
0621f6f9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MAINTAINERS
+23
-2
23 additions, 2 deletions
MAINTAINERS
MAKEALL
+2
-2
2 additions, 2 deletions
MAKEALL
Makefile
+23
-1
23 additions, 1 deletion
Makefile
with
48 additions
and
5 deletions
MAINTAINERS
+
23
−
2
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 #
#########################################################################
This diff is collapsed.
Click to expand it.
MAKEALL
+
2
−
2
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
}
\
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
23
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment