Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor 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
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
97f98001
Commit
97f98001
authored
19 years ago
by
Marian Balakowicz
Browse files
Options
Downloads
Patches
Plain Diff
Fix DDR ECC bit definitions for MPC83xx.
parent
991425fe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
include/asm-ppc/immap_83xx.h
+2
-2
2 additions, 2 deletions
include/asm-ppc/immap_83xx.h
with
4 additions
and
2 deletions
CHANGELOG
+
2
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
include/asm-ppc/immap_83xx.h
+
2
−
2
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 */
...
...
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