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
812083d3
Commit
812083d3
authored
14 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/wd/git/u-boot/custodians
parents
83e39072
b68ef0db
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
arch/blackfin/lib/ins.S
+1
-0
1 addition, 0 deletions
arch/blackfin/lib/ins.S
arch/blackfin/lib/outs.S
+4
-0
4 additions, 0 deletions
arch/blackfin/lib/outs.S
arch/blackfin/lib/u-boot.lds.S
+1
-0
1 addition, 0 deletions
arch/blackfin/lib/u-boot.lds.S
with
6 additions
and
0 deletions
arch/blackfin/lib/ins.S
+
1
−
0
View file @
812083d3
...
@@ -71,6 +71,7 @@
...
@@ -71,6 +71,7 @@
*/
*/
#define COMMON_INS(func, ops) \
#define COMMON_INS(func, ops) \
.
section
.
text.
_ins
##
func
; \
ENTRY
(
_ins
##
func
)
\
ENTRY
(
_ins
##
func
)
\
P0
=
R0
; /* P0 = port */ \
P0
=
R0
; /* P0 = port */ \
CLI_OUTER
; /* 3 instructions before first read access */ \
CLI_OUTER
; /* 3 instructions before first read access */ \
...
...
This diff is collapsed.
Click to expand it.
arch/blackfin/lib/outs.S
+
4
−
0
View file @
812083d3
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
.
align
2
.
align
2
.
section
.
text.
_outsl
ENTRY
(
_outsl
)
ENTRY
(
_outsl
)
P0
=
R0
; /* P0 = port */
P0
=
R0
; /* P0 = port */
P1
=
R1
; /* P1 = address */
P1
=
R1
; /* P1 = address */
...
@@ -23,6 +24,7 @@ ENTRY(_outsl)
...
@@ -23,6 +24,7 @@ ENTRY(_outsl)
RTS
;
RTS
;
ENDPROC
(
_outsl
)
ENDPROC
(
_outsl
)
.
section
.
text.
_outsw
ENTRY
(
_outsw
)
ENTRY
(
_outsw
)
P0
=
R0
; /* P0 = port */
P0
=
R0
; /* P0 = port */
P1
=
R1
; /* P1 = address */
P1
=
R1
; /* P1 = address */
...
@@ -34,6 +36,7 @@ ENTRY(_outsw)
...
@@ -34,6 +36,7 @@ ENTRY(_outsw)
RTS
;
RTS
;
ENDPROC
(
_outsw
)
ENDPROC
(
_outsw
)
.
section
.
text.
_outsb
ENTRY
(
_outsb
)
ENTRY
(
_outsb
)
P0
=
R0
; /* P0 = port */
P0
=
R0
; /* P0 = port */
P1
=
R1
; /* P1 = address */
P1
=
R1
; /* P1 = address */
...
@@ -45,6 +48,7 @@ ENTRY(_outsb)
...
@@ -45,6 +48,7 @@ ENTRY(_outsb)
RTS
;
RTS
;
ENDPROC
(
_outsb
)
ENDPROC
(
_outsb
)
.
section
.
text.
_outsw_8
ENTRY
(
_outsw_8
)
ENTRY
(
_outsw_8
)
P0
=
R0
; /* P0 = port */
P0
=
R0
; /* P0 = port */
P1
=
R1
; /* P1 = address */
P1
=
R1
; /* P1 = address */
...
...
This diff is collapsed.
Click to expand it.
arch/blackfin/lib/u-boot.lds.S
+
1
−
0
View file @
812083d3
...
@@ -147,6 +147,7 @@ SECTIONS
...
@@ -147,6 +147,7 @@ SECTIONS
*(.
dynbss
)
*(.
dynbss
)
*(.
bss
.
bss
.
*)
*(.
bss
.
bss
.
*)
*(
COMMON
)
*(
COMMON
)
.
=
ALIGN
(
4
)
;
}
>
ram_data
}
>
ram_data
__bss_vma
=
ADDR
(
.
bss
)
;
__bss_vma
=
ADDR
(
.
bss
)
;
__bss_len
=
SIZEOF
(
.
bss
)
;
__bss_len
=
SIZEOF
(
.
bss
)
;
...
...
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