change log for rtems (2011-09-01)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Sep 1 08:12:24 UTC 2011
*sh*:
2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
M 1.394 c/src/lib/libcpu/powerpc/ChangeLog
M 1.2 c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h
M 1.2 c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h
M 1.2 c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.393 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.394
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.393 Wed Aug 31 10:50:28 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog Thu Sep 1 03:09:27 2011
@@ -1,3 +1,8 @@
+2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+ * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.h,
+ mpc55xx/include/fsl-mpc567x.h: Added missing FLASH types.
+
2011-08-31 Sebastian Huber <sebastian.huber at embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc555x.h,
diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.1 rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.2
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.1 Wed Aug 31 10:50:29 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h Thu Sep 1 03:09:28 2011
@@ -1052,7 +1052,7 @@
} 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 @@
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 @@
} B;
} HBL;
- union { /* SLML Register */
+ union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */
uint32_t R;
struct {
uint32_t SLE:1;
diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h:1.1 rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h:1.2
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h:1.1 Wed Aug 31 10:50:29 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc556x.h Thu Sep 1 03:09:28 2011
@@ -568,7 +568,7 @@
} B;
} MCR;
- union { /* LML Register */
+ union LMLR_tag { /* LML Register */
uint32_t R;
struct {
uint32_t LME:1;
@@ -579,7 +579,7 @@
} B;
} LMLR;
- union { /* HL Register */
+ union HLR_tag { /* HL Register */
uint32_t R;
struct {
uint32_t HBE:1;
@@ -588,7 +588,7 @@
} B;
} HLR;
- union { /* SLML Register */
+ union SLMLR_tag { /* SLML Register */
uint32_t R;
struct {
uint32_t SLE:1;
diff -u rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.1 rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.2
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.1 Wed Aug 31 10:50:30 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h Thu Sep 1 03:09:28 2011
@@ -660,7 +660,7 @@
} 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 @@
} 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 @@
} 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;
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110901/508334d6/attachment.html>
More information about the vc
mailing list