From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis Ruffer Date: Sun, 7 Nov 2010 13:36:02 -0800 Subject: [U-Boot] Standalone API In-Reply-To: <3E0B820A-7A5F-41F9-B7CD-EA4B502A87C0@electrans.com> References: <55FC7920-C4C8-4F96-8C51-70642B978FD3@electrans.com> <011601cb7e93$e3bb0d10$ab312730$@com> <3E0B820A-7A5F-41F9-B7CD-EA4B502A87C0@electrans.com> Message-ID: <000601cb7ec3$c82ff620$588fe260$@com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Replies inline below... > -----Original Message----- > From: Andrew Holt (SE) [mailto:andrew.holt at 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 hadn't, but I will, Thanks. > > I did find include/exports.h That's where the document points you to anyway. > 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 ? If it's not in exports.h you can't call it, but you can add anything that follows the rules. > Can you give me any guidance with regard to implementing the U-Boot API > on SuperH ? Not really. I'm working on ARM and I haven't even written a standalone program myself yet. I've simply looked at it enough to have a good idea how to do it and I was working with a standalone program that someone else had written which didn't use any calls into uboot. So, I know it's possible. > What are the licences implications of a standalone calling these things > ? I'm not a lawyer, but I imagine that if you call u-boot routines, you still have to comply with their license. > Thanks for your help, it's good to know there is somebody out there :) My impression is that most are in the far east, so I suspected you might not get many replies until tomorrow. I'm not really one of the official maintainers, but they might be able to help you on a SuperH. DaR > Regards, > Andrew > > On 7 Nov 2010, at 15:53, Dennis Ruffer wrote: > > >> From: u-boot-bounces at lists.denx.de [mailto:u-boot- > >> bounces at 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. Also can somebody just responds anyway as a test. I'm not sure > >> that my messages are getting out there. > > > > Did you read doc/README.standalone? > > > > DaR > > > > > > ============================= > Andrew Holt > Senior Software Engineer > > Email: andrew.holt at electrans.com > > Questions are a burden to others; answers a prison for oneself. > ============================= > >