Re: [U-Boot] [PATCH] Initial support for Orion5x SoC and EDMini board

2009-11-13 Thread Tom
Albert Aribaud wrote: > This patch adds initial u-boot support for the Marvell orion5x > SoC and the LAcie ED Mini V2 board--support is limited to serial, > flash and environment. Further support will be added as devices > common with kirkwood are made useable across SoCs. > > Signed-off-by: Alber

[U-Boot] [PATCH] Initial support for Orion5x SoC and EDMini board

2009-11-13 Thread Albert Aribaud
This patch adds initial u-boot support for the Marvell orion5x SoC and the LAcie ED Mini V2 board--support is limited to serial, flash and environment. Further support will be added as devices common with kirkwood are made useable across SoCs. Signed-off-by: Albert Aribaud --- Makefile

Re: [U-Boot] SDCARD Support - MPC8315e

2009-11-13 Thread Liu Dave-R63238
> > > Is there a SDCARD support for MPC8315e? > > > > Yes. Have a look the drivers/mmc > > Hm... AFAIK, 8315 chips don't include eSDHC controller. > > (It is still possible to connect SD cards via SPI, but mmc > spi driver isn't yet included into U-Boot.) Anton is right, I was assuming the 831

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-11-13 Thread Mike Frysinger
On Friday 13 November 2009 13:53:45 Scott Wood wrote: > Mike Frysinger wrote: > > On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: > >> --- a/rules.mk > >> +++ b/rules.mk > >> > >> +$(HOSTOBJS): $(obj)%.o: %.c > >> + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) > >>

[U-Boot] Pull request: nand flash next

2009-11-13 Thread Scott Wood
The following changes since commit efe12bcec55c3d77b9ead56e62010d26b66781f3: Stefan Roese (1): ppc4xx: Katmai: Add chip_config command are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git next Amul Kumar Saha (2): Flex-OneNAND driver support ENV

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Justin Waters
Peter, On Fri, 2009-11-13 at 17:10 -0500, Justin Waters wrote: > Peter, > > On Fri, 2009-11-13 at 16:39 -0500, Peter Tyser wrote: > > My guess is that somehow the end of u-boot command section is getting > > corrupted. Perhaps the editenv patches, etc increase the size of your > > image such the

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Justin Waters
Peter, On Fri, 2009-11-13 at 16:39 -0500, Peter Tyser wrote: > My guess is that somehow the end of u-boot command section is getting > corrupted. Perhaps the editenv patches, etc increase the size of your > image such there's an overlap in sections that isn't reported as an > error? Or is the st

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Peter Tyser
Hi Justin, > > > > And are you seeing 2 separate issues: 1 where the help output is > > > > garbled, and 1 where the "help" command can't be ran? > > > > > > Yes, I am seeing two separate issues. It depends on which commit I use. > > > If I go back to the "readline" commit, then I get garbled ou

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Justin Waters
On Fri, 2009-11-13 at 12:50 -0500, Peter Tyser wrote: > On Fri, 2009-11-13 at 12:01 -0500, Justin Waters wrote: > > Hi Peter, > > > > On Fri, 2009-11-13 at 11:50 -0500, Peter Tyser wrote: > > > Do no commands work for you, or just "help" in particular? > > > > >From what I can tell, just "help".

[U-Boot] [PATCH] TI: DaVinci: Updating EMAC driver for DM365 and DM646x

