From 7a84689f29128f0f51d25ba7d20bddcf83410b24 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 1 Sep 2011 08:09:28 +0000 Subject: 2011-09-01 Sebastian Huber * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h, mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types. --- c/src/lib/libcpu/powerpc/ChangeLog | 5 +++++ c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h | 8 ++++---- c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h | 6 +++--- c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h | 6 +++--- 4 files changed, 15 insertions(+), 10 deletions(-) (limited to 'c') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 8e92eadf06..f29ac757f1 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2011-09-01 Sebastian Huber + + * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h, + mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types. + 2011-08-31 Sebastian Huber * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc555x.h, 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 133bcebfb2..f3c70fd174 100644 --- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h +++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h @@ -1052,7 +1052,7 @@ extern "C" { } B; } MCR; - union { /* LML Register */ + union LMLR_tag { /* Low/Mid Address Space Block Locking Register */ uint32_t R; struct { uint32_t LME:1; @@ -1063,9 +1063,9 @@ extern "C" { uint32_t:6; uint32_t LLOCK:10; } B; - } LML; + } LMLR; /* Legacy naming - refer to LML in Reference Manual */ - union { /* HBL Register */ + union HLR_tag { /* High Address Space Block Locking Register */ uint32_t R; struct { uint32_t HBE:1; @@ -1074,7 +1074,7 @@ extern "C" { } B; } HBL; - union { /* SLML Register */ + union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */ uint32_t R; struct { uint32_t SLE:1; diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h index 12483aa8bf..7cdb885b73 100644 --- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h +++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h @@ -568,7 +568,7 @@ extern "C" { } B; } MCR; - union { /* LML Register */ + union LMLR_tag { /* LML Register */ uint32_t R; struct { uint32_t LME:1; @@ -579,7 +579,7 @@ extern "C" { } B; } LMLR; - union { /* HL Register */ + union HLR_tag { /* HL Register */ uint32_t R; struct { uint32_t HBE:1; @@ -588,7 +588,7 @@ extern "C" { } B; } HLR; - union { /* SLML Register */ + union SLMLR_tag { /* SLML Register */ uint32_t R; struct { uint32_t SLE:1; diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h index c75c089b60..49701d394f 100644 --- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h +++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h @@ -660,7 +660,7 @@ extern "C" { } B; } MCR; - union { /* Low/Mid Address Space Block Locking Register */ + union LMLR_tag { /* Low/Mid Address Space Block Locking Register */ uint32_t R; struct { uint32_t LME:1; @@ -673,7 +673,7 @@ extern "C" { } B; } LMLR; /* Legacy naming - refer to LML in Reference Manual */ - union { /* High Address Space Block Locking Register */ + union HLR_tag { /* High Address Space Block Locking Register */ uint32_t R; struct { uint32_t HBE:1; @@ -682,7 +682,7 @@ extern "C" { } B; } HLR; /* Legacy naming - refer to HBL in Reference Manual */ - union { /* Secondary Low/Mid Block Locking Register */ + union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */ uint32_t R; struct { uint32_t SLE:1; -- cgit v1.2.3