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
97f98001
Commit
97f98001
authored
Mar 16, 2006
by
Marian Balakowicz
Browse files
Fix DDR ECC bit definitions for MPC83xx.
parent
991425fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
97f98001
...
...
@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix DDR ECC bit definitions for MPC83xx.
* Add initial support for MPC8349E MDS board.
* Add support for ECC DDR initialization on MPC83xx.
...
...
include/asm-ppc/immap_83xx.h
View file @
97f98001
...
...
@@ -686,13 +686,13 @@ typedef struct ddr8349{
u32
ecc_err_inject
;
/**< Memory Data Path Error Injection Mask ECC */
#define ECC_ERR_INJECT_EMB (0x80000000>>22)
/* ECC Mirror Byte */
#define ECC_ERR_INJECT_EIEN (0x80000000>>23)
/* Error Injection Enable */
#define ECC_ERR_INJECT_EEIM (0x
F0
000000>>24)
/* ECC Erroe Injection Enable */
#define ECC_ERR_INJECT_EEIM (0x
ff
000000>>24)
/* ECC Erroe Injection Enable */
#define ECC_ERR_INJECT_EEIM_SHIFT 0
u8
res5
[
0x14
];
u32
capture_data_hi
;
/**< Memory Data Path Read Capture High */
u32
capture_data_lo
;
/**< Memory Data Path Read Capture Low */
u32
capture_ecc
;
/**< Memory Data Path Read Capture ECC */
#define CAPTURE_ECC_ECE (0x
F0
000000>>24)
#define CAPTURE_ECC_ECE (0x
ff
000000>>24)
#define CAPTURE_ECC_ECE_SHIFT 0
u8
res6
[
0x14
];
u32
err_detect
;
/**< Memory Error Detect */
...
...
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