[U-Boot] [PATCH] PMC405DE: fix out of tree building

2009-07-26 Thread Wolfgang Denk
Signed-off-by: Wolfgang Denk --- board/esd/pmc405de/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/esd/pmc405de/Makefile b/board/esd/pmc405de/Makefile index a080649..327e51e 100644 --- a/board/esd/pmc405de/Makefile +++ b/board/esd/pmc405de/Makefile @@ -26

[U-Boot] [PATCH v5] ppc4xx: Add GDsys CompactCenter board support.

2009-07-26 Thread Dirk Eibach
Board support for the Guntermann & Drunck CompactCenter and DevCon-Center. Based on the AMCC Canyonlands board support by Stefan Roese. Signed-off-by: Dirk Eibach --- Changes since v1: - removed dead code - whitespace cleanup - simplified code for nand/nor distinction in board/gdsys/compactcenter

Re: [U-Boot] [PATCH v2] Make linking against libgcc configurable

2009-07-26 Thread Heiko Schocher
Hello Daniel, Daniel Gorsulowski wrote: > Heiko Schocher wrote: >> Daniel Gorsulowski wrote: >>> Sorry, it was my misstake. >>> >>> By c&p and applying yout patch I missed the changes in lib_arm/Makefile. >>> But as i wrote, _lshrdi3.a does not compile. >> Why do you use c&p, and not better tools?

[U-Boot] [RESEND][PATCH 3/6]POSEIDON Board Support

2009-07-26 Thread Vivek
Removed code referring Legacy NAND and did some code cleanup. Signed-off-by: Vivek Dalal --- diff --git a/board/poseidon/Makefile b/board/poseidon/Makefile index e69de29..edbc696 100644 --- a/board/poseidon/Makefile +++ b/board/poseidon/Makefile @@ -0,0 +1,48 @@ +# +# (C) Copyright 2009-2010 +#

[U-Boot] [PATCH] ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd

2009-07-26 Thread Stefan Roese
This patch adds some I2C bootstrap setting for NAND booting to the Kilauea chip_config command ("533-nand" and "600-nand"). Additionally some incorrectly indented lines are fixed. Signed-off-by: Stefan Roese --- board/amcc/kilauea/chip_config.c | 24 1 files changed,

[U-Boot] [PATCH] ppc4xx: Kilauea: Fix SDRAM init in NAND booting version

2009-07-26 Thread Stefan Roese
DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx targets. Otherwise the configured fixed init values for some DDR2 controller registers (e.g. RQDC) are not initialized at all resulting in a non working SDRAM. Signed-off-by: Stefan Roese --- include/configs/kilauea.h |2 +

Re: [U-Boot] [PATCH 3/6] Poseidon Board Support

2009-07-26 Thread Vivek
Hi Scott - Original Message - From: "Scott Wood" To: "Vivek" Cc: Sent: Wednesday, July 01, 2009 10:29 PM Subject: Re: [U-Boot] [PATCH 3/6] Poseidon Board Support > On Wed, Jul 01, 2009 at 04:55:01PM +0530, Vivek wrote: >> +#ifdef CONFIG_CMD_NAND >> +#include >> +extern struct nand_c

Re: [U-Boot] [PATCH/RFC] net: defragment IP packets

2009-07-26 Thread Ben Warren
Hi Guys, Alessandro Rubini wrote: >>> >>> >> Yeah, I had seen this - but didn't want to duplicate something that >> Alessandro >> might already working on... >> >> Alessandro - were you going to add out of order packets? >> > > If the code ha

Re: [U-Boot] nand_bbt: Out of memory for large block NAND

2009-07-26 Thread Stefan Roese
On Monday 27 July 2009 02:35:00 J.C. Wren wrote: > The NAND bad block code is throwing an error at startup of 'nand_bbt: Out > of memory' for large block NAND flash (block size of 128K). > The vmalloc() call is trying to allocate 135,168 bytes. > CONFIG_SYS_MALLOC_LEN is (0x1 + 128*1024). > > B

Re: [U-Boot] [PATCH] Add md5sum and sha1 commands...

2009-07-26 Thread Robin Getz
From: Robin Getz Now that we have sha1 and md5 in lib_generic, allow people to use them on the command line, for checking downloaded files Signed-off-by: Robin Getz README |4 ++ common/cmd_mem.c | 68 + 2 files changed, 72 insertio

Re: [U-Boot] [PATCH 1/2 V3] new video driver for bus vcxkframebuffers

2009-07-26 Thread Robin Getz
On Sun 26 Jul 2009 07:46, Anatolij Gustschin pondered: > Jens Scharsig wrote: > > This patch adds a new video driver > > > > * adds common bus_vcxk framebuffer driver > > > > Signed-off-by: Jens Scharsig > > Applied to u-boot-video. Thanks! Note that I had to fix lots > of style issues before

Re: [U-Boot] Please pull u-boot-mpc85xx (updated)

2009-07-26 Thread Zang Roy-R61911
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Saturday, July 25, 2009 4:59 AM > To: Tabi Timur-B04825 > Cc: Wolfgang Denk; u-boot Mailing List; Ben Warren; Zang Roy-R61911 > Subject: Re: [U-Boot] Please pull u-boot-mpc85xx (updated) > > > On Jul 24

[U-Boot] Question about big-endian for u-boot

2009-07-26 Thread patrick_ye
Hi,Dear Sir: I want to port u-boot to ARM4510 with big-endian, but I failed. The error shows like this: /root/usr/local/arm/3.3.2/bin/arm-linux-ld: common/libcommon.a(crc16.o): compile with little-endian but the target is big-endian. I have modified CFLAGS and AFLAGS by adding option “-mbi

Re: [U-Boot] [PATCH/RFC] net: defragment IP packets

2009-07-26 Thread Robin Getz
On Fri 24 Jul 2009 04:04, Alessandro Rubini pondered: > This patch add a quick and dirty defrag step in IP reception. This > allows to increase the TFTP block size and get more performance in > slow links (but at that point it should be made configurable). > > The overhead is negligible, verified

Re: [U-Boot] ARM compiliation failing due to missing __lshrdi3 / EABI version conflict

2009-07-26 Thread J.C. Wren
The patches you just committed did the job, thank you. And, yes, I DID read the thread to it's conclusion. It wasn't helpful. I wasn't planning on becoming familiar with u-boot internals, but thanks to TI, it's become a necessity. --jc On Sun, Jul 26, 2009 at 6:04 PM, Wolfgang Denk wrote: > D

[U-Boot] nand_bbt: Out of memory for large block NAND

2009-07-26 Thread J.C. Wren
The NAND bad block code is throwing an error at startup of 'nand_bbt: Out of memory' for large block NAND flash (block size of 128K). The vmalloc() call is trying to allocate 135,168 bytes. CONFIG_SYS_MALLOC_LEN is (0x1 + 128*1024). Bumping CONFIG_SYS_MALLOC_LEN to (0x2 + 128*1024) wasn't

Re: [U-Boot] [PATCH/RFC] net: defragment IP packets

2009-07-26 Thread Robin Getz
On Sun 26 Jul 2009 16:23, Alessandro Rubini pondered: > >> > > > > Yeah, I had seen this - but didn't want to duplicate something > > that Alessandro might already working on... > > > > Alessandro - were you going to add out of order packets? > > If the

[U-Boot] Undeliverable: Delivery reports about your e-mail

2009-07-26 Thread System Administrator
Your message To: mike.bru...@mtnsciencentre.org.za Subject: Delivery reports about your e-mail Sent:Mon, 27 Jul 2009 00:15:29 +0200 did not reach the following recipient(s): mike.bru...@mtnsciencentre.org.za on Mon, 27 Jul 2009 00:07:30 +0200 The recipient name is not recogniz

Re: [U-Boot] [PATCH v2] add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines

2009-07-26 Thread Mike Frysinger
On Friday 24 July 2009 02:16:30 rhabarber1...@web.de wrote: > Signed-off-by: rhabarber1...@web.de this isnt a valid s-o-b tag. you need to use your real name, not just an e- mail address. looks like Wolfgang merged it already though :/. -mike signature.asc Description: This is a digitally sign

Re: [U-Boot] [PATCH v2] add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines

2009-07-26 Thread Wolfgang Denk
Dear rhabarber1...@web.de, In message <1248416190-4735-1-git-send-email-rhabarber1...@web.de> you wrote: > > Signed-off-by: rhabarber1...@web.de > --- > lib_generic/lzma/LzmaDec.c | 26 ++ > lib_generic/lzma/LzmaTools.c |4 > 2 files changed, 30 insertions(+)

Re: [U-Boot] [PATCH v2] Less verbose output when loading vxworks 6.x images

2009-07-26 Thread Wolfgang Denk
Dear Niklaus Giger, In message <1248384718-26590-1-git-send-email-niklaus.gi...@member.fsf.org> you wrote: > Loading vxWorks 5.x images resulted just into 3 or 4 lines of output. > With vxWorks 6.x and the new GCC it emits about 30 lines, which is > far too noisy in my opinion. > > Signed-off-by

Re: [U-Boot] [PATCH] Make include/common.h usable by assembler code

2009-07-26 Thread Wolfgang Denk
In message <1248387468-9928-1-git-send-email...@denx.de> you wrote: > Commit 70ebf316 factored out the ROUND() macro into include/common.h, > not realizing that the primary use of this macro on AT91 systems was > in start.S where common.h was not included, and could not be included > because it con

Re: [U-Boot] [PATCH] arm: add _lshrdi3.S

2009-07-26 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4a684908.8070...@invitel.hu> you wrote: > Signed-off-by: Heiko Schocher > --- > lib_arm/Makefile |1 + > lib_arm/_lshrdi3.S | 46 ++ > 2 files changed, 47 insertions(+), 0 deletions(-) > create mode 100644 lib_

Re: [U-Boot] [PATCH v2] Make linking against libgcc configurable

2009-07-26 Thread Wolfgang Denk
In message <1248347759-28119-1-git-send-email...@denx.de> you wrote: > Many (especially ARM) tool chains seem to come with broken or > otherwise unusable (for the purposes of builing U-Boot) run-time > support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC" > setting we allow to use alterna

Re: [U-Boot] [PATCH v2] Use do_div from div64.h for vsprintf

2009-07-26 Thread Wolfgang Denk
Dear Dirk Behme, In message <1248277916-4623-1-git-send-email-dirk.be...@googlemail.com> you wrote: > Use do_div from div64.h for vsprintf in case of 64bit division. > For 32bit division, do_div from div64.h can't be used as it > needs a 64bit parameter. > > Signed-off-by: Dirk Behme > CC: Simo

Re: [U-Boot] [PATCH] [OneNAND] Fix compiler warnings after loff_t change

2009-07-26 Thread Wolfgang Denk
Dear Kyungmin Park, In message <20090720004747.ga32...@july> you wrote: > Now 'env_addr' type is loff_t so use correct field type. > > Signed-off-by: Kyungmin Park > --- > diff --git a/common/env_onenand.c b/common/env_onenand.c > index 476fdbc..dcf09de 100644 > --- a/common/env_onenand.c > +++

Re: [U-Boot] ARM compiliation failing due to missing __lshrdi3 / EABI version conflict

2009-07-26 Thread Wolfgang Denk
Dear "J.C. Wren", In message <17434f2e0907261449o704a2544jfa3c2575dbd6d...@mail.gmail.com> you wrote: > > I've pulled the most recent git version of u-boot, intending to compile it > for ARM. Setting the target for davinci_dvevm and compiling caused the > linker to throw an error regarding EABI

Re: [U-Boot] [PATCH 1/1] Adding Configuration option for TQM5200S Board on Goetting

