From 3ac2bf5e2456c757eed058e8a5576b94213194a5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 1 Sep 2011 08:15:10 +0000 Subject: 2011-09-01 Sebastian Huber * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming. --- c/src/lib/libcpu/powerpc/ChangeLog | 4 ++++ c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc551x.h | 16 ++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'c/src/lib/libcpu/powerpc') 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,3 +1,7 @@ +2011-09-01 Sebastian Huber + + * mpc55xx/include/fsl-mpc551x.h: Use legacy register naming. + 2011-09-01 Sebastian Huber * mpc55xx/include/fsl-mpc551x.h, mpc55xx/include/fsl-mpc556x.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 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; -- cgit v1.2.3