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
791e1dba
Commit
791e1dba
authored
16 years ago
by
Sergei Poselenov
Committed by
Wolfgang Denk
16 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Socrates: Added USB support.
Signed-off-by:
Sergei Poselenov
<
sposelenov@emcraft.com
>
parent
5a904e56
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/socrates.h
+12
-9
12 additions, 9 deletions
include/configs/socrates.h
with
12 additions
and
9 deletions
include/configs/socrates.h
+
12
−
9
View file @
791e1dba
...
@@ -236,15 +236,8 @@
...
@@ -236,15 +236,8 @@
#define CFG_PCI1_IO_SIZE 0x01000000
/* 16M */
#define CFG_PCI1_IO_SIZE 0x01000000
/* 16M */
#if defined(CONFIG_PCI)
#if defined(CONFIG_PCI)
#define CONFIG_PCI_PNP
/* do pci plug-and-play */
#define CONFIG_PCI_PNP
/* do pci plug-and-play */
#define CONFIG_PCI_SCAN_SHOW
/* show pci devices on startup */
#define CONFIG_EEPRO100
#undef CONFIG_TULIP
#undef CONFIG_PCI_SCAN_SHOW
/* show pci devices on startup */
#define CFG_PCI_SUBSYS_VENDORID 0x1057
/* Motorola */
#endif
/* CONFIG_PCI */
#endif
/* CONFIG_PCI */
...
@@ -309,8 +302,8 @@
...
@@ -309,8 +302,8 @@
#define CONFIG_CMD_MII
#define CONFIG_CMD_MII
#define CONFIG_CMD_NFS
#define CONFIG_CMD_NFS
#define CONFIG_CMD_PING
#define CONFIG_CMD_PING
#undef CONFIG_CMD_RTC
#define CONFIG_CMD_SNTP
#define CONFIG_CMD_SNTP
#define CONFIG_CMD_USB
#if defined(CONFIG_PCI)
#if defined(CONFIG_PCI)
...
@@ -410,4 +403,14 @@
...
@@ -410,4 +403,14 @@
#define CONFIG_OF_LIBFDT 1
#define CONFIG_OF_LIBFDT 1
#define CONFIG_OF_BOARD_SETUP 1
#define CONFIG_OF_BOARD_SETUP 1
/* USB support */
#define CONFIG_USB_OHCI_NEW 1
#define CONFIG_PCI_OHCI 1
#define CONFIG_PCI_OHCI_DEVNO 3
/* Number in PCI list */
#define CFG_USB_OHCI_MAX_ROOT_PORTS 15
#define CFG_USB_OHCI_SLOT_NAME "ohci_pci"
#define CFG_OHCI_SWAP_REG_ACCESS 1
#define CONFIG_DOS_PARTITION 1
#define CONFIG_USB_STORAGE 1
#endif
/* __CONFIG_H */
#endif
/* __CONFIG_H */
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