Re: [U-Boot] [PATCH v10] Marvell MV88F6281GTW_GE Board support

2009-05-25 Thread Stefan Roese
On Monday 25 May 2009 06:48:40 Prafulla Wadaskar wrote: > > > + */ > > > + > > > +#include > > > +#include > > > +#include > > > +#include > > > +#include "mv88f6281gtw_ge.h" > > > > please move the mv88f6281gtw_ge.h > > to include/asm-arm/arch-kirkwood/ > > Sure... I will do it :-) Sorry for

Re: [U-Boot] [PATCH v10] Marvell Kirkwood family SOC support

2009-05-25 Thread Stefan Roese
On Thursday 21 May 2009 22:24:29 Prafulla Wadaskar wrote: > Kirkwood family controllers are highly integrated SOCs > based on Feroceon-88FR131/Sheeva-88SV131 cpu core. > > SOC versions supported:- > 1) 88F6281-A0 define CONFIG_KW88F6281_A0 > 2) 88F6192-A0 define CONFIG_KW88F6192_A0 > >

Re: [U-Boot] ARM next Pull Request

2009-05-25 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090524212216.gc29...@game.jcrosoft.org> you wrote: > > > Thanks. Nevertheless, that's not a patch created by git-format-patch, > > and I don't have the usual stat lines that show me immediately the > > amount of changes and which files are affec

[U-Boot] Question about U-Boot porting based on MPC852T

2009-05-25 Thread Chengzhi Li
Hi: I am designing a embedded board based on MPC852T CPU. I want to know which boards supportted by U-Boot utilized this CPU. I have read the readme file of U-Boot and copy the relative description about PPC CPUs supportted and pasted below: - CPU Type: Define exactly one of PowerPC based CPUs:

