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
cc557950
Commit
cc557950
authored
17 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://www.denx.de/git/u-boot-usb
parents
7ca90513
58694f97
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
board/tqm5200/tqm5200.c
+1
-0
1 addition, 0 deletions
board/tqm5200/tqm5200.c
cpu/pxa/usb.c
+16
-0
16 additions, 0 deletions
cpu/pxa/usb.c
with
17 additions
and
0 deletions
board/tqm5200/tqm5200.c
+
1
−
0
View file @
cc557950
...
...
@@ -444,6 +444,7 @@ ulong post_word_load (void)
#ifdef CONFIG_BOARD_EARLY_INIT_R
int
board_early_init_r
(
void
)
{
extern
int
usb_cpu_init
(
void
);
#ifdef CONFIG_PS2MULT
...
...
This diff is collapsed.
Click to expand it.
cpu/pxa/usb.c
+
16
−
0
View file @
cc557950
...
...
@@ -89,6 +89,22 @@ int usb_cpu_stop(void)
int
usb_cpu_init_fail
(
void
)
{
UHCHR
|=
UHCHR_FHR
;
udelay
(
11
);
UHCHR
&=
~
UHCHR_FHR
;
UHCCOMS
|=
1
;
udelay
(
10
);
#if defined(CONFIG_CPU_MONAHANS)
UHCHR
|=
UHCHR_SSEP0
;
#endif
#if defined(CONFIG_PXA27X)
UHCHR
|=
UHCHR_SSEP2
;
#endif
UHCHR
|=
UHCHR_SSEP1
;
UHCHR
|=
UHCHR_SSE
;
return
0
;
}
...
...
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