2009-07-26 Thread Wolfgang Denk
Dear Axel Beierlein, In message <1248471861-8085-1-git-send-email-beierl...@goetting.de> you wrote: > Signed-off-by: Axel Beierlein > --- > Makefile|7 +++ > board/tqc/tqm5200/tqm5200.c |9 - > include/configs/TQM5200.h | 33 ++-

[U-Boot] ARM compiliation failing due to missing __lshrdi3 / EABI version conflict

2009-07-26 Thread J.C. Wren
I've pulled the most recent git version of u-boot, intending to compile it for ARM. Setting the target for davinci_dvevm and compiling caused the linker to throw an error regarding EABI conflicts. I removed libgcc from the Makefile, and it appears that drivers/mtd/nand_base.c, drivers/mtd_nand_oo

Re: [U-Boot] [PATCH] dlmalloc: Ignore gcc4.4 compiler warnings

2009-07-26 Thread Wolfgang Denk
Dear Kenneth Johansson, In message <1248453626.8967.27.ca...@localhost.localdomain> you wrote: > > > Well, if you think fixing the problems is "paper taping over the > > issue", then how do you call NOT fixing the problems and shutting off > > the warnings? > > Well he removed the optimization so

Re: [U-Boot] Add md5sum and sha1 commands...

2009-07-26 Thread Wolfgang Denk
Dear Robin Getz, In message <200907252325.00174.rg...@blackfin.uclinux.org> you wrote: > > I'm just doing the same as all the other things in the same file (which > doesn't mean it is correct). What is the preferred style? > > > also, they should both have a "sum" suffix or neither. i'd lean to

Re: [U-Boot] Pull request: u-boot-video

2009-07-26 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message <4a6c440c.8050...@denx.de> you wrote: > Dear Wolfgang, > > The following changes since commit f33b325af666b12eafa9ab235b2cd59832d6e51c: > Wolfgang Denk (1): > Revert "zlib: updated to v.1.2.3" > > are available in the git repository at: > > git://

Re: [U-Boot] Pull request u-boot-blackfin.git

2009-07-26 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248458866-10911-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit f33b325af666b12eafa9ab235b2cd59832d6e51c: > Wolfgang Denk (1): > Revert "zlib: updated to v.1.2.3" > > are available in the git repository at: > > git

Re: [U-Boot] Please pull u-boot-ppc4xx

2009-07-26 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907241039.12784...@denx.de> you wrote: > The following changes since commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d: > Wolfgang Denk (1): > Coding Style cleanup; update CHANGELOG. > > are available in the git repository at: > > git://www.denx.de/git

Re: [U-Boot] Pull request: u-boot-usb

2009-07-26 Thread Wolfgang Denk
Dear Remy Bohmer, In message <3efb10970907231507td7e06bfp48b402550f1ed...@mail.gmail.com> you wrote: > The following changes since commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d: > Wolfgang Denk (1): > Coding Style cleanup; update CHANGELOG. > > are available in the git repository at:

Re: [U-Boot] [PATCH/RFC] net: defragment IP packets

2009-07-26 Thread Alessandro Rubini
>> > > Yeah, I had seen this - but didn't want to duplicate something that > Alessandro > might already working on... > > Alessandro - were you going to add out of order packets? If the code has chances to go mainline, I'll be happy to complete this ta

Re: [U-Boot] Add md5sum and sha1 commands...

2009-07-26 Thread Mike Frysinger
On Saturday 25 July 2009 23:25:00 Robin Getz wrote: > On Sat 25 Jul 2009 22:49, Mike Frysinger pondered: > > On Saturday 25 July 2009 16:07:49 Robin Getz wrote: > > > +#ifdef CONFIG_CMD_MD5SUM > > > +U_BOOT_CMD( > > > + md5sum, 3, 1, do_md5sum, > > > + "compute MD5 message digest", > > >

[U-Boot] u-boot yaffs2 usage question

