Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
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
Model registry
Operate
Environments
Monitor
Incidents
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
onny
uboot-i9100
Commits
f1340e22
Commit
f1340e22
authored
19 years ago
by
Browse files
Options
Downloads
Patches
Plain Diff
Added support for O2DNT board.
parent
700a0c64
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
MAKEALL
+1
-0
1 addition, 0 deletions
MAKEALL
Makefile
+3
-0
3 additions, 0 deletions
Makefile
cpu/mpc5xxx/fec.c
+1
-1
1 addition, 1 deletion
cpu/mpc5xxx/fec.c
with
5 additions
and
1 deletion
MAKEALL
+
1
−
0
View file @
f1340e22
...
@@ -27,6 +27,7 @@ LIST_5xx=" \
...
@@ -27,6 +27,7 @@ LIST_5xx=" \
LIST_5xxx
=
"
\
LIST_5xxx
=
"
\
icecube_5100 icecube_5200 EVAL5200 PM520
\
icecube_5100 icecube_5200 EVAL5200 PM520
\
Total5100 Total5200 Total5200_Rev2 TQM5200_auto
\
Total5100 Total5200 Total5200_Rev2 TQM5200_auto
\
o2dnt
\
"
"
#########################################################################
#########################################################################
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
0
View file @
f1340e22
...
@@ -271,6 +271,9 @@ icecube_5100_config: unconfig
...
@@ -271,6 +271,9 @@ icecube_5100_config: unconfig
}
}
@
./mkconfig
-a
IceCube ppc mpc5xxx icecube
@
./mkconfig
-a
IceCube ppc mpc5xxx icecube
o2dnt_config
:
@
./mkconfig
-a
o2dnt ppc mpc5xxx o2dnt
inka4x0_config
:
unconfig
inka4x0_config
:
unconfig
@
./mkconfig inka4x0 ppc mpc5xxx inka4x0
@
./mkconfig inka4x0 ppc mpc5xxx inka4x0
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc5xxx/fec.c
+
1
−
1
View file @
f1340e22
...
@@ -872,7 +872,7 @@ int mpc5xxx_fec_initialize(bd_t * bis)
...
@@ -872,7 +872,7 @@ int mpc5xxx_fec_initialize(bd_t * bis)
#if defined(CONFIG_CANMB) || defined(CONFIG_HMI1001) || \
#if defined(CONFIG_CANMB) || defined(CONFIG_HMI1001) || \
defined(CONFIG_ICECUBE) || defined(CONFIG_INKA4X0) || \
defined(CONFIG_ICECUBE) || defined(CONFIG_INKA4X0) || \
defined(CONFIG_PM520) || defined(CONFIG_TOP5200) || \
defined(CONFIG_PM520) || defined(CONFIG_TOP5200) || \
defined(CONFIG_TQM5200)
defined(CONFIG_TQM5200)
|| defined(CONFIG_O2DNT)
# ifndef CONFIG_FEC_10MBIT
# ifndef CONFIG_FEC_10MBIT
fec
->
xcv_type
=
MII100
;
fec
->
xcv_type
=
MII100
;
# else
# else
...
...
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