Re: [U-Boot] FW: ARM Pull Request

2009-07-23 Thread Stefan Roese
On Thursday 23 July 2009 08:44:57 Prafulla Wadaskar wrote: > > So, is this ethernet port in question connected to switch? > > Then a forced link > > (highest speed) should be used. > > This is what I was trying to do, > but it was through CONGIF_ options and that is applied to both ports, > in case

[U-Boot] [PATCH v2] ppc4xx: Add chip_config command to AMCC Kilauea eval board

2009-07-23 Thread Stefan Roese
This patch removes the "alterpll" command and replaces it with the now ppc4xx standard "chip_config" command to configure the I2C bootstrap EEPROM. Signed-off-by: Stefan Roese --- v2: - Update identation of chip_config struct board/amcc/kilauea/Makefile |4 +- board/amcc/kilauea/chip_c

Re: [U-Boot] [PATCH] ppc4xx: Replace 4xx lowercase SPR references

2009-07-23 Thread Stefan Roese
Hi Wolfgang, Matthias is not available for 2 days, so I'll answer instead. On Wednesday 22 July 2009 17:42:40 Wolfgang Denk wrote: > Dear Matthias Fuchs, > > In message <200907221727.56402.matthias.fu...@esd.eu> you wrote: > > Signed-off-by: Matthias Fuchs > > .. > > > board/esd/pmc440/pmc440.c

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

2009-07-23 Thread Stefan Roese
On Wednesday 22 July 2009 17:51:56 Dirk Behme 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: Simon Kagstrom I just did some testing on the image

