Re: [LinuxBIOS] patch to lib/console.c

2007-12-12 Thread Corey Osgood
On Dec 12, 2007 8:53 PM, Carl-Daniel Hailfinger < [EMAIL PROTECTED]> wrote: > On 13.12.2007 01:46, ron minnich wrote: > > Hey, carl-daniel, what's a good payload for testing my 'payload won't > > work' problem? Also, I wonder if it is because the payload runs above > > 0x10? > > > > Sorry, Ron

Re: [LinuxBIOS] patch to lib/console.c

2007-12-12 Thread Carl-Daniel Hailfinger
On 13.12.2007 01:46, ron minnich wrote: > Hey, carl-daniel, what's a good payload for testing my 'payload won't > work' problem? Also, I wonder if it is because the payload runs above > 0x10? > Sorry, Ron, I have no idea. Maybe we should create a "hello world" payload. Memtest is probably t

Re: [LinuxBIOS] patch to lib/console.c

2007-12-12 Thread ron minnich
On Dec 12, 2007 4:52 PM, Peter Stuge <[EMAIL PROTECTED]> wrote: > On Wed, Dec 12, 2007 at 04:46:32PM -0800, ron minnich wrote: > > well, is the banner enough to flush all the fifo's? I thought they > > got pretty big nowadays. Anyone know? > > 16550 and compatible still only have 14/16/18/whatever

Re: [LinuxBIOS] patch to lib/console.c

2007-12-12 Thread Peter Stuge
On Wed, Dec 12, 2007 at 04:46:32PM -0800, ron minnich wrote: > well, is the banner enough to flush all the fifo's? I thought they > got pretty big nowadays. Anyone know? 16550 and compatible still only have 14/16/18/whatever bytes. EHCI debug port is unbuffered. .. are there more? //Peter -- l

Re: [LinuxBIOS] patch to lib/console.c

2007-12-12 Thread ron minnich
On Dec 12, 2007 4:42 PM, Carl-Daniel Hailfinger <[EMAIL PROTECTED]> wrote: > On 11.12.2007 02:38, ron minnich wrote: > > Add a nice pretty banner printer so we have standard banners. > > > > Maybe make the banner a little bit shorter so bigger strings will fit > without wrapping? Sure! what's a go

Re: [LinuxBIOS] patch to lib/console.c

2007-12-12 Thread Carl-Daniel Hailfinger
On 11.12.2007 02:38, ron minnich wrote: > Add a nice pretty banner printer so we have standard banners. > Maybe make the banner a little bit shorter so bigger strings will fit without wrapping? > Make 'halt' just put out nulls forever instead of hlt(), to ensure that any > fifos > of any sor

[LinuxBIOS] patch to lib/console.c

2007-12-10 Thread ron minnich
attached. ron Add a nice pretty banner printer so we have standard banners. Make 'halt' just put out nulls forever instead of hlt(), to ensure that any fifos of any sort get flushed. This change also helps JTAG debuggers since it can be very hard to get out of a halt instruction, but very easy