linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* how to dump other regs via abatron-bdi / gdb ?
@ 2001-08-27 21:18 Mark Pilon
  2001-08-28 15:32 ` Scott Anderson
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Pilon @ 2001-08-27 21:18 UTC (permalink / raw)
  To: linuxppc-embedded


I'm accustomed to printing general purpose registers: print $r0
and the like --

bringing up a board (before establishing an exception vector table)
I'm getting some unknown exception -- how do I print the ESR (and
other SPRs for that matter ) ??

I'm using montavista ppc_4xx-gdb -- GNU gdb 5.0 and abatron bdi/gdb:
BDI Type : BDI2000 (SN: 93170608)
Loader   : V1.04
Firmware : V1.05 bdiGDB for PPC400
Logic    : V1.01 PPC400

I suspect the problem is an incomplete bdi board config file,
but it'd help to be able to figure out what's missing ...

thanks,

Mark
--
Mark Pilon

Minolta-QMS
5661 Airport Blvd, Ste A.
Boulder, CO  80301

1-303-443-5505 ext. 326; fax: 303-443-7107

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to dump other regs via abatron-bdi / gdb ?
  2001-08-27 21:18 how to dump other regs via abatron-bdi / gdb ? Mark Pilon
@ 2001-08-28 15:32 ` Scott Anderson
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Anderson @ 2001-08-28 15:32 UTC (permalink / raw)
  To: Mark Pilon; +Cc: linuxppc-embedded


Mark Pilon wrote:
>
> I'm accustomed to printing general purpose registers: print $r0
> and the like --
>
> bringing up a board (before establishing an exception vector table)
> I'm getting some unknown exception -- how do I print the ESR (and
> other SPRs for that matter ) ??

If all is configured correctly, you can just do:
  BDI>rd esr
  esr : 0x00000000  0
If not, but you know the SPR number, you can just do:
  BDI>rdspr 0x3d4
  SPR  980 : 0x00000000            0

> I suspect the problem is an incomplete bdi board config file,
> but it'd help to be able to figure out what's missing ...

The BDI came with a file called reg405gp.def.  This file contains the
mappings from names to spr/dcr numbers.  Make sure it is in your tftp
directory and then make sure you have something like:
  [REGS]
  IDCR1	0x010	0x011	;MEMCFGADR and MEMCFGDATA
  IDCR2	0x012	0x013	;EBCCFGADR and EBCCFGDATA
  IDCR3	0x014	0x015	;KIAR and KIDR
  FILE	reg405gp.def
in your config file.  BOOT your BDI and you should then be set.

    Scott Anderson
    scott_anderson@mvista.com   MontaVista Software Inc.
    (408)328-9214               1237 East Arques Ave.
    http://www.mvista.com       Sunnyvale, CA  94085

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-28 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-27 21:18 how to dump other regs via abatron-bdi / gdb ? Mark Pilon
2001-08-28 15:32 ` Scott Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).