Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
f7de16ae
Commit
f7de16ae
authored
May 12, 2003
by
wdenk
Browse files
Fix SDRAM initialization
parent
d6815435
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/atc.h
View file @
f7de16ae
...
...
@@ -369,15 +369,16 @@
*/
#define CFG_OR2_8COL (CFG_MIN_AM_MASK |\
ORxS_BPD_4 |\
ORxS_ROWST_PBI
0
_A
10
|\
ORxS_NUMR_1
1
)
ORxS_ROWST_PBI
1
_A
7
|\
ORxS_NUMR_1
2
)
#define CFG_PSDMR_8COL (PSDMR_SDAM_A13_IS_A5 |\
PSDMR_BSMA_A16_A18 |\
PSDMR_SDA10_PBI0_A10 |\
#define CFG_PSDMR_8COL (PSDMR_PBI |\
PSDMR_SDAM_A15_IS_A5 |\
PSDMR_BSMA_A15_A17 |\
PSDMR_SDA10_PBI1_A7 |\
PSDMR_RFRC_7_CLK |\
PSDMR_PRETOACT_
2
W |\
PSDMR_ACTTORW_
1
W |\
PSDMR_PRETOACT_
3
W |\
PSDMR_ACTTORW_
2
W |\
PSDMR_LDOTOPRE_1C |\
PSDMR_WRC_1C |\
PSDMR_CL_2)
...
...
@@ -386,15 +387,16 @@
*/
#define CFG_OR2_9COL (CFG_MIN_AM_MASK |\
ORxS_BPD_4 |\
ORxS_ROWST_PBI
0
_A
7
|\
ORxS_NUMR_1
3
)
ORxS_ROWST_PBI
1
_A
6
|\
ORxS_NUMR_1
2
)
#define CFG_PSDMR_9COL (PSDMR_SDAM_A14_IS_A5 |\
PSDMR_BSMA_A13_A15 |\
PSDMR_SDA10_PBI0_A9 |\
#define CFG_PSDMR_9COL (PSDMR_PBI |\
PSDMR_SDAM_A16_IS_A5 |\
PSDMR_BSMA_A15_A17 |\
PSDMR_SDA10_PBI1_A6 |\
PSDMR_RFRC_7_CLK |\
PSDMR_PRETOACT_
2
W |\
PSDMR_ACTTORW_
1
W |\
PSDMR_PRETOACT_
3
W |\
PSDMR_ACTTORW_
2
W |\
PSDMR_LDOTOPRE_1C |\
PSDMR_WRC_1C |\
PSDMR_CL_2)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment