Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-19 Thread David Brownell
On Wednesday 17 June 2009, Ben Warren wrote: Applied to net repo. Thanks. Random question: is that driver going to move into drivers/net or will it stay in cpu/arm920t? I thought I saw you moving things out of cpu/* a while back. - Dave ___ U-Boot

Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-19 Thread Ben Warren
David Brownell wrote: On Wednesday 17 June 2009, Ben Warren wrote: Applied to net repo. Thanks. Random question: is that driver going to move into drivers/net or will it stay in cpu/arm920t? I thought I saw you moving things out of cpu/* a while back. - Dave Good

Re: [U-Boot] PATCH: bugfix for nand erase failure with bad blocks

2009-06-19 Thread Michele De Candia (VT)
Scott Wood wrote: Wolfgang Denk wrote: Dear Scott, In message 4a39685f.6030...@freescale.com you wrote: Hmm... perhaps check the alignment? If end is supposed to be the last to-be-erased byte, not the first not-to-be-erased byte, then if the low bits are 0 it's a size (and gets a

[U-Boot] [PATCH 2/2] sf: sst: add sst25vf###b ids

2009-06-19 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/sst.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/sst.c b/drivers/mtd/spi/sst.c index cf7bce8..50e9299 100644 --- a/drivers/mtd/spi/sst.c +++ b/drivers/mtd/spi/sst.c @@

[U-Boot] [PATCH 1/2] sf: sst: fix sector size

2009-06-19 Thread Mike Frysinger
Looks like when I was encoding the sector sizes, I forgot to divide by 8 (due to the stupid marketing driven process that declares all sizes in useless megabits and not megabytes). Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/sst.c |8 1 files changed, 4

Re: [U-Boot] [patch] rm9200 ethernet driver: board-specific quirk (csb337)

2009-06-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:01 Fri 19 Jun , Ben Warren wrote: David Brownell wrote: On Wednesday 17 June 2009, Ben Warren wrote: Applied to net repo. Thanks. Random question: is that driver going to move into drivers/net or will it stay in cpu/arm920t? I thought I saw you moving things

Re: [U-Boot] How to port uboot Marvell PXA320 Zylonite board

2009-06-19 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of sadanand.tavad...@wipro.com Sent: Thursday, June 18, 2009 1:42 PM To: u-boot@lists.denx.de Subject: [U-Boot] How to port uboot Marvell PXA320 Zylonite board Hi

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 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, June 18, 2009 1:35 PM To: u-boot@lists.denx.de Subject: [U-Boot] Marvell Kirkwood newbie question GPIO functions Hello everybody out there,

Re: [U-Boot] PATCH add rgb555 for at91

2009-06-19 Thread Detlev Zundel
Hi Giulio, Detlev Zundel wrote: Hi Giulio, Signed-off-by: giulio.bene...@micronovasrl.com Can you please provide a somewhat more descriptive description? It may be obvious for you what this does (or what new features can now be used), but it isn't for me. [...] You're right, sorry.

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-19 Thread Detlev Zundel
Hi Jon, On Thu, Jun 18, 2009 at 11:46 AM, Jean-Christophe PLAGNIOL-VILLARDplagn...@jcrosoft.com wrote: On 16:51 Thu 18 Jun     , Wolfgang Denk wrote: Hello, I was asked about relicensing U-Boot as GPLv3: I'm not for the GPLv3 I've the same opinion as Linus Torvald And as we share a

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-19 Thread Detlev Zundel
Hi Wolfgang, I was asked about relicensing U-Boot as GPLv3: From:Richard Stallman r...@gnu.org Subject: U-book and GPLv3? To: Wolfgang Denk w...@denx.de Date:Thu, 18 Jun 2009 09:17:28 -0400 I really enjoy the name U-boot. What are the advantages of U-boot over PMON? Have

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 Thread Dieter Kiermaier
Hi Prafulla, It's my pleasure to reply you :-) Basic Kirkwood Soc Support patches are available on the u-boot-arm.git/next (will be mainlined soon) Sheevaplug board support patches are also submitted those are under review, you can find them here...

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 Thread Dieter Kiermaier
Hi again, Hi Prafulla, It's my pleasure to reply you :-) Basic Kirkwood Soc Support patches are available on the u-boot-arm.git/next (will be mainlined soon) Sheevaplug board support patches are also submitted those are under review, you can find them here...

[U-Boot] how to build a U-Boot forU-boot for STR710FZ2T6

2009-06-19 Thread Ansujit
Hi, I have a ARM board STR710FZ2T6, and I want to build u-boot for it, so I downloaded the latest u-boot source,but it has not included STR710FZ2T6.So can anyone tell me how to modify u-boot for STR710FZ2T6. -- View this message in context:

Re: [U-Boot] How to port uboot Marvell PXA320 Zylonite board

2009-06-19 Thread Prafulla Wadaskar
-Original Message- From: sadanand.tavad...@wipro.com [mailto:sadanand.tavad...@wipro.com] Sent: Friday, June 19, 2009 2:02 PM To: Prafulla Wadaskar Subject: RE: How to port uboot Marvell PXA320 Zylonite board Hi Prafulla We did make zylonite_config and generated .bin file

[U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards.

2009-06-19 Thread Ulrich Gerster
Hi everybody and especially developers of i.MX31 NAND boot patches, I wrote an e-mail yesterday asking about the need of the mx31_nand.c file in drivers/mtd/nand/ folder. Since nobody answerd I tried to review the development of the latest patch [PATCH v4 0/6] MX31: NAND boot for PDK boards.

Re: [U-Boot] [PATCH v4 0/6] MX31: NAND boot for PDK boards.

2009-06-19 Thread Magnus Lilja
Hi 2009/6/19 Ulrich Gerster gerst...@dhbw-loerrach.de: Hi everybody and especially developers of i.MX31 NAND boot patches, I wrote an e-mail yesterday asking about the need of the mx31_nand.c file in drivers/mtd/nand/ folder. Since nobody answerd I tried to review the development of the

Re: [U-Boot] V3 Zoom hw reset

2009-06-19 Thread Heiko Schocher
Hello Tom, Tom Rix wrote: The i2c patch is a cleaned up version of the one I RFC-ed to the list earlier. It addresses Nishanth's concerns by using the kernel's algorithm and by making the major parameters overridable by a board config. Jean's request for no weak function is addressed by

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 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: Friday, June 19, 2009 2:23 PM To: u-boot@lists.denx.de Subject: Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions Hi again, Hi

Re: [U-Boot] [PATCH v2 1/3][repost] nand: Add Marvell Kirkwood NAND driver

2009-06-19 Thread Prafulla Wadaskar
-Original Message- From: Jean-Christophe PLAGNIOL-VILLARD [mailto:plagn...@jcrosoft.com] Sent: Saturday, June 13, 2009 7:32 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Manas Saksena; Ronen Shitrit; Nicolas Pitre; Ashish Karkare; Prabhanjan Sarnaik; Lennert Buijtenhek;

Re: [U-Boot] [PATCH v4 3/3] Marvell Sheevaplug Board support

2009-06-19 Thread Prafulla Wadaskar
-Original Message- From: Prafulla Wadaskar [mailto:prafu...@marvell.com] Sent: Monday, June 08, 2009 5:35 PM To: u-boot@lists.denx.de Cc: Nicolas Pitre; Manas Saksena; Lennert Buijtenhek; Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare; Prafulla Wadaskar Subject: [PATCH v4 3/3]

Re: [U-Boot] [PATCH] envcrc: extract default environment from target ELF files

2009-06-19 Thread Mike Frysinger
On Tuesday 16 June 2009 14:02:16 Wolfgang Denk wrote: Mike Frysinger wrote: Rather than rely on dirty hacks to compile the environment on the host and extract the CRC from that, have envcrc extract the environment straight from the ELF object that will be linked into u-boot itself. This

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 Thread Dieter Kiermaier
Prafulla, (...deleted some stuff...) What patches are in the pipeline? Some other board supports (MV88F6281GTW_GE) and Kirkwood SPI driver support Kirkwood USB support (at this moment) Also very interesting :) (...deleted, too...) What I forgot to mention is the i2c driver inside

Re: [U-Boot] ENV_IS_EMBEDDED vs CONFIG_ENV_IS_EMBEDDED

2009-06-19 Thread Mike Frysinger
On Monday 15 June 2009 05:02:42 Wolfgang Denk wrote: Mike Frysinger wrote: is there a reason to keep ENV_IS_EMBEDDED around ? i see a few places that use CONFIG_ENV_IS_EMBEDDED, but it seems to be largely useless at the moment as the define doesn't really do anything without

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 Thread Prafulla Wadaskar
-Original Message- From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de] Sent: Friday, June 19, 2009 3:17 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions Prafulla, (...deleted some stuff...) What

Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions

2009-06-19 Thread Dieter Kiermaier
-Original Message- From: Dieter Kiermaier [mailto:dk-arm-li...@gmx.de] Sent: Friday, June 19, 2009 3:17 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Marvell Kirkwood newbie question GPIO functions Prafulla, (...deleted some stuff...)

Re: [U-Boot] PATCH add rgb555 for at91

2009-06-19 Thread Giulio Benetti
Hi Detlev, RGB555 is a wiring with blue and red swapped, nothing more. Maybe I've made too much confusion before. And in the at91 eks there's nothing to change, because they're wired as BGR555. Best regards -- Giulio Benetti RD Micronova srl ___

[U-Boot] How to add new files in uboot

2009-06-19 Thread sadanand.tavadare
Hi Please let me know how to add new files in u boot. Thanks Sada Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may

Re: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread André Schwarz
On Tue, 2009-06-16 at 13:31 -0500, Timur Tabi wrote: Kim Phillips wrote: it's missing other boards like the MVBLM7, mpc7448hpc2... I'm not familiar with those boards, so I didn't touch them. If you give me a list of which boards I should add, I can post an updated version of the patch.

[U-Boot] [PATCH] mpc8xxx: USB: fix: access of ehci struct elements

2009-06-19 Thread Vivek Mahajan
This patch fixes the access to the 'ehci' struct elements which should have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a Sorry about that. Signed-off-by: Vivek Mahajan vivek.maha...@freescale.com --- drivers/usb/host/ehci-fsl.c | 18 +- 1 files changed, 9

Re: [U-Boot] [PATCH] fsl: remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread Timur Tabi
2009/6/19 André Schwarz andre.schw...@matrix-vision.de: MVBLM7 is mpc8343 ... please apply your patch. I posted another version of my patch that include MVBLM7. Please ACK that patch. -- Timur Tabi Linux kernel developer at Freescale ___ U-Boot

Re: [U-Boot] [PATCH v2 1/3][repost] nand: Add Marvell Kirkwood NAND driver

2009-06-19 Thread Scott Wood
Prafulla Wadaskar wrote: Scott what is status for you? Hi Scott, I have re-posted this driver twice.. Any updates on this? Sorry, I was out the previous week and have been busy catching up this past week. I'll try to get to the stack of pending NAND stuff soon. -Scott

Re: [U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread André Schwarz
On Thu, 2009-06-18 at 17:17 -0500, Andy Fleming wrote: On Wed, Jun 17, 2009 at 4:22 PM, Nobuhiro Iwamatsu iwama...@nigauri.orgwrote: On Wed, 17 Jun 2009 10:34:55 -0500 Timur Tabi ti...@freescale.com wrote: The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver,

[U-Boot] Question regarding FPGA firmware load in u-boot

2009-06-19 Thread Dieter Kiermaier
Hello List, I want to boot a (Lattice) FPGA from u-boot by using Slave Serial configuration on a Marvell Kirkwood device. As seen there is an (Xilinx and Altera) FPGA loader driver allready available in u-boot. Please can somebody explain how I have to provide a FPGA bitstream image to u-boot?

[U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-19 Thread kevin.morf...@fearnside-systems.co.uk
This is the first of two patches that will add support for the Embest SBC2440-II Board. This one adds generic support for the S3C2440 CPU. Tested by running MAKEALL for ARM9 boards - no new warnings or errors were found. This patch set assumes that the following patches have already been

[U-Boot] [PATCH-ARM 2/2] Add support for the Embest SBC2440-II Board

2009-06-19 Thread kevin.morf...@fearnside-systems.co.uk
This is the second of two patches that will add support for the Embest SBC2440-II Board. This one adds the new code for the Embest SBC2440-II Board. Tested on an Embest SBC2440-II Board with u-boot in NOR flash, using tftp to copy kernel and root file system images from a tftp server,

[U-Boot] u-boot gdb

2009-06-19 Thread Paul Thomas
I've been using gdb with u-boot via openocd. I'm sure others are doing something similar, but I did a quick entry on what I'm doing. Maybe someone else will find it usefull. http://openhardware.wordpress.com/2009/06/19/u-boot-gdb/ thanks, Paul ___

Re: [U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread Kim Phillips
On Wed, 17 Jun 2009 10:34:55 -0500 Timur Tabi ti...@freescale.com wrote: The _IO_BASE macro is also automatically defined to 0 if it isn't already set, so there's no need to define that macro either in the board configuration files. ... +++ b/include/configs/PN62.h @@ -133,8 +133,6 @@

Re: [U-Boot] [PATCH] [PATCH v2] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread Timur Tabi
Kim Phillips wrote: -#define _IO_BASE0xfe00 /* points to PCI I/O space */ - but the PN62 doesn't set it to 0! Doh! I don't know how I missed that. -- Timur Tabi Linux kernel developer at Freescale ___ U-Boot mailing

