From: Carsten Schlote <carsten.schlote@gmx.net>
To: barebox@lists.infradead.org
Subject: [PATCH 2/5] [ppc/mpc5xxx] Small text cleanups and ADDECR to output
Date: Thu, 14 Oct 2010 13:06:43 +0200 [thread overview]
Message-ID: <1287054406-31713-2-git-send-email-carsten.schlote@gmx.net> (raw)
In-Reply-To: <1287054406-31713-1-git-send-email-carsten.schlote@gmx.net>
From: Carsten Schlote <c.schlote@konzeptpark.de>
Trivial.
Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
---
arch/ppc/mach-mpc5xxx/reginfo.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/mach-mpc5xxx/reginfo.c b/arch/ppc/mach-mpc5xxx/reginfo.c
index 92a1b59..7d1ef64 100644
--- a/arch/ppc/mach-mpc5xxx/reginfo.c
+++ b/arch/ppc/mach-mpc5xxx/reginfo.c
@@ -4,8 +4,9 @@
void reginfo(void)
{
- puts ("\nMPC5200 registers\n");
+ puts ("\nMPC5xxx registers\n");
printf ("MBAR=%08x\n", CFG_MBAR);
+ printf ("ADDECR=%08x\n", *(volatile ulong*)MPC5XXX_ADDECR);
puts ("Memory map registers\n");
printf ("\tCS0: start %08X\tstop %08X\tconfig %08X\ten %d\n",
*(volatile ulong*)MPC5XXX_CS0_START,
--
1.7.2.2.277.gb49c4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2010-10-14 11:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-14 11:06 [PATCH 1/5] [ppc/mpc5xxx] Fixed typo in cpu_init.c Carsten Schlote
2010-10-14 11:06 ` Carsten Schlote [this message]
2010-10-14 11:06 ` [PATCH 3/5] [kp-mcb2] Added board files and configs for konzeptpark mcb2 Carsten Schlote
2010-10-14 11:06 ` [PATCH 4/5] [compiler] Added OPTIMIZE options to enable GCC optimizer Carsten Schlote
2010-10-14 11:06 ` [PATCH 5/5] [drivers/nor] Fixed mismatch in prototype Carsten Schlote
2010-10-15 10:34 ` [PATCH 4/5] [compiler] Added OPTIMIZE options to enable GCC optimizer Sascha Hauer
2010-10-15 10:22 ` [PATCH 3/5] [kp-mcb2] Added board files and configs for konzeptpark mcb2 Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1287054406-31713-2-git-send-email-carsten.schlote@gmx.net \
--to=carsten.schlote@gmx.net \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox