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
Reform
reform-boundary-uboot
Commits
49720a4b
Commit
49720a4b
authored
11 years ago
by
Steve Sakoman
Committed by
Tom Rini
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
omap: overo: update support for Micron 1GB POP
Signed-off-by:
Ash Charles
<
ashcharles@gmail.com
>
parent
5c119cb2
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/overo/overo.c
+6
-0
6 additions, 0 deletions
board/overo/overo.c
board/overo/overo.h
+1
-0
1 addition, 0 deletions
board/overo/overo.h
with
7 additions
and
0 deletions
board/overo/overo.c
+
6
−
0
View file @
49720a4b
...
@@ -153,6 +153,12 @@ void get_board_mem_timings(struct board_sdrc_timings *timings)
...
@@ -153,6 +153,12 @@ void get_board_mem_timings(struct board_sdrc_timings *timings)
timings
->
ctrlb
=
HYNIX_V_ACTIMB_165
;
timings
->
ctrlb
=
HYNIX_V_ACTIMB_165
;
timings
->
rfr_ctrl
=
SDP_3430_SDRC_RFR_CTRL_165MHz
;
timings
->
rfr_ctrl
=
SDP_3430_SDRC_RFR_CTRL_165MHz
;
break
;
break
;
case
REVISION_3
:
/* Micron 512MB/1024MB, 1/2 banks of 512MB */
timings
->
mcfg
=
MCFG
(
512
<<
20
,
15
);
timings
->
ctrla
=
MICRON_V_ACTIMA_200
;
timings
->
ctrlb
=
MICRON_V_ACTIMB_200
;
timings
->
rfr_ctrl
=
SDP_3430_SDRC_RFR_CTRL_200MHz
;
break
;
default:
default:
timings
->
mcfg
=
MICRON_V_MCFG_165
(
128
<<
20
);
timings
->
mcfg
=
MICRON_V_MCFG_165
(
128
<<
20
);
timings
->
ctrla
=
MICRON_V_ACTIMA_165
;
timings
->
ctrla
=
MICRON_V_ACTIMA_165
;
...
...
This diff is collapsed.
Click to expand it.
board/overo/overo.h
+
1
−
0
View file @
49720a4b
...
@@ -21,6 +21,7 @@ const omap3_sysinfo sysinfo = {
...
@@ -21,6 +21,7 @@ const omap3_sysinfo sysinfo = {
#define REVISION_0 0x0
#define REVISION_0 0x0
#define REVISION_1 0x1
#define REVISION_1 0x1
#define REVISION_2 0x2
#define REVISION_2 0x2
#define REVISION_3 0x3
/*
/*
* IEN - Input Enable
* IEN - Input Enable
...
...
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