2009-07-26 Thread E Robertson
Hi All, First, I've never used this filesystem before so excuse my ignorance. I've added support in uboot but it seems to be failing at mount. The default mount point according to the source is /flash. Does that mean that I have to have a /flash directory in my filesystem? if I try other mount (n

[U-Boot] Pull request: u-boot-video

2009-07-26 Thread Anatolij Gustschin
Dear Wolfgang, The following changes since commit f33b325af666b12eafa9ab235b2cd59832d6e51c: Wolfgang Denk (1): Revert "zlib: updated to v.1.2.3" are available in the git repository at: git://git.denx.de/u-boot-video.git master Alessandro Rubini (2): video: move extern declarat

Re: [U-Boot] [PATCH 2/2 C3] update the EB+MCF-EV123 board support

2009-07-26 Thread Anatolij Gustschin
Jens Scharsig wrote: > This patch updates the support for EB+MCF-EV123 board and needs > the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers > > * remove the board framebuffer driver > * use the common bus_vcxk framebuffer driver > * adds bmp support > * adds splashimage support > *

Re: [U-Boot] [PATCH 1/2 V3] new video driver for bus vcxk framebuffers

2009-07-26 Thread Anatolij Gustschin
Jens Scharsig wrote: > This patch adds a new video driver > > * adds common bus_vcxk framebuffer driver > > Signed-off-by: Jens Scharsig Applied to u-boot-video. Thanks! Note that I had to fix lots of style issues before applying. Next time please use scripts/checkpatch.pl from the Linux sourc

Re: [U-Boot] [PATCH] lcd.h: define extern vidinfo_t for all cases

2009-07-26 Thread Anatolij Gustschin
Alessandro Rubini wrote: > From: Alessandro Rubini > > include/lcd.h has different vidinfo for different platforms, > and several extern declaration, but one for the default case was > missing. This makes them a single extern declaration for everyone. > > Signed-off-by: Alessandro Rubini > ---

Re: [U-Boot] [U-Boot-Users] MIPS: accessing flash > 8MB

2009-07-26 Thread Shinya Kuribayashi
Chetan Nanda wrote: > We have a MIPS-4KEC based SoC and running an older version of U-Boot > (1.1.3) on it. It is working perfectly fine. > Board has 8MB AMD flash and starting address of that flash is 0xBFC0 > (reset vector for MIPS). > > Problem is that we are not able to access full 8MB o

Re: [U-Boot] [PATCH] Add LCD support to MIMC200 board

2009-07-26 Thread Anatolij Gustschin
Mark Jackson wrote: > This patch updates the MIMC200 files to enable the LCD. > > Signed-off-by: Mark Jackson > --- > board/mimc/mimc200/mimc200.c | 34 ++ > include/configs/mimc200.h| 16 > 2 files changed, 50 insertions(+), 0 deletions(-

Re: [U-Boot] [PATCH] Add 16bit colour support in lcd.h

2009-07-26 Thread Anatolij Gustschin
Mark Jackson wrote: > This patch adds support for LCD_COLOR16 in include/lcd.h. > > Signed-off-by: Mark Jackson > --- > include/lcd.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Applied to u-boot-video. Thanks! Best regards, Anatolij __

Re: [U-Boot] [PATCH v2] Add AVR32 LCD support

2009-07-26 Thread Anatolij Gustschin
Mark Jackson wrote: > This patch adds support for the AVR32 LCD controller. This patch is > based off the latest u-boot-video. > > A quick summary of what's going on:- > > Enable LCDC pixel clock > Enable LCDC port pins > Add framebuffer pointer to global_data struct > Allocate framebuffer > >

Re: [U-Boot] [PATCH] video: move extern declarations from C to headers

2009-07-26 Thread Anatolij Gustschin
Alessandro Rubini wrote: > From: Alessandro Rubini > > This moves some extern declaration from lcd.c to lcd.h, removing > unneeded ifdef around a pair of them. Additionally, since > gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I > removed the static. The extra "#include "