[patch 12/15] KGDB: Add CFI DWARF2 annotation support.

2005-07-29 Thread Tom Rini
M_KGDB_H__ diff -puN /dev/null include/asm-generic/kgdb.h --- /dev/null 2005-07-25 10:57:32.312383000 -0700 +++ linux-2.6.13-rc3-trini/include/asm-generic/kgdb.h 2005-07-29 12:48:02.0 -0700 @@ -0,0 +1,34 @@ +/* + * include/asm-generic/kgdb.h + * + * This provides the assembly level infor

[patch 11/15] KGDB: KGDBoE I/O driver

2005-07-29 Thread Tom Rini
+ * and Scott Foehner <[EMAIL PROTECTED]> + * + * Maintainers: Amit S. Kale <[EMAIL PROTECTED]> and + * Tom Rini <[EMAIL PROTECTED]> + * + * 2004 (c) Amit S. Kale <[EMAIL PROTECTED]> + * 2004-2005 (c) MontaVista Software, Inc. + * 2005 (c) Wind River Systems, In

[patch 10/15] Basic support for PowerPC64

2005-07-29 Thread Tom Rini
" depends on DEBUG_KERNEL diff -puN /dev/null arch/ppc64/kernel/kgdb.c --- /dev/null 2005-07-25 10:57:32.312383000 -0700 +++ linux-2.6.13-rc3-trini/arch/ppc64/kernel/kgdb.c 2005-07-29 11:55:33.0 -0700 @@ -0,0 +1,422 @@ +/* + * arch/ppc64/kernel/kgdb.c + * + * PowerPC64 backen

[patch 04/15] I/O driver for 8250-compatible UARTs

2005-07-29 Thread Tom Rini
t Kale <[EMAIL PROTECTED]>, David Grothe <[EMAIL PROTECTED]>, + * Scott Foehner <[EMAIL PROTECTED]>, George Anzinger , + * Robert Walsh <[EMAIL PROTECTED]>, wangdi <[EMAIL PROTECTED]>, + * San Mehat, Tom Rini <[EMAIL PROTECTED]>, + * Jason Wessel <[EMAIL PR

[patch 15/15] Add hardware breakpoint support for i386

2005-07-29 Thread Tom Rini
This adds hardware breakpoint support for i386. This is not as well tested as software breakpoints, but in some minimal testing appears to be functional. --- linux-2.6.13-rc3-trini/arch/i386/kernel/kgdb.c | 49 + 1 files changed, 49 insertions(+) diff -puN arch/i386

[patch 02/15] KGDB: i386 core functionality.

2005-07-29 Thread Tom Rini
Kale<[EMAIL PROTECTED]> + * Updated by: Tom Rini <[EMAIL PROTECTED]> + * Modified for 386 by Jim Kingdon, Cygnus Support. + * Origianl kgdb, compatibility with 2.1.xx kernel by + * David Grothe <[EMAIL PROTECTED]> + * Additional support from Tigran Aivazian

Re: [patch 07/15] Basic x86_64 support

2005-08-03 Thread Tom Rini
itch_to(prev,next,last) \ > > - asm volatile(SAVE_CONTEXT > > \ > > + asm volatile(".globl __switch_to_begin\n\t" > > \ > > +"__switch_to_begin:\n\t"

Re: [patch 07/15] Basic x86_64 support

2005-08-04 Thread Tom Rini
* KGDB IPI is to be delivered as a NMI > > > > + */ > > > > + cfg = (cfg&~APIC_VECTOR_MASK)|APIC_DM_NMI; > > > > + } > > > > > > No way adding another ugly special c

Re: [patch 07/15] Basic x86_64 support

2005-08-04 Thread Tom Rini
On Thu, Aug 04, 2005 at 04:06:20PM +0200, Andi Kleen wrote: > On Thu, Aug 04, 2005 at 07:04:45AM -0700, Tom Rini wrote: > > On Thu, Aug 04, 2005 at 02:39:00PM +0200, Andi Kleen wrote: > > > > > That doesn't make much sense here. tasklet will only run when >

Re: [patch 07/15] Basic x86_64 support

2005-08-04 Thread Tom Rini
On Thu, Aug 04, 2005 at 04:28:06PM +0200, Andi Kleen wrote: > On Thu, Aug 04, 2005 at 07:14:37AM -0700, Tom Rini wrote: > > On Thu, Aug 04, 2005 at 04:06:20PM +0200, Andi Kleen wrote: > > > On Thu, Aug 04, 2005 at 07:04:45AM -0700, Tom Rini wrote: > > > > On Thu, Au

Re: [patch 07/15] Basic x86_64 support

2005-08-04 Thread Tom Rini
On Thu, Aug 04, 2005 at 08:56:32PM +0200, Andi Kleen wrote: > On Thu, Aug 04, 2005 at 08:06:36AM -0700, Tom Rini wrote: > > > > > > Why can't you run on x86-64 early? > > > > As I said earlier: > > " > > > If you want to run gdb earli

Re: kgdbwait in 2.6.13-rc4-mm1?

