[U-Boot] Strange NAND issue on a P1014

2013-08-15 Thread ANDY KENNEDY
All, We are attempting to set up a NAND chip on our board through u-Boot. Strange things are happening. During our debugging (of release 2013.04), we found the issue seemed to be in the file drivers/mtd/nand/nand_base.c file around line 2640: chip->cmdfunc(mtd, NAND_CMD_READID, 0x00, -1)

[U-Boot] Problem with stand-alone apps

2013-08-28 Thread ANDY KENNEDY
All, In an effort to play by the rules, we created a stand alone app that handles breaking the boot process with bootdelay set to 0. We require a special key sequence to break into the boot process to ensure security, and to ensure we do not interrupt the boot process with stray key strokes. We a

Re: [U-Boot] Problem with stand-alone apps

2013-08-29 Thread ANDY KENNEDY
> From: James Chargin [mailto:jimccr...@gmail.com] > On 08/28/2013 08:07 AM, ANDY KENNEDY wrote: > > All, > > > > In an effort to play by the rules, we created a stand alone app that > > handles breaking the boot process with bootdelay set to 0. We require > >

Re: [U-Boot] Problem with stand-alone apps

2013-08-29 Thread ANDY KENNEDY
> From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Tom Rini > > On Wed, Aug 28, 2013 at 03:07:47PM +0000, ANDY KENNEDY wrote: > > > All, > > > > In an effort to play by the rules, we created a stand alone app that > > handles breaking the boot process

[U-Boot] NAND flash question

2013-09-19 Thread ANDY KENNEDY
All, We have a design that has NAND as a secondary device (not the boot device). The last four pages of the NAND flash are reported as bad. Should this be true for all NAND flash devices we have? Thanks, Andy ___ U-Boot mailing list U-Boot@lists.denx.d

Re: [U-Boot] NAND flash question

2013-09-20 Thread ANDY KENNEDY
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On > Behalf Of Peter Barada > Sent: Thursday, September 19, 2013 3:26 PM > To: u-boot@lists.denx.de; Peter Barada > Subject: Re: [U-Boot] NAND flash question > > On 0

[U-Boot] FW: I want to use Barebox

2012-04-16 Thread ANDY KENNEDY
U-Boot. Convince me. Andy -Original Message- From: ANDY KENNEDY Sent: Friday, April 13, 2012 10:37 AM To: 'bare...@lists.infradead.org' Subject: I want to use Barebox I first saw Barebox about a year ago, did a little poking around and realized that this seems like the way

Re: [U-Boot] FW: I want to use Barebox

2012-04-17 Thread ANDY KENNEDY
> > 1)  I have a concern that barebox is not mainstream enough yet. > > I don't think 'maintstream' is the right focal point. Have a look at (for > both busybox and U-Boot) > > - How often a patches committed to the public repository > - What is the patch review procedure - Has it changed recen

[U-Boot] usb storage/fatload: Should it work with SmartPhones?

2013-02-14 Thread ANDY KENNEDY
All, I was playing with the USB support within u-boot. I can see various jump-drives just fine. I attempted to plug in my smart phone (a Motorola) and run the 'usb start' command. The command detects that there is something on the USB wire, it even sees that there is a USB storage device, it ju

[U-Boot] GCC 5.x compile errors

2015-06-30 Thread ANDY KENNEDY
Attempted to build u-boot with gcc 5.x for mipsel 32. Result was that I get brokenness around arch/mips/include/asm/io.h and arch/mips/include/asm/system.h. The source lines all look something like: extern inline void func() { func text ; } Question: Is that valid C text? I have never