change log for rtems (2011-09-01)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Sep 1 09:12:23 UTC 2011
*sh*:
2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
* mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
M 1.395 c/src/lib/libcpu/powerpc/ChangeLog
M 1.3 c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h
diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.394 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.395
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.394 Thu Sep 1 03:09:27 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog Thu Sep 1 03:15:10 2011
@@ -1,5 +1,9 @@
2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
+ * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
+
+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.
diff -u 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.3
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h:1.2 Thu Sep 1 03:09:28 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h Thu Sep 1 03:15:10 2011
@@ -1072,7 +1072,7 @@
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 @@
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 @@
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;
*sh*:
2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
* mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
M 1.396 c/src/lib/libcpu/powerpc/ChangeLog
M 1.3 c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.395 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.396
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.395 Thu Sep 1 03:15:10 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog Thu Sep 1 03:18:56 2011
@@ -1,5 +1,9 @@
2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
+ * mpc55xx/include/fsl-mpc567x.h: Added FLASH as an alias to FLASH_A.
+
+2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
* mpc55xx/include/fsl-mpc551x.h: Use legacy register naming.
2011-09-01 Sebastian Huber <sebastian.huber at embedded-brains.de>
diff -u 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.3
--- rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h:1.2 Thu Sep 1 03:09:28 2011
+++ rtems/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h Thu Sep 1 03:18:56 2011
@@ -6527,6 +6527,7 @@
#define FMPLL (*( volatile struct FMPLL_tag *) 0xC3F80000)
#define EBI (*( volatile struct EBI_tag *) 0xC3F84000)
#define FLASH_A (*( volatile struct FLASH_tag *) 0xC3F88000)
+#define FLASH FLASH_A
#define FLASH_B (*( volatile struct FLASH_tag *) 0xC3F8C000)
#define SIU (*( volatile struct SIU_tag *) 0xC3F90000)
--
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/820a7c23/attachment-0001.html>
More information about the vc
mailing list