Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-03-07 Thread Scott Wood
ists.denx.de; Kumar Gala; Wood Scott-B07421 > > Subject: Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger > > support > > > [snip] > > > > Do these need to be enabled by a new #define? What would be the > > > disadvantages of having thes

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-03-06 Thread Zang Roy-R61911
> -Original Message- > From: Michael Schwingen [mailto:rincew...@discworld.dascon.de] > Sent: Monday, January 31, 2011 19:18 PM > To: Wolfgang Denk > Cc: Zang Roy-R61911; u-boot@lists.denx.de; Kumar Gala; Wood Scott-B07421 > Subject: Re: [U-Boot] [PATCH v2] Adds

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-03-06 Thread Zang Roy-R61911
> -Original Message- > From: Michael Schwingen [mailto:rincew...@discworld.dascon.de] > Sent: Monday, January 31, 2011 6:50 AM > To: Wolfgang Denk > Cc: Zang Roy-R61911; u-boot@lists.denx.de; Kumar Gala; Wood Scott-B07421 > Subject: Re: [U-Boot] [PATCH v2] Adds general

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-31 Thread Michael Schwingen
Wolfgang Denk wrote: > Dear Michael Schwingen, > > In message <4d45eb1d.4020...@discworld.dascon.de> you wrote: > >>> Do these need to be architecture specific? Probably not. >>> >> I do remember that we needed architecture-dependent debug options on a >> system I worked on in the past, b

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-31 Thread Wolfgang Denk
Dear Michael Schwingen, In message <4d45eb1d.4020...@discworld.dascon.de> you wrote: > > > Do these need to be architecture specific? Probably not. > I do remember that we needed architecture-dependent debug options on a > system I worked on in the past, because the preferred debug format was > di

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-30 Thread Michael Schwingen
Am 01/30/2011 08:43 PM, schrieb Wolfgang Denk: > > I don't see where this is specific to the Power architecture either - > expect that you only tested it there. > > My understanding is that you enable debug settings for the GNU > debugger. > > Do these need to be architecture specific? Probably not

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-30 Thread Wolfgang Denk
Dear Roy Zang, In message <1296381492-31346-1-git-send-email-tie-fei.z...@freescale.com> you wrote: > This patch adds general Freescale powerpc external debugger support. > Patch is tested on 85xx/QorIQ platforms in u-boot with CodeWarrior. > CONFIG_EXT_DEBUGGER should be defined if the u-boot ne

[U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-30 Thread Roy Zang
This patch adds general Freescale powerpc external debugger support. Patch is tested on 85xx/QorIQ platforms in u-boot with CodeWarrior. CONFIG_EXT_DEBUGGER should be defined if the u-boot needs to be debugged by external debugger. To use the external debug funciton, the make command can be just a