Re: [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh

2009-05-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 08:21 Mon 25 May , Daniel Gorsulowski wrote: > Jean-Christophe PLAGNIOL-VILLARD schrieb: > >> + > >> +static void meesc_ethercat_hw_init(void) > >> +{ > >> + /* Configure SMC EBI1_CS0 for EtherCAT */ > >> + at91_sys_write(AT91_SMC1_SETUP(0), > >> + AT91_SMC_NWESETUP_(0) | AT91_SMC

Re: [U-Boot] U-boot and linux command line parameters

2009-05-25 Thread Mirek23
When studying the u-boot (1.2.0) source code I have found that it is register r6 and r7 which pass the location of the command line parameters and the size. The location of the parameters could be changed in u-boot according to the macro: CFG_BOOTMAPSZ There is however the message in all conf

Re: [U-Boot] Question about U-Boot porting based on MPC852T

2009-05-25 Thread Wolfgang Denk
Dear Chengzhi Li, In message you wrote: > > I am designing a embedded board based on MPC852T CPU. I want to know which > boards supportted by U-Boot utilized this CPU. I have read the readme file Try to use grep, for example like this: $ grep -l MPC852 include/configs/* > of U-Boot an

Re: [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh

2009-05-25 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090525081352.gg29...@game.jcrosoft.org> you wrote: > > > >> +/* Configure RDY/BSY */ > > >> +at91_set_B_periph(AT91_PIN_PE20, 0);/* EBI1_NWAIT */ > > > do you really need this > > > you do not seems to use it anywhere? > > Ye

Re: [U-Boot] PCIe on Kilauea

2009-05-25 Thread Weirich, Bernhard
Thanks for the prompt reply! It was indeed a hardware problem. The calibration resistor was missing. Best regards, Bernhard Von: Stefan Roese [...@denx.de] Gesendet: Freitag, 15. Mai 2009 15:55 An: u-boot@lists.denx.de Cc: Weirich, Bernhard Betreff: Re: [U-Boot] PCIe on Kilauea On Friday 15 May

Re: [U-Boot] U-boot and linux command line parameters

2009-05-25 Thread Wolfgang Denk
Dear Mirek23, In message <23703431.p...@talk.nabble.com> you wrote: > > When studying the u-boot (1.2.0) source code I have found that > it is register r6 and r7 which pass the location of the command line > parameters and the > size. This has also been pointed out on the ML in reply to your

Re: [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh

2009-05-25 Thread Matthias Fuchs
On Monday 25 May 2009 10:13, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 08:21 Mon 25 May , Daniel Gorsulowski wrote: > > Jean-Christophe PLAGNIOL-VILLARD schrieb: > > >> + > > >> +static void meesc_ethercat_hw_init(void) > > >> +{ > > >> +/* Configure SMC EBI1_CS0 for EtherCAT */ > >

Re: [U-Boot] U-boot and linux command line parameters

2009-05-25 Thread Mirek23
Dear Wolfgang, In fact the problem which I have pointed out is not on the u-boot side but in linux kernel which can only accept command line parameters in first 8MB of RAM. Was this limitation somehow changed? Is there a different mechanism for passing command line parameters from u-boot to l

Re: [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh

2009-05-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:09 Mon 25 May , Matthias Fuchs wrote: > On Monday 25 May 2009 10:13, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 08:21 Mon 25 May , Daniel Gorsulowski wrote: > > > Jean-Christophe PLAGNIOL-VILLARD schrieb: > > > >> + > > > >> +static void meesc_ethercat_hw_init(void) > > > >> +{ >

Re: [U-Boot] U-boot and linux command line parameters

2009-05-25 Thread Wolfgang Denk
Dear Mirek23, In message <23704724.p...@talk.nabble.com> you wrote: > > Was this limitation somehow changed? Is there a different mechanism for > passing command line parameters from u-boot to linux (in u-boot version > 1.3.4 versus 1.2.0) (for ppc405 architecture). Current U-Boot and Linux ver

Re: [U-Boot] [PATCH] at91: Add support for MEESC board of esd gmbh

2009-05-25 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090525100928.gh29...@game.jcrosoft.org> you wrote: > > > > ok maybe a note in a README will be nice > > What kind of README do you think of? The comments are totally clear and of > > course the > > best place for this kind of documentation. Th

[U-Boot] [PATCH v2 5/6] mpc83xx: 8315erdb: Add USB related CONFIGs

2009-05-25 Thread Vivek Mahajan
This patch adds CONFIGs for enabling USB in mpc8315erdb and also adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its Copyright. Signed-off-by: Vivek Mahajan --- v2 change: usb_phy_type is set in CONFIG_EXTRA_ENV_SETTINGS include/configs/MPC8315ERDB.h | 11 ++- 1 files cha

[U-Boot] [PATCH v2 6/6] mpc85xx: 8536ds: Add USB related CONFIGs

2009-05-25 Thread Vivek Mahajan
This patch adds CONFIGs for enabling USB in mpc8536ds and also adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its Copyright. Signed-off-by: Vivek Mahajan --- v2 change: usb_phy_type is set in CONFIG_EXTRA_ENV_SETTINGS include/configs/MPC8536DS.h | 14 -- 1 files chan

[U-Boot] [PATCH v2 3/6] mpc83xx: USB: Reorganized its support

2009-05-25 Thread Vivek Mahajan
The following patch reorganizes/reworks the USB support for mpc83xx as under:- * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to cpu/mpx83xx/cpu_init.c * Board specific usb_phy_type is read from the environment * Adds USB EHCI specific structure in include/usb/ehci-fs

[U-Boot] (no subject)

2009-05-25 Thread xiaojing mao
Hi everyone:     I have meeting a question.when my compile the u-boot appear this error:"start.S:internal_relocation (type:offset_1MM) not fixed up".I don't know how solved this problem ,can you tall me why? thank you very much.     Blake  

[U-Boot] MAC Address reading procedure in board.c

2009-05-25 Thread Drasko DRASKOVIC
Hi all, I have been looking at MAC addr obtaining procedure in lib_arm/board.c and I am puzzled with this implementation : /* MAC Address */ { int i; ulong reg; char *s, *e; char tmp[64]; i = getenv_r ("ethaddr", tmp, sizeof (tmp)); s = (i > 0)

Re: [U-Boot] (no subject)

2009-05-25 Thread Wolfgang Denk
Dear xiaojing mao, In message <646297.67440...@web15203.mail.cnb.yahoo.com> you wrote: > > I have meeting a question.when my compile the u-boot appear this err > or:"start.S:internal_relocation (type:offset_1MM) not fixed up".I don't kno > w how solved this problem ,can you tall me why? thank you

Re: [U-Boot] MAC Address reading procedure in board.c

2009-05-25 Thread Wolfgang Denk
Dear Drasko DRASKOVIC, In message <5ec3d7930905250856k6cffb4ber261bd99f15868...@mail.gmail.com> you wrote: > > I have been looking at MAC addr obtaining procedure in lib_arm/board.c and I > am puzzled with this implementation : > > > /* MAC Address */ > { > int i; > ulong re

Re: [U-Boot] [PATCH v2] Gbe Controller driver support for kirkwood SOCs

2009-05-25 Thread Ben Warren
Hi Prafulla, On Sun, May 24, 2009 at 10:36 PM, Prafulla Wadaskar wrote: > Hi Ben, > > How are you? Not bad, thanks for asking! > > Seems to be very busy as usual :-) > Yeah, very busy but that's still not a good excuse. I usually respond quickly to small changes but not so much with the bi

[U-Boot] Axiom MCF5282 help

2009-05-25 Thread Mark Giacobbe
Hi All - I'm new to u-boot and I am running into some issues. I an using the Axiom 5282lite board and I cannot get the ethernet working. I have u-boot flashed onto the board, and when I connect the board to my Linksys WRT54G router, the Link LED on the board constantly flashes, as doe

Re: [U-Boot] U-boot and linux command line parameters

2009-05-25 Thread Mirek23
Dear Wolfgang, Thank you for your answer. I understand that it is best to use the latest version of u-boot and linux kernel but the pair u-boot 1.2.0 and linux 2.6.23 I can relay on. I have already tried in the past u-boot 1.3.4 and kernel 2.6.29 and I had the problem to get the IP address using

[U-Boot] USB driver for MPC8349 device

2009-05-25 Thread Dushara Jayasinghe
Hi All, I need a USB host driver for the MPC8349 for U-boot. Thought I'd check if there's an implementation already out there before I start writing my own? Thanks Dushara ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listi

Re: [U-Boot] USB driver for MPC8349 device

2009-05-25 Thread Dushara Jayasinghe
Please disregard the previous post. Just saw the patches by Vivek. Dushara -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Dushara Jayasinghe Sent: Tuesday, 26 May 2009 10:30 AM To: 'u-boot@lists.denx.de' Subject: [U-Boot] USB dri

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

2009-05-25 Thread Mike Frysinger
The following changes since commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d: Graf Yang (1): Blackfin: bf518f-ezbrd: setup portmux for async flash are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git master ___ U-

[U-Boot] [PATCH v6] mtd: nand: new base driver for memory mapped nand devices

2009-05-25 Thread Mike Frysinger
The BF537-STAMP Blackfin board had a driver for working with NAND devices that are simply memory mapped. Since there is nothing Blackfin specific about this, generalize the driver a bit so that everyone can leverage it. Signed-off-by: Mike Frysinger Signed-off-by: Scott Wood --- v6 - ad

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

2009-05-25 Thread Ben Warren
Hi Kevin, kevin.morf...@fearnside-systems.co.uk wrote: > Implementation based on the existing u-boot support for S3C2410-based boards. > u-boot programmed into NOR flash. > > Tested on an SBC2440-II Board using tftp to copy the files from a server and > programming them into NAND flash. > > MAKE

[U-Boot] Regarding U-boot

2009-05-25 Thread Rajkumar
Hi, I am working with MPC8315E processor. In my board NAND flash is not working and no NOR flash. Can I directly load the u-boot.bin file in to the RAM location and boot from RAM? I want to u-boot directly load from RAM. Please Help me .. Thanks in advance _

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

2009-05-25 Thread Ben Warren
Hi Ilya, Thanks for making all the improvements: Ilya Yanok wrote: > Signed-off-by: Ilya Yanok > --- > cpu/arm926ejs/mx27/generic.c | 10 + > drivers/net/Makefile |1 + > drivers/net/fec_imx27.c | 705 > ++ > drivers/net/fec_imx27.h

Re: [U-Boot] Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.

2009-05-25 Thread Ben Warren
Hi Richard, Richard Retanubun wrote: > From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001 > From: Richard Retanubun > Date: Wed, 20 May 2009 18:26:01 -0400 > Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop > counter. > > > Signed-off-by: Richard

Re: [U-Boot] [PATCH v10] Marvell MV88E61XX Switch Driver support

2009-05-25 Thread Ben Warren
Prafulla Wadaskar wrote: > Chips supported:- > 1. 88E6161 6 port gbe swtich with 5 integrated PHYs > 2. 88E6165 6 port gbe swtich with 5 integrated PHYs > 2. 88E6132 3 port gbe swtich with 2 integrated PHYs > Platform specific configuration supported for:- > default or router port vlan configuratio

Re: [U-Boot] [PATCH v4] Gbe Controller driver support for kirkwood SOCs

2009-05-25 Thread Ben Warren
Hi Prafulla, Prafulla Wadaskar wrote: > Contributors: > Yotam Admon > Michael Blostein > Reviewed by: Ronen Shitrit > Signed-off-by: Prafulla Wadaskar > --- > Change log: > v2: entire rewrite/restructure of v1 > used small names for variable/function names > readl/writel used to access SoC reg

Re: [U-Boot] Ethernet not working on OMAP3 board with

2009-05-25 Thread Pillai, Manikandan
Hi Dirk, I have already tried this patch it does not work on EVM. Was any other patch applied along with this ? Regards Mani > -Original Message- > From: Dirk Behme [mailto:dirk.be...@googlemail.com] > Sent: Thursday, May 21, 2009 10:36 AM > To: Josh Karabin; Pillai, Manikandan > Cc: u-

Re: [U-Boot] [PATCH v2] Gbe Controller driver support for kirkwood SOCs

2009-05-25 Thread Ben Warren
Hi Prafulla, Prafulla Wadaskar wrote: > Hi Ben, > > How are you? > Seems to be very busy as usual :-) > > Can you pls kindly take out some time to review these patches. > hopefully they are as per your requirements since we have invested > considerable time to make them up to the mark. > May

Re: [U-Boot] [PATCH v2 08/10] MPC512x FEC: get rid of duplicated struct ethernet_regs

2009-05-25 Thread Ben Warren
Hi Wolfgang, Wolfgang Denk wrote: > Use existing struct fec512x instead. > > Signed-off-by: Wolfgang Denk > Cc: John Rigby > --- > drivers/net/mpc512x_fec.c | 13 +++-- > drivers/net/mpc512x_fec.h | 128 > + > 2 files changed, 10 insertions(+), 13

Re: [U-Boot] [PATCH v4] Gbe Controller driver support for kirkwood SOCs

2009-05-25 Thread Prafulla Wadaskar
Hi Ben Thanks... > > diff --git a/cpu/arm926ejs/kirkwood/cpu.c > > b/cpu/arm926ejs/kirkwood/cpu.c index 1286cac..d37c2e2 100644 > > --- a/cpu/arm926ejs/kirkwood/cpu.c > > +++ b/cpu/arm926ejs/kirkwood/cpu.c > > @@ -314,3 +314,11 @@ int arch_misc_init(void) > > return 0; > > } > > #endif /* C