Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
onny
uboot-i9100
Commits
48470b7a
Commit
48470b7a
authored
9 years ago
by
Michal Simek
Browse files
Options
Downloads
Patches
Plain Diff
microblaze: Wire-up debug_uart in asm
Signed-off-by:
Michal Simek
<
michal.simek@xilinx.com
>
parent
576e95b4
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
arch/microblaze/cpu/start.S
+4
-0
4 additions, 0 deletions
arch/microblaze/cpu/start.S
with
4 additions
and
0 deletions
arch/microblaze/cpu/start.S
+
4
−
0
View file @
48470b7a
...
@@ -155,6 +155,10 @@ clear_bss:
...
@@ -155,6 +155,10 @@ clear_bss:
cmp
r6
,
r5
,
r4
/*
check
if
we
have
reach
the
end
*/
cmp
r6
,
r5
,
r4
/*
check
if
we
have
reach
the
end
*/
bnei
r6
,
2
b
bnei
r6
,
2
b
3
:
/
*
jumping
to
board_init
*/
3
:
/
*
jumping
to
board_init
*/
#ifdef CONFIG_DEBUG_UART
bralid
r15
,
debug_uart_init
nop
#endif
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_SPL_BUILD
or
r5
,
r0
,
r0
/*
flags
-
empty
*/
or
r5
,
r0
,
r0
/*
flags
-
empty
*/
addi
r31
,
r0
,
_gd
addi
r31
,
r0
,
_gd
...
...
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