[U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git

2009-07-23 Thread Dieter Kiermaier
Hi all, I've tried to build u-boot for sheevaplug from git.denx.de/u-boot.git Is this expected to work or are there some missing dependencies or what am I doing wrong? (The same happens on u-boot-arm custodian tree. Only Prafullas tree from git.marvell.com allows me to build u-boot for sheevaplu

Re: [U-Boot] FW: ARM Pull Request

2009-07-23 Thread Lennert Buytenhek
On Wed, Jul 22, 2009 at 11:44:57PM -0700, Prafulla Wadaskar wrote: > > >Isn't it just because on the RD6281A, the first ethernet MAC of the > > >CPU is connected to an ethernet switch chip instead of an > > ethernet PHY, > > >and therefore there is no negotiation to be done? > > But auto negotiat

Re: [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git

2009-07-23 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Dieter Kiermaier > Sent: Thursday, July 23, 2009 2:13 PM > To: u-boot@lists.denx.de > Subject: [U-Boot] kirkwood sheevaplug - broken build using > git.denx.de/u-boot.git > >

Re: [U-Boot] kirkwood sheevaplug - broken build using git.denx.de/u-boot.git

2009-07-23 Thread Dieter Kiermaier
Hi Prafulla, > > > -Original Message- > > From: u-boot-boun...@lists.denx.de > > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Dieter Kiermaier > > Sent: Thursday, July 23, 2009 2:13 PM > > To: u-boot@lists.denx.de > > Subject: [U-Boot] kirkwood sheevaplug - broken build using > >

Re: [U-Boot] How to start U-Boot for i.MX31 NAND out of RedBoot (out of RAM)

2009-07-23 Thread Magnus Lilja
Hi 2009/7/22 Ulrich Gerster : > Hello > > Magnus Lilja 14.07.09 19.43 Uhr >>> >> Hi > >2009/7/14 Ulrich Gerster : >>> Hello. >>> >> Magnus Lilja 14.07.09 16.03 Uhr >>> >>> > I used the patch from you out of this posting: > [U-Boot-Users] [PATCH RFC 3/5] i.MX31: Add i.MX31 NAN

Re: [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <1247135043-3494-1-git-send-email-plagn...@jcrosoft.com> you wrote: > This patch allows to override the libgcc Makefile inclusion from the toplevel > Makefile by the arch config.mk files. This is in preparation for the ARM > architecture to move aw

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Prafulla Wadaskar, In message <73173d32e9439e4abb5151606c3e19e202de13b...@sc-vexch1.marvell.com> you wrote: > > The arm build is broken at this moment on u-boot.git/master > I have tested for kirkwood boards using nand (i.e. Sheevaplug and RD6281A) > same should be the case for other ARM bo

Re: [U-Boot] [PATCH] ppc4xx: Replace 4xx lowercase SPR references

2009-07-23 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907230930.08298...@denx.de> you wrote: > > No, it's not in sync with the Linux version. Reason is, that the Linux > version > you are referring to was an very old arch/ppc version. The current > arch/powerpc version is completely different. No SPRN defines in

[U-Boot] [PATCH] Make linking against libgcc configurable

2009-07-23 Thread Wolfgang Denk
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 alternative libraries instead. "USE_PRIVATE_LIBGCC" can either be set as an environ

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

2009-07-23 Thread Wolfgang Denk
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 alternative libraries instead. "USE_PRIVATE_LIBGCC" can either be set as an environ

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

2009-07-23 Thread Heiko Schocher
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_arm/_lshrdi3.S diff --git a/lib_arm/Makefile b/lib_arm/Makefile index 241782c..c37e2e

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

2009-07-23 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] arm: add _lshrdi3.S

2009-07-23 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > 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(-) >>

[U-Boot] kirkwood openRD-base / PCI support

2009-07-23 Thread Dieter Kiermaier
Hi Prafulla, hi list, is there anywhere pci support available for u-boot on openrd-base board? I've googled and searched the list archive but aren't sucessful :-( It looks like there is no PCI support until now, Are there any plans to do this from marvell side? I use Simons patches for initial op

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

2009-07-23 Thread Daniel Gorsulowski
Hi Wolfgang, buid on meesc board (arm) is still broken. It's roughly the same problem, as Heiko Schocher reported in 4a6854b1.5000...@denx.de. But his patch doesn't fix the problem either. dani...@debby:~/git/u-boot$ make USE_PRIVATE_LIBGCC=yes ... drivers/mtd/nand/libnand.a(nand_base.o): In func

Re: [U-Boot] http client?

2009-07-23 Thread jeffery palmer
I played around with setting the TFTP block size very large, like 16K, primarily to reduce the required number of ACK's. It actually appeared as though uboot was processing the additional frames correctly but without doing a memory comparison I'm not sure. Here were a few bad side effects though...

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

2009-07-23 Thread Heiko Schocher
Hello Daniel, Daniel Gorsulowski wrote: > buid on meesc board (arm) is still broken. > It's roughly the same problem, as Heiko Schocher reported in > 4a6854b1.5000...@denx.de. But his patch doesn't fix the problem either. > > dani...@debby:~/git/u-boot$ make USE_PRIVATE_LIBGCC=yes > ... > drivers

Re: [U-Boot] How to start U-Boot for i.MX31 NAND out of RedBoot (out of RAM)

2009-07-23 Thread Ulrich Gerster
Hello Magnus Lilja 23.07.09 11.18 Uhr >>> > Hi >>2009/7/22 Ulrich Gerster : >> Hello >> >> Magnus Lilja 14.07.09 19.43 Uhr >>> >>> Hi >>> >>2009/7/14 Ulrich Gerster : Hello. >>> Magnus Lilja 14.07.09 16.03 Uhr >>> >> I used the patch from you out of this pos

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

2009-07-23 Thread Daniel Gorsulowski
Hello Heiko, Dirks patch reduces the errors, but I still get: drivers/mtd/nand/libnand.a(nand_base.o): In function `nand_do_write_oob': /data/home/danielg/git/u-boot/drivers/mtd/nand/nand_base.c:2019: undefined reference to `__lshrdi3' drivers/mtd/nand/libnand.a(nand_base.o): In function `nand_e

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

2009-07-23 Thread Daniel Gorsulowski
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. Daniel Daniel Gorsulowski wrote: > So i added 'GLSOBJS += _lshrdi3.S' to lib_arm/Makefile (this line is missing > in your patch, i guess). But _lshrdi3

[U-Boot] ubi attaching error (UBI error: ubi_read_volume_table)

2009-07-23 Thread naveen yadav
Hi All, I am using flex-onenand for my u-boot. i have added the patch for flex-onenand and UBI and UBIFS published by kyungmin park. I have done following steps: 1. first command # onenand erase 0x4 0x20 2. second command # mtdparts default 3. third commad # mtdparts 4. forth command

[U-Boot] MPC8360ERDK - DDR Controller and DDR2 Memory initialization/configuration

2009-07-23 Thread cmfairfa
Hi, For the MPC8360ERDK, U-Boot configures the Micron DDR2 chips (in MPC8360ERDK.h) inconsistently with the chip's data sheet specifications (e.g., for the -3 speed grade part, the CAS Latency is specified to be 5, but the software uses 3). I'm looking for any information/input as to how the DD

Re: [U-Boot] [PATCH] 85xx: Fix mapping of 0xfffffxxx when CONFIG_MP

2009-07-23 Thread Kumar Gala
On Jul 22, 2009, at 10:47 AM, Peter Tyser wrote: > Hi Kumar, > > I understand what the patch does. It just removes the > capability of > soft-resetting a core back into the boot translation code. I > understand your problem I'm just not keen on solving it by > completely

Re: [U-Boot] [PATCH] uec: Fix compile warning

2009-07-23 Thread Kumar Gala
On Jul 23, 2009, at 12:55 AM, Ben Warren wrote: > Kumar Gala wrote: >> cpu.c: In function 'cpu_eth_init': >> cpu.c:371: warning: implicit declaration of function >> 'uec_standard_init' >> >> Signed-off-by: Kumar Gala >> --- >> include/netdev.h |1 + >> 1 files changed, 1 insertions(+), 0 de

Re: [U-Boot] include/asm-ppc/immap_86xx.h

2009-07-23 Thread Kumar Gala
On Jul 22, 2009, at 10:16 AM, David Updegraff wrote: > Hi. > > I think there is a small offset bug in here.. unless there is an > errata > that I have missed there should be no pad between srds1cr0,1. Anyone > know for sure? > > > --- a/include/asm-ppc/immap_86xx.h > +++ b/include/asm-ppc/imma

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

2009-07-23 Thread Heiko Schocher
Hello Daniel, 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? Compiling the meesc board with actual u-boot and the patches

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Dirk Behme
Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > Umm... is this all for ARM for this merge window? I mean, could we > release -rc1 from ARM's point of view now? > > Or do you have more stuff queued? If so, when will it be ready for > pulling? My list of pending OMAP3 patches:

Re: [U-Boot] How to start U-Boot for i.MX31 NAND out of RedBoot (out of RAM)

2009-07-23 Thread Magnus Lilja
Hi 2009/7/23 Ulrich Gerster : >> Not sure that I understand what "every program assumes..." means. > > I try to explain my problem in more detail. I had a working u-boot programed > in NAND-Flash. Then I wanted to update it. I used the nand write command and > wrote a the new image in the NAND-Fla

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

2009-07-23 Thread Wolfgang Denk
Dear Daniel Gorsulowski, In message <4a686566@esd.eu> you wrote: > > buid on meesc board (arm) is still broken. > It's roughly the same problem, as Heiko Schocher reported in > 4a6854b1.5000...@denx.de. But his patch doesn't fix the problem either. > > dani...@debby:~/git/u-boot$ make USE_PR

Re: [U-Boot] How to start U-Boot for i.MX31 NAND out of RedBoot (out of RAM)

2009-07-23 Thread Thomas Dörfler
Hi, maybe this is too off-topic, but maybe it helps: I am currently proting U-Boot to a MPC512x design (with NAND boot). AFAIK the NFC is similar on MPX512x and iMX.31, The MPC512x nand flash driver, that is now available in U-Boot seems to maintain the ECC by software. I could use it to read/wr

Re: [U-Boot] [PATCH v3] zlib: updated to v.1.2.3

2009-07-23 Thread Wolfgang Denk
Dear Giuseppe CONDORELLI, In message <1248339285-19580-1-git-send-email-giuseppe.condore...@st.com> you wrote: > This patch updates zlib to the latest stable version. > Only relevant zlib parts were ported to u-boot tree, as already did for the > current zlib (0.95). New zlib guarantees a faster

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090722234335.gi19...@game.jcrosoft.org> you wrote: > > > Or do you have mnore stuff queued? If so, when will it be ready for > > pulling? > Ilya Yanok patch which need ack from Scoot and Ben > > a at91rm9200 cleanup which cant wait a after rc1

Re: [U-Boot] unassigned-patches/39

2009-07-23 Thread u-boot
Synopsis: [U-Boot][PATCH] DHCP regression on 2009-06 State-Changed-From-To: open->closed State-Changed-By: wd State-Changed-When: Thu, 23 Jul 2009 19:25:27 +0200 State-Changed-Why: Fixed by commit 09133f8580f0106429ba3600f1855bd3577ae58b ___ U-Boot m

Re: [U-Boot] Pull request - net

2009-07-23 Thread Wolfgang Denk
Dear Ben Warren, In message <4a68041f.60...@gmail.com> you wrote: > > The following changes since commit 189eec77795553157c087cd4695fb3ce2433: > > Wolfgang Denk (1): > Merge branch 'master' of /home/wd/git/u-boot/custodians > > are available in the git repository at: > > git://

Re: [U-Boot] [PATCH] 85xx: Fix mapping of 0xfffffxxx when CONFIG_MP

2009-07-23 Thread Peter Tyser
> > Any feedback on my last email above, or is disabling boot page > > translation just a no-go? > > It is at this point. > > > Or is there an more ideal alternative? I really don't want to > > change up > > the memory map on all our Freescale boards, documentation, dts files, > > etc because

[U-Boot] Query on USB function(device) working in MPC8280

2009-07-23 Thread GurumurthyGowdar
Dear All, i have written driver for USB function(device) in code warrior for MPC8280,i am facing problem in configuration stage,when i connect it to the host PC through USB cable .device descriptor is happening host is setting the address but device configu

Re: [U-Boot] Query on USB function(device) working in MPC8280

2009-07-23 Thread Wolfgang Denk
Dear "GurumurthyGowdar", In message <20090723180205.20843.qm...@f4mail201.rediffmail.com> you wrote: > > i have written driver for USB function(device) in code warrior for > MPC8280,i am facing problem in configuration stage,when i connect it to the > host PC through USB cable .device d

Re: [U-Boot] Query on USB function(device) working in MPC8280

2009-07-23 Thread GurumurthyGowdar
ok please let me know is there anyway i can test working of USB function(device) in U-boot 1.3.1. currently U-boot is working fine in board. how to add this USB function command in U-boot. i need to add config commands for usb to work. later how i can test working of usb in U-boot because i hav

Re: [U-Boot] [PATCH] ppc: Unlock cache-as-ram in a consistent manner

2009-07-23 Thread Wolfgang Denk
Dear Peter Tyser, In message <1247269570-11406-1-git-send-email-pty...@xes-inc.com> you wrote: > Previously, non-e500 architectures only unlocked their data cache which > was used as early RAM when booting to Linux using the "bootm" command. > This change causes all PPC boards with CONFIG_SYS_INIT

Re: [U-Boot] [PATCH 1/2] Add error checking for unsupported OS types.

2009-07-23 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1247493679-18702-2-git-send-email-...@denx.de> you wrote: > Signed-off-by: Detlev Zundel > --- > common/cmd_bootm.c | 15 +-- > 1 files changed, 13 insertions(+), 2 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engin

Re: [U-Boot] [PATCH 2/2] Re-add support for image type 'Standalone Program'

2009-07-23 Thread Wolfgang Denk
Dear Detlev Zundel, In message <1247493679-18702-3-git-send-email-...@denx.de> you wrote: > Support for this type was lost during the bootm refactoring. > > Signed-off-by: Detlev Zundel > --- > common/cmd_bootm.c | 33 + > 1 files changed, 33 insertions(+), 0 d

Re: [U-Boot] [PATCH] drivers/bios_emulator: Fix gcc 4.4 compiler warning

2009-07-23 Thread Wolfgang Denk
Dear Kumar Gala, In message <1247495041-8605-1-git-send-email-ga...@kernel.crashing.org> you wrote: > biosemu.c: In function 'BE_setVGA': > biosemu.c:147: warning: dereferencing type-punned pointer will break > strict-aliasing rules > > Signed-off-by: Kumar Gala > --- > drivers/bios_emulator/

Re: [U-Boot] [PATCH] ahci: Fix gcc 4.4 compiler warning

2009-07-23 Thread Wolfgang Denk
Dear Kumar Gala, In message <1247495041-8605-2-git-send-email-ga...@kernel.crashing.org> you wrote: > ahci.c: In function 'ata_scsiop_read_capacity10': > ahci.c:616: warning: dereferencing type-punned pointer will break > strict-aliasing rules > > Signed-off-by: Kumar Gala > --- > drivers/blo

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

2009-07-23 Thread Wolfgang Denk
Dear Kumar Gala, In message <1247495041-8605-3-git-send-email-ga...@kernel.crashing.org> you wrote: > The version of dlmalloc we are using generates a fair number of warnings > of the following form: > > warning: dereferencing pointer '({anonymous})' does break strict-aliasing > rules > > Tryi

[U-Boot] PPC440GX TLB setting problem.

2009-07-23 Thread Wouter Eckhardt
Hi all, I'm working on trying to get VxWorks to boot on a PPC440GX processor using U-Boot, using an ALPR board. In order to boot VxWorks properly (it expects caching on the SDRAM to be disabled), I created a new board directory and such (based on the ALPR board), and then changed the TLB settings

Re: [U-Boot] [PATCH 1/2] update config for mvBC-P (MPC5200)

2009-07-23 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1247835024.3953.43.ca...@swa-m460> you wrote: > This patch adds I2C support for mvBC-P and defines flash layout > matching the shipped product. > > Signed-off-by: André Schwarz > --- > > include/configs/MVBC_P.h | 14 -- > 1 files

Re: [U-Boot] [PATCH v3] create and use common code for Matrix Vision boards

2009-07-23 Thread Wolfgang Denk
Dear =?ISO-8859-1?Q?Andr=E9?= Schwarz, In message <1247842785.3953.90.ca...@swa-m460> you wrote: > This patch adds and uses common code for all Matrix Vision boards. > > Signed-off-by: Andr=C3=A9 Schwarz > --- > > Heiko's comments have been addressed and common/mv_common.h has been > included w

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:21 Thu 23 Jul , Dirk Behme wrote: > Wolfgang Denk wrote: > >Dear Jean-Christophe PLAGNIOL-VILLARD, > > >Umm... is this all for ARM for this merge window? I mean, could we > >release -rc1 from ARM's point of view now? > > > >Or do you have more stuff queued? If so, when will it be rea

Re: [U-Boot] [Patch] bootelf should allow arguments passing to called program

2009-07-23 Thread Wolfgang Denk
Dear =?ISO-8859-15?Q?Thomas_D=F6rfler?=, In message <4a633b8e.8060...@embedded-brains.de> you wrote: > The bootelf command is written to pass the command line arguments to the > called program, but the command list entry limits the number of > arguments to 2 (including the command itself and the i

Re: [U-Boot] [PATCH] unify HOST_CFLAGS and HOSTCFLAGS

2009-07-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248031023-31706-1-git-send-email-vap...@gentoo.org> you wrote: > The top build system sets up HOSTCFLAGS a bit and exports it, but other > places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the > values stay in sync. > > Signed-off-by: Mike Frys

Re: [U-Boot] [PATCH] Bugfix: mpc512x_fec MII accesses fail after ethernet transfers

2009-07-23 Thread Wolfgang Denk
Dear Thomas Dörfler, In message <4a637b05.4030...@embedded-brains.de> you wrote: > > But I doubt that (re-)calling mpc512x_fec_init_phy before a MII command > is run is really a good idea. Using the same code for initial init and > repeated init makes sense, but this function in its current > impl

Re: [U-Boot] [PATCH] cmd_tsi148: General cleanup

2009-07-23 Thread Wolfgang Denk
Dear pty...@xes-inc.com, In message <1248144698-27023-1-git-send-email-pty...@xes-inc.com> you wrote: > From: Peter Tyser > > - Fix command help message > - Disable DEBUG by default > - Fix whitespace issues > - Fix lines > 80 characters > > Signed-off-by: Peter Tyser > --- > common/cmd_tsi14

Re: [U-Boot] [PATCH] Remove static declaration from gunzip_bmp()

2009-07-23 Thread Wolfgang Denk
Dear Mark Jackson, In message <4a6598dd.2090...@mimc.co.uk> you wrote: > This patch removes the static declaration from gunzip_bmp() > > Without it, the gunzip_bmp() function is not visible to > common/lcd.c and fails to compile with an error. > > Signed-off-by: Mark Jackson > --- > common/cmd

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

2009-07-23 Thread Wolfgang Denk
Dear Jens Scharsig, In message you wrote: > This patch updates the support for EB+MCF-EV123 board and needs the [PATCH > 1/2 V2] new video driver for bus vcxk framebuffers Please restrict the line length of the commit message to 70 characters or less. ... > +#if defined(CONFIG_VIDEO) > + > +/*

Re: [U-Boot] [PATCH] ppc: Unlock cache-as-ram in a consistent manner

2009-07-23 Thread Kim Phillips
On Thu, 23 Jul 2009 21:01:01 +0200 Wolfgang Denk wrote: > FLASH: ## Unknown FLASH on Bank 1 - Size = 0x0200 = 0 MB > 32 MB > PCI: Bus Dev VenId DevId Class Int > 00 0b 104c ac55 0607 ff > 00 0b 104c ac55 0607 ff > => fli > >

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

2009-07-23 Thread Wolfgang Denk
Dear Jens Scharsig, In message <4a65a19e.6060...@bus-elektronik.de> you wrote: > This patch adds a new video driver ... > +int vcxk_display_bitmap (ulong addr, int x, int y) > +{ ... > + if ((bmp->header.signature[0] == 'B') && > + (bmp->header.signature[1] == 'M')) > + { > +

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

2009-07-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248230340-26252-1-git-send-email-vap...@gentoo.org> you wrote: > While we're here, fix the broken #ifdef handling in _exports.h. ... > diff --git a/include/_exports.h b/include/_exports.h > index af43885..ba3920e 100644 > --- a/include/_exports.h > +++ b/include/_

Re: [U-Boot] [PATCH] autoconf.mk: include before config.mk for top level files

2009-07-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248231576-26757-1-git-send-email-vap...@gentoo.org> you wrote: > By including autoconf.mk before config.mk, all top level files can use any > config options it sets up (like _config.mk) or the Makefile itself > without being forced to use lazy evaluation. > --- >

Re: [U-Boot] [PATCH] Using I/O accessor instead of volatile pointers in SMC911x driver

2009-07-23 Thread Wolfgang Denk
Dear Matthias Weisser, In message <1248250473-12694-1-git-send-email-matthias.weis...@graf-syteco.de> you wrote: > Volatile pointer usage caused lockup with arm-gcc 4.3.2 > Using I/O accessor fixed that. Hm... > - return *(volatile u32*)addr; > + return readl(addr); On big-endian syste

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

2009-07-23 Thread Wolfgang Denk
Dear rhabarber1848, In message you wrote: > > Signed-off-by: rhabarber1848 > > --- > lib_generic/lzma/LzmaDec.c | 26 ++ > lib_generic/lzma/LzmaTools.c |4 > 2 files changed, 30 insertions(+), 0 deletions(-) > > diff --git a/lib_generic/lzma/LzmaDec.c b/l

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

2009-07-23 Thread Wolfgang Denk
Dear Niklaus Giger, In message <200907221629.09703.rg...@blackfin.uclinux.org> Robin Getz wrote: > > > +#ifdef DEBUG > > if (strtab) { > > printf ("%sing %s @ 0x%08lx (%ld bytes)\n", > > (shdr->sh_type == SHT_NOBITS) ? > > @@ -294,6 +295,

Re: [U-Boot] [PATCH v6] Add "chip_config" command for PPC4xx bootstrap configuration

2009-07-23 Thread Wolfgang Denk
Dear Stefan Roese, In message <1248331200-3505-1-git-send-email...@denx.de> you wrote: > This patch adds a generic command for programming I2C bootstrap > eeproms on PPC4xx. An implementation for Canyonlands board is > included. > > The command name is intentionally chosen not to be PPC4xx specif

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090723191505.ga9...@game.jcrosoft.org> you wrote: > > > My list of pending OMAP3 patches: > > > > 1. [PATCHv3 2-5/5] clean up omap3 configuration structs > > http://lists.denx.de/pipermail/u-boot/2009-May/052943.html > > http://lists.denx.de/pi

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:14 Thu 23 Jul , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090723191505.ga9...@game.jcrosoft.org> you wrote: > > > > > My list of pending OMAP3 patches: > > > > > > 1. [PATCHv3 2-5/5] clean up omap3 configuration structs > > > http://lists.denx.de/pi

[U-Boot] [PATCH] Blackfin: restore EVT1 handling in linker script

2009-07-23 Thread Mike Frysinger
Sadly, the Blackfin linker script unification lost a small #ifdef logic needed on older parts. Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic. Signed-off-by: Mike Frysinger --- lib_blackfin/u-boot.lds.S |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/lib_black

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

2009-07-23 Thread Mike Frysinger
While we're here, fix the broken #ifdef handling in _exports.h. Signed-off-by: Mike Frysinger --- v3 - tweak code style common/exports.c |8 include/_exports.h | 14 ++ include/exports.h |3 ++- 3 files changed, 20 insertions(+), 5 deletions(-) diff --

Re: [U-Boot] ARM Pull Request

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090723202252.ga9...@game.jcrosoft.org> you wrote: > > > Sorry if I have to ask, but I mostly lost track of the discussion. It > > seems you reject these patches just because you dislike the naming of > > some file-local data structures and varia

[U-Boot] [PATCH] atmel_df_pow2: standalone to convert dataflashes to pow2

2009-07-23 Thread Mike Frysinger
Atmel DataFlashes by default operate with pages that are slightly bigger than normal binary sizes (i.e. many are 1056 byte pages rather than 1024 bytes). However, they also have a "power of 2" mode where the pages show up with the normal binary size. The latter mode is required in order to boot w

Re: [U-Boot] [PATCH] Using I/O accessor instead of volatile pointers in SMC911x driver

2009-07-23 Thread Ben Warren
Wolfgang Denk wrote: > Dear Matthias Weisser, > > In message > <1248250473-12694-1-git-send-email-matthias.weis...@graf-syteco.de> you wrote: > >> Volatile pointer usage caused lockup with arm-gcc 4.3.2 >> Using I/O accessor fixed that. >> > > Hm... > > >> -return *(volatile u32*)ad

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

2009-07-23 Thread Niklaus Giger
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: Niklaus Giger --- common/cmd_elf.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common

Re: [U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:17 Thu 23 Jul , Ilya Yanok wrote: > Hi Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: > >> +static int imx27lite_devices_init(void) > >> +{ > >> + struct gpio_regs *regs = (struct gpio_regs *)IMX_GPIO_BASE; > >> + int i; > >> + unsigned int mode[] = { > >> + PD0

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:24 Wed 22 Jul , Ben Warren wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > >>>-SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) > >>>-OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) > >>>+SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) $(COBJS-y:.o=.c) > >>>+OBJS := $(addprefix $(obj),$(S

Re: [U-Boot] [PATCH 1/1] Add support for Eukrea CPUAT91 SBC

2009-07-23 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 22:24 Wed 22 Jul , Ben Warren wrote: > >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> > -SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) > -OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) > +SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) $(

Re: [U-Boot] [PATCH 2/2] document network driver framework

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:04 Sat 18 Jul , Mike Frysinger wrote: > Signed-off-by: Mike Frysinger > --- > Ben: some things to note: > - i adopted Jean's proposed naming scheme in the CONFIG section > - i deprecated calling the driver-specific entry point > "xxx_initialization()" in favor of "xxx

Re: [U-Boot] [RFC] arm/board.c: avoid ifdef using weak default functions

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 19:19 Wed 22 Jul , Alessandro Rubini wrote: > From: Alessandro Rubini > > While it's a matter of personal taste, I prefer to avoid ifdef when > possible. For example, I don't like to add BOARD_LATE_INIT in the > config file just to have my board_late_init() function called. > > This patc

[U-Boot] unable to see jffs2 partition

2009-07-23 Thread E Robertson
Hi all, I've been trying unsuccessfully to see my jffs2 partition I've created by the mtdtools under linux. If their a known issue with this? Is their a size limit? Maybe the way it's created? I do not have a problem with this partition from linux but also never looked at it from the u-boot. I c

Re: [U-Boot] unable to see jffs2 partition

2009-07-23 Thread E Robertson
On Thursday 23 July 2009 04:57:19 pm E Robertson wrote: > Hi all, > I've been trying unsuccessfully to see my jffs2 partition I've created by > the mtdtools under linux. If their a known issue with this? Is their a size > limit? Maybe the way it's created? I do not have a problem with this > partit

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

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:09 Tue 21 Jul , 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:

Re: [U-Boot] [PATCH 2/2] document network driver framework

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090723214946.ge9...@game.jcrosoft.org> you wrote: > > > +And to control whether your driver is even enabled, you should use: > > + CONFIG_SYS_NET_ > In my proposition CONFIG_SYS_ will be not use for driver enabling but for > hardware specific

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

2009-07-23 Thread Remy Bohmer
The following changes since commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d: Wolfgang Denk (1): Coding Style cleanup; update CHANGELOG. are available in the git repository at: git://git.denx.de/u-boot-usb.git master Prafulla Wadaskar (1): usb: bugfix driver/usb/host/ehci-hcd.c

Re: [U-Boot] [PATCH 1/2] arm nomadik: add gpio support

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:02 Sun 19 Jul , Alessandro Rubini wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > board/st/nhk8815/Makefile |2 +- > board/st/nhk8815/gpio.c | 99 > + > board/st/nhk8815/gpio.h

Re: [U-Boot] [PATCH 2/2] document network driver framework

2009-07-23 Thread Ben Warren
Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090723214946.ge9...@game.jcrosoft.org> you wrote: > >>> +And to control whether your driver is even enabled, you should use: >>> + CONFIG_SYS_NET_ >>> >> In my proposition CONFIG_SYS_ will be not use for dri

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

2009-07-23 Thread Wolfgang Denk
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 contains a lot of C code which the assembler doesn't understand. This patch wr

Re: [U-Boot] [PATCH v4 1/2] Add support for Eukrea CPU9260 SBC

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:45 Sat 18 Jul , Eric Benard wrote: > CPUAT91 is built around Atmel's AT91SAM9260 and has up to 64MB of NOR > flash, up to 128MB of SDRAM, up to 2GB of NAND and includes a 10/100 > Ethernet PHY in RMII mode. > > v4 : do the commit before generating/sending the patch ;-) > v3 : fix Makefil

Re: [U-Boot] [PATCH 2/2] document network driver framework

2009-07-23 Thread Wolfgang Denk
Dear Ben Warren, In message <4a68e0c1.2000...@gmail.com> you wrote: > > > Enabling or disabling a driver i ssomething that a dumb user can do, > > so it should be done using > > > > CONFIG_ > > > > as in CONFIG_E1000, CONFIG_EEPRO100, etc. > > > > > Fine with me, although I understand the a

Re: [U-Boot] [PATCH v3] Add support for Eukrea CPUAT91 SBC

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
> --- a/MAKEALL > +++ b/MAKEALL > @@ -587,11 +587,12 @@ LIST_at91=" \ > at91sam9260ek \ > at91sam9261ek \ > at91sam9263ek \ > - at91sam9g10ek \ > + at91sam9g10ek \ please do not touch non related part to your pa

Re: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:30 Wed 22 Jul , Thomas Petazzoni wrote: > The Calao USB A9263 board is a board manufactured and sold by Calao > Systems . Its components are very > similar to the AT91SAM9263EK board, so its configuration is based on > the configuration of this board. There a

Re: [U-Boot] arm: pRAM support?

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 07:49 Wed 22 Jul , Heiko Schocher wrote: > Hello Andreas, > > Andreas Huber wrote: > > We are using the pRAM feature (CONFIG_PRAM) on the PPC architecture. As > > we are switching to an ARM architecture (Kirkwood) I am wondering if > > there is an equivalent U-Boot feature for this (CONFIG_

Re: [U-Boot] [PATCH v3] Add support for Eukrea CPUAT91 SBC

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090723222713.gc24...@game.jcrosoft.org> you wrote: > > > --- a/Makefile > > +++ b/Makefile > > @@ -2683,6 +2683,18 @@ at91rm9200ek_config : unconfig > > cmc_pu2_config : unconfig > > @$(MKCONFIG) $(@:_config=) arm arm920t c

Re: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-07-23 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090723223518.gd24...@game.jcrosoft.org> you wrote: > On 17:30 Wed 22 Jul , Thomas Petazzoni wrote: > > The Calao USB A9263 board is a board manufactured and sold by Calao > > Systems . Its components are very >

Re: [U-Boot] [PATCH] OneNAND: S5PC100 OneNAND IPL support

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:55 Tue 21 Jul , Kyungmin Park wrote: > S5PC100 has own OneNAND controller and has different interface. > OneNAND IPL use it to S5PC100 board. > > Signed-off-by: Kyungmin Park > --- is there any better than put soc specific code in generic implementatioN Best Regards, J. ___

[U-Boot] DaVinci serial bug with ns16550.c

2009-07-23 Thread Andrew Dyer
We noticed in the TI distribution of u-boot (1.2.0) that if you point the u-boot ns16550.c serial driver at a UART other than uart0, it doesn't work. We believe the issue also exists in the current version. The root problem is that the MDR1 register in the UART defaults to disabled. We believe t

Re: [U-Boot] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:45 Fri 24 Jul , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090723223518.gd24...@game.jcrosoft.org> you wrote: > > On 17:30 Wed 22 Jul , Thomas Petazzoni wrote: > > > The Calao USB A9263 board is a board manufactured and sold by Calao > > > Systems

Re: [U-Boot] [PATCH v3] Add support for Eukrea CPUAT91 SBC

2009-07-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:41 Fri 24 Jul , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090723222713.gc24...@game.jcrosoft.org> you wrote: > > > > > --- a/Makefile > > > +++ b/Makefile > > > @@ -2683,6 +2683,18 @@ at91rm9200ek_config: unconfig > > > cmc_pu2_config

[U-Boot] [PATCH] sbc8349: combine HRCW flash and u-boot image flash

2009-07-23 Thread Paul Gortmaker
Up to this point in time, the sbc8349 board was storing the u-boot image in flash 2x. One for the HRCW value at the beginning of flash (0xff80_), and once close to the end of flash (0xfff8_) for the actual image that got executed. This moves the TEXT_BASE to be the beginning of flash, whi

Re: [U-Boot] [PATCH] atmel_df_pow2: standalone to convert dataflashes to pow2

2009-07-23 Thread Mike Frysinger
mmm didnt mean to send this one out. there's no difference with the previous version. -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

  1   2   >