Removed stdio.h inclusion and moved trace macros to use printf avoiding to
write debug informations to standard error.
Signed-off-by: Giuseppe Condorelli
---
lib_generic/zlib.c | 59 +--
1 files changed, 29 insertions(+), 30 deletions(-)
diff --
On Wednesday 02 September 2009, John Rigby wrote:
> Thanks David, I'm less confused now. I think part of my misunderstanding is
> this comment about the new nand_read_page_hwecc_oob_first function in
> nand_base.c:
>
> * Hardware ECC for large page chips, require OOB to be read first.
> * For t
Dear Jean-Christophe PLAGNIOL-VILLARD,
2009/9/2 :
> From: Po-Yu Chuang
> This patch adds an FTRTC010 driver for Faraday A320 evaluation board.
> Signed-off-by: Po-Yu Chuang
Do you receive the patches resent yesterday?
best regards,
Po-Yu Chuang
___
Hello Eric,
after applying your patch I got the following warning:
$ ./MAKEALL galaxy5200
Configuring for galaxy5200 board...
i2c.c:223: warning: function declaration isn't a prototype
textdata bss dec hex filename
239760 12928 283136 535824 82d10 ./u-boot
$
please fix,
Thanks David, I'm less confused now. I think part of my misunderstanding is
this comment about the new nand_read_page_hwecc_oob_first function in
nand_base.c:
* Hardware ECC for large page chips, require OOB to be read first.
* For this ECC mode, the write_page method is re-used from ECC_HW.
*
On Wednesday 02 September 2009, John Rigby wrote:
> Sandeep and all interested parties:
>
> I am trying to understand davinci 4-bit nand options for u-boot and
> linux.
In flux just now. The techinical issue is an ECC engine that's a
bit rough to work with except on small page chips. Summary of
It just occured to me that I might have things backward. Is your new nand
code trying to avoid the interleaved oob? If so, sorry for the confusion.
On Wed, Sep 2, 2009 at 9:02 PM, John Rigby wrote:
> Sandeep and all interested parties:
>
> I am trying to understand davinci 4-bit nand options f
Sandeep and all interested parties:
I am trying to understand davinci 4-bit nand options for u-boot and
linux. I did some searching and found this comment in the davinci
nand driver for openocd:
/*
* "Infix" OOB ... like Linux ECC_HW_SYNDROME. Avoided because it trashes
* manufacturer bad blo
Sorry for my poor English and poor information.
Before meeting this broken, I used U-boot-v2009.06, and no compiling errors.
Then I changed to U-boot-v2009.08, and lib_generic/zlib.c is broken
because of finding no stdio.h and fprintf function when debug function
enabled. So I checked the source
Hi Wolfgang,
/cpu/i386/sc520/sc520_asm.S has the following copyright from AMD:
/*
*
=
*
* Copyright 1999 Advanced Micro Devices, Inc.
*
* This software is the property of Advanced Micro Devices, Inc (AMD) whic
Signed-off-by: Scott Wood
---
drivers/mtd/nand/mxc_nand.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c
index 647be0b..eb0323f 100644
--- a/drivers/mtd/nand/mxc_nand.c
+++ b/drivers/mtd/nand/mxc_nand.c
@@ -1,5 +
> Hello, I am working on a board similar to the EP88xC and am having
> trouble getting the sdram_table[] setup with the correct values (at
> least I think that's the problem).
>
> The board words fine if i burst-inhibit memc_or1 so I know single
> read/write works, but if I remove burst-inhibit, it
Hi Guido,
A while back you added nand_util.c to U-Boot, with a copyright statement
of "Copyright (C) 2006 by Weiss-Electronic GmbH. All rights reserved."
At best the "All rights reserved" clause is meaningless, and at worst it
is in conflict with the statement that the code is licensed under
On Sep 2, 2009, at 12:55 AM, Dipen Dudhat wrote:
> Signed-off-by: Dipen Dudhat
> Acked-by: Kumar Gala
> ---
> - applies on http://git.denx.de/u-boot-mpc85xx.git branch->next
> cpu/mpc85xx/fdt.c |4
> 1 files changed, 4 insertions(+), 0 deletions(-)
applied to 85xx.
- k
__
On Sep 2, 2009, at 3:20 AM, Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk
> ---
> include/configs/TQM85xx.h | 18 +++---
> 1 files changed, 11 insertions(+), 7 deletions(-)
applied to 85xx.
- k
___
U-Boot mailing list
U-Boot@lists.
Refactor the code into a simple bitmask lookup table that determines if
a given PCI controller is enabled and if its in host/root-complex or
agent/end-point mode.
Each processor in the PQ3/MPC86xx family specified different encodings
for the cfg_host_agt[] and cfg_IO_ports[] boot strapping signals
Dear Kristoffer Ericson,
In message <20090902233329.a9b77e68.kristoffer.eric...@gmail.com> you wrote:
> Greetings,
>
> Trying to get my Flashrom working (previously used blob with it).
> I get this now :
> c -Map u-boot.map -o u-boot
> net/libnet.a(net.o)(.text+0x1cc): In function `ArpRequest':
Greetings,
Trying to get my Flashrom working (previously used blob with it).
I get this now :
c -Map u-boot.map -o u-boot
net/libnet.a(net.o)(.text+0x1cc): In function `ArpRequest':
/home/kristoffer/work/projects/u-boot.git/net/net.c:250: undefined reference to
`eth_send'
net/libnet.a(net.o)(.te
Dear Stefan Roese,
In message <200909022057.53144...@denx.de> you wrote:
>
> > I'm sorry, but that's nonsense -- just do "git grep -i 'all rights
> > reserved'" in a kernel source tree to see just how fine "all rights
> > reserved" is in a GPLed project as long as a GPL license is granted too.
>
On Wednesday 02 September 2009 10:17:33 Anton Vorontsov wrote:
> On Wed, Sep 02, 2009 at 02:57:28PM +0200, Wolfgang Denk wrote:
> [...]
>
> > include/elf.h | 593 --
>
> It appears that originally elf.h is BSD-licensed. I see quite a
> lot of "All rights reserv
> Right. We must have copied this line from the Linux 440SPe PCIe driver which
> was a starting point for the U-Boot driver version.
Well, the 440SPe PCIe stuff for the Linux kernel I wrote was definitely
GPLv2. So you can use that code in any other GPLv2 project as far as
I'm concerned.
-
On Wednesday 02 September 2009 18:13:36 Roland Dreier wrote:
> > Roland, is it possible for you to remove the "All Rights Reserved" from
> > this file as it conflicts with the GPL? Otherwise PPC4xx PCIe support
> > will be removed soon.
>
> I'm sorry, but that's nonsense -- just do "git grep -i
> Roland, is it possible for you to remove the "All Rights Reserved" from this
> file as it conflicts with the GPL? Otherwise PPC4xx PCIe support will be
> removed soon.
I'm sorry, but that's nonsense -- just do "git grep -i 'all rights reserved'"
in a kernel source tree to see just how fine
Dear Wolfgang Denk,
Wolfgang Denk wrote:
> Dear Dirk Behme,
>
> In message <4a9e6f17.8050...@googlemail.com> you wrote:
>> Wolfgang Denk wrote:
>>> "All Rights Reserved" conflicts with the GPL.
>>>
>>> Signed-off-by: Wolfgang Denk
>>> ---
>> ...
>>> include/asm-arm/arch-arm925t/sizes.h
Dear Detlev Zundel,
In message <1251905097-27452-1-git-send-email-...@denx.de> you wrote:
> Using a separate "u-boot" environment variable allows to easily
> specify different filenames for the update procedure. This is also in
> line with many other board configurations defining an "update" scri
Using a separate "u-boot" environment variable allows to easily
specify different filenames for the update procedure. This is also in
line with many other board configurations defining an "update" script.
Signed-off-by: Detlev Zundel
CC: Stefan Roese
---
include/configs/amcc-common.h |8 ++
On Sep 2, 2009, at 7:57 AM, Wolfgang Denk wrote:
> "All Rights Reserved" conflicts with the GPL.
>
> Signed-off-by: Wolfgang Denk
> ---
Can you publish a branch or something with this? Would be helpful to
know what random bits might cause build failure.
- k
_
Dear Anton,
In message <20090902141733.ga32...@oksana.dev.rtsoft.ru> you wrote:
> On Wed, Sep 02, 2009 at 02:57:28PM +0200, Wolfgang Denk wrote:
> [...]
> > include/elf.h | 593 --
>
> It appears that originally elf.h is BSD-licensed. I see quite a
> lot of "
On Wed, Sep 02, 2009 at 02:57:28PM +0200, Wolfgang Denk wrote:
[...]
> include/elf.h | 593 --
It appears that originally elf.h is BSD-licensed. I see quite a
lot of "All rights reserved" in BSD-licensed files in gcc, and
glibc (though it is LGPL'ed).
There's
Fixing the number of cores in the device tree based on the actual number of
cores on the system.
With this same device tree image can be used for dual core and single core
members of otherwise exactly same SOC.
For example P2020RDB and P2010RDB
P1020RDB and P1011RDB
Signed-o
Dear "Gao Ya'nan",
In message you
wrote:
> ==
> 84 /* Diagnostic functions */
> 85 #ifdef DEBUG
> 86 #include
> ==
>
> And
>
> ==
> 1992 #ifdef DEBUG
> 1993
> 1994 #ifndef verbose
> 1995 #define verbose 0
> 1996 #endif
>
Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases
we have like PCI, CPM2, QE. Also reworked it to use one line per file
for everything and sorted in alphabetical order.
Signed-off-by: Kumar Gala
---
cpu/mpc85xx/Makefile | 23 +--
cpu/mpc85xx/commp
"All Rights Reserved" conflicts with the GPL.
Signed-off-by: Anton Vorontsov
---
cpu/mpc83xx/serdes.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/mpc83xx/serdes.c b/cpu/mpc83xx/serdes.c
index 283cc3f..64033fe 100644
--- a/cpu/mpc83xx/serdes.c
+++ b/cpu/mpc83xx/s
On Sep 2, 2009, at 7:57 AM, Wolfgang Denk wrote:
> cpu/mpc824x/drivers/errors.h | 212 -
this looks safe to remove as it doesn't appear to be used.
- k
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
Dear Kumar Gala,
In message <6a45f2f4-31fd-4b5b-9a76-18fafc247...@kernel.crashing.org> you wrote:
>
> On Sep 2, 2009, at 7:57 AM, Wolfgang Denk wrote:
>
> > "All Rights Reserved" conflicts with the GPL.
> >
> > Signed-off-by: Wolfgang Denk
> > ---
>
> Can you publish a branch or something with
Dear Stefan,
In message <200909021522.07789...@denx.de> you wrote:
> On Wednesday 02 September 2009 14:57:28 Wolfgang Denk wrote:
> > "All Rights Reserved" conflicts with the GPL.
> >
> > Signed-off-by: Wolfgang Denk
> > ---
>
>
>
> > delete mode 100644 cpu/ppc4xx/4xx_pcie.c
>
> Roland, is i
On Sep 2, 2009, at 7:57 AM, Wolfgang Denk wrote:
> cpu/mpc83xx/serdes.c | 145 -
Can you post a patch to address this since its on a MV related
copyright.
- k
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.de
On Wednesday 02 September 2009 14:57:28 Wolfgang Denk wrote:
> "All Rights Reserved" conflicts with the GPL.
>
> Signed-off-by: Wolfgang Denk
> ---
> delete mode 100644 cpu/ppc4xx/4xx_pcie.c
Roland, is it possible for you to remove the "All Rights Reserved" from this
file as it conflicts wit
Dear Dirk Behme,
In message <4a9e6f17.8050...@googlemail.com> you wrote:
> Wolfgang Denk wrote:
> > "All Rights Reserved" conflicts with the GPL.
> >
> > Signed-off-by: Wolfgang Denk
> > ---
> ...
> > include/asm-arm/arch-arm925t/sizes.h | 50 -
> > include/asm-arm/arch-arm926ej
Wolfgang Denk wrote:
> "All Rights Reserved" conflicts with the GPL.
>
> Signed-off-by: Wolfgang Denk
> ---
...
> include/asm-arm/arch-arm925t/sizes.h | 50 -
> include/asm-arm/arch-arm926ejs/sizes.h | 51 -
> include/asm-arm/arch-omap/sizes.h | 5
==
84 /* Diagnostic functions */
85 #ifdef DEBUG
86 #include
==
And
==
1992 #ifdef DEBUG
1993
1994 #ifndef verbose
1995 #define verbose 0
1996 #endif
==
___
U-Boot mailing
Some files included my old standerd file header which had a "All
Rights Reserved" part. As this has never been my intention, I remove
these lines to make the files compatible with GPL v.2 and later.
Signed-off-by: Wolfgang Denk
---
board/lwmon/lwmon.c |1 -
drivers/input/keyboard.c |
As announced a long time ago (and obviously mostly ignored by lots of
developers and maintainers) we now take the gloves off and actually
implement the license cleanup.
As U-Boot is released under GPL (some parts v2 only, other parts v2
or later) the task is to get rid of all parts of code that ar
"All Rights Reserved" conflicts with the GPL.
Signed-off-by: Wolfgang Denk
---
board/cogent/lcd.c | 245 -
board/cogent/lcd.h | 84 -
board/esd/common/s1d13704_320_240_4bpp.h | 53 -
board/esd/common/s1d13705_320_240_
On Wednesday 02 September 2009 06:43:45 Remy Bohmer wrote:
> Hello Mike,
> > ping ... should still apply (or at least git-am should be able to handle
> > it)
>
> Well, this comment at least gave me the impression that you would
> update your patch...
>
> > i didnt add that, but adding packed would
Hello Mike,
> ping ... should still apply (or at least git-am should be able to handle it)
Well, this comment at least gave me the impression that you would
update your patch...
> i didnt add that, but adding packed would probably make sense
> -mike
Remy
2009/6/21 Mike Frysinger :
> On Sunday 2
From: Harald Krapfenbauer
The CM-BF537U is similar to the CM-BF537E module, but enough to need its
own board port.
Signed-off-by: Harald Krapfenbauer
Signed-off-by: Mike Frysinger
---
v2
- update for smc911x net multi
MAINTAINERS |1 +
MAKEALL
The recent 52cb4d4fb348 commit which renamed device to stdio_dev missed the
cm-bf548's video board.
Signed-off-by: Mike Frysinger
---
board/cm-bf548/video.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/cm-bf548/video.c b/board/cm-bf548/video.c
index 49dbe77
On Monday 27 July 2009 17:43:22 Ben Warren wrote:
> diff --git a/include/configs/blackstamp.h b/include/configs/blackstamp.h
> index 887f3fb..6c9b3e0 100644
> --- a/include/configs/blackstamp.h
> +++ b/include/configs/blackstamp.h
> @@ -30,7 +30,8 @@
> /*
> * Board settings
> */
> -#define CON
>Dear sunr2007,
>I asked you before: please make sure to read
>http://www.netmeister.org/news/learn2quote.html
>and then follow the rules.
>Especially, do not top-post / full-quote.
>You may also want to read
>http://catb.org/esr/faqs/smart-questions.html
Dear wolfgang denk,
please review and
ping ... should still apply (or at least git-am should be able to handle it)
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Some board use more then 2KiB OneNAND IPL.
E.G., S5PC100 loads 16KiB OneNAND IPL
diff --git a/Makefile b/Makefile
index c9727f8..1af42ce 100644
--- a/Makefile
+++ b/Makefile
@@ -285,6 +285,7 @@ endif
ifeq ($(CONFIG_ONENAND_U_BOOT),y)
ONENAND_IPL = onenand_ipl
U_BOOT_ONENAND = $(obj)u-boot-onena
Since the NAND code now uses 64bit code, make sure we enable support for
ADI Blackfin boards in printf to avoid the warning:
nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for
correct output!
Signed-off-by: Mike Frysinger
---
blah, one more ...
include/configs/bfin
The default console size indirectly applies to length of env vars, so a
smaller length makes it hard to pass longer command lines to kernels.
Signed-off-by: Mike Frysinger
---
include/asm-blackfin/config.h |6 +-
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/include/asm-
If the memory layout pushes the stack out of the default DCPLB coverage,
the exception handler may trigger a double fault by trying to push onto
the uncovered stack. So handle the exception stack similar to the kernel
by using the top of the scratch pad SRAM.
Signed-off-by: Mike Frysinger
---
c
From: Harald Krapfenbauer
The CM-BF537U is similar to the CM-BF537E module, but enough to need its
own board port.
Signed-off-by: Harald Krapfenbauer
Signed-off-by: Mike Frysinger
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile
The display_global_data() function generated warnings with pretty much
every variable.
Signed-off-by: Mike Frysinger
---
lib_blackfin/board.c | 36 ++--
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/lib_blackfin/board.c b/lib_blackfin/board.c
From: Robin Getz
Since the Blackfin ABI favors higher scratch registers by default, use the
last scratch register (P3) for global data rather than the first (P5).
This allows the compiler's register allocator to use higher number scratch
P registers, which in turn better matches the Blackfin inst
From: Robin Getz
Add dns and ntp to default networking commands, and ask for more dhcp
options to better configure the network environment.
Signed-off-by: Robin Getz
Signed-off-by: Mike Frysinger
---
include/configs/bfin_adi_common.h | 10 ++
1 files changed, 10 insertions(+), 0 del
From: Michael Hennerich
Signed-off-by: Michael Hennerich
Signed-off-by: Mike Frysinger
---
include/configs/bf537-stamp.h | 29 -
1 files changed, 24 insertions(+), 5 deletions(-)
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index 983
From: Robin Getz
Signed-off-by: Robin Getz
Signed-off-by: Mike Frysinger
---
include/configs/bfin_adi_common.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/bfin_adi_common.h
b/include/configs/bfin_adi_common.h
index 1ca2e51..ceb130c 100644
--- a/
A few bug fixes, smaller code, and a new board port.
Harald Krapfenbauer (1):
Blackfin: cm-bf537u: new board port
Michael Hennerich (1):
Blackfin: bf537-stamp: comment CF-Flash Card Support better
Mike Frysinger (3):
Blackfin: fix debug printf modifiers
Blackfin: increase default console
Fix warning messages:
cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
unsigned int', but argument 6 has type 'u32'
cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
unsigned int', but argument 7 has type 'u32'
Signed-off-by: Wolfgang Denk
---
common/cmd_mtdparts.c |
Signed-off-by: Wolfgang Denk
---
include/configs/TQM85xx.h | 18 +++---
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/include/configs/TQM85xx.h b/include/configs/TQM85xx.h
index 1fbf4bf..d62576e 100644
--- a/include/configs/TQM85xx.h
+++ b/include/configs/TQM85xx.h
The random_port() is meant to be used by other net code, but without a
prototype, we get fun warnings like:
dns.c: In function 'DnsSend':
dns.c:89: warning: implicit declaration of function 'random_port'
Signed-off-by: Mike Frysinger
---
include/net.h |3 +++
1 files changed, 3 insertions(+)
ping
Michal Simek wrote:
> Hi Ben,
> Ben Warren wrote:
>> Hi Michal,
>>
>> mon...@monstr.eu wrote:
>>> Hi Ben,
>>>
>>> I updated LL-temac driver - all fixes are there.
>>> Ad to your point Microblaze uses only one ethernet core. It is possible
>>> to use a lot of IPs but I don't have board like th
Incase the system is detected with Unknown SVR, let the system boot
with a default value and a proper message.
Now with dynamic detection of SOC properties from SVR, this is necessary
to prevent a crash.
Signed-off-by: Poonam Aggrwal
Signed-off-by: Kumar Gala
---
applies on git.am.freescale.net
Dear "J. William Campbell",
In message <4a9d99b1.1010...@comcast.net> you wrote:
>
...
> > Becky then posted the summary of this discussion here:
> >
> > http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/50705
...
> In quick summary, for the next few years, we will require that all
> "import
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Wednesday, September 02, 2009 1:03 PM
> To: Aggrwal Poonam-B10812
> Cc: u-boot@lists.denx.de; Kumar Gala
> Subject: Re: [U-Boot] [PATCH][v1] ppc/85xx,86xx: Handling
> Unknown SOC version
>
> Dear Poonam Aggrwal,
>
Dear sunr2007,
I asked you before: please make sure to read
http://www.netmeister.org/news/learn2quote.html
and then follow the rules.
Especially, do not top-post / full-quote.
In message <25252776.p...@talk.nabble.com> you wrote:
>
> yeah u are right denk. sorry i addressed as deng in last me
Dear Poonam Aggrwal,
In message <1251864186-11732-1-git-send-email-poonam.aggr...@freescale.com> you
wrote:
> Incase the system is detected with Unknown SVR, let the system boot
> with a default value and a proper message.
> Now with dynamic detection of SOC properties from SVR, this is necessary
yeah u are right denk. sorry i addressed as deng in last message. i added
CONFIG_CMD_FAT in my config file /include/configs/at91sam9261ek.h and
cmd_fat.c got compiled
. on these lines Now i want to compile the file /drivers/spi/atmel_spi.c ,
so enabled #define CONFIG_ATMEL_SPI 1 in config file
72 matches
Mail list logo