Re: [U-Boot] [PATCH 1/3] net: Make TFTP server timeout configurable

2008-09-24 Thread Bartlomiej Sieka
Wolfgang Denk wrote: > Dear Bartek, > > In message <[EMAIL PROTECTED]> you wrote: >>> Are seconds an appropriate scale factor for the timeout? > ... >> The patch didn't introduce changes in this regard -- TFTP timeouts were >> defined in seconds originally. The patch makes the timeout behavior >>

Re: [U-Boot] PrimeCell Peripherals

2008-09-24 Thread Roman Mashak
Hello, 2008/9/24 Gururaja Hebbar K R <[EMAIL PROTECTED]>: [skip] > So both are mutual exclusive and finally only one will be compiled. Exactly! Really I didn't spot that subtle difference -- #ifdef, #ifndef. Thanks for pointing out. -- Roman Mashak _

Re: [U-Boot] PrimeCell Peripherals

2008-09-24 Thread Gururaja Hebbar K R
Hi, > From: Roman Mashak [mailto:[EMAIL PROTECTED] > Subject: Re: [U-Boot] PrimeCell Peripherals > I must've confused you with the question. No u havent. Sorry to say that u havent checked the code properly > suppose we build U-Boot for arm920t based target, in such a > case, two files defini

Re: [U-Boot] PrimeCell Peripherals

2008-09-24 Thread Roman Mashak
Hello, 2008/9/24 Gururaja Hebbar K R <[EMAIL PROTECTED]>: >> I'm a bit confused: 'do_irq' is defined in several files, >> including CPU-specific (arm920t, 720t etc.) and ARM >> architecture library ($(U_BOOT)/lib_arm). So if we build for >> arm920t-based platform (provided that CONFIG_USE_IRQ is >

Re: [U-Boot] [U-boot] [PATCHv2 1/2] NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.

2008-09-24 Thread richardretanubun
Hi Ben, Sorry I keep mangling the patch. I made an updated version based on the latest files from the git-tree. If you don't mind, can you try applying it? Thanks for all the help -Richard >From 61a47dbf76980860858417ae850f909a0552b123 Mon Sep 17 00:00:00 2001 From: Richard Retanubun <[EMAIL

Re: [U-Boot] stability USB memory sticks for the common OHCI USB layer.

2008-09-24 Thread Stelian Pop
Le mardi 23 septembre 2008 à 12:31 +0200, Remy Bohmer a écrit : > Hello Stelian, > > Thanks for the logging. This is useful info. > > > usb_control_msg: request: 0x1, requesttype: 0x23, value 0x14 index 0x1 > > length 0x0 > > New Device 1 > > usb_control_msg: request: 0x6, requesttype: 0x80, val

Re: [U-Boot] MPC86xx unapplied patches

2008-09-24 Thread Jon Loeliger
On Sun, 2008-09-07 at 01:39 +0200, Wolfgang Denk wrote: > Dear Jon, > > I have a couple of unapplied patches in my list which seem to fall > into your area of responsibility. Can you please have a look at > these: > > 6185 08/19 Kumar Gala [U-Boot] [PATCH] 86xx: remove redudant code >

[U-Boot] [PATCH] Change UEC PHY interface to RGMII on MPC8568MDS

2008-09-24 Thread Andy Fleming
From: Haiying Wang <[EMAIL PROTECTED]> Change UEC phy interface from GMII to RGMII on MPC8568MDS board Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed, but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable. Now both UEC1 and UEC2 can

[U-Boot] u-boot support for writing yaffs2 images to NAND

2008-09-24 Thread Oliver Mayer-Buschmann
Hello all, I'm searching for a patch that allows me to write yaffs2 images (generated with mkyaffs2image from Aleph One Ltd.) to NAND flash with u-boot. After spending some time with the U-Boot sources I've found out, that there seems not to exist a command for doing this. An older patch from Fr

Re: [U-Boot] [PATCH] Add support for CONFIG_EFI_PARTITION (GUID Partition Table)

2008-09-24 Thread richardretanubun
Hi Wolfgang Andrew Dyer wrote: >> Also, please enlighten me: what is "EFI", and what is a "GUID" >> partition table, and which systems do use that? > > EFI is the PC BIOS replacement that Intel came up with, most notably > used on Apple's Intel based computers. A blurb about EFI is here - >

[U-Boot] Please pull u-boot-mpc83xx fixes for 2008-10 release

2008-09-24 Thread Kim Phillips
Wolfgang D., Please pull a ddr base address assignment fix, h/w flash protection turned on by default, and a fix to facilitate autobooting: The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc: Stefan Roese (1): ppc4xx: Canyonlands: Remove unnecessary FDT warning

[U-Boot] [PATCH] mpc83xx: don't disable autoboot

2008-09-24 Thread Kim Phillips
bootdelay set to -1 'permanently' disables autobooting, even if bootcmd is specified. Change to a positive value to allow autobooting when a bootcmd is set. Reported-by: Coray Tate <[EMAIL PROTECTED]> Cc: Scott Wood <[EMAIL PROTECTED]> Signed-off-by: Kim Phillips <[EMAIL PROTECTED]> --- include/

Re: [U-Boot] U-Boot configuration and latter Linux MMU init failures

2008-09-24 Thread Wolfgang Denk
Dear Jerry Van Baren, In message <[EMAIL PROTECTED]> you wrote: > > Interestingly enough, dcbst is a *data* cache store, run in the *icache* > flush routine. I assume this is intended to flush out any instructions > that are stuck in the dcache due to writes (self modifying code and/or > loaded/c

Re: [U-Boot] [PATCH] Add support for CONFIG_EFI_PARTITION (GUID Partition Table)

2008-09-24 Thread richardretanubun
Dear Wolfgang, Andrew Dyer wrote: >> Also, please enlighten me: what is "EFI", and what is a "GUID" >> partition table, and which systems do use that? > > EFI is the PC BIOS replacement that Intel came up with, most notably > used on Apple's Intel based computers. A blurb about EFI is here - >

Re: [U-Boot] U-Boot configuration and latter Linux MMU init failures

2008-09-24 Thread Jerry Van Baren
Remi Lefevre wrote: > Hi, > > From your experience, can some incomplete/incorrect U-Boot configuration > lead to MMU init failures inside Linux ? > > Particularly, my Linux kernel fails during the first Data Cache Block Store > instruction (dcbst) of the MMU init and I ask myself if this cannot b

Re: [U-Boot] [PATCH 3/3] ppc4xx: Add routine to retrieve the CPU number for boards with multiple CPU's.

2008-09-24 Thread Wolfgang Denk
Dear Adam Graham, In message <[EMAIL PROTECTED]> you wrote: > Provide a weak defined routine to retrieve the CPU number for reference > boards that have multiple CPU's. Default behavior is the existing single CPU > print output. Reference boards with multiple CPU's need to provide a board > s

Re: [U-Boot] [PATCH 1/3] ppc4xx: Initial support of the AMCC dual PPC460GT Arches reference board.

2008-09-24 Thread Wolfgang Denk
Dear Adam Graham, In message <[EMAIL PROTECTED]> you wrote: > > +/* > + * FPGA read/write helper macros > + */ > +#define FPGA_READ(offset) ({ \ > + in_8((void *)(CFG_FPGA_BASE + offset)); }) > +#define FPGA_WRITE(offset, data) ({ \ > + out_8((void

[U-Boot] [PATCH] serial: add support for the OMRPv2 simple wishbone UART

2008-09-24 Thread Florian Fainelli
(please CC me as I am not on the list yet). -- From: Florian Fainelli <[EMAIL PROTECTED]> Date: Wed, 24 Sep 2008 10:46:10 +0200 Subject: [PATCH] serial: add support for the OMRPv2 simple wishbone UART This patch adds support for the wishbone UART we are using on the OpenPattern Modular Routing Pla

[U-Boot] [PATCH] api: Fix building with CONFIG_API

2008-09-24 Thread Matthias Fuchs
This patch fixes building with CONFIG_API and COFNIG_USB_STORAGE. USB_MAX_STOR_DEV is defined in include/usb.h, but needed in api/api_storage.c. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- api/api_storage.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api

Re: [U-Boot] PrimeCell Peripherals

2008-09-24 Thread Gururaja Hebbar K R
Hi, > From: Roman Mashak [mailto:[EMAIL PROTECTED] > Subject: Re: [U-Boot] PrimeCell Peripherals > > I'm a bit confused: 'do_irq' is defined in several files, > including CPU-specific (arm920t, 720t etc.) and ARM > architecture library ($(U_BOOT)/lib_arm). So if we build for > arm920t-based

[U-Boot] [PATCH 3/3] ppc4xx: Add routine to retrieve the CPU number for boards with multiple CPU's.

2008-09-24 Thread Adam Graham
Provide a weak defined routine to retrieve the CPU number for reference boards that have multiple CPU's. Default behavior is the existing single CPU print output. Reference boards with multiple CPU's need to provide a board specific routine. See board/amcc/arches/arches.c for an example. Sig

[U-Boot] [PATCH 2/3] ppc4xx: Add capability to configure PPC44x IBM SDRAM Controller with static values.

2008-09-24 Thread Adam Graham
This patch add the capability to configure a PPC440 based IBM SDRAM Controller with static, compiled-in, values. PPC440 memory subsystem includes a Memory Queue core. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- cpu/ppc4xx/44x_spd_ddr2

[U-Boot] [PATCH 1/3] ppc4xx: Initial support of the AMCC dual PPC460GT Arches reference board.

2008-09-24 Thread Adam Graham
These are the initial support files for the AMCC dual PPC460GT Arches reference board. Signed-off-by: Adam Graham <[EMAIL PROTECTED]> Signed-off-by: Victor Gallardo <[EMAIL PROTECTED]> --- Makefile |3 + board/amcc/arches/Makefile| 51 board/amcc/arches/arch

[U-Boot] U-Boot configuration and latter Linux MMU init failures

2008-09-24 Thread Remi Lefevre
Hi, >From your experience, can some incomplete/incorrect U-Boot configuration lead to MMU init failures inside Linux ? Particularly, my Linux kernel fails during the first Data Cache Block Store instruction (dcbst) of the MMU init and I ask myself if this cannot be linked to my cache initializati

Re: [U-Boot] PrimeCell Peripherals

2008-09-24 Thread Roman Mashak
Hello, 2008/9/23 Gururaja Hebbar K R <[EMAIL PROTECTED]>: [skip] > Then the user has to also define a do_irq command to support the same > > Kindly look at below file for do_irq function definitions & its usage. > > uboot\cpu\arm720t\interrupts.c > uboot\cpu\arm920t\interrupts.c > > i havent seen