All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP.
@ 2011-09-30 11:24 Konrad Eisele
  2011-09-30 12:50 ` Julian Calaby
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konrad Eisele @ 2011-09-30 11:24 UTC (permalink / raw)
  To: sparclinux

I have some patches that are used by SPARC_LEON to connect to
KGDB.
0001-apbuart-add-polling-callbacks-to-apbuart-driver.patch adds polling functions
 to apbuart.c
0002-apbuart-add-support-for-virtual-KGDB-GRMON-channel.patch is a bit special: when
 the user doesnt have a hardware serial device he can use the debug monitor GRMON
 as a tunnel. GRMON will poll a memory region to put/get characters.
0003-sparc32-leon-Add-support-for-KGDB-when-SMP-and-SPARC.patch this adds KGDB when
 SMP is enabled. Inplemented only for SPARC_LEON, on other SPARC32 platforms KGDB
 wont still be enabled.

Sorry for sending this 2 times.

Greetings Konrad


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

* Re: [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP.
  2011-09-30 11:24 [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele
@ 2011-09-30 12:50 ` Julian Calaby
  2011-09-30 13:01 ` [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 Konrad Eisele
  2011-09-30 13:47 ` [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele
  2 siblings, 0 replies; 4+ messages in thread
From: Julian Calaby @ 2011-09-30 12:50 UTC (permalink / raw)
  To: sparclinux

Hi Konrad,

On Fri, Sep 30, 2011 at 21:24, Konrad Eisele <konrad@gaisler.com> wrote:
> I have some patches that are used by SPARC_LEON to connect to
> KGDB.
> 0001-apbuart-add-polling-callbacks-to-apbuart-driver.patch adds polling functions
>  to apbuart.c
> 0002-apbuart-add-support-for-virtual-KGDB-GRMON-channel.patch is a bit special: when
>  the user doesnt have a hardware serial device he can use the debug monitor GRMON
>  as a tunnel. GRMON will poll a memory region to put/get characters.
> 0003-sparc32-leon-Add-support-for-KGDB-when-SMP-and-SPARC.patch this adds KGDB when
>  SMP is enabled. Inplemented only for SPARC_LEON, on other SPARC32 platforms KGDB
>  wont still be enabled.

Stupid question: is there a fourth patch? The subject line implies
there might be.

Thanks,

-- 
Julian Calaby

Email: julian.calaby@gmail.com
Profile: http://www.google.com/profiles/julian.calaby/
.Plan: http://sites.google.com/site/juliancalaby/

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

* Re: [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32
  2011-09-30 11:24 [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele
  2011-09-30 12:50 ` Julian Calaby
@ 2011-09-30 13:01 ` Konrad Eisele
  2011-09-30 13:47 ` [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Eisele @ 2011-09-30 13:01 UTC (permalink / raw)
  To: sparclinux

Julian Calaby wrote:
> Hi Konrad,
> 
> On Fri, Sep 30, 2011 at 21:24, Konrad Eisele <konrad@gaisler.com> wrote:
>> I have some patches that are used by SPARC_LEON to connect to
>> KGDB.
>> 0001-apbuart-add-polling-callbacks-to-apbuart-driver.patch adds polling functions
>>  to apbuart.c
>> 0002-apbuart-add-support-for-virtual-KGDB-GRMON-channel.patch is a bit special: when
>>  the user doesnt have a hardware serial device he can use the debug monitor GRMON
>>  as a tunnel. GRMON will poll a memory region to put/get characters.
>> 0003-sparc32-leon-Add-support-for-KGDB-when-SMP-and-SPARC.patch this adds KGDB when
>>  SMP is enabled. Inplemented only for SPARC_LEON, on other SPARC32 platforms KGDB
>>  wont still be enabled.
> 
> Stupid question: is there a fourth patch? The subject line implies
> there might be.

No, I've created the numbering by hand and added a 0000-m.patch file
"[PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP."
to have  an introduction text.
Then I used "git send-email ... 00*.patch" to send them.
-- Konrad

> 
> Thanks,
> 


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

* [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP.
  2011-09-30 11:24 [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele
  2011-09-30 12:50 ` Julian Calaby
  2011-09-30 13:01 ` [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 Konrad Eisele
@ 2011-09-30 13:47 ` Konrad Eisele
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Eisele @ 2011-09-30 13:47 UTC (permalink / raw)
  To: sparclinux

Here are the patches again with fixes suggested by Julian Calaby:

0001-apbuart-add-polling-callbacks-to-apbuart-driver.patch adds polling functions
 to apbuart.c
0002-apbuart-add-support-for-virtual-KGDB-GRMON-channel.patch is a bit special: when
 the user doesnt have a hardware serial device he can use the debug monitor GRMON
 as a tunnel. GRMON will poll a memory region to put/get characters.
 => remove Lindent formating diffs
0003-sparc32-leon-Add-support-for-KGDB-when-SMP-and-SPARC.patch this adds KGDB when
 SMP is enabled. Inplemented only for SPARC_LEON, on other SPARC32 platforms KGDB
 wont still be enabled.
 => split into 2
0004-kernel-debug-SPARC-KGDB-stub-strcpy-fix.patch
 strcpy return value error fix
 
Greetings Konrad


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

end of thread, other threads:[~2011-09-30 13:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-30 11:24 [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele
2011-09-30 12:50 ` Julian Calaby
2011-09-30 13:01 ` [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 Konrad Eisele
2011-09-30 13:47 ` [PATCH 0/4] sparc32,leon: Uart polling support, KGDB with SPARC32 SMP Konrad Eisele

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.