* [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
@ 2008-06-19 6:45 Kumar Gala
2008-06-19 13:45 ` Jon Loeliger
0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2008-06-19 6:45 UTC (permalink / raw)
To: u-boot
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
board/freescale/mpc8641hpcn/mpc8641hpcn.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/board/freescale/mpc8641hpcn/mpc8641hpcn.c b/board/freescale/mpc8641hpcn/mpc8641hpcn.c
index cf540fc..b30c6b1 100644
--- a/board/freescale/mpc8641hpcn/mpc8641hpcn.c
+++ b/board/freescale/mpc8641hpcn/mpc8641hpcn.c
@@ -47,8 +47,10 @@ int board_early_init_f(void)
int checkboard(void)
{
- puts("Board: MPC8641HPCN\n");
-
+ printf ("Board: MPC8641HPCN, System ID: 0x%02lx, "
+ "System Version: 0x%02lx, FPGA Version: 0x%02lx\n",
+ in8(PIXIS_BASE + PIXIS_ID), in8(PIXIS_BASE + PIXIS_VER),
+ in8(PIXIS_BASE + PIXIS_PVER));
return 0;
}
--
1.5.5.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
2008-06-19 6:45 [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version Kumar Gala
@ 2008-06-19 13:45 ` Jon Loeliger
2008-07-05 22:32 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2008-06-19 13:45 UTC (permalink / raw)
To: u-boot
Kumar Gala wrote:
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> board/freescale/mpc8641hpcn/mpc8641hpcn.c | 6 ++++--
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
Applied to -mpc86xx repo.
Thanks,
jdl
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
2008-06-19 13:45 ` Jon Loeliger
@ 2008-07-05 22:32 ` Wolfgang Denk
2008-07-07 18:16 ` Jon Loeliger
0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Denk @ 2008-07-05 22:32 UTC (permalink / raw)
To: u-boot
Dear Jon,
in message <485A62E1.1040401@freescale.com> you wrote:
> Kumar Gala wrote:
> > Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> > ---
> > board/freescale/mpc8641hpcn/mpc8641hpcn.c | 6 ++++--
> > 1 files changed, 4 insertions(+), 2 deletions(-)
> >
>
> Applied to -mpc86xx repo.
I guess I'll see a pull request soon?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If there was anything that depressed him more than his own cynicism,
it was that quite often it still wasn't as cynical as real life.
- Terry Pratchett, _Guards! Guards!_
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version.
2008-07-05 22:32 ` Wolfgang Denk
@ 2008-07-07 18:16 ` Jon Loeliger
0 siblings, 0 replies; 4+ messages in thread
From: Jon Loeliger @ 2008-07-07 18:16 UTC (permalink / raw)
To: u-boot
On Sun, 2008-07-06 at 00:32 +0200, Wolfgang Denk wrote:
> Dear Jon,
> >
> > Applied to -mpc86xx repo.
>
> I guess I'll see a pull request soon?
Yes!
Thanks,
jdl
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-07-07 18:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 6:45 [U-Boot-Users] [PATCH] MPC8641HPCN: Report board id, board version and fpga version Kumar Gala
2008-06-19 13:45 ` Jon Loeliger
2008-07-05 22:32 ` Wolfgang Denk
2008-07-07 18:16 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox