Re: [U-Boot] [U-boot] [PATCH 2/2] NET: QE: UEC: Allow uec re-initialization based on netretry environment variable.

2008-09-03 Thread Ben Warren
Hi Richard, richardretanubun wrote: > Allow uec_init to run more than once, based on the netretry environment > variable. > This allows for manual (back and forth) switching between network > interfaces. > > My general issue with this patch is that if this functionality is really useful, it

Re: [U-Boot] [PATCH v3 0/6] i.MX31: Add NAND support and new PDK board.

2008-09-03 Thread Magnus Lilja
>> Is there are chance that the first couple of patches in the series can >> be merged into the official tree? I'm talking about the following >> patches: >> [PATCH v3 1/6] i.MX31: Add reset_timer() and modify get_timer_masked(). > yes >> [PATCH v3 2/6] i.MX31: Make the SPI bus and chip select conf

Re: [U-Boot] [Query] NET: QE: UEC: Checking patch status

2008-09-03 Thread Ben Warren
Hi Richard, richardretanubun wrote: > Dear Ben, > > Sorry to nag, > > I'm just checking in to see if you plan to push the patches I > submitted, the last discussion on them are listed below: > I apologize for not responding in a more timely fashion. Let's just say the summer's been the busiest I

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-03 Thread Ben Nizette
On Wed, 2008-09-03 at 11:03 +0200, Haavard Skinnemoen wrote: > Ben Nizette <[EMAIL PROTECTED]> wrote: > > > > Doesn't the MTD system have facility to override partitioning > > information from the boot arguments? If so then any big u-boots can > > just ship with such a clause in their default bo

Re: [U-Boot] [Query] NET: QE: UEC: Checking patch status

2008-09-03 Thread Ben Warren
Hi Richard, richardretanubun wrote: > Dear Ben, > > Sorry to nag, > > I'm just checking in to see if you plan to push the patches I > submitted, the last discussion on them are listed below: > > 1. [U-boot] [PATCHv2 1/2] NET: QE: UEC: Make uec_miiphy_read() and > uec_miiphy_write() use the devna

[U-Boot] [Query] NET: QE: UEC: Checking patch status

2008-09-03 Thread richardretanubun
Dear Ben, Sorry to nag, I'm just checking in to see if you plan to push the patches I submitted, the last discussion on them are listed below: 1. [U-boot] [PATCHv2 1/2] NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg. http://lists.denx.de/pipermail/u-boot/2008-A

Re: [U-Boot] AT91RM9200 relocation

2008-09-03 Thread Wolfgang Denk
Dear Andrejs Cainikovs, In message <[EMAIL PROTECTED]> you wrote: > > Pardon, appearantly this stopped working somewhere between 1.3.2 and 1.3.4. > Now I am able to load only from ram. 1.3.2 works fine, though. It would be very helpful if you used git-bisect to find out which spcific commit brok

Re: [U-Boot] AT91RM9200 relocation

2008-09-03 Thread Andrejs Cainikovs
Pardon, appearantly this stopped working somewhere between 1.3.2 and 1.3.4. Now I am able to load only from ram. 1.3.2 works fine, though. Regards, Andrejs Cainikovs. Andrejs Cainikovs wrote: > Nicolas, > > I faced the similar problem before. Playing around with > CONFIG_SKIP_RELOCATE_UBOOT an

Re: [U-Boot] Please pull u-boot-mpc83xx.git

2008-09-03 Thread Wolfgang Denk
Dear Kim Phillips, In message <[EMAIL PROTECTED]> you wrote: > WD, please pull: > > The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51: > Jean-Christophe PLAGNIOL-VILLARD (1): > device: make device_register() clone the device > > are available in the git reposi

Re: [U-Boot] [PATCH v3 3/6] i.MX31: Add basic support for Freescale's i.MX31 PDK board.

2008-09-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Fri 29 Aug , Magnus Lilja wrote: > Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and > MC13873 RTC support is enabled by this patch. > > Booting from NAND is not supported yet so U-boot relies on some other > initial boot loader to set up SDRAM and clocks and co

Re: [U-Boot] [PATCH v3 2/6] i.MX31: Make the SPI bus and chip select configurable for MC13783

2008-09-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Fri 29 Aug , Magnus Lilja wrote: > The i.MX31 has three SPI buses and each bus has several chip selects > and the MC13783 chip can be connected to any of these. The current > RTC driver for MC13783 is hardcoded for CSPI2/SS2. > > This patch makes make MC13783 SPI bus and chip select c

Re: [U-Boot] [PATCH v3 1/6] i.MX31: Add reset_timer() and modify get_timer_masked().

2008-09-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:36 Fri 29 Aug , Magnus Lilja wrote: > This patch adds the reset_timer() function (needed by nand_base.c) and > modifies the get_timer_masked() to work in the same way as the omap24xx > function. > > Signed-off-by: Magnus Lilja <[EMAIL PROTECTED]> > --- > cpu/arm1136/mx31/interrupts.c |

Re: [U-Boot] [PATCH v3 0/6] i.MX31: Add NAND support and new PDK board.

2008-09-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 22:02 Wed 03 Sep , Magnus Lilja wrote: > Hi, > > 2008/8/29 Magnus Lilja <[EMAIL PROTECTED]>: > > Hi again > > > > This series of patches adds support for the NAND flash controller in the > > i.MX31 device and also introduces the Freescale i.MX31 PDK board. > > > > Changes since v2: > > > >

[U-Boot] Please pull u-boot-mpc83xx.git

2008-09-03 Thread Kim Phillips
WD, please pull: The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51: Jean-Christophe PLAGNIOL-VILLARD (1): device: make device_register() clone the device are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Nick Spence (5):

[U-Boot] [PATCH] mpc83xx: fix mpc8313 in-tree building with NAND

2008-09-03 Thread Kim Phillips
From: Nick Spence <[EMAIL PROTECTED]> and add mpc8313 NAND build to MAKEALL Signed-off-by: Nick Spence <[EMAIL PROTECTED]> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- MAKEALL |2 +- Makefile |3 +++ 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/MAKEALL b/MAKEALL

Re: [U-Boot] [GIT PULL] MIPS updates

2008-09-03 Thread Wolfgang Denk
Dear Shinya Kuribayashi, In message <[EMAIL PROTECTED]> you wrote: > Hi Wolfgang, > > please pull MIPS repository to pick up the following change: > > --- > > The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51: > Jean-Christophe PLAGNIOL-VILLARD (1): > device:

Re: [U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-03 Thread Wolfgang Denk
Dear Stefan Roese, In message <[EMAIL PROTECTED]> you wrote: > The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51: > Jean-Christophe PLAGNIOL-VILLARD (1): > device: make device_register() clone the device > > are available in the git repository at: > > git://

Re: [U-Boot] [PATCH] ppx4xx: Fix broken DASA_SIM board

2008-09-03 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <[EMAIL PROTECTED]> you wrote: > This patch adds initdram() to DASA_SIM boards that has been > removed accidentally by a previous commit. > > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> > --- > board/esd/dasa_sim/dasa_sim.c |5 + > 1 files changed, 5

Re: [U-Boot] Pull request - NET

2008-09-03 Thread Wolfgang Denk
Dear Ben Warren, In message <[EMAIL PROTECTED]> you wrote: > Wolfgang, > > The following changes since commit e99e9575bbeba1b7c48e046547cae065ec0071de: > Wolfgang Denk (1): > Merge branch 'Makefile' of git://git.denx.de/u-boot-arm > > are available in the git repository at: > > git:

Re: [U-Boot] net/24

2008-09-03 Thread u-boot
Synopsis: [PATCH] PHY: Add support for the M88E1121R Marvell chip. State-Changed-From-To: open->closed State-Changed-By: wd State-Changed-When: Wed, 03 Sep 2008 22:52:57 +0200 State-Changed-Why: Applied by commit d23dc394aa69093b6326ad917db04dc0d1aff3f8

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-03 Thread Wolfgang Denk
Dear "John Rigby", In message <[EMAIL PROTECTED]> you wrote: > I'm not sure this right way to deal with this. Even with the modified > offset the 1.5 silicon linux nand driver will not work correctly with > the 2.0 silicon nand controller. That's right - but al least the Linux kernel will not cr

[U-Boot] Data abort after usb start command

2008-09-03 Thread Nícolas Carneiro Lebedenco
Hi, Well, here I am again with my at91rm9200dk based board. I got a segfault (data abort) after entering the "usb start" command with a 512mb Sandisk USB pendrive connected. The command succeeds if no usb drive is connected and obviously it reports no storage device found as expected. The pro

Re: [U-Boot] How to get mac address into device tree for powerpc?

2008-09-03 Thread JerryVanBaren
John Linn wrote: > I have u-boot retrieving the mac address from the i2c eeprom and using > it fine. > > But it's not clear to me how I should go about getting it into the > device tree so that the kernel can use it. > > Is there anyway to do this without doing it manually from the command > line

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Victor Gallardo
>> + >> +/* >> + * CFG_PHY_LESS_PORTS tells us about ethernet ports that have no PHY >> + * attached to them. >> + */ >> +#ifndef CFG_PHY_LESS_PORTS >> +#define CFG_PHY_LESS_PORTS >> +#endif >> + >> +struct phy_less_port { >> +unsigned int devnum;/* ethernet port */ >> +unsigned int sp

Re: [U-Boot] [PATCH v3 0/6] i.MX31: Add NAND support and new PDK board.

2008-09-03 Thread Magnus Lilja
Hi, 2008/8/29 Magnus Lilja <[EMAIL PROTECTED]>: > Hi again > > This series of patches adds support for the NAND flash controller in the > i.MX31 device and also introduces the Freescale i.MX31 PDK board. > > Changes since v2: > > - Added doc/README.mx31 (contains MC13783 SPI config documentation)

[U-Boot] How to get mac address into device tree for powerpc?

2008-09-03 Thread John Linn
I have u-boot retrieving the mac address from the i2c eeprom and using it fine. But it's not clear to me how I should go about getting it into the device tree so that the kernel can use it. Is there anyway to do this without doing it manually from the command line? Thanks, John This

[U-Boot] [PATCH 2/2] Update Kilauea board support to use PPC4xx DDR autocalibration routines.

2008-09-03 Thread Adam Graham
Signed-off-by: Adam Graham <[EMAIL PROTECTED]> --- cpu/ppc4xx/44x_spd_ddr2.c | 158 cpu/ppc4xx/Makefile|3 + include/asm-ppc/ppc4xx-sdram.h |3 +- include/common.h | 21 + include/configs/kilauea.h | 19

[U-Boot] [PATCH 1/2] PPC4xx IBM Memory Controller DDR autocalibration routines.

2008-09-03 Thread Adam Graham
Alternate SDRAM DDR autocalibration routine that can be generically used for any PPC4xx chips that have the IBM SDRAM Controller core allowing for support of more DIMM/memory chip vendors and gets the DDR autocalibration values which give the best read latency performance (SDRAM0_RDCC.[RDSS]). Two

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Victor Gallardo
Hi Stefan, OK. I agree, I will remove DFLT_PHY_LESS_SPEED and DFLT_PHY_LESS_DUPLEX. In terms of a generic PHY-less approach. I'll wait for Ben's input. -Victor Gallardo -Original Message- From: Stefan Roese [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 12:23 AM To: u-bo

[U-Boot] [GIT PULL] MIPS updates

2008-09-03 Thread Shinya Kuribayashi
Hi Wolfgang, please pull MIPS repository to pick up the following change: --- The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51: Jean-Christophe PLAGNIOL-VILLARD (1): device: make device_register() clone the device are available in the git repository at: g

Re: [U-Boot] [PATCH V2] doc/qemu_mips: add doc howto debug u-boot with gdb

2008-09-03 Thread Shinya Kuribayashi
Hi Jean, Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> > --- > diff with V1 remove unrelated changement > doc/README.qemu_mips | 64 > +- > 1 files changed, 63 insertions(+), 1 delet

Re: [U-Boot] [PATCH] Add simple IP/UDP fragmentation support

2008-09-03 Thread Frank Haverkamp
Subject: U-Boot: Add simple IP/UDP fragmentation support From: Frank Haverkamp <[EMAIL PROTECTED]> http://tools.ietf.org/html/rfc2348 describes the TFTP block size option which allows larger packets than the 512 byte default. This reduces the number of TFTP ACKs significantly and improves performa

Re: [U-Boot] u-boot for BMW board

2008-09-03 Thread John W. Linville
On Wed, Sep 03, 2008 at 08:44:37PM +0530, Ramji PanchaReddy wrote: > Hi Wolfgang, > Thanks a lot for your response .. > > I also tried BMW_config and used cross-compiler as ppc_82xx-* .When i load > this i did not get any thing on console. > My processor is MPC8245. >From what I recall about BMW,

[U-Boot] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

2008-09-03 Thread Stefan Roese
The following changes since commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51: Jean-Christophe PLAGNIOL-VILLARD (1): device: make device_register() clone the device are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Matthias Fuchs (12): ppc4xx:

[U-Boot] [PATCH] ppx4xx: Fix broken DASA_SIM board

2008-09-03 Thread Matthias Fuchs
This patch adds initdram() to DASA_SIM boards that has been removed accidentally by a previous commit. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- board/esd/dasa_sim/dasa_sim.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/board/esd/dasa_sim/dasa_sim.c b/b

Re: [U-Boot] u-boot for BMW board

2008-09-03 Thread Ramji PanchaReddy
Hi Wolfgang, Thanks a lot for your response .. I also tried BMW_config and used cross-compiler as ppc_82xx-* .When i load this i did not get any thing on console. My processor is MPC8245. Regards, Ramji On Wed, Sep 3, 2008 at 8:29 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Ramji Panc

Re: [U-Boot] [PATCH] ads5121: Set offset of NFC registers in device tree.

2008-09-03 Thread John Rigby
I'm not sure this right way to deal with this. Even with the modified offset the 1.5 silicon linux nand driver will not work correctly with the 2.0 silicon nand controller. On Tue, Sep 2, 2008 at 3:41 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > From: Grzegorz Bernacki <[EMAIL PROTECTED]> > > O

Re: [U-Boot] u-boot for BMW board

2008-09-03 Thread Wolfgang Denk
Dear Ramji PanchaReddy, in message <[EMAIL PROTECTED]> you wrote: > > I am using BMW board. > i used Sandpoint8245_config for board configuration based on the CPU > when i load the u-boot.bin i got following o/p ... > FLASH: *** failed *** > ### ERROR ### Please RESET the board ### Well, what di

Re: [U-Boot] MACB and DM9000 support for AT91SAM9260

2008-09-03 Thread Frank van der Schoot
This is certainly a good option, maybe I try to make the dm9000x-driver a eth_device. But if this is too hard than this will be my fall-back scenario. {--- I think that the mac address of the dm9000 is on the eeprom. Linux write it using ethtool. Take a look at the dm9000_write_eeprom in the

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Guennadi Liakhovetski
On Wed, 3 Sep 2008, Markus Klotzbücher wrote: > Dear Guennadi, > > On Tue, Sep 02, 2008 at 07:05:29PM +0200, Guennadi Liakhovetski wrote: > > > +static int flash_flag_obsolete (int dev, int fd, off_t offset) > > +{ > > + struct mtd_info_user mtdinfo; > > + int rc; > > + > > + rc = ioctl (f

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Guennadi Liakhovetski
On Wed, 3 Sep 2008, Wolfgang Denk wrote: > > As far as I understand, with rc == 3 there is no DEVESIZE in the line, > > which doesn't look like a valid configuration line to me. The orginal code > > however accepted such lines and only dropped lines with rc < 3. I do not > > understand how the

[U-Boot] u-boot for BMW board

2008-09-03 Thread Ramji PanchaReddy
This is Ramji from A.P ,India.I am new to u-boot. I am using BMW board. i used Sandpoint8245_config for board configuration based on the CPU when i load the u-boot.bin i got following o/p ++ U-Boot 1.1.6 (Sep 2 2008 - 20:22:29) CPU: MPC8245 Revision 1.2 at 166.

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Wolfgang Denk
Dear Markus =?iso-8859-1?Q?Klotzb=FCcher?=, In message <[EMAIL PROTECTED]> you wrote: > > Hmmm, what exactly are you doing here? IIRC environment in NAND was > implemented slightly differently than NOR in that it reused the > obsolete flag as a serial number. This number is incremented for every

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Wolfgang Denk
Dear Guennadi, In message <[EMAIL PROTECTED]> you wrote: > > > would become: > > > > if (crc0_ok && !crc1_ok) { > > dev_current = 0; > > } else if (!crc0_ok && crc1_ok) { > > dev_current = 1; > > > > If "0" is OK, then use "0"

Re: [U-Boot] [PATCH] at91rm9200: fix errors with CONFIG_CMD_I2C_TREE

2008-09-03 Thread Jens Scharsig
It's the same like first, but i2c_get_bus_speed returns CFG_I2C_SPEED instead of 0. I think this is the better value. This patch prevents linker error on AT91RM9200 boards, if CONFIG_CMD_I2_TREE is set. It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function. Signed-off-by: Jens

Re: [U-Boot] [PATCH] 4xx: Remove obsolete or unused functions from some esd boards

2008-09-03 Thread Stefan Roese
On Tuesday 02 September 2008, Matthias Fuchs wrote: > This patch removes initdram() and testdram() from most esd 405 platforms. > Some boards also have an empty dummy implementation of > misc_init_f(). This is also removed. Applied to u-boot-ppc4xx. Thanks. Best regards, Stefan =

Re: [U-Boot] [PATCH 1/4] 4xx: Add fdt support for VOM405 boards

2008-09-03 Thread Stefan Roese
On Tuesday 02 September 2008, [EMAIL PROTECTED] wrote: > From: Matthias Fuchs <[EMAIL PROTECTED]> All [1...4] applied to u-boot-ppc4xx. Thanks. Best regards, Stefan = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detle

Re: [U-Boot] [PATCH 1/6] 4xx: Increase U-Boot size to 384kB for PLU405 boards

2008-09-03 Thread Stefan Roese
On Tuesday 02 September 2008, Matthias Fuchs wrote: > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> All [1...6] applied to u-boot-ppc4xx. Matthias, please use "ppc4xx:" instead of "4xx" next time. Thanks. Best regards, Stefan =

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Markus Klotzbücher
Dear Guennadi, On Tue, Sep 02, 2008 at 07:05:29PM +0200, Guennadi Liakhovetski wrote: > +static int flash_flag_obsolete (int dev, int fd, off_t offset) > +{ > + struct mtd_info_user mtdinfo; > + int rc; > + > + rc = ioctl (fd, MEMGETINFO, &mtdinfo); > + if (rc < 0) { > +

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Guennadi Liakhovetski
On Tue, 2 Sep 2008, Wolfgang Denk wrote: > Note that this is a serious impairment compared to the old version. > > The whole logic of writing the envrionment (and especially so when > redundancy is used) is based on separate logic steps that are per- > formed strictly sequentially, and on

Re: [U-Boot] [PATCH] fw_env: add NAND support

2008-09-03 Thread Guennadi Liakhovetski
On Tue, 2 Sep 2008, Wolfgang Denk wrote: > > @@ -596,107 +844,120 @@ static char *envmatch (char * s1, char * s2) > > static int env_init (void) > > { > > int crc1, crc1_ok; > > + char flag1, *addr1; > > > > int crc2, crc2_ok; > > + char flag2, *addr2; > > I think you should numbe

Re: [U-Boot] [PATCH 0/6] ATSTK1000 LCD panel support

2008-09-03 Thread Haavard Skinnemoen
Ben Nizette <[EMAIL PROTECTED]> wrote: > > On Tue, 2008-09-02 at 14:09 +0200, Haavard Skinnemoen wrote: > > Right. I was thinking maybe we could extend the boot protocol to pass > > partitioning information from u-boot to the kernel -- that should make > > it possible to run the same kernel on boa

Re: [U-Boot] AT91RM9200 relocation

2008-09-03 Thread Andrejs Cainikovs
Nicolas, I faced the similar problem before. Playing around with CONFIG_SKIP_RELOCATE_UBOOT and others don't gived any results.. The only result was that you should change define you mentioned every time when compiling for flash or ram. This has fixed my problem: --- a/cpu/arm920t/start.S

Re: [U-Boot] [PATCH 1/1 v3] ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY

2008-09-03 Thread Stefan Roese
On Wednesday 03 September 2008, Victor Gallardo wrote: > This patch adds GPCS, SGMII and M88E1112 PHY support > for the AMCC PPC460GT/EX processors. > > Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> > --- A good idea is to keep a history of what changed in the patch revisions here in this ar

Re: [U-Boot] [U-Boot-Users] [PATCH 1/4][RFC] Add initial high speed support to USB code.

2008-09-03 Thread Markus Klotzbücher
Hi Tor, On Thu, Jul 10, 2008 at 05:22:18PM +0200, Tor Krill wrote: > On 7/10/2008, "Markus Klotzbücher" <[EMAIL PROTECTED]> wrote: > >Tor Krill <[EMAIL PROTECTED]> writes: > > > >> Add high speed support to USB code. Extracted from Juniper Networks patch. > >> > >> I know that the mergewindow is c