mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4
Verified on MPC8641HPCN with four DDR2 dimms. Each dimm has dual rank with 512MB each rank. Also check dimm size and rank size for memory controller interleaving Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
79e4e6480b
commit
076bff8f47
7 changed files with 190 additions and 76 deletions
|
@ -27,6 +27,9 @@ Table of interleaving modes supported in cpu/8xxx/ddr/
|
|||
from each controller. {CS2+CS3} on each controller are only rank
|
||||
interleaved on that controller.
|
||||
|
||||
For memory controller interleaving, identical DIMMs are suggested. Software
|
||||
doesn't check the size or organization of interleaved DIMMs.
|
||||
|
||||
The ways to configure the ddr interleaving mode
|
||||
==============================================
|
||||
1. In board header file(e.g.MPC8572DS.h), add default interleaving setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue