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
986ef434
Commit
986ef434
authored
20 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Use the same name (lowlevel_init) for all (ARM) boards
parent
ba83a307
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
cpu/at91rm9200/lowlevel.S
+2
-2
2 additions, 2 deletions
cpu/at91rm9200/lowlevel.S
cpu/at91rm9200/start.S
+2
-2
2 additions, 2 deletions
cpu/at91rm9200/start.S
with
4 additions
and
4 deletions
cpu/at91rm9200/lowlevel.S
+
2
−
2
View file @
986ef434
...
@@ -74,8 +74,8 @@ _MTEXT_BASE:
...
@@ -74,8 +74,8 @@ _MTEXT_BASE:
.
word
TEXT_BASE
.
word
TEXT_BASE
#endif
#endif
.
globl
lowlevelinit
.
globl
lowlevel
_
init
lowlevelinit
:
lowlevel
_
init
:
/
*
Get
the
CKGR
Base
Address
*/
/
*
Get
the
CKGR
Base
Address
*/
ldr
r1
,
=
AT91C_BASE_CKGR
ldr
r1
,
=
AT91C_BASE_CKGR
/
*
Main
oscillator
Enable
register
*/
/
*
Main
oscillator
Enable
register
*/
...
...
This diff is collapsed.
Click to expand it.
cpu/at91rm9200/start.S
+
2
−
2
View file @
986ef434
...
@@ -124,9 +124,9 @@ reset:
...
@@ -124,9 +124,9 @@ reset:
/****
mov
sp
,
r1
****/
/****
mov
sp
,
r1
****/
/
*
/
*
*
This
does
a
lot
more
than
just
set
up
the
memory
,
which
*
This
does
a
lot
more
than
just
set
up
the
memory
,
which
*
is
why
it
's called lowlevelinit
*
is
why
it
's called lowlevel
_
init
*/
*/
bl
lowlevelinit
/*
in
lowlevel
.
S
*/
bl
lowlevel
_
init
/*
in
lowlevel
.
S
*/
/
*
/
*
*
Read
/
modify
/
write
CP15
control
register
*
Read
/
modify
/
write
CP15
control
register
...
...
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