Re: [U-Boot] Standalone API

2010-11-07 Thread Dennis Ruffer
Replies inline below... > -Original Message- > From: Andrew Holt (SE) [mailto:andrew.h...@electrans.com] > Sent: Sunday, November 07, 2010 12:44 PM > To: Dennis Ruffer > Cc: 'U-Boot List' > Subject: Re: [U-Boot] Standalone API > > Hi, > > I had

Re: [U-Boot] Standalone API

2010-11-07 Thread Dennis Ruffer
> From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Andrew Holt (SE) > Is there a list, or header file containing prototypes of the U-Boot > facilities that a standalone can make use of ? If so can somebody > please direct me to it > > Regards, > Andrew > P.S

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Dennis Ruffer
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Thursday, July 15, 2010 10:58 AM > To: Vipin KUMAR > Cc: u-boot@lists.denx.de; Shiraz HASHIM > Subject: Re: [U-Boot] u-boot-2010.03 build errors with > USE_P

Re: [U-Boot] Endless loop in cmd_log.c?

2010-05-06 Thread Dennis Ruffer
Peter, reply inline below... > -Original Message- > From: Peter Tyser [mailto:pty...@xes-inc.com] > Sent: Thursday, May 06, 2010 4:27 PM > To: Dennis Ruffer > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Endless loop in cmd_log.c? > > Hi Dennis, > > On

Re: [U-Boot] Endless loop in cmd_log.c?

2010-05-06 Thread Dennis Ruffer
Oh, sorry. I have the option turned on to send me my postings, but I have not gotten them. ;( Sorry for spamming the list! DaR > -Original Message- > From: Peter Tyser [mailto:pty...@xes-inc.com] > Sent: Thursday, May 06, 2010 9:22 AM > To: Dennis Ruffer > Cc: 'Wo

Re: [U-Boot] Endless loop in cmd_log.c?

2010-05-06 Thread Dennis Ruffer
Not sure why this hasn't come through in my 3 earlier attempts... Let me try a different email address... I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at

Re: [U-Boot] Endless loop in cmd_log.c?

2010-05-05 Thread Dennis Ruffer
Not sure why this hasn't come through in my 2 earlier attempts... I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at the end of logbuff_printk appears to cre

[U-Boot] Endless loop in cmd_log.c?

2010-05-05 Thread Dennis Ruffer
I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at the end of logbuff_printk appears to create an endless loop. I had to replace that line with serial_puts(m

[U-Boot] Endless loop in cmd_log.c?

2010-05-05 Thread Dennis Ruffer
I am trying to implement CONFIG_LOGBUFFER and CONFIG_CMD_LOG on our ARM systems and I seem to have run into an endless loop. With loglevel=5 so we still see our console output, the printf at the end of logbuff_printk appears to create an endless loop. I had to replace that line with serial_puts(m