mirror of
https://xff.cz/git/u-boot/
synced 2025-09-22 02:52:13 +02:00
powerpc/8xxx: Enabled address hashing for 85xx
For 85xx silicon which supports address hashing, it can be activated by hwconfig. Signed-off-by: York Sun <yorksun@freescale.com>
This commit is contained in:
@@ -119,6 +119,7 @@ typedef struct fsl_ddr_cfg_regs_s {
|
||||
unsigned int ddr_sr_cntr;
|
||||
unsigned int ddr_sdram_rcw_1;
|
||||
unsigned int ddr_sdram_rcw_2;
|
||||
unsigned int ddr_eor;
|
||||
} fsl_ddr_cfg_regs_t;
|
||||
|
||||
typedef struct memctl_options_partial_s {
|
||||
@@ -156,6 +157,7 @@ typedef struct memctl_options_s {
|
||||
unsigned int memctl_interleaving;
|
||||
unsigned int memctl_interleaving_mode;
|
||||
unsigned int ba_intlv_ctl;
|
||||
unsigned int addr_hash;
|
||||
|
||||
/* Operational mode parameters */
|
||||
unsigned int ECC_mode; /* Use ECC? */
|
||||
|
Reference in New Issue
Block a user