[U-Boot] [PATCH v3] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread Timur Tabi
The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver, but the code that used that macro was removed over a year ago, so board configuration files no longer need to define it. The _IO_BASE macro is also automatically defined to 0 if it isn't already set, so there's no need to

Re: [U-Boot] [PATCH v3] remove _IO_BASE and KSEG1ADDR from board configuration files

2009-06-19 Thread Kim Phillips
On Fri, 19 Jun 2009 14:10:52 -0500 Timur Tabi ti...@freescale.com wrote: The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet driver, but the code that used that macro was removed over a year ago, so board configuration files no longer need to define it. The _IO_BASE macro is

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-19 Thread Wolfgang Denk
Dear kevin.morf...@fearnside-systems.co.uk, In message 4a3bc001.3010...@fearnside-systems.co.uk you wrote: This is the first of two patches that will add support for the Embest SBC2440-II Board. This one adds generic support for the S3C2440 CPU. Tested by running MAKEALL for ARM9 boards - no

Re: [U-Boot] [PATCH-ARM 2/2] Add support for the Embest SBC2440-II Board

2009-06-19 Thread Wolfgang Denk
Dear kevin.morf...@fearnside-systems.co.uk, In message 4a3bc007.4060...@fearnside-systems.co.uk you wrote: This is the second of two patches that will add support for the Embest SBC2440-II Board. This one adds the new code for the Embest SBC2440-II Board. Tested on an Embest SBC2440-II Board

