Re: [U-Boot] Standalone API examples on the P4080DS

2015-01-20 Thread David George
Thank you very much for this Peter, it's much appreciated, and should hopefully stop anyone else falling into the same trap! Thanks! Dave George On 16/01/2015 17:08, Peter Tyser wrote: Hi David, It looks like the entry point is 0x4. Why does the tutorial state that the example needs to

Re: [U-Boot] Standalone API examples on the P4080DS

2015-01-16 Thread Peter Tyser
Hi David, > It looks like the entry point is 0x4. Why does the tutorial state > that the example needs to be run from a 4 byte offset? In this case > this > will result in a failure to create a stack frame for hello_world. For PowerPC the entry point used to be non-deterministic, but was g

[U-Boot] Standalone API examples on the P4080DS

2015-01-16 Thread David George
Hi all, I have compiled the hello_world standalone API example documented at http://www.denx.de/wiki/view/DULG/UBootStandalone for the Freescale P4080DS development board. For the standalone api example hello_world, the tutorial (linked above) states that the entry point of the application *

Re: [U-Boot] Standalone API

2010-11-07 Thread Peter Tyser
On Sun, 2010-11-07 at 20:44 +, Andrew Holt (SE) wrote: > Hi, > > I hadn't, but I will, Thanks. > > I did find include/exports.h > > Another question would be, I guess exports.h holds a subset of routines that > 'could' be called by a standalone. Is there a list of potential candidates ? >

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 Andrew Holt (SE)
Hi, I hadn't, but I will, Thanks. I did find include/exports.h Another question would be, I guess exports.h holds a subset of routines that 'could' be called by a standalone. Is there a list of potential candidates ? Can you give me any guidance with regard to implementing the U-Boot API on

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

[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. ===