Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Jack Humbert
reform-boundary-uboot
Commits
e4170e5a
Commit
e4170e5a
authored
17 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
ppc4xx: Fix comment in 405EX DDR2 init code
Signed-off-by:
Stefan Roese
<
sr@denx.de
>
parent
b8aa57b5
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
board/amcc/kilauea/init.S
+2
-2
2 additions, 2 deletions
board/amcc/kilauea/init.S
board/amcc/makalu/init.S
+2
-2
2 additions, 2 deletions
board/amcc/makalu/init.S
with
4 additions
and
4 deletions
board/amcc/kilauea/init.S
+
2
−
2
View file @
e4170e5a
/*
*
(
C
)
Copyright
2007
*
(
C
)
Copyright
2007
-
2008
*
Stefan
Roese
,
DENX
Software
Engineering
,
sr
@
denx
.
de
.
*
*
Based
on
code
provided
from
UDTech
and
AMCC
...
...
@@ -64,7 +64,7 @@ ext_bus_cntlr_init:
/
*
SET
SDRAM_MB3CF
-
Not
enabled
*/
mtsdram_as
(
SDRAM_MB3CF
,
0x00000000
)
;
/
*
SDRAM_CLKTR
:
Adv
Addr
clock
by
9
0
deg
*/
/
*
SDRAM_CLKTR
:
Adv
Addr
clock
by
18
0
deg
*/
mtsdram_as
(
SDRAM_CLKTR
,
0x80000000
)
;
/
*
Refresh
Time
register
(
0x30
)
Refresh
every
7
.8125
uS
*/
...
...
This diff is collapsed.
Click to expand it.
board/amcc/makalu/init.S
+
2
−
2
View file @
e4170e5a
/*
*
(
C
)
Copyright
2007
*
(
C
)
Copyright
2007
-
2008
*
Stefan
Roese
,
DENX
Software
Engineering
,
sr
@
denx
.
de
.
*
*
Based
on
code
provided
from
Senao
and
AMCC
...
...
@@ -57,7 +57,7 @@ ext_bus_cntlr_init:
/
*
base
=
08000000
,
size
=
128
MByte
(
5
),
mode
=
2
(
n
*
10
*
4
)
*/
mtsdram_as
(
SDRAM_MB1CF
,
(
0x08000000
>>
3
)
|
0x5201
)
;
/
*
SDRAM_CLKTR
:
Adv
Addr
clock
by
9
0
deg
*/
/
*
SDRAM_CLKTR
:
Adv
Addr
clock
by
18
0
deg
*/
mtsdram_as
(
SDRAM_CLKTR
,0
x80000000
)
;
/
*
Refresh
Time
register
(
0x30
)
Refresh
every
7
.8125
uS
*/
...
...
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