Re: [U-Boot] U-book and GPLv3? (fwd)

2009-06-19 Thread Richard Stallman
There's only one thing about U-Boot that doesn't seem so good: U-Boot is GPLv2 (sometimes or later). To have some parts which are GPLv2 only is unfortunate. Is there any chance of convincing those authors to change that? ___ U-Boot mailing list

Re: [U-Boot] iMX27 PDK board support

2009-06-19 Thread alfred steele
We have support for the MX35-3-Stack, you might want to have a look at that code if you are working into that direction. Where can i find the MX35-3-Stack patches? Does it support boot from NAND and does it have the NAND flash driver already? Thanks, Alfred

Re: [U-Boot] iMX27 PDK board support

2009-06-19 Thread alfred steele
Where can i find the MX35-3-Stack patches?  Does it support boot from NAND and does it have the NAND flash driver already? Are you talking about this in the GIT?

Re: [U-Boot] [PATCH 3/7] fec_imx27: driver for FEC ethernet controller on i.MX27

2009-06-19 Thread Wolfgang Denk
Dear Johan, In message de9b121e0906160012q5975b23cnd320908aee6cd...@mail.gmail.com you wrote: Seems like that was the trick. After removing the breakout board it works much better. I still got some problems which I don't know if its software related. Sometimes when I power on the board the

Re: [U-Boot] [PATCH] arm nomadik: rename board and cleanup config

2009-06-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:54 Thu 18 Jun , Alessandro Rubini wrote: From: Alessandro Rubini rub...@unipv.it This patch cleans up some glitches in the initial submission: - nobody calls it nmdk8815: the board is nhk8815, so rename - nand and onenand can coexist, so fix config file accordingly -

Re: [U-Boot] [PATCH] mtd: Update MTD infrastructure to support 64bit device size

2009-06-19 Thread Dirk Behme
Dear Stefan, having this patch in mainline [1] now, I have some issues with it. I use omap3_beagle_config (ARM). There was already a short discussion with Wolfgang on IRC regarding this, he directed my to you ;) I identified three topics, two minor and one major one: Stefan Roese wrote: This