2009-11-13 Thread s-paulraj
From: Sandeep Paulraj The EMAC IP on DM365 and DM646x is slightly different from that on DM644x. This patch updates the DaVinci EMAC driver so that EMAC becomes operational on DM365 in U-Boot. A flag 'CONFIG_DAVINCI_EMAC_VERSION2' is used in the driver. This flag will need to be defined in the DM

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-11-13 Thread Scott Wood
Mike Frysinger wrote: > On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: >> --- a/rules.mk >> +++ b/rules.mk >> >> +$(HOSTOBJS): $(obj)%.o: %.c >> +$(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o >> $@ $< -c >> +$(NOPEDOBJS): $(obj)%.o: %.c >> +$(HOSTCC) $(

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-11-13 Thread Mike Frysinger
On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: > --- a/rules.mk > +++ b/rules.mk > > +$(HOSTOBJS): $(obj)%.o: %.c > + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o > $@ $< -c > +$(NOPEDOBJS): $(obj)%.o: %.c > + $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTCFLAGS

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Peter Tyser
On Fri, 2009-11-13 at 12:01 -0500, Justin Waters wrote: > Hi Peter, > > On Fri, 2009-11-13 at 11:50 -0500, Peter Tyser wrote: > > Do no commands work for you, or just "help" in particular? > > >From what I can tell, just "help". Interesting... > > And are you seeing 2 separate issues: 1 where t

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Tom
Gupta, Ajay Kumar wrote: > Hi, >> Hi, >>> Tested USB host functionality on DA830 EVM. >>> >>> Signed-off-by: Ajay Kumar Gupta >>> Signed-off-by: Swaminathan S >>> --- >> >> >>> --- a/include/usb.h >>> +++ b/include/usb.h >>> @@ -183,7 +183,8 @@ struct usb_device { >>> #if defined(CONFIG_USB_UHC

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Gupta, Ajay Kumar
Hi, > Hi, >> Tested USB host functionality on DA830 EVM. >> >> Signed-off-by: Ajay Kumar Gupta >> Signed-off-by: Swaminathan S >> --- > > > >> --- a/include/usb.h >> +++ b/include/usb.h >> @@ -183,7 +183,8 @@ struct usb_device { >> #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \ >

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Tom
Gupta, Ajay Kumar wrote: > Hi, >> Tested USB host functionality on DA830 EVM. >> >> Signed-off-by: Ajay Kumar Gupta >> Signed-off-by: Swaminathan S >> --- > > > >> --- a/include/usb.h >> +++ b/include/usb.h >> @@ -183,7 +183,8 @@ struct usb_device { >> #if defined(CONFIG_USB_UHCI) || defined(

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Justin Waters
Hi Peter, On Fri, 2009-11-13 at 11:50 -0500, Peter Tyser wrote: > Do no commands work for you, or just "help" in particular? >From what I can tell, just "help". > And are you seeing 2 separate issues: 1 where the help output is > garbled, and 1 where the "help" command can't be ran? Yes, I am s

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Peter Tyser
On Fri, 2009-11-13 at 11:10 -0500, Justin Waters wrote: > It looks like the "help" command is broken on the AT91SAM9G10-EK on > 2009.11-rc1. I get the following message any time I try to run it: > > Unknown command 'help' - try 'help' > > I've bisected the issue, and it looks like it started wit

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Gupta, Ajay Kumar
Hi, > Tested USB host functionality on DA830 EVM. > > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Swaminathan S > --- > --- a/include/usb.h > +++ b/include/usb.h > @@ -183,7 +183,8 @@ struct usb_device { > #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \ > defined(CONF

Re: [U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Tom
Justin Waters wrote: > It looks like the "help" command is broken on the AT91SAM9G10-EK on > 2009.11-rc1. I get the following message any time I try to run it: > > Unknown command 'help' - try 'help' > > I've bisected the issue, and it looks like it started with the addition > of the "editenv" c

[U-Boot] Help command broken on AT91SAM9G10-EK

2009-11-13 Thread Justin Waters
It looks like the "help" command is broken on the AT91SAM9G10-EK on 2009.11-rc1. I get the following message any time I try to run it: Unknown command 'help' - try 'help' I've bisected the issue, and it looks like it started with the addition of the "editenv" command (commit 246c69225c7b962d5c93

[U-Boot] EHCI hub not powering on port

2009-11-13 Thread Florian Fainelli
Hi all, I am trying to make u-boot work with my EHCI controler and everything goes well up to when it comes to powering on the port: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... New Device 0 usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length 0x

[U-Boot] [PATCH 3/4] ppc/85xx: Remove CONFIG_SYS_DDR_TLB_START

2009-11-13 Thread Kumar Gala
Now that we dynamically determine TLB CAM entries to use we dont need CONFIG_SYS_DDR_TLB_START anymore. Signed-off-by: Kumar Gala --- include/configs/MPC8572DS.h |1 - include/configs/P1_P2_RDB.h |2 -- include/configs/P2020DS.h |1 - 3 files changed, 0 insertions(+), 4 deletions(-

[U-Boot] [PATCH 4/4] ppc/85xx: Make flash TLB entry determined at runtime on FSL boards

2009-11-13 Thread Kumar Gala
Rather than hard coding which TLB entry the FLASH is mapped with we can use find_tlb_idx to determine the entry. Signed-off-by: Kumar Gala --- board/freescale/mpc8536ds/mpc8536ds.c |2 +- board/freescale/mpc8572ds/mpc8572ds.c |2 +- board/freescale/p1_p2_rdb/p1_p2_rdb.c |2 +- board/

[U-Boot] [PATCH 2/4] ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation

2009-11-13 Thread Kumar Gala
Now that we track which TLB CAM entries are used we can allocate entries on the fly. Change the SPD DDR TLB setup code to assume we use at most 8 TLBs (or the number free, which ever is fewer). Signed-off-by: Kumar Gala --- cpu/mpc85xx/tlb.c | 12 ++-- 1 files changed, 6 insertions(+)

[U-Boot] [PATCH 1/4] ppc/85xx: Add tracking of TLB CAM usage

2009-11-13 Thread Kumar Gala
We need to track which TLB CAM entries are used to allow us to "dynamically" allocate entries later in the code. For example the SPD DDR code today hard codes which TLB entries it uses. We can now make that pick entries that are free. Signed-off-by: Kumar Gala --- cpu/mpc85xx/cpu_init.c

Re: [U-Boot] SDCARD Support - MPC8315e

2009-11-13 Thread Anton Vorontsov
On Fri, Nov 13, 2009 at 10:05:11PM +0800, Liu Dave-R63238 wrote: > > Is there a SDCARD support for MPC8315e? > > Yes. Have a look the drivers/mmc Hm... AFAIK, 8315 chips don't include eSDHC controller. (It is still possible to connect SD cards via SPI, but mmc spi driver isn't yet included into

[U-Boot] Pull request - mpc85xx (for v2009.11)(updated)

2009-11-13 Thread Kumar Gala
The following changes since commit 4f127980e0d4ba179b4628ebf8e8642210731055: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-net are available in the git repository at: git://git.denx.de/u-boot-mpc85xx master Dave Liu (1): fsl-ddr: Fix the chip-select inter

[U-Boot] [PATCH] ppc/85xx: Fix how we determine the number of CAM entries

2009-11-13 Thread Kumar Gala
We were incorrectly use the max CAM size as the number of entries in the array for setting up the addrmap. We should be using the NENTRY field which is the low 12-bits of TLB1CFG. Signed-off-by: Kumar Gala --- cpu/mpc85xx/tlb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff

Re: [U-Boot] SDCARD Support - MPC8315e

2009-11-13 Thread Marcos Cunha
I had the u-boot 1.3.2 and that version didn't have these code. I get the git source tree. Thanks. Liu Dave-R63238 wrote: >> Is there a SDCARD support for MPC8315e? >> > > Yes. Have a look the drivers/mmc > > -- cid:image002.gif@01C8B04F.DE139770 *Marcos Aurélio pinto cunha, PMP En

Re: [U-Boot] Please pull u-boot-ppc4xx/next

2009-11-13 Thread Wolfgang Grandegger
Hi Stefan, Stefan Roese wrote: > Hi Matthias, > > On Wednesday 11 November 2009 22:12:06 Matthias Fuchs wrote: >>> please pull some updates for "next". Thanks. >>> >>> >>> The following changes since commit >>> cd12f615e4dd1dd24caab93f4157894783c6c1c0: Wolfgang Grandegger (1): >>> mpc52xx

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Nick Thompson
On 13/11/09 13:05, Ajay Kumar Gupta wrote: > Tested USB host functionality on DA830 EVM. > > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Swaminathan S > --- > Patch has updated licensing header.Other patch in series has no update > so not reposting them untill I get any rework comment. > >

Re: [U-Boot] SDCARD Support - MPC8315e

2009-11-13 Thread Liu Dave-R63238
> Is there a SDCARD support for MPC8315e? Yes. Have a look the drivers/mmc ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-13 Thread Tom
Paulraj, Sandeep wrote: > Ajay, > > We have a problem with your licensing > >> Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support >> >> Tested USB host functionality on DA830 EVM. >> >> Signed-off-by: Ajay Kumar Gupta >> Signed-off-by: Swaminathan S >> --- >> drivers/usb/musb/Makefi

[U-Boot] SDCARD Support - MPC8315e

2009-11-13 Thread Marcos Cunha
Dears, Is there a SDCARD support for MPC8315e? Best Regards. -- cid:image002.gif@01C8B04F.DE139770 *Marcos Aurélio pinto cunha, PMP Engenheiro eletricista / electrical engineer *** cid:image002.gif@01C8B04F.DE139770 cid:image003.gif@01C8B04F.DE139770 Fone: +55 (85) 3216.7934 Fax:

[U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Ajay Kumar Gupta
Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- Patch has updated licensing header.Other patch in series has no update so not reposting them untill I get any rework comment. drivers/usb/musb/Makefile |1 + drivers/usb/musb/da8xx.

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-13 Thread Gupta, Ajay Kumar
Hi, > -Original Message- > From: Paulraj, Sandeep > Sent: Friday, November 13, 2009 5:36 PM > To: Gupta, Ajay Kumar; u-boot@lists.denx.de; Tom > Cc: Subbrathnam, Swaminathan; Wolfgang Denk > Subject: RE: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support > > > Ajay, > > We have a prob

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-13 Thread Paulraj, Sandeep
Ajay, We have a problem with your licensing > Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support > > Tested USB host functionality on DA830 EVM. > > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Swaminathan S > --- > drivers/usb/musb/Makefile |1 + > drivers/usb/musb/da8xx

[U-Boot] [PATCH 3/3] ppc4xx: Consolidate pci_master_init() function

2009-11-13 Thread Stefan Roese
This patch removes the duplicted implementations of the pci_master_init() function by introducing a weak default function for it. It can be overridden by a board specific version. Signed-off-by: Stefan Roese --- board/amcc/bamboo/bamboo.c| 21 - board/amcc/sequo

[U-Boot] [PATCH 2/3] ppc4xx: Consolidate pci_pre_init() function

2009-11-13 Thread Stefan Roese
This patch removes the duplicted implementations of the pci_pre_init() function by introducing a weak default function for it. This weak default has a different implementation for some PPC variants. It can be overridden by a board specific version. Signed-off-by: Stefan Roese --- board/amcc/bamb

Re: [U-Boot] redundant code in common/cmd_i2c.

2009-11-13 Thread Heiko Schocher
Hello Detlev, Detlev Zundel wrote: >> Hello PratapChandu, >> >> PratapChandu wrote: >>> The following code fragment in the file common/cmd_i2c.c seems to be >>> redundant. >>> Is not good to delete ? >>> >>> Line 330 - 336 is like below >>> >>> #if 0 >>> for (timeout = 0; timeout < 10;

Re: [U-Boot] [PATCH] omap3evm: Add board revision function

2009-11-13 Thread Gupta, Ajay Kumar
Somehow the local patch got sent to the list. Apologies for it. Please find the correct patch attached. Regards, Ajay > -Original Message- > From: Gupta, Ajay Kumar > Sent: Friday, November 13, 2009 3:24 PM > To: u-boot@lists.denx.de > Cc: Gupta, Ajay Kumar; Hiremath, Vaibhav; Premi, S

[U-Boot] Invitation to connect on LinkedIn

2009-11-13 Thread praveen garaga
LinkedIn I'd like to add you to my professional network on LinkedIn. - praveen Confirm that you know praveen garaga https://www.linkedin.com/e/isd/859852854/kHjqICy1/ Every day, millions of professionals like praveen garaga use LinkedIn to connect with colleagues, find exper

[U-Boot] [PATCH] omap3evm: Add board revision function

2009-11-13 Thread Ajay Kumar Gupta
Hi Vaibhav/Sanjeev, Please review this which I plan to submit today. It almost same as submited on lo. Regards, Ajay Added function to differentiate between the OMAP3EVM revisions. The chip-id of the ethernet PHY is being used for this purpose. Rev A to D : 0x0115 Rev >= E : 0x9220

Re: [U-Boot] [PATCH] fsl-ddr: Fix power-down and ODT timing settings

2009-11-13 Thread Liu Dave-R63238
> 1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but >It should be set to tXP parameter, tXP=max(3CK, 7.5ns) > 2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but >It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter >We are setting the mode register MR0[A12]='1' > 3. T

[U-Boot] [PATCH] fsl-ddr: Fix power-down and ODT timing settings

2009-11-13 Thread Dave Liu
1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but It should be set to tXP parameter, tXP=max(3CK, 7.5ns) 2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter We are setting the mode register MR0[A12]='1' 3. TIMING_CFG_5[

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-13 Thread kevin.morf...@fearnside-systems.co.uk
Minkyu Kang wrote: > Dear Kevin Morifitt, > > 2009/11/13 kevin.morf...@fearnside-systems.co.uk > : >> Hi Minky >> >> >> Minkyu Kang wrote: >>> Dear Kevin Morfitt >>> >>> 2009/11/10 kevin.morf...@fearnside-systems.co.uk >>> : This patch adds a unified s3c24x0 cpu header file that selects the

Re: [U-Boot] [PATCH] S3C6400/SMDK6400: fix stack_setup in start.S

2009-11-13 Thread Minkyu Kang
Dear Seunghyeon Rhee, 2009/11/13 이승현 : > Fix stack_setup to place the stack on the correct address in DRAM > accroding to U-Boot standard and remove conditional compilation by > CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro > was introduced and used only by this board for some un

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-13 Thread Minkyu Kang
Dear Kevin Morifitt, 2009/11/13 kevin.morf...@fearnside-systems.co.uk : > Hi Minky > > > Minkyu Kang wrote: >> Dear Kevin Morfitt >> >> 2009/11/10 kevin.morf...@fearnside-systems.co.uk >> : >>> This patch adds a unified s3c24x0 cpu header file that selects the header >>> file for the specific s3c2

Re: [U-Boot] [PATCH ARM] Add a unified s3c24x0 header file

2009-11-13 Thread kevin.morf...@fearnside-systems.co.uk
Hi Minky Minkyu Kang wrote: > Dear Kevin Morfitt > > 2009/11/10 kevin.morf...@fearnside-systems.co.uk > : >> This patch adds a unified s3c24x0 cpu header file that selects the header >> file for the specific s3c24x0 cpu from the SOC and CPU configs defined in >> board config file. This removes t

[U-Boot] [PATCH v2] crc32: Impl. linux optimized crc32()

2009-11-13 Thread Joakim Tjernlund
Ported over the more efficient linux crc32() function. A quick comparsion on ppc: After changing the old crc32 to do 4 bytes in the inner loop to be able to compare with new version one can note: - old inner loop has 61 insn, new has 19 insn. - new crc32 does one 32 bit load of data to crc while

Re: [U-Boot] [PATCH] usb: write command for RAW partition.

2009-11-13 Thread Mahavir Jain
Hi, Any feedback or comments on this...? Thanks Mahavir On Mon, 2009-11-02 at 22:52 -0800, Mahavir Jain wrote: > This patch implements write support to usb device with raw partition. > It will be useful for filesystem write support to usb device from > u-boot in future. > > Tested with writing

[U-Boot] [PATCH] fix flash_sect_erase() to display correct message

2009-11-13 Thread 이승현
flash_sect_erase() displays message "Erased #N sectors" even when there are some protected sectors found and command "erase" fail. Signed-off-by: Seunghyeon Rhee --- common/cmd_flash.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/common/cmd_flash.c b/common/cmd_fl