2005-08-24 Thread Tom Rini
On Wed, Aug 24, 2005 at 09:22:06AM -0700, Wilkerson, Bryan P wrote: > Is there an equivalent kernel boot option for kgdbwait in > 2.6.13-rc4-mm1? I grep'd the kernel source but didn't find kgdbwait. It's 'kgdb' or 'gdb', I forget which. -- Tom R

[patch 06/16] Add support for IA64 platforms to KGDB

2005-08-29 Thread Tom Rini
This is support of the IA64 arch for KGDB. This is primarily the work of Robert Picco. There are also some IA64 changes in the serial patch so that IA64 can pass in IRQ and iomembase, and all of this is documented in the DocBook files. --- linux-2.6.13-trini/arch/ia64/kernel/Makefile |1

[patch 11/16] Add support for PowerPC64 platforms to KGDB

2005-08-29 Thread Tom Rini
-0700 +++ linux-2.6.13-trini/arch/ppc64/kernel/kgdb.c 2005-08-08 19:16:03.0 -0700 @@ -0,0 +1,422 @@ +/* + * arch/ppc64/kernel/kgdb.c + * + * PowerPC64 backend to the KGDB stub. + * + * Maintainer: Tom Rini <[EMAIL PROTECTED]> + * + * Copied from arch/ppc/kernel/kgdb.c, updated for ppc64 + * +

[patch 13/16] Add CFI DWARF2 annotation support

2005-08-29 Thread Tom Rini
kgdb.h 2005-08-08 19:16:03.0 -0700 @@ -0,0 +1,34 @@ +/* + * include/asm-generic/kgdb.h + * + * This provides the assembly level information so that KGDB can provide + * a GDB that has been patched with enough information to know to stop + * trying to unwind the function. + * +

[patch 08/16] Add support for X86_64 platforms to KGDB

2005-08-29 Thread Tom Rini
== DIE_DEBUG && + atomic_read(&debugger_active))) + /* Userpace events, normal watchdog event, or spurious +* debug exception. Ignore. */ + return NOTIFY_DONE; + + kgdb_handle_exception(args-

[patch 16/16] Add hardware breakpoint support for i386

2005-08-29 Thread Tom Rini
This adds hardware breakpoint support for i386. This is not as well tested as software breakpoints, but in some minimal testing appears to be functional. --- linux-2.6.13-trini/arch/i386/kernel/kgdb.c | 49 + 1 files changed, 49 insertions(+) diff -puN arch/i386/kern

[patch 07/16] x86_64: Rename KDB_VECTOR to DEBUGGER_VECTOR

2005-08-29 Thread Tom Rini
CC: Andi Kleen <[EMAIL PROTECTED]>, Keith Owens <[EMAIL PROTECTED]> The existing hook from KDB in the IPI code is really just a hook for the NMI vector. We rename the vector thusly and then it's up to the debugger to handle things from do_default_nmi(). --- linux-2.6.13-trini/arch/x86_64/kerne

[patch 12/16] KGDBoE I/O driver

2005-08-29 Thread Tom Rini
t S. Kale <[EMAIL PROTECTED]> and + * Tom Rini <[EMAIL PROTECTED]> + * + * 2004 (c) Amit S. Kale <[EMAIL PROTECTED]> + * 2004-2005 (c) MontaVista Software, Inc. + * 2005 (c) Wind River Systems, Inc. + * + * Other folks: + * San Mehat <[EMAIL PROTECTED]> + *

[patch 04/16] I/O driver for 8250-compatible UARTs

2005-08-29 Thread Tom Rini
t;[EMAIL PROTECTED]>, George Anzinger , + * Robert Walsh <[EMAIL PROTECTED]>, wangdi <[EMAIL PROTECTED]>, + * San Mehat, Tom Rini <[EMAIL PROTECTED]>, + * Jason Wessel <[EMAIL PROTECTED]> + */ + +#include +#include +#include +#include +#include +#include +#include +#inc

[patch 15/16] Allow KGDB to work well with loaded modules

2005-08-29 Thread Tom Rini
This allows for KGDB to better deal with autoloaded modules. The way this works, requires a patch to GDB. This patch can be found at ftp://source.mvista.com/pub/kgdb/gdb-6.3-kgdb-module-notification.patch The way this works is that the solib-search-path must contain the location of any module t

[patch 02/16] Add support for i386 platforms to KGDB

2005-08-29 Thread Tom Rini
ted by: Tom Rini <[EMAIL PROTECTED]> + * Modified for 386 by Jim Kingdon, Cygnus Support. + * Origianl kgdb, compatibility with 2.1.xx kernel by + * David Grothe <[EMAIL PROTECTED]> + * Additional support from Tigran Aivazian <[EMAIL PROTECTED]> + */ + +#include +#inclu

[patch 10/16] Add support for ARM platforms to KGDB

2005-08-29 Thread Tom Rini
This adds a backend, written by Deepak Saxena <[EMAIL PROTECTED]> and George Davis <[EMAIL PROTECTED]> as well as support for the TI OMAP boards, ADI Coyote, PXA2xx, and ARM Versatile. Geoff Levand <[EMAIL PROTECTED]> Nicolas Pitre, and Manish Lachwani have contributed various fixups here as well

[patch 14/16] Minor SysRq keyboard bugfix for KGDB

2005-08-29 Thread Tom Rini
CC: George Anzginer It is possible that when SysRq-G is triggered via the keyboard that we will miss the "up" event and once KGDB lets the kernel go another SysRq will be required to clear this, without this change. --- linux-2.6.13-trini/drivers/char/keyboard.c |1 + 1 files changed, 1 in

Re: [patch 04/16] I/O driver for 8250-compatible UARTs

2005-08-29 Thread Tom Rini
On Mon, Aug 29, 2005 at 05:18:17PM +0100, Russell King wrote: > On Mon, Aug 29, 2005 at 09:09:37AM -0700, Tom Rini wrote: > > This is the I/O driver for any 8250-compatible UARTs. > > Ah, obviously its patchbomb time. 2.6.13 must have been released! 8) > > I wish for this s

Re: [patch 08/16] Add support for X86_64 platforms to KGDB

2005-08-29 Thread Tom Rini
On Mon, Aug 29, 2005 at 07:13:47PM +0200, Andi Kleen wrote: > On Monday 29 August 2005 18:10, Tom Rini wrote: > > > +void __init early_setup_per_cpu_area(void) > > +{ > > + static char cpu0[PERCPU_ENOUGH_ROOM] > > + __attribute__ ((aligned (SMP_CACHE_BYTE

Re: [patch 08/16] Add support for X86_64 platforms to KGDB

2005-08-29 Thread Tom Rini
On Mon, Aug 29, 2005 at 08:46:15PM +0200, Andi Kleen wrote: > On Monday 29 August 2005 19:45, Tom Rini wrote: > > > > > Bob did this part (forgot to CC him, oops). But I believe it's needed > > for setting traps so much earlier. > > Ok looking again I guess

[patch 3/3] Add support for X86_64 platforms to KGDB

2005-08-29 Thread Tom Rini
atomic_read(&debugger_active))) + /* Userpace events, normal watchdog event, or spurious +* debug exception. Ignore. */ + return NOTIFY_DONE; + + kgdb_handle_exception(args->trapnr, args->signr, args->err, regs

Re: [patch 2/3] x86_64: Run setup_per_cpu_areas and trap_init sooner

2005-08-29 Thread Tom Rini
rn void start_kernel(void); +extern void early_trap_init(void); +extern void early_setup_per_cpu_areas(void); extern void pda_init(int); extern void early_idt_handler(void); -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: [patch 1/3] x86_64: Add a notify_die() call to the "no context" part of do_page_fault()

2005-08-30 Thread Tom Rini
On Tue, Aug 30, 2005 at 12:33:25AM -0700, George Anzinger wrote: > Tom Rini wrote: > >CC: Andi Kleen <[EMAIL PROTECTED]> > >This adds a call to notify_die() in the "no context" portion of > >do_page_fault() as someone on the chain might care and want to do a f

Re: [patch 1/3] x86_64: Add a notify_die() call to the "no context" part of do_page_fault()

2005-08-30 Thread Tom Rini
On Tue, Aug 30, 2005 at 07:50:31AM -0700, George Anzinger wrote: > Tom Rini wrote: [snip] > >"no context" is the label we're in, in the code. What it's actually > >used for is "hey, we (== kgdb) tried to read/write a very very bogus > >addr, time

Re: [PATCH] PREEMPT_RT vermagic

2005-08-31 Thread Tom Rini
in Fedora. Until that gets merged upstream just dont mix > incompatible modules, and keep things tightly packaged. MODVERSIONS won't get the PREEMPT_RT vs PREEMPT_DESKTOP case right without this, unless I'm missing something. -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe fr

Re: [patch 16/16] Add hardware breakpoint support for i386

2005-08-31 Thread Tom Rini
On Mon, Aug 29, 2005 at 11:23:39PM +0200, Andi Kleen wrote: > Tom Rini <[EMAIL PROTECTED]> writes: > > > This adds hardware breakpoint support for i386. This is not as well tested > > as > > software breakpoints, but in some minimal testing appears to be functiona

Re: [PATCH] PREEMPT_RT vermagic

2005-08-31 Thread Tom Rini
On Wed, Aug 31, 2005 at 07:29:44AM -0700, Tom Rini wrote: > On Wed, Aug 31, 2005 at 09:20:17AM +0200, Ingo Molnar wrote: > > > > * Daniel Walker <[EMAIL PROTECTED]> wrote: > > > > > Ingo, > > > This patch adds a vermagic hook so PREEM

Re: [patch 04/16] I/O driver for 8250-compatible UARTs

2005-08-31 Thread Tom Rini
On Wed, Aug 31, 2005 at 01:38:52PM -0600, Bjorn Helgaas wrote: > On Monday 29 August 2005 10:09 am, Tom Rini wrote: > > linux-2.6.13-trini/drivers/serial/kgdb_8250.c | 594 + > > The existing stuff in drivers/serial is named "8250_*"; is >

Re: [patch 04/16] I/O driver for 8250-compatible UARTs

2005-08-31 Thread Tom Rini
On Wed, Aug 31, 2005 at 10:03:34PM +0100, Russell King wrote: > On Wed, Aug 31, 2005 at 01:10:39PM -0700, Tom Rini wrote: > > On Wed, Aug 31, 2005 at 01:38:52PM -0600, Bjorn Helgaas wrote: > > > On Monday 29 August 2005 10:09 am, Tom Rini wrote: > > > > linux-2.6.13-

Re: [patch 04/16] I/O driver for 8250-compatible UARTs

2005-08-31 Thread Tom Rini
On Wed, Aug 31, 2005 at 03:19:37PM -0600, Bjorn Helgaas wrote: > On Wednesday 31 August 2005 2:10 pm, Tom Rini wrote: > > On Wed, Aug 31, 2005 at 01:38:52PM -0600, Bjorn Helgaas wrote: > > > On Monday 29 August 2005 10:09 am, Tom Rini wrote: > > I've tried inten

[PATCH 1/1] 8250_kgdb driver reworked

2005-09-01 Thread Tom Rini
0,0 +1,538 @@ +/* + * 8250 interface for kgdb. + * + * This is a merging of many different drivers, and all of the people have + * had an impact in some form or another: + * + * 2004-2005 (c) MontaVista Software, Inc. + * 2005 (c) Wind River Systems, Inc. + * + * Amit Kale <[EMAIL PROTECT

Re: [PATCH 1/1] 8250_kgdb driver reworked

2005-09-01 Thread Tom Rini
#x27;s really just the GDB-is-interrupting case. > Also lose the ugly confusing macros like CURRENTPORT please to follow > kernel style better. In fact why not keep a pointer to the 'current' > uart to get tighter code too ? Sure, why not. -- Tom Rini http://gate.crashing.org/~trini/

Re: [PATCH 1/1] 8250_kgdb driver reworked

2005-09-01 Thread Tom Rini
On Thu, Sep 01, 2005 at 11:44:44PM +0100, Alan Cox wrote: > On Iau, 2005-09-01 at 14:47 -0700, Tom Rini wrote: > > > > +* If there is some other CPU in KGDB then this is a > > > > +* spurious interrupt. so return without even checking a byte > > &

Re: [PATCH 1/1] 8250_kgdb driver reworked

2005-09-01 Thread Tom Rini
On Thu, Sep 01, 2005 at 03:45:09PM -0700, Tom Rini wrote: [snip] > So digging back in CVS it seems this was added to fix a spurious > interrupt that occured on an (probably) an x86_64 box when NMI support > didn't work correctly. I think it's safe enough to just drop this. Si

[PATCH] RT: Invert some TRACE_BUG_ON_LOCKED tests

2005-09-02 Thread Tom Rini
With 2.6.13-rt4 I had to do the following in order to get my paired down config booting on my x86 whitebox (defconfig works fine, after I enable enet/8250_console/nfsroot). Daniel Walker helped me trace this down. Signed-off-by: Tom Rini <[EMAIL PROTECTED]> --- linux-2.6.13/kernel/rt.c

Re: [PATCH] RT: Invert some TRACE_BUG_ON_LOCKED tests

2005-09-06 Thread Tom Rini
On Fri, Sep 02, 2005 at 06:53:56PM -0400, Steven Rostedt wrote: > On Fri, 2005-09-02 at 18:40 -0400, Steven Rostedt wrote: > > On Fri, 2005-09-02 at 13:08 -0700, Tom Rini wrote: > > > With 2.6.13-rt4 I had to do the following in order to get my paired down > > > config

Re: [PATCH] Kconfig fix (GEN_RTC dependencies)

2005-09-06 Thread Tom Rini
fic but hardware poking abstracted rtc driver. I'd like to try and merge things at somepoint... -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] Kconfig fix (GEN_RTC dependencies)

2005-09-07 Thread Tom Rini
On Wed, Sep 07, 2005 at 07:06:25PM +0100, Maciej W. Rozycki wrote: > On Tue, 6 Sep 2005, Tom Rini wrote: > > > > Yep, it's an excuse for platform maintainers not to write proper drivers. > > > > I talked with Al about this off list a bit, and pointed out it

[PATCH 2.6.13] ide: ide-dma.c should always check hwif->cds before hwif->cds->foo

2005-09-08 Thread Tom Rini
In some cases (such as the mips Toshiba TX4939 w/ onboard IDE, not PCI IDE), hwif->cds can be NULL, so test that prior to testing hwif->cds->foo Signed-off-by: Hiroshi DOYU <[EMAIL PROTECTED]> Signed-off-by: Tom Rini <[EMAIL PROTECTED]> Index: linux-2.6/

Re: [PATCH] rmmod notifier chain

2005-09-08 Thread Tom Rini
printk(KERN_ERR "%s: module is now stuck!\n", _ -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] i386 CFI annotations

2005-09-08 Thread Tom Rini
#else [snip] > +#define CFI_STARTPROC ignore Why not just empty defines? -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://

Re: [PATCH 2.6.13] ide: ide-dma.c should always check hwif->cds before hwif->cds->foo

2005-09-08 Thread Tom Rini
On Thu, Sep 08, 2005 at 05:47:38PM +0200, Bartlomiej Zolnierkiewicz wrote: > On 9/8/05, Tom Rini <[EMAIL PROTECTED]> wrote: > > In some cases (such as the mips Toshiba TX4939 w/ onboard IDE, not PCI > > IDE), hwif->cds can be NULL, so test that prior to testing >

[PATCH 2.6.13] x86_64: Make trap_init() happen earlier

2005-09-08 Thread Tom Rini
extern void early_idt_handler(void); -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH 2.6.13] x86_64: Add notify_die() to another spot in do_page_fault()

2005-09-08 Thread Tom Rini
return; + if (notify_die(DIE_PAGE_FAULT, "no context", regs, error_code, 14, + SIGSEGV) == NOTIFY_STOP) + return; + /* * Oops. The kernel tried to access some bad page. We'll have to * terminate things with extreme prej

[PATCH 2.6.13] x86_64: Rename KDB_VECTOR to NMI_VECTOR

2005-09-08 Thread Tom Rini
APIC_DM_FIXED | shortcut | vector | dest; - if (vector == KDB_VECTOR) + if (vector == NMI_VECTOR) icr = (icr & (~APIC_VECTOR_MASK)) | APIC_DM_NMI; return icr; } -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "

Re: [PATCH 2.6.13] x86_64: Add notify_die() to another spot in do_page_fault()

2005-09-09 Thread Tom Rini
On Fri, Sep 09, 2005 at 10:01:00AM +0200, Andi Kleen wrote: > On Thursday 08 September 2005 18:38, Tom Rini wrote: > > This adds a call to notify_die() in the "no context" portion of > > do_page_fault() as someone on the chain might care and want to do a fixup. > >

Re: [patch] Real-Time Preemption, -RT-2.6.11-final-V0.7.40-00

2005-03-14 Thread Tom Rini
ttle, which is another issue) as well a PPC32. -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] ppc32: Fix a warning in planb video driver

2005-03-15 Thread Tom Rini
); - - return (in_le32(&pb->overlay_last1->cmd_dep) == pb->ch1_cmd_phys) - && (caddr < (pb->ch1_cmd_phys + size)) - && (caddr >= (unsigned)pb->ch1_cmd_phys); -} - static int vgrab(struct planb *pb, struct video_mmap *mp)

Re: [PATCH] ppc32: Fix a warning in planb video driver

2005-03-15 Thread Tom Rini
On Tue, Mar 15, 2005 at 10:01:12AM -0700, Tom Rini wrote: > [ aside: This has been sitting in the linuxppc-2.5 bk tree for I don't > know how long. And the driver is still horribly broken. ] > > The following patch moves overlay_is_active to before its first use. It > wa

[PATCH] ppc32: Delete arch/ppc/syslib/ppc4xx_serial.c

2005-03-15 Thread Tom Rini
arch/ppc/syslib/ppc4xx_serial.c is unused cruft, delete. Signed-off-by: Tom Rini <[EMAIL PROTECTED]> diff -urN linux-2.6.11/arch/ppc/syslib/ppc4xx_serial.c linuxppc-2.6.11/arch/ppc/syslib/ppc4xx_serial.c --- linux-2.6.11/arch/ppc/syslib/ppc4xx_serial.cWed Mar 02 00:38:3

[PATCH] ppc32: Lindent include/asm-ppc/dma.h

2005-03-15 Thread Tom Rini
This originally came from Paul, back in July of 2003. Run Lindent over include/asm-ppc/dma.h Signed-off-by: Tom Rini <[EMAIL PROTECTED]> --- linux-2.6.11/include/asm-ppc/dma.h~ 2005-03-02 00:38:25.0 -0700 +++ linux-2.6.11/include/asm-ppc/dma.h 2005-03-15 10:37:08.0

[PATCH] ppc32: Better comment arch/ppc/syslib/cpc700.h

2005-03-15 Thread Tom Rini
This adds better comments to arch/ppc/syslib/cpc700.h Signed-off-by: Tom Rini <[EMAIL PROTECTED]> diff -urN linux-2.6.11/arch/ppc/syslib/cpc700.h linuxppc-2.6.11/arch/ppc/syslib/cpc700.h --- linux-2.6.11/arch/ppc/syslib/cpc700.h 2005-03-02 00:37:54.0 -0700 +++ linuxppc-

[PATCH] ppc32: Serial fix for PAL4

2005-03-15 Thread Tom Rini
Add PAL4's bit to Signed-off-by: Tom Rini <[EMAIL PROTECTED]> diff -urN linux-2.6.11/include/asm-ppc/serial.h linuxppc-2.6.11/include/asm-ppc/serial.h --- linux-2.6.11/include/asm-ppc/serial.h 2005-03-02 00:38:26.0 -0700 +++ linuxppc-2.6.11/include/asm-ppc/serial.h

[PATCH] ppc32: Fix a typo on 8260

2005-03-15 Thread Tom Rini
This fixes a lingering typo in arch/ppc/boot/simple/m8260_tty.c Signed-off-by: Tom Rini <[EMAIL PROTECTED]> diff -urN linux-2.6.11/arch/ppc/boot/simple/m8260_tty.c linuxppc-2.6.11/arch/ppc/boot/simple/m8260_tty.c --- linux-2.6.11/arch/ppc/boot/simple/m8260_tty.c 2005-03-02

[PATCH] ppc32: Update 8260_io/fcc_enet.c to function again

2005-03-15 Thread Tom Rini
PROTECTED]) - PQ2ADS and PQ2FADS support bits (Myself & [EMAIL PROTECTED] From: Leo Li <[EMAIL PROTECTED]> Signed-off-by: Tom Rini <[EMAIL PROTECTED]> Signed-off-by: Alexandre Bastos <[EMAIL PROTECTED]> arch/ppc/8260_io/Kconfig

Re: [PATCH] ppc32: Update 8260_io/fcc_enet.c to function again

2005-03-16 Thread Tom Rini
some of the other cleanups will help there. But I'd also like to see the full EON8260 changes :) The 2.6 API parts look close, but I went and expanded a good bit more on them. I'd like to drop Oray's patch for now, and have the EON8260 work be resubmitted to lkml/[EMAIL PROTECTED]

Re: KGDB question

2005-03-22 Thread Tom Rini
trick we used to use (and I swear worked), stopped working around 2.6.10, but I haven't found time to go back and verify when it stopped working. -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [patch] Real-Time Preemption, -RT-2.6.11-rc3-V0.7.38-01

2005-02-07 Thread Tom Rini
On Mon, Feb 07, 2005 at 10:03:56AM +0100, Ingo Molnar wrote: > > * Tom Rini <[EMAIL PROTECTED]> wrote: > > > On Fri, Feb 04, 2005 at 11:03:47AM +0100, Ingo Molnar wrote: > > > > > > i have released the -V0.7.38-01 Real-Time Preemption patch, which can b

[PATCH 2.6.11-rc2] Move down in

2005-02-01 Thread Tom Rini
is unsafe for inclusion by userland apps, but it is in the userland-exposed portion of . It's only needed in the __KERNEL__ protected portion of the file, so move the #include down to there. lmbench-2.0.4 runs into this issue in 'flushdisk'. Signed-off-by: Tom Rini &l

Re: [PATCH 2.6.11-rc2] Move down in

2005-02-02 Thread Tom Rini
On Wed, Feb 02, 2005 at 04:21:23PM +, David Woodhouse wrote: > On Tue, 2005-02-01 at 09:06 -0700, Tom Rini wrote: > > is unsafe for inclusion by userland apps, but it > > is in the userland-exposed portion of . It's only needed > > in the __KERNEL__ protected portio

Re: [PATCH 2.6.11-rc2] Move down in

2005-02-02 Thread Tom Rini
On Wed, Feb 02, 2005 at 09:34:21AM -0700, Tom Rini wrote: > On Wed, Feb 02, 2005 at 04:21:23PM +, David Woodhouse wrote: > > On Tue, 2005-02-01 at 09:06 -0700, Tom Rini wrote: > > > is unsafe for inclusion by userland apps, but it > > > is in the userland-expo

Re: ppc32 2.6.x builds for ppc m8xx arch.

2005-02-02 Thread Tom Rini
' flag. It didn't actually tell the compiler anything, it just didn't cause an error. It was removed when we had to add more really used flags. -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] PPC/PPC64: Introduce CPU_HAS_FEATURE() macro

2005-02-04 Thread Tom Rini
erences between PPC and PPC64 cpu > features for the common code; most places in PPC could be replaced with > the macro as well. It'd be nice if someone went and changed ppc32's cpu feature from an array and matched ppc64, while we're in here... -- Tom Rini http://gate.crashing

Re: [patch] Real-Time Preemption, -RT-2.6.11-rc3-V0.7.38-01

2005-02-04 Thread Tom Rini
make: *** [_all] Error 2 -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[2.6.11-rc4 i386] Re-order includes to fix userland breakage

2005-02-22 Thread Tom Rini
: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function) /usr/include/asm/processor.h:68: error: requested alignment is not a constant Build/run tested with a glibc rebuild as well. Signed-off-by: Tom Rini <[EMAIL PROTECTED]> = include/linux/fs.h 1.376 vs edited = --- 1.376/include

Re: Linux 2.4.5-ac7

2001-06-04 Thread Tom Rini
till no PCI) I tried replying to this yesterday and it didn't get through, so.. All of the MPC8xx chips can have a USB controller as well (albiet not OHCI or UHCI) and none of them have PCI either. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - To unsubscribe from this list: send

2.4 VM & swap question

2001-06-17 Thread Tom Rini
.x (right now 'free' says i'm ~40MB into swap, 18day+ uptime). The other box is a laptop and has X up when it's awake and that too doesn't seem to have any problem. So what exactly is the real minium swap ammount? -- Tom Rini (TR1265) http://gate.crashing.org/~trini/

Re: 2.4 VM & swap question

2001-06-17 Thread Tom Rini
On Sun, Jun 17, 2001 at 08:58:35PM +0200, Jakob ?stergaard wrote: > On Sun, Jun 17, 2001 at 10:48:36AM -0700, Tom Rini wrote: > > 'lo all. I've got a question about swap and RAM requirements in 2.4. Now, > > when 2.4.0 was kicked out, the fact that you need swap=2xR

Re: 2.4 VM & swap question

2001-06-17 Thread Tom Rini
On Sun, Jun 17, 2001 at 10:12:39PM +0300, Dan Podeanu wrote: > On Sun, Jun 17, 2001 at 10:48:36AM -0700, Tom Rini wrote: > > 'lo all. I've got a question about swap and RAM requirements in 2.4. Now, > > when 2.4.0 was kicked out, the fact that you need swap=2xRAM was me

Re: 2.4 VM & swap question

2001-06-17 Thread Tom Rini
ing fine on my other two machines, yes, it might. But since I'd repartition too (I hate swapfiles) I'd like to do it once and be done with it. I'd also like to know what exactly causes the original problem (Like I said, my workload hasn't changed nor my programs that much. And

Broken tulip in 2.4.5+

2001-06-30 Thread Tom Rini
g. .. eth1: transmit timed out, switching to 100baseTx-FDX media. -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/major

Re: 2.6.11-mm1

2005-03-10 Thread Tom Rini
ng a number of ppc32 folks since uImage is a default target, but not really needed in the common case (pmac). -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordo

Re: bk commits and dates

2005-03-10 Thread Tom Rini
kinda slow script that fakes the bk-commits messages given two repositories, if this sounds of any interest to anyone. -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Mor

Re: [PATCH 1/2] MPC52xx updates : sparse clean-ups

2005-03-11 Thread Tom Rini
On Fri, Mar 11, 2005 at 09:47:40PM +0100, Sylvain Munaut wrote: [snip] > static struct hw_interrupt_type mpc52xx_ic = { > - "MPC52xx", [snip] > + .typename = "MPC52xx", Shouldn't that be " MPC52xx ", or is that anoth

Re: 2.4.x SMP issues on 440LX (?)

2001-04-30 Thread Tom Rini
s up for 16days before I rebooted into 2.4.4 (and power killed another 10+ day uptime). -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Requirement of make oldconfig [was: Re: [kbuild-devel] Re: CML2 1.3.1, aka ...]

2001-05-01 Thread Tom Rini
/=n, oldconfig works like you would expect, and can help point out places where CML2 is slightly off). -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: CML2 design philosophy heads-up

2001-05-07 Thread Tom Rini
On Mon, May 07, 2001 at 09:31:40PM -0400, Eric S. Raymond wrote: > Tom Rini <[EMAIL PROTECTED]>: [snip] > Exactly. In fact we can be more specific -- the "Macintoshes" in > question are the old-fashioned NuBus-based 68k toaster boxes, not the > more recent designs wit

Re: CML2 design philosophy heads-up

2001-05-07 Thread Tom Rini
This is _sort of_ what PPC does right now with the large number of 'default configs' (arch/ppc/configs). -- Tom Rini (TR1265) http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

Re: [PATCH] raid6: altivec support

2005-01-20 Thread Tom Rini
ire from (serial infos, IRQ table, ?) being in platforms/fooboard.[ch] to platforms/fooboard.h or platforms/fooboard_bootinfos.h So lets just hope ppc64 keeps getting ignored :) -- Tom Rini http://gate.crashing.org/~trini/ - To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] x86_64 RESTORE_CONTEXT missing '\n'

2007-03-08 Thread Tom Rini
nough annotations so GDB could finally figure out where things had stopped? Thanks. -- Tom Rini - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] devicetree: Enable generation of __symbols__ in all dtb files

2017-08-16 Thread Tom Rini
On Tue, Aug 15, 2017 at 08:22:01PM -0700, Frank Rowand wrote: > On 08/15/17 17:42, Tom Rini wrote: > > On Tue, Aug 15, 2017 at 04:50:40PM -0700, Frank Rowand wrote: > >> On 08/15/17 14:15, Tom Rini wrote: > >>> With support for stacked overlays being part of libfd

Re: [PATCH] devicetree: Enable generation of __symbols__ in all dtb files

2017-08-16 Thread Tom Rini
On Wed, Aug 16, 2017 at 10:22:03AM -0500, Rob Herring wrote: > On Tue, Aug 15, 2017 at 7:42 PM, Tom Rini wrote: > > On Tue, Aug 15, 2017 at 04:50:40PM -0700, Frank Rowand wrote: > >> On 08/15/17 14:15, Tom Rini wrote: > >> > With support for stacked overlays

Re: [PATCH] devicetree: Enable generation of __symbols__ in all dtb files

2017-08-16 Thread Tom Rini
On Wed, Aug 16, 2017 at 10:43:16AM -0500, Rob Herring wrote: > On Tue, Aug 15, 2017 at 5:49 PM, Tom Rini wrote: > > On Tue, Aug 15, 2017 at 05:36:11PM -0500, Rob Herring wrote: > >> On Tue, Aug 15, 2017 at 4:15 PM, Tom Rini wrote: > >> > With support for stacked ov

[PATCH] ARM: dts: TI: Enable __symbols__ in dtb files for some platforms

2017-08-16 Thread Tom Rini
when OF_OVERLAY is enabled. Cc: Jason Kridner Cc: Drew Fustini Cc: Robert Nelson Cc: Lokesh Vutla Cc: Frank Rowand Cc: Rob Herring Cc: Mark Rutland Cc: Russell King Cc: devicet...@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Tom

Re: [PATCH] ARM: dts: TI: Enable __symbols__ in dtb files for some platforms

2017-08-16 Thread Tom Rini
On Wed, Aug 16, 2017 at 03:57:21PM -0700, Frank Rowand wrote: > On 08/16/17 15:33, Frank Rowand wrote: > > On 08/16/17 14:59, Tom Rini wrote: > >> Build the dtb file for these platfroms with __symbol__ information > >> included. This will reduce the size of t

[PATCH] dts: Make it easier to enable __symbols__ generation in dtb files

2017-08-16 Thread Tom Rini
Cc: linux-arm-ker...@lists.infradead.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Tom Rini --- This would be v3 of my attempt to enable __symbols__ more widely (v2, for people not on the CC, enabled it always, but for some boards). To be clear, this version of the patch is more flexible

[PATCH 1/2] ARM: dts: dm816x: Correct NAND support nodes

2017-06-21 Thread Tom Rini
that we do not try and probe NAND before we probe the ELM. Cc: Rob Herring Cc: Mark Rutland Cc: Russell King Cc: Roger Quadros Cc: Tony Lindgren Cc: Mihail Grigorov Signed-off-by: Tom Rini --- arch/arm/boot/dts/dm8168-evm.dts | 32 arch/arm/boot/dts

[PATCH 2/2] ARM: dts: dm816x: Correct the state of the write protect pin

2017-06-21 Thread Tom Rini
y Lindgren Signed-off-by: Mihail Grigorov Signed-off-by: Tom Rini --- arch/arm/boot/dts/dm8168-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dm8168-evm.dts b/arch/arm/boot/dts/dm8168-evm.dts index 996eba0c2e7a..c72a2132aa82 100644 --- a/arch/arm/boot/

[PATCH] multi_v7_defconfig: Enable OMAP MTD and DM816 AHCI

2017-06-21 Thread Tom Rini
: Russell King Cc: Arnd Bergmann Cc: Tony Lindgren Cc: Mihail Grigorov Signed-off-by: Tom Rini --- arch/arm/configs/multi_v7_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2685e03600b1..69b0b3c0fb6c

[PATCH] dt-bindings: gpmc: Correct location of generic gpmc binding

2017-06-21 Thread Tom Rini
Cc: Rob Herring Cc: Mark Rutland Signed-off-by: Tom Rini --- Documentation/devicetree/bindings/mtd/gpmc-nand.txt| 2 +- Documentation/devicetree/bindings/mtd/gpmc-nor.txt | 4 ++-- Documentation/devicetree/bindings/mtd/gpmc-onenand.txt | 2 +- Documentation/devicetree/bindings/net/gpmc

[PATCH] dt-bindings: mtd: elm: Correct compatible string requirement

2017-06-21 Thread Tom Rini
Cc: Cyrille Pitchen Cc: Rob Herring Cc: Mark Rutland Signed-off-by: Tom Rini --- I have submitted a separate patch that correct the dm816x.dtsi to set the compatible string there for the elm from ti,816-elm to ti,am3352-elm and tested it on the hardware, where it works. It is quite likely tha

Re: [PATCH] mmc: omap_hsmmc: fix initialization order of mmc block devices

2015-10-13 Thread Tom Rini
On Tue, Oct 13, 2015 at 08:24:08AM -0500, Nishanth Menon wrote: > On Tue, Oct 13, 2015 at 3:03 AM, Lokesh Vutla wrote: > > > > > > On Tuesday 13 October 2015 01:14 PM, Heiko Schocher wrote: > >> Hello Lokesh, > >> > >> Am 13.10.2015 um 08:46 schrieb Lokesh Vutla: > >>> +Nishanth, > >>> > >>> On Tu

Re: [SPECIFICATION RFC] The firmware and bootloader log specification

2020-12-07 Thread Tom Rini
On Fri, Dec 04, 2020 at 02:23:23PM +0100, Paul Menzel wrote: > Dear Wim, dear Daniel, > > > First, thank you for including all parties in the discussion. > Am 04.12.20 um 13:52 schrieb Wim Vervoorn: > > > I agree with you. Using an existing standard is better than inventing > > a new one in this

<    1   2   3   >