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
16855ec1
Commit
16855ec1
authored
14 years ago
by
Kumar Gala
Browse files
Options
Downloads
Patches
Plain Diff
powerpc/8xxx: Enable e1000 driver on some FSL boards
Signed-off-by:
Kumar Gala
<
galak@kernel.crashing.org
>
parent
9147ce15
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
include/configs/MPC8569MDS.h
+1
-0
1 addition, 0 deletions
include/configs/MPC8569MDS.h
include/configs/MPC8572DS.h
+1
-0
1 addition, 0 deletions
include/configs/MPC8572DS.h
include/configs/P1022DS.h
+1
-0
1 addition, 0 deletions
include/configs/P1022DS.h
with
3 additions
and
0 deletions
include/configs/MPC8569MDS.h
+
1
−
0
View file @
16855ec1
...
...
@@ -488,6 +488,7 @@ extern unsigned long get_clock_freq(void);
#undef CONFIG_EEPRO100
#undef CONFIG_TULIP
#define CONFIG_E1000
/* Define e1000 pci Ethernet card */
#undef CONFIG_PCI_SCAN_SHOW
/* show pci devices on startup */
...
...
This diff is collapsed.
Click to expand it.
include/configs/MPC8572DS.h
+
1
−
0
View file @
16855ec1
...
...
@@ -474,6 +474,7 @@
#undef CONFIG_EEPRO100
#undef CONFIG_TULIP
#undef CONFIG_RTL8139
#define CONFIG_E1000
/* Define e1000 pci Ethernet card */
#ifndef CONFIG_PCI_PNP
#define PCI_ENET0_IOADDR CONFIG_SYS_PCIE3_IO_BUS
...
...
This diff is collapsed.
Click to expand it.
include/configs/P1022DS.h
+
1
−
0
View file @
16855ec1
...
...
@@ -270,6 +270,7 @@
#define CONFIG_NET_MULTI
#define CONFIG_PCI_PNP
/* do pci plug-and-play */
#define CONFIG_PCI_SCAN_SHOW
/* show pci devices on startup */
#define CONFIG_E1000
/* Define e1000 pci Ethernet card */
#endif
/* SATA */
...
...
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