Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
vesta
u-boot-2015.04
Commits
288693ab
Commit
288693ab
authored
19 years ago
by
Jon Loeliger
Browse files
Options
Downloads
Patches
Plain Diff
* Patch by Jon Loeliger, 2005-Feb-10
Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
parent
7202d43d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
include/configs/MPC8540ADS.h
+7
-0
7 additions, 0 deletions
include/configs/MPC8540ADS.h
with
10 additions
and
0 deletions
CHANGELOG
+
3
−
0
View file @
288693ab
======================================================================
Changes for U-Boot 1.1.3:
======================================================================
* Patch by Jon Loeliger, 2005-Feb-10
Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
* Patch by Jon Loeliger, Kumar Gala, 2005-02-08
For MPC85xxCDS:
Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
...
...
This diff is collapsed.
Click to expand it.
include/configs/MPC8540ADS.h
+
7
−
0
View file @
288693ab
...
...
@@ -41,6 +41,10 @@
#define CONFIG_MPC8540 1
/* MPC8540 specific */
#define CONFIG_MPC8540ADS 1
/* MPC8540ADS board specific */
#ifndef CONFIG_HAS_FEC
#define CONFIG_HAS_FEC 1
/* 8540 has FEC */
#endif
#define CONFIG_PCI
#define CONFIG_TSEC_ENET
/* tsec ethernet support */
#define CONFIG_ENV_OVERWRITE
...
...
@@ -344,9 +348,12 @@
#define TSEC1_PHYIDX 0
#define TSEC2_PHYIDX 0
#if CONFIG_HAS_FEC
#define CONFIG_MPC85XX_FEC 1
#define FEC_PHY_ADDR 3
#define FEC_PHYIDX 0
#endif
#define CONFIG_ETHPRIME "MOTO ENET0"
...
...
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