Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759496AbXJaNG6 (ORCPT ); Wed, 31 Oct 2007 09:06:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758694AbXJaNGl (ORCPT ); Wed, 31 Oct 2007 09:06:41 -0400 Received: from ftp.linux-mips.org ([194.74.144.162]:55496 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755915AbXJaNGk (ORCPT ); Wed, 31 Oct 2007 09:06:40 -0400 Date: Wed, 31 Oct 2007 13:06:22 +0000 From: Ralf Baechle To: veerasena reddy Cc: linux-mips , "linux-kernel.org" Subject: Re: porting KGDB onto MIPS24K processor running linux-2.6.18.8 Message-ID: <20071031130622.GD14187@linux-mips.org> References: <245251.43610.qm@web8413.mail.in.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <245251.43610.qm@web8413.mail.in.yahoo.com> User-Agent: Mutt/1.5.14 (2007-02-12) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 16 On Wed, Oct 31, 2007 at 03:32:58PM +0530, veerasena reddy wrote: > I would like to port KGDB on MIPS24K target processor which is running linux-2.6.18.8 kernel. > Could you please guide me, where can I get the appropriate KGDB patch for 2.6.18.8 kernel? Generic MIPS KGDB support is in the kernel. You will need to add two functions getDebugChar and putDebugChar to do the debug I/O plus whatever initialization the KGDB serial interface needs and have your platform set SYS_SUPPORTS_KGDB in Kconfig to indicate it actually supports KGDB. Ralf - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/