Re: [U-Boot] mpc85xx: Put SDHC clock-frequency in device tree

2009-09-24 Thread Gao Guanhua-B22826
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Thursday, September 24, 2009 12:13 AM > To: Gao Guanhua-B22826 > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] mpc85xx: Put SDHC clock-frequency in device tree > > > On Sep 23, 2009, at 12:12 AM, Gao

[U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case

2009-09-24 Thread Stefan Roese
The latest PPC4xx register cleanup patch missed the UIC defines. This patch now changes lower case UIC defines to upper case. Signed-off-by: Stefan Roese --- board/amcc/acadia/acadia.c | 12 ++-- board/amcc/bamboo/bamboo.c | 28 +- board/amcc/bubinga/b

Re: [U-Boot] [PATCH v1 1/3] Make mmc init come before env_relocate

2009-09-24 Thread Konrad Mattheis
Dear Wofgang Denk, > Well, there are IMO two fundamental questions: > > 1) Where do we store the environment? > >Even if you load the U-Boot binary from - say - MMC/SDCard, there >is most probably also another storage medium available on your >board which may be easier to use (i. e.

Re: [U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-24 Thread Niklaus Giger
Hi Peter Thanks for your feedback, but .. Am Mittwoch 23 September 2009 17:59:10 schrieb Peter Tyser: > Hi Niklaus, > > > + case 0x350: > > + value = mfdcr(0x350); > > + break; > > + case 0x026: > > +

Re: [U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-24 Thread Stefan Roese
On Wednesday 23 September 2009 19:51:24 Niklaus Giger wrote: > > > Adds a HCU5 board specific cmd reghcu5 to dump about 140 internal > > > register which define the HW configuration. Needed for documentation > > > purposes and to compare different settings. > > > > Apart from Peter's comments, I al

[U-Boot] [PATCH] ppc4xx: Add command 440epx_r

2009-09-24 Thread Niklaus Giger
Adds a command 440epx_r to dump over 140 internal register which define the HW configuration. Command name shortened from 440epx_regdump to 440epx_r to align nicely with the help command. Handy for documentation and verifying changes. Signed-off-by: Niklaus Giger --- cpu/ppc4xx/440epx_regdump.c

Re: [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case

2009-09-24 Thread Niklaus Giger
Hi Stefan Am Donnerstag 24 September 2009 10:17:55 schrieb Stefan Roese: > The latest PPC4xx register cleanup patch missed the UIC defines. > This patch now changes lower case UIC defines to upper case. > > Signed-off-by: Stefan Roese > --- > This patch is too big for the mailing list (140k). P

Re: [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case

2009-09-24 Thread Stefan Roese
Hi Niklaus, On Thursday 24 September 2009 11:41:13 Niklaus Giger wrote: > Thanks for your work to cleanup all the messy defines. They are fine for > me. > > They will however create reject with the patches I am preparing (called > Lindents -pcs on all my sources). > > Is it okay if I continue

Re: [U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-24 Thread Peter Tyser
On Thu, 2009-09-24 at 11:21 +0200, Stefan Roese wrote: > On Wednesday 23 September 2009 19:51:24 Niklaus Giger wrote: > > > > Adds a HCU5 board specific cmd reghcu5 to dump about 140 internal > > > > register which define the HW configuration. Needed for documentation > > > > purposes and to compar

Re: [U-Boot] [PATCH] ppc4xx: Add command 440epx_r

2009-09-24 Thread Stefan Roese
On Thursday 24 September 2009 11:23:23 Niklaus Giger wrote: > Adds a command 440epx_r to dump over 140 internal register which > define the HW configuration. Command name shortened from > 440epx_regdump to 440epx_r to align nicely with the help command. Did you see my last mail about the naming of

Re: [U-Boot] [U-boot] Marvell Pull Request

2009-09-24 Thread Wolfgang Denk
Dear Tom, In message <4abac668.3040...@windriver.com> you wrote: > > What do you think about the frequency of arm/master monthly updates? Monthly seems to be extremely long. Looking at current activity for ARM systems, I would expeect to see 2...3 (or more) PRs while the merge window is open, and

Re: [U-Boot] [PATCH] ppc4xx: Add command 440epx_r

2009-09-24 Thread Peter Tyser
> > + switch (ppc440epx_reg[i].address) { > > + case 0x00b0: > > + value = mfdcr ( 0x00b0 ); > > Please drop the spaces around the braces: > > value = mfdcr(0x00b0); > > Also in the other cases below.

Re: [U-Boot] [U-boot] Marvell Pull Request

2009-09-24 Thread Tom
Wolfgang Denk wrote: > Dear Tom, > > In message <4abac668.3040...@windriver.com> you wrote: >> What do you think about the frequency of arm/master monthly updates? > > Monthly seems to be extremely long. Looking at current activity for > ARM systems, I would expeect to see 2...3 (or more) PRs whi

Re: [U-Boot] how to apply at91 patch for the current u-boot-2009-06?

2009-09-24 Thread Ravi Kumar Kulkarni
ok. i will try with your suggestion. and one more thing i want to know is how to write a 3-wire SPI driver for atmel SPI controller. any hints how to start with? warm regards, Ravi Kulkarni. On Tue, Sep 22, 2009 at 7:12 PM, Tom wrote: > sunr2007 wrote: > >> Hi all, >> i want to know how to apply

[U-Boot] [PATCH v0 2/2] u-boot-2009.08 NET: Base support for etsec2.0

2009-09-24 Thread Sandeep Gopalpet
1. Modified the tsec_mdio structure to include the new regs 2. Modified the MDIO_BASE_ADDR so that it will handle both older version and new version of etsec. Signed-off-by: Sandeep Gopalpet --- include/asm-ppc/immap_85xx.h |6 +- include/tsec.h | 13 - 2 file

[U-Boot] [PATCH v0 1/2] u-boot-2009.08 NET: Move MDIO regs out of TSEC Space

2009-09-24 Thread Sandeep Gopalpet
Moved the mdio regs out of the tsec structure,and provided different offsets for tsec base and mdio base so that provision for etsec2.0 can be provided. This patch helps in providing the support for etsec2.0 In etsec2.0, the MDIO register space and the etsec reg space are different Signed-off-by:

Re: [U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-24 Thread Stefan Roese
On Thursday 24 September 2009 12:04:53 Peter Tyser wrote: > > Thinking a bit more about it, we should probably choose a more generic > > name, so that other 4xx variants may use this command as well. How about > > just using "regdump"? > > > > And please base you patch against the "4xx-register-cle

[U-Boot] [PATCH] ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead

2009-09-24 Thread Stefan Roese
Additionally some whitespace coding style fixes. Signed-off-by: Stefan Roese --- board/g2000/g2000.c| 15 +++ cpu/ppc4xx/40x_spd_sdram.c | 27 +-- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/board/g2000/g2000.c b/board/g2000/g2

Re: [U-Boot] [PATCH, RFC] Make arm926ejs use -march=armv5t to avoid problems with EABI

2009-09-24 Thread Stefan Roese
Simon, On Monday 14 September 2009 11:02:15 Simon Kagstrom wrote: > > Make arm926ejs use -march=armv5t to avoid problems with EABI > > > > Using -march=armv5t instead of armv5te allows Marvell Kirkwood-based > > boards to boot with the EABI changes introduced in commit > > f772acf8a584067033eff1e2

Re: [U-Boot] [PATCH 1/3 v3] Bit-banged MII driver with multi-bus support.

2009-09-24 Thread Luigi 'Comio' Mantellini
(autoreview) Hi Ben, I make some changes to the patch, but I will post after your review. See my annotation, that will be present into the next patch release. best regards. Il mercoledì 23 settembre 2009 15:10:54 Luigi 'Comio' Mantellini ha scritto: > From: Luigi 'Comio' Mantellini > > Signed

Re: [U-Boot] [PATCH 2/4 v3] s5pc1xx: support onenand driver

2009-09-24 Thread Wolfgang Denk
Dear Tom, Kyungmin & Minkyu, In message <4ab8e3ca.6060...@windriver.com> Tom Rix wrote: > ... > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU General Public License version 2 as > > + * published by the Free Software Foundation. >

Re: [U-Boot] [PATCH 1/3 v3] Bit-banged MII driver with multi-bus support.

2009-09-24 Thread Jerry Van Baren
Hi Luigi, Luigi 'Comio' Mantellini wrote: > (autoreview) > > Hi Ben, > > I make some changes to the patch, but I will post after your review. > See my annotation, that will be present into the next patch release. > > best regards. > > Il mercoledì 23 settembre 2009 15:10:54 Luigi 'Comio' Mante

Re: [U-Boot] [PATCH, RFC] Make arm926ejs use -march=armv5t to avoid problems with EABI

2009-09-24 Thread Simon Kagstrom
On Thu, 24 Sep 2009 14:36:47 +0200 Stefan Roese wrote: > On Monday 14 September 2009 11:02:15 Simon Kagstrom wrote: > > > Make arm926ejs use -march=armv5t to avoid problems with EABI > > > > > > Using -march=armv5t instead of armv5te allows Marvell Kirkwood-based > > > boards to boot with the EAB

Re: [U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set

2009-09-24 Thread Simon Kagstrom
Hi Prafulla! Small reminder :-). Perhaps you missed this patch - and I also forgot to add you under To:. It's a simple one-liner to get kirkwood/cpu.c to build when CONFIG_SYS_HUSH_PARSER is set. // Simon On Thu, 17 Sep 2009 14:40:18 +0200 Simon Kagstrom wrote: > arm: Correct build with CONFIG

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Peter Tyser
On Thu, 2009-09-24 at 00:31 +0200, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1253550038-16734-1-git-send-email-pty...@xes-inc.com> you wrote: > > This series attempts to fix relocation to RAM for ppc boards. > > > > I split the patches up pretty liberally, let me know if you'd like

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Stefan Roese
On Thursday 24 September 2009 16:28:39 Peter Tyser wrote: > > All patches applied to "reloc" branch. Thanks for all this work. > > > > So far the only issue I've seen (I didn't do any actual testing yet, > > though) is the missing increment to the XF_VERSION value to indicate > > incompatibility wi

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Swarthout Edward L-SWARTHOU
From: Wolfgang Denk > > All patches applied to "reloc" branch. Thanks for all this work. With -m relocatable, x86emu crashes because the op codes tables are forced to GOT2 section: Video: ATI Radeon video card (1002, 5b60) found @(6:0:0) videoboot: Booting PCI video card bus 6, function 0, devic

[U-Boot] TI OMAP3 Fixing i2c initialization.

2009-09-24 Thread Tom Rix
This patch is against u-boot-ti/master This fixes a problem I am seeing with an early i2c access on Beagle. >From reviewing the code, it looks like the problem is general so I included the other omap3 boards in the fix. Tom ___ U-Boot mailing list U

[U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-24 Thread Tom Rix
This changes fixes an early i2c error. It appears that I2C is working because once a read or write error is detected, the omap24xx_i2c driver calls i2c_init inside its error handling check. While it is ok to attempt error handling this way, the boards must not depend on this side effect to initia

Re: [U-Boot] mpc5121 - EHCI problems with some (but not all) USB hubs

2009-09-24 Thread Michael Trimarchi
Damien Dusha wrote: > Dear All, > > I am attempting to integrate the USB on the Freescale mpc5121 > processor on the mpc5121ads board from Silicon Turnkey for upgrades of > kernel, u-boot etc. > > I have succeeded in integrating Francesco Rendine 's EHCI patch for > the MPC5121 (see > http://lists.

[U-Boot] Please pull u-boot-mpc85xx (updated)

2009-09-24 Thread Kumar Gala
This includes Paul's updates for sbc85xx and p4080 updates. I have not fixed the immap line issue, but will do that as a follow on patch. - k The following changes since commit 30d7aae7e82dacf9ae2983fbbf3567515266968b: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/cus

Re: [U-Boot] [PATCH] arm: Correct build with CONFIG_SYS_HUSH_PARSER set

2009-09-24 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Thursday, September 24, 2009 7:54 PM > To: Simon Kagstrom; Prafulla Wadaskar > Cc: U-Boot ML > Subject: Re: [U-Boot] [PATCH] arm: Correct build with > CONFIG_SYS_HUSH_PARSER set > > Hi Prafulla!

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Tom
Olof Johansson wrote: > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > over tftp. > > Based on the omap3 evm code. I added a new highlevel define for Tobi > to avoid having it dependent on CMD_NET (which would seem backward in > this case). > > Signed-off-by: Olof Johansso

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Paulraj, Sandeep
> > Olof Johansson wrote: > > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > > over tftp. > > > > Based on the omap3 evm code. I added a new highlevel define for Tobi > > to avoid having it dependent on CMD_NET (which would seem backward in > > this case). > > > > Signed-

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Paulraj, Sandeep
> > Olof Johansson wrote: > > Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded > > over tftp. > > > > Based on the omap3 evm code. I added a new highlevel define for Tobi > > to avoid having it dependent on CMD_NET (which would seem backward in > > this case). > > > > Signed-

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Dirk Behme
Paulraj, Sandeep wrote: > >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>> to avoid having it dependent on CMD_NET (which would seem backward in >>> this

Re: [U-Boot] [PATCH v2] TI: OMAP3: Overo Tobi ethernet support

2009-09-24 Thread Olof Johansson
Hi, On Sep 24, 2009, at 12:48 PM, Paulraj, Sandeep wrote: > > >> >> Olof Johansson wrote: >>> Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded >>> over tftp. >>> >>> Based on the omap3 evm code. I added a new highlevel define for Tobi >>> to avoid having it dependent on CMD_NE

[U-Boot] MPC875 USB support?

2009-09-24 Thread Mikhail Zaturenskiy
Hi everyone, I was wondering, is it possible to have U-Boot access a USB flash drive (or use any other USB device ...) on a board using an MPC875? If it is, could somebody point me in the right direction as to how to do this? Thanks, Mikhail Zaturenskiy

Re: [U-Boot] MPC875 USB support?

2009-09-24 Thread Wolfgang Denk
Dear Mikhail Zaturenskiy, In message <97dd5fd20909241153w50823a1ch2725c66c16feb...@mail.gmail.com> you wrote: > > I was wondering, is it possible to have U-Boot access a USB flash > drive (or use any other USB device ...) on a board using an MPC875? > If it is, could somebody point me in the righ

Re: [U-Boot] MPC875 USB support?

2009-09-24 Thread Mikhail Zaturenskiy
>> I was wondering, is it possible to have U-Boot access a USB flash >> drive (or use any other USB device ...) on a board using an MPC875? >> If it is, could somebody point me in the right direction as to how to do >> this? > > Assuming you put a working USB controller on your board, that should

Re: [U-Boot] MPC875 USB support?

2009-09-24 Thread Wolfgang Denk
Dear Mikhail Zaturenskiy, In message <97dd5fd20909241241j789dce22u7a1948d805d6f...@mail.gmail.com> you wrote: > > I guess my question should have been: Would it be possible using the > controller that's built into the MPC875? Is there a USB host controller driver in Linux which is working reliab

Re: [U-Boot] MPC875 USB support?

2009-09-24 Thread Mikhail Zaturenskiy
>> I guess my question should have been: Would it be possible using the >> controller that's built into the MPC875? > > Is there a USB host controller driver in Linux which is working > reliably? The short answer is: not that I know of, but I sure hope there is. Right now I'm still looking for a d

Re: [U-Boot] Please pull u-boot-mpc85xx (updated)

2009-09-24 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > This includes Paul's updates for sbc85xx and p4080 updates. I have not > fixed the immap line issue, but will do that as a follow on patch. > > - k > > The following changes since commit 30d7aae7e82dacf9ae2983fbbf3567515266968b: > Wolfgang Denk (1): >

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Joakim Tjernlund
> > On Thursday 24 September 2009 16:28:39 Peter Tyser wrote: > > > All patches applied to "reloc" branch. Thanks for all this work. > > > > > > So far the only issue I've seen (I didn't do any actual testing yet, > > > though) is the missing increment to the XF_VERSION value to indicate > > > inco

Re: [U-Boot] Please pull u-boot-mpc85xx (updated)

2009-09-24 Thread Paul Gortmaker
On Thu, Sep 24, 2009 at 5:40 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message you > wrote: >> This includes Paul's updates for sbc85xx and p4080 updates.  I have not >> fixed the immap line issue, but will do that as a follow on patch. >> >> - k [...] >> >> Paul Gortmaker (13): >>  

Re: [U-Boot] [PATCH] Streamlined mpc512x fixed_sdram init sequence.

2009-09-24 Thread Wolfgang Denk
Dear Martha M Stan, In message <12535564342520-git-send-email-mm...@silicontkx.com> you wrote: > Signed-off-by: Martha M Stan > --- > board/davedenx/aria/aria.c |2 +- > board/esd/mecp5123/mecp5123.c |2 +- > board/freescale/mpc5121ads/mpc5121ads.c |2 +- > cpu

Re: [U-Boot] [PATCH] Add Elpida Memory Configuration to mpc5121ads Boards

2009-09-24 Thread Wolfgang Denk
Dear Martha M Stan, In message <12535564802137-git-send-email-mm...@silicontkx.com> you wrote: > Signed-off-by: Martha M Stan > --- > board/freescale/mpc5121ads/mpc5121ads.c | 98 > ++- > include/configs/mpc5121ads.h| 35 ++- > 2 files changed

[U-Boot] [PATCH] Fix "ppc/85xx: Clean up use of LAWAR defines" breakage

2009-09-24 Thread Wolfgang Denk
Commit 002741ae86 modified include/asm-ppc/mmu.h such that the LAWAR_ defines were only enabled for the 83xx platform, but they are also needed on MPC512x system. Enabling these for E300 systems seems thus more appropriate. Signed-off-by: Wolfgang Denk --- Build tested for all 521x, 83xx, 85xx an

Re: [U-Boot] [PATCHv4 1/2] mpc5200, mucmc52, uc101: config cleanup

2009-09-24 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4ab9b874.3090...@denx.de> you wrote: > - as this boards are similiar, collect common config option > in manroland/common.h and manroland/mpc52xx-common.h > for mpc5200 specific common options for this manufacturer. > - add OF support > - update default environm

Re: [U-Boot] mpc5121 - EHCI problems with some (but not all) USB hubs

2009-09-24 Thread Damien Dusha
On Fri, Sep 25, 2009 at 2:04 AM, Michael Trimarchi wrote: > Damien Dusha wrote: >> >> Dear All, >> >> I am attempting to integrate the USB on the Freescale mpc5121 >> processor on the mpc5121ads board from Silicon Turnkey for upgrades of >> kernel, u-boot etc. >> >> I have succeeded in integrating

Re: [U-Boot] [PATCHv6 2/2] mucmc52, uc101: delete a...@3a00 node, if no CF card is detected

2009-09-24 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4ab9b878.1080...@denx.de> you wrote: > U-Boot can detect if an IDE device is present or not. > If not, and this new config option is activated, U-Boot > removes the ATA node from the DTS before booting Linux, > so the Linux IDE driver does not probe the device and

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > > > Is the plan to apply these patches for the upcoming release, or the > > > release after that one? I ask because some of X-ES's boards broke when > > > the 85xx linker script was consolidated. These patches fix the > > > breakage, but if the

Re: [U-Boot] MPC875 USB support?

2009-09-24 Thread Anton Vorontsov
On Thu, Sep 24, 2009 at 04:25:21PM -0500, Mikhail Zaturenskiy wrote: > >> I guess my question should have been: Would it be possible using the > >> controller that's built into the MPC875? > > > > Is there a USB host controller driver in Linux which is working > > reliably? > > The short answer is

Re: [U-Boot] [PATCH] Streamlined mpc512x fixed_sdram init sequence.

2009-09-24 Thread m marx
Yes Wolfgang, Sorry about the sloppy little problems with my 2 patches. I need to pay more attention to coding style ... As far as the weirdness in array index vs immap struct naming mismatch ... > +u32 default_mddrc_config[4] = { > +CONFIG_SYS_MDDRC_SYS_CFG, > +CONFIG_SYS_MDDRC_TIME_CFG0, >

[U-Boot] AT91 SD/MMC Patches

2009-09-24 Thread Dan Christensen
Hello.  I'm attempting to use the AT91 SD/MMC patches with my AT91SAM9G45-EK-ES devkit to boot a Linux kernel off of an SD card. Starting with 2009.08, I've applied: http://lists.denx.de/pipermail/u-boot/2009-August/059456.html http://lists.denx.de/pipermail/u-boot/2009-September/060053.html http:

Re: [U-Boot] [PATCH 00/13] ppc: Fix relocation

2009-09-24 Thread Stefan Roese
On Friday 25 September 2009 01:46:10 Wolfgang Denk wrote: > > Yes please, I have not seen any objections so far only a few > > in favour. > > I'm just waiting for a few (positive) test reports. Yes, this is stuff > for this release. OK, here some (positive) test reports: Tested sucessfully on a

Re: [U-Boot] mpc5121 - EHCI problems with some (but not all) USB hubs

2009-09-24 Thread Damien Dusha
Hi Michael, On Fri, Sep 25, 2009 at 9:19 AM, Damien Dusha wrote: > On Fri, Sep 25, 2009 at 2:04 AM, Michael Trimarchi > wrote: >> Damien Dusha wrote: >>> >>> Dear All, >>> >>> I am attempting to integrate the USB on the Freescale mpc5121 >>> processor on the mpc5121ads board from Silicon Turnkey