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
a8e2b044
Commit
a8e2b044
authored
14 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/wd/git/u-boot/work
parents
1f9d10f6
161e4ae4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
MAKEALL
+2
-0
2 additions, 0 deletions
MAKEALL
board/evb64260/mpsc.c
+1
-1
1 addition, 1 deletion
board/evb64260/mpsc.c
drivers/usb/host/ehci-hcd.c
+1
-2
1 addition, 2 deletions
drivers/usb/host/ehci-hcd.c
include/ppc_asm.tmpl
+1
-1
1 addition, 1 deletion
include/ppc_asm.tmpl
with
5 additions
and
4 deletions
MAKEALL
+
2
−
0
View file @
a8e2b044
...
@@ -393,6 +393,7 @@ LIST_85xx=" \
...
@@ -393,6 +393,7 @@ LIST_85xx=" \
MPC8536DS_NAND
\
MPC8536DS_NAND
\
MPC8536DS_SDCARD
\
MPC8536DS_SDCARD
\
MPC8536DS_SPIFLASH
\
MPC8536DS_SPIFLASH
\
MPC8536DS_36BIT
\
MPC8540ADS
\
MPC8540ADS
\
MPC8540EVAL
\
MPC8540EVAL
\
MPC8541CDS
\
MPC8541CDS
\
...
@@ -453,6 +454,7 @@ LIST_85xx=" \
...
@@ -453,6 +454,7 @@ LIST_85xx=" \
LIST_86xx
=
"
\
LIST_86xx
=
"
\
MPC8610HPCD
\
MPC8610HPCD
\
MPC8641HPCN_36BIT
\
MPC8641HPCN
\
MPC8641HPCN
\
sbc8641d
\
sbc8641d
\
XPEDITE5170
\
XPEDITE5170
\
...
...
This diff is collapsed.
Click to expand it.
board/evb64260/mpsc.c
+
1
−
1
View file @
a8e2b044
...
@@ -88,7 +88,7 @@ static void galsdma_enable_rx(void);
...
@@ -88,7 +88,7 @@ static void galsdma_enable_rx(void);
/* GT64240A errata: cant read MPSC/BRG registers... so make mirrors in ram for read/modify write */
/* GT64240A errata: cant read MPSC/BRG registers... so make mirrors in ram for read/modify write */
#define MIRROR_HACK ((struct _tag_mirror_hack *)&(gd->mirror_hack))
#define MIRROR_HACK ((struct _tag_mirror_hack *)&(gd->mirror_hack
[0]
))
#define GT_REG_WRITE_MIRROR_G(a,d) {MIRROR_HACK->a ## _M = d; GT_REG_WRITE(a,d);}
#define GT_REG_WRITE_MIRROR_G(a,d) {MIRROR_HACK->a ## _M = d; GT_REG_WRITE(a,d);}
#define GTREGREAD_MIRROR_G(a) (MIRROR_HACK->a ## _M)
#define GTREGREAD_MIRROR_G(a) (MIRROR_HACK->a ## _M)
...
...
This diff is collapsed.
Click to expand it.
drivers/usb/host/ehci-hcd.c
+
1
−
2
View file @
a8e2b044
...
@@ -275,7 +275,7 @@ static void *ehci_alloc(size_t sz, size_t align)
...
@@ -275,7 +275,7 @@ static void *ehci_alloc(size_t sz, size_t align)
return
NULL
;
return
NULL
;
}
}
memset
(
p
,
sz
,
0
);
memset
(
p
,
0
,
sz
);
return
p
;
return
p
;
}
}
...
@@ -350,7 +350,6 @@ ehci_submit_async(struct usb_device *dev, unsigned long pipe, void *buffer,
...
@@ -350,7 +350,6 @@ ehci_submit_async(struct usb_device *dev, unsigned long pipe, void *buffer,
(
dev
->
parent
->
devnum
<<
16
)
|
(
0
<<
8
)
|
(
0
<<
0
);
(
dev
->
parent
->
devnum
<<
16
)
|
(
0
<<
8
)
|
(
0
<<
0
);
qh
->
qh_endpt2
=
cpu_to_hc32
(
endpt
);
qh
->
qh_endpt2
=
cpu_to_hc32
(
endpt
);
qh
->
qh_overlay
.
qt_next
=
cpu_to_hc32
(
QT_NEXT_TERMINATE
);
qh
->
qh_overlay
.
qt_next
=
cpu_to_hc32
(
QT_NEXT_TERMINATE
);
qh
->
qh_overlay
.
qt_altnext
=
cpu_to_hc32
(
QT_NEXT_TERMINATE
);
td
=
NULL
;
td
=
NULL
;
tdp
=
&
qh
->
qh_overlay
.
qt_next
;
tdp
=
&
qh
->
qh_overlay
.
qt_next
;
...
...
This diff is collapsed.
Click to expand it.
include/ppc_asm.tmpl
+
1
−
1
View file @
a8e2b044
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
*
*
* Stolen from prepboot/bootldr.h, (C) 1998 Gabriel Paubert, paubert@iram.es
* Stolen from prepboot/bootldr.h, (C) 1998 Gabriel Paubert, paubert@iram.es
*
*
* Uses r1
4
to access the GOT
* Uses r1
2
to access the GOT
*/
*/
#define START_GOT \
#define START_GOT \
...
...
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