Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
986ef434
Commit
986ef434
authored
Apr 04, 2005
by
wdenk
Browse files
Use the same name (lowlevel_init) for all (ARM) boards
parent
ba83a307
Changes
2
Hide whitespace changes
Inline
Side-by-side
cpu/at91rm9200/lowlevel.S
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
*/
...
...
cpu/at91rm9200/start.S
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment