Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
d44e14b5
Commit
d44e14b5
authored
May 10, 2005
by
wdenk
Browse files
Add support for 2 x TSEC interfaces on the TQM8540 board.
parent
ed16fefc
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
d44e14b5
...
...
@@ -2,6 +2,8 @@
Changes for U-Boot 1.1.3:
======================================================================
* Add support for 2 x TSEC interfaces on the TQM8540 board.
* On LWMON we must use the watchdog to reset the board as the CPU
genereated HRESET pulse is too short to reset the external
circuitry.
...
...
include/configs/TQM8540.h
View file @
d44e14b5
...
...
@@ -279,7 +279,7 @@
#endif
#define CONFIG_MII 1
/* MII PHY management */
#
un
def CONFIG_MPC85XX_TSEC1
#def
ine
CONFIG_MPC85XX_TSEC1
1
#define CONFIG_MPC85XX_TSEC2 1
#define TSEC1_PHY_ADDR 0
#define TSEC2_PHY_ADDR 1
...
...
@@ -287,9 +287,12 @@
#define TSEC2_PHYIDX 0
#define CONFIG_MPC85XX_FEC 1
#define FEC_PHY_ADDR
0
#define FEC_PHY_ADDR
2
#define FEC_PHYIDX 0
#define CONFIG_HAS_ETH1
#define CONFIG_HAS_ETH2
#define CONFIG_ETHPRIME "ENET1"
#endif
/* CONFIG_TSEC_ENET */
...
...
Write
Preview
Markdown
is supported
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