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
72cd5aa7
Commit
72cd5aa7
authored
21 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
New boards DP405, HUB405, PLU405, VOH405 added.
parent
13fdf8a6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MAINTAINERS
+5
-1
5 additions, 1 deletion
MAINTAINERS
MAKEALL
+5
-4
5 additions, 4 deletions
MAKEALL
Makefile
+12
-0
12 additions, 0 deletions
Makefile
with
22 additions
and
5 deletions
MAINTAINERS
+
5
−
1
View file @
72cd5aa7
...
...
@@ -109,7 +109,7 @@ Dave Ellis <DGE@sixnetio.com>
SXNI855T MPC8xx
Raghu Krishnaprasad <raghu.krishnaprasad@fci.com>
ADDERII MPC852T
Thomas Frieden <ThomasF@hyperion-entertainment.com>
...
...
@@ -200,11 +200,15 @@ Stefan Roese <stefan.roese@esd-electronics.com>
CPCI440 PPC440GP
CPCIISER4 PPC405GP
DASA_SIM IOP480 (PPC401)
DP405 PPC405EP
DU405 PPC405GP
HUB405 PPC405EP
OCRTC PPC405GP
ORSG PPC405GP
PCI405 PPC405GP
PLU405 PPC405EP
PMC405 PPC405GP
VOH405 PPC405EP
Peter De Schrijver <p2@mind.be>
...
...
This diff is collapsed.
Click to expand it.
MAKEALL
+
5
−
4
View file @
72cd5aa7
...
...
@@ -56,10 +56,11 @@ LIST_4xx=" \
ADCIOP AR405 ASH405 BUBINGA405EP
\
CANBT CPCI405 CPCI4052 CPCI405AB
\
CPCI440 CPCIISER4 CRAYL1 DASA_SIM
\
DU405 EBONY ERIC EXBITGEN
\
MIP405 MIP405T ML2 OCRTC
\
ORSG PCI405 PIP405 PMC405
\
PPChameleonEVB W7OLMC W7OLMG WALNUT405
\
DP405 DU405 EBONY ERIC
\
EXBITGEN HUB405 MIP405 MIP405T
\
ML2 OCRTC ORSG PCI405
\
PIP405 PLU405 PMC405 PPChameleonEVB
\
VOH405 W7OLMC W7OLMG WALNUT405
\
"
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
12
−
0
View file @
72cd5aa7
...
...
@@ -507,6 +507,9 @@ CRAYL1_config:unconfig
DASA_SIM_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx dasa_sim esd
DP405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx dp405 esd
DU405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx du405 esd
...
...
@@ -519,6 +522,9 @@ ERIC_config:unconfig
EXBITGEN_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx exbitgen
HUB405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx hub405 esd
MIP405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx mip405 mpl
...
...
@@ -540,12 +546,18 @@ PCI405_config: unconfig
PIP405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx pip405 mpl
PLU405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx plu405 esd
PMC405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx pmc405 esd
PPChameleonEVB_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx PPChameleonEVB dave
VOH405_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx voh405 esd
W7OLMC_config
\
W7OLMG_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc ppc4xx w7o
...
...
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