Re: [U-Boot] [ANN] U-Boot v2015.10-rc5 released

2015-10-15 Thread Rafal Jaworowski
Hi Wolfgang, Tom, On Thu, Oct 15, 2015 at 9:28 AM, Wolfgang Denk wrote: > Dear Tom, > > In message <20151015004002.GX23893@bill-the-cat> you wrote: >> >> I'm just not sure what to do about CONFIG_API some days. I know one use >> case is for GRUB but I'd like to move away from that

Re: [U-Boot] freebsd 8 installer on MPC8349E-mITX

2010-06-23 Thread Rafal Jaworowski
On 2010-06-23, at 18:08, Zied Fakhfakh wrote: Hi am trying to boot, freebsd 8 instalelr on the MPC8349E-mITX. I loaded the ubldr: MPC8349E-mITX tftpboot $loadaddr freebsd8/boot/ubldr Speed: 100, full duplex Using TSEC0 device TFTP from server 192.168.0.194; our IP address is

Re: [U-Boot] API License Terms

2009-09-01 Thread Rafal Jaworowski
On 2009-09-01, at 20:08, Wolfgang Denk wrote: 3) If presume that we cannot use the GPLv2 glue files in a closed source application. Correct. There's also a BSD licensed version of the gluing code and the syscall entry, which is used for integration of the FreeBSD loader(8) with

Re: [U-Boot] API code - licensing

2009-07-27 Thread Rafal Jaworowski
Dear Wolfgang, On 2009-07-27, at 09:35, Wolfgang Denk wrote: I somehow had developed the impression thatthe API code was intended to be some next generation implementation for standalone programs, with one of the primary purposes being the implementation of (potentially closed

Re: [U-Boot] [PATCH] export SPI functions to standalone apps

2009-07-20 Thread Rafal Jaworowski
On 2009-07-19, at 04:22, Mike Frysinger wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- common/exports.c |8 include/_exports.h |8 include/exports.h |3 ++- 3 files changed, 18 insertions(+), 1 deletions(-) diff --git a/common/exports.c

Re: [U-Boot] CONFIG_API, EABI and raise()

2009-07-16 Thread Rafal Jaworowski
On 2009-07-15, at 18:09, Mike Frysinger wrote: On Wednesday 15 July 2009 11:15:46 Rafal Jaworowski wrote: On 2009-07-15, at 16:58, Mike Frysinger wrote: On Tuesday 14 July 2009 09:47:26 Piotr Zięcik wrote: While working on U-Boot for our board we have found problem related to CONFIG_API

Re: [U-Boot] CONFIG_API, EABI and raise()

2009-07-16 Thread Rafal Jaworowski
Hi Stefan, On 2009-07-16, at 10:46, Stefan Roese wrote: On Thursday 16 July 2009 10:37:34 Rafal Jaworowski wrote: On 2009-07-15, at 18:09, Mike Frysinger wrote: On Wednesday 15 July 2009 11:15:46 Rafal Jaworowski wrote: On 2009-07-15, at 16:58, Mike Frysinger wrote: On Tuesday 14 July 2009

Re: [U-Boot] [PATCH v2 0/6] Clean up top-level directory structure

2009-07-15 Thread Rafal Jaworowski
Hi Peter, On 2009-07-14, at 17:20, Peter Tyser wrote: I like the Linux and u-boot-v2 directory layout too the more I think about it too. How about if I resend this series but with the final directory structure looking like: /arch/$(ARCH)/lib/source files currently in lib_$(ARCH) /lib/

Re: [U-Boot] CONFIG_API, EABI and raise()

2009-07-15 Thread Rafal Jaworowski
On 2009-07-15, at 16:58, Mike Frysinger wrote: On Tuesday 14 July 2009 09:47:26 Piotr Zięcik wrote: While working on U-Boot for our board we have found problem related to CONFIG_API option. In general, enabling it causes build failure. Our tests showed that problem exists also on other

Re: [U-Boot] [PATCH 9/9] Move api_examples to api/examples

2009-07-10 Thread Rafal Jaworowski
On 2009-07-09, at 18:36, Peter Tyser wrote: On Thu, 2009-07-09 at 18:22 +0200, Rafal Jaworowski wrote: On 2009-07-09, at 17:08, Peter Tyser wrote: Signed-off-by: Peter Tyser pty...@xes-inc.com --- Makefile|4 ++-- {api_examples = api/examples

Re: [U-Boot] [PATCH 9/9] Move api_examples to api/examples

2009-07-09 Thread Rafal Jaworowski
On 2009-07-09, at 17:08, Peter Tyser wrote: Signed-off-by: Peter Tyser pty...@xes-inc.com --- Makefile|4 ++-- {api_examples = api/examples}/.gitignore |0 {api_examples = api/examples}/Makefile |8 {api_examples =

Re: [U-Boot] [PATCH 1/4] api_examples/Makefile: Split up variable declarations

2009-06-23 Thread Rafal Jaworowski
On 2009-06-23, at 01:01, Peter Tyser wrote: This cleans up the Makefile a bit and simplifies future changes Signed-off-by: Peter Tyser pty...@xes-inc.com --- These are some similar changes to the ones I made to the tools directory recently. It gets rid of symlinking source files which

Re: [U-Boot] Out-of-tree build of API code fails

2009-06-15 Thread Rafal Jaworowski
Dear Wolfgang, On 2009-06-14, at 21:29, Wolfgang Denk wrote: in message 63279ff4-75bf-44e5-914e-213c2bf41...@semihalf.com you wrote: it seems the api_examples/ code fails when building out of tree: ... Could you please have a look? Thanks in advance. Sure, I'll take a look. Did

Re: [U-Boot] [RFC] API Licence

2009-05-19 Thread Rafal Jaworowski
On 2009-05-19, at 00:13, Wolfgang Denk wrote: Dear Jean-Christophe PLAGNIOL-VILLARD, In message 20090518212049.gj17...@game.jcrosoft.org you wrote: I've to write an application that need to use the mmc and net but can not be under GPL MMC is not exported to API, is it? It is, in the

Re: [U-Boot] Out-of-tree build of API code fails

2009-05-18 Thread Rafal Jaworowski
On 2009-05-15, at 23:19, Wolfgang Denk wrote: In message 0ad43a8e-402b-41f0-bab1-e6d7f7537...@semihalf.com you wrote: Dear Wolfgang, On 2009-03-29, at 00:03, Wolfgang Denk wrote: Dear Rafal, it seems the api_examples/ code fails when building out of tree: ... Could you please have

Re: [U-Boot] Out-of-tree build of API code fails

2009-03-30 Thread Rafal Jaworowski
Dear Wolfgang, On 2009-03-29, at 00:03, Wolfgang Denk wrote: Dear Rafal, it seems the api_examples/ code fails when building out of tree: ... Could you please have a look? Thanks in advance. Sure, I'll take a look. kind regards, Rafal ___

Re: [U-Boot] Size of external u-boot commands

2009-03-26 Thread Rafal Jaworowski
On 2009-03-26, at 15:21, Jon Smirl wrote: Libraries appear to be the problem. A program that just returns is 100 bytes, add a puts(hello world) and it is 65KB. I had expected the u-boot app examples to be smart and use the copy of those libraries in the u-boot image. For example the demo

[U-Boot] [PATCH 3/4] API: Only output test data when reading was successful.

2009-01-23 Thread Rafal Jaworowski
Signed-off-by: Rafal Czubak r...@semihalf.com --- api_examples/demo.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/api_examples/demo.c b/api_examples/demo.c index 69ac318..2510ed8 100644 --- a/api_examples/demo.c +++ b/api_examples/demo.c @@ -135,9 +135,10 @@

[U-Boot] [PATCH 2/4] API: Provide syscall entry point for the ARM architecture.

2009-01-23 Thread Rafal Jaworowski
Signed-off-by: Rafal Czubak r...@semihalf.com Acked-by: Rafal Jaworowski r...@semihalf.com --- api_examples/Makefile |7 +++ api_examples/crt0.S | 17 - lib_arm/board.c |5 + 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/api_examples

[U-Boot] [PATCH 1/4] API: Use stack pointer as API signature search hint in the glue layer.

2009-01-23 Thread Rafal Jaworowski
scheme. Signed-off-by: Rafal Czubak r...@semihalf.com Signed-off-by: Rafal Jaworowski r...@semihalf.com --- api_examples/crt0.S | 14 ++ api_examples/glue.c | 11 +-- api_examples/glue.h |8 3 files changed, 23 insertions(+), 10 deletions(-) diff --git

[U-Boot] [PATCH 4/4] API: Improve glue mid-layer of the API demo application.

2009-01-23 Thread Rafal Jaworowski
these changes do not touch the API proper, so the interface between U-Boot and standalone applications remains unchanged. Signed-off-by: Rafal Jaworowski r...@semihalf.com --- api_examples/demo.c |8 ++ api_examples/glue.c | 58 + api_examples

Re: [U-Boot] Inefficient code in NetLoop() ?

2008-09-26 Thread Rafal Jaworowski
Stefan Roese wrote: On Friday 26 September 2008, Wolfgang Denk wrote: Am I reading this correctly that we eth_halt() and eth_init() the network interface for each and every call to NetLoop? Yes, it looks that way. Ripe for gutting. I didn't have much time to look into the code, so I'm

Re: [U-Boot] Location of jump table in global_data structure

2008-08-20 Thread Rafal Jaworowski
Peter Tyser wrote: *snip* Do others view this issue as a problem that should be fixed? Yes. If others feel that the jt pointer should be moved to the 2nd item in global_data structure let me know and I can generate a patch. Add a comment and police it is my vote. That's definitely an

Re: [U-Boot] Enquiry for code supporting for MPC8572pc.Thanks!

2008-08-15 Thread Rafal Jaworowski
lifengkai wrote: I downloaded the U-boot code yesterday, I can see that there is support for Freescale MPC85XX, but no specifically code supporting for MPC8572pc. So I am wondering when the code for MPC8572 will be relased? Will it be soon? Support for the MPC8572 has been posted only