summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-09-01 08:15:10 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-09-01 08:15:10 +0000
commit3ac2bf5e2456c757eed058e8a5576b94213194a5 (patch)
treeb5df9702cbc481062514afe8c0f4d4d296cc5e01 /c
parent2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-3ac2bf5e2456c757eed058e8a5576b94213194a5.tar.bz2
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h16
2 files changed, 12 insertions, 8 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index f29ac757f1..ad758a221c 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,9 @@
2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
+
+2011-09-01 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h
index f3c70fd174..86d4d0c621 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h
@@ -1072,7 +1072,7 @@ extern "C" {
uint32_t:23;
uint32_t HBLOCK:8;
} B;
- } HBL;
+ } HLR; /* Legacy naming - refer to HBL in Reference Manual */
union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */
uint32_t R;
@@ -1085,9 +1085,9 @@ extern "C" {
uint32_t:6;
uint32_t SLLOCK:10;
} B;
- } SLL;
+ } SLMLR; /* Legacy naming - refer to SLL in Reference Manual */
- union { /* LMS Register */
+ union { /* Low/Mid Address Space Block Select Register */
uint32_t R;
struct {
uint32_t:14;
@@ -1095,24 +1095,24 @@ extern "C" {
uint32_t:6;
uint32_t LSEL:10;
} B;
- } LMS;
+ } LMSR; /* Legacy naming - refer to LMS in Reference Manual */
- union {
+ union { /* High Address Space Block Select Register */
uint32_t R;
struct {
uint32_t:28;
uint32_t HBSEL:4;
} B;
- } HBS;
+ } HSR; /* Legacy naming - refer to HBS in Reference Manual */
- union {
+ union { /* Address Register */
uint32_t R;
struct {
uint32_t:10;
uint32_t ADDR:19;
uint32_t:3;
} B;
- } ADR;
+ } AR; /* Legacy naming - refer to ADR in Reference Manual */
union { /* Platform Flash Configuration Register for Port 0 */
uint32_t R;