Re: [U-Boot] Uninterruptible start

2011-01-05 Thread Andrew Holt (SE)
Hi, In the config file I commented out: #define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */ And that seems to do it :) Regards, Andrew On 5 Jan 2011, at 10:05, Wolfgang Denk wrote: > Dear "Andrew Holt (SE)", > > In message <9c907c9e-91

Re: [U-Boot] Uninterruptible start

2011-01-05 Thread Andrew Holt (SE)
Hi, See below ... On 4 Jan 2011, at 22:09, Wolfgang Denk wrote: > Dear "Andrew Holt (SE)", > > In message <1697cdb1-f968-4361-8895-c52ec77ec...@electrans.com> you wrote: >> >> I want disable the ability to interrupt the boot process. >> >>

[U-Boot] Uninterruptible start

2011-01-04 Thread Andrew Holt (SE)
Hi, I want disable the ability to interrupt the boot process. Setting bootdelay to 0 speeds the start, but if I hit a key at the right (or wrong, depending on point of view) I can still break out into the U-Boot command line. Any hints/tips on how to do this ? Thanks, Andrew

Re: [U-Boot] Standalone API

2010-11-07 Thread Andrew Holt (SE)
- >> 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 >

[U-Boot] Standalone API

2010-11-07 Thread Andrew Holt (SE)
Hi, 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. Also can somebody just responds anyway as a test. I'm not sure that my messages are getting out there. ===

[U-Boot] Enabling the API

2010-11-05 Thread Andrew Holt (SE)
Hi, I am currently running U-Boot on our Renesas SH4 (SH7723) based system. I would like to add the API functionality, but am finding the documentation covering this area a little sparse. Can anybody offer me any helpful tips and advice to help me along. Many thanks, Andrew ===

[U-Boot] Adding the API functionality

2010-11-03 Thread Andrew Holt (SE)
Hi, I am currently running U-Boot on our Renesas SH4 (SH7723) based system. I would like to add the API functionality, but am finding the documentation covering this area a little sparse. Can anybody offer me any helpful tips and advice to help me along. Many thanks, Andrew ==