[U-Boot] [PATCH] vxworks: Add CONFIG_VXWORKS_PREBOOT

2009-09-22 Thread Niklaus Giger
The option CONFIG_VXWORKS_PREBOOT allows a board specific vxworks_preboot to be run just before jumping into the vxWorks images. This can be used to alter a register which is used differently by U-boot and vxWorks. Signed-off-by: Niklaus Giger --- common/cmd_elf.c |4 include/vxworks.h

[U-Boot] [PATCH] vxworks: Make loading vxworks less verbose

2009-09-22 Thread Niklaus Giger
Newer vxWorks 6.x images have over 20 different C++ segments. This fills up the output with rarely used information. Signed-off-by: Niklaus Giger --- common/cmd_elf.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/cmd_elf.c b/common/cmd_elf.c index 63f6fe7..bf7d

[U-Boot] [PATCH] Cleanup: use constant

2009-09-22 Thread Niklaus Giger
Signed-off-by: Niklaus Giger --- common/miiphyutil.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/common/miiphyutil.c b/common/miiphyutil.c index 66fd9ca..196ef4a 100644 --- a/common/miiphyutil.c +++ b/common/miiphyutil.c @@ -299,7 +299,7 @@ int miiphy_reset (char *de

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

2009-09-22 Thread Prafulla Wadaskar
> -Original Message- > From: Tom [mailto:tom@windriver.com] > Sent: Tuesday, September 22, 2009 6:50 PM > To: Prafulla Wadaskar > Cc: U-Boot; Paulraj, Sandeep; Minkyu Kang; Wolfgang Denk > Subject: Re: [U-Boot] [U-boot] Marvell Pull Request > > Prafulla Wadaskar wrote: > > > > >

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

2009-09-22 Thread Heiko Schocher
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 crash. This is needed for buggy hardware (uc101) where no pull down resistor is

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

2009-09-22 Thread Heiko Schocher
- 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 environment Signed-off-by: Heiko Schocher --- - changes since v1: added suggestion f

[U-Boot] [PATCH 0/2] mpc52xx, mucmc52, uc101: config cleanup

2009-09-22 Thread Heiko Schocher
Changes: - As this boards are similiar, collect common config option in manroland/common.h and manroland/mpc5200-common.h - Also add OF support to boot 2.6.x kernels - update default environment for booting 2.6.x kernels - If no CF card is detected delete the ata node in the DTS before booting

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

2009-09-22 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > Dear Heiko Schocher, > > In message <4aaf1fe4.9050...@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

Re: [U-Boot] [PATCH v1 2/3] Add support for save environment variable to MMC/SD card

2009-09-22 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, September 23, 2009 2:54 AM > To: Hu Mingkai-B21284 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 > Subject: Re: [U-Boot] [PATCH v1 2/3] Add support for save > environment variable to

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

2009-09-22 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, September 23, 2009 2:58 AM > To: Hu Mingkai-B21284 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 > Subject: Re: [U-Boot] [PATCH v1 1/3] Make mmc init come > before env_relocate > > T

Re: [U-Boot] [PATCH v1 3/3] mpc8536: Get the address of env on the SDCard

2009-09-22 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, September 23, 2009 3:00 AM > To: Hu Mingkai-B21284 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 > Subject: Re: [U-Boot] [PATCH v1 3/3] mpc8536: Get the address > of env on the SDCard >

Re: [U-Boot] [PATCH v3 3/5] NAND boot: MPC8536DS support

2009-09-22 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, September 23, 2009 3:16 AM > To: Hu Mingkai-B21284 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; Gala Kumar-B11780 > Subject: Re: [U-Boot] [PATCH v3 3/5] NAND boot: MPC8536DS support > > > + /* set u

Re: [U-Boot] [PATCH v3 1/3] NAND boot: MPC8536DS support

2009-09-22 Thread Hu Mingkai-B21284
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Wednesday, September 23, 2009 5:11 AM > To: Hu Mingkai-B21284 > Cc: u-boot@lists.denx.de; Wood Scott-B07421; ga...@kernel.crashing.org > Subject: Re: [U-Boot] [PATCH v3 1/3] NAND boot: MPC8536DS support > > > > >

Re: [U-Boot] [PATCH] OMAP3: Clean up whitespace in mux configs

2009-09-22 Thread Tom
Olof Johansson wrote: > Switch from space-based indentation to tab-based in mux configs, as pointed > out by WD at: > > http://lists.denx.de/pipermail/u-boot/2009-September/061241.html > > Nothing but whitespace changes in this patch (diff -w gives no output). > > Signed-off-by: Olof Johansson

Re: [U-Boot] tftp packet failure counter reset

2009-09-22 Thread Ben Warren
Jeffery Palmer wrote: > I do large transfers via tftp, and since the timeout counter never resets, > they often fail since the failures are counted throughout the entire > transfer. By resetting the counter to 0 on a successful packet, this issue is > fixed > > > > tftp.c: > } el

[U-Boot] tftp packet failure counter reset

2009-09-22 Thread Jeffery Palmer
I do large transfers via tftp, and since the timeout counter never resets, they often fail since the failures are counted throughout the entire transfer. By resetting the counter to 0 on a successful packet, this issue is fixed tftp.c: } else { if (((Tf

Re: [U-Boot] ZOOM2 mux setup

2009-09-22 Thread Tom
Olof Johansson wrote: > Hi, > > I stumbled across this when fixing the whitespace in the mux setup tables > for various omap platforms. > > I don't find it to be a very sustainable way of adding random delays into > the gpio setups. Having it open-coded in a C file is much preferred. > > from bo

[U-Boot] ZOOM2 mux setup

2009-09-22 Thread Olof Johansson
Hi, I stumbled across this when fixing the whitespace in the mux setup tables for various omap platforms. I don't find it to be a very sustainable way of adding random delays into the gpio setups. Having it open-coded in a C file is much preferred. from boards/logicpd/zoom2/zoom2.h: /* Toggle R

Re: [U-Boot] [PATCH 6/7] ppc/p4080: Handle timebase enabling and frequency reporting

2009-09-22 Thread Wolfgang Denk
Dear Kumar Gala, In message <1253307595-28655-7-git-send-email-ga...@kernel.crashing.org> you wrote: > On CoreNet style platforms the timebase frequency is the bus frequency > defined by 16 (on PQ3 it is divide by 8). Also on the CoreNet platforms > the core not longer controls the enabling of t

Re: [U-Boot] [PATCH 4/7] ppc/p4080: CoreNet platfrom style secondary core release

2009-09-22 Thread Wolfgang Denk
Dear Kumar Gala, In message <1253307595-28655-5-git-send-email-ga...@kernel.crashing.org> you wrote: > The CoreNet platform style of bringing secondary cores out of reset is > a bit different that the PQ3 style. Mostly the registers that we use > to setup boot translation, enable time bases, and

Re: [U-Boot] [PATCH 2/7] ppc/p4080: Add support for CoreNet style platform LAWs

2009-09-22 Thread Wolfgang Denk
Dear Kumar Gala, In message <1253307595-28655-3-git-send-email-ga...@kernel.crashing.org> you wrote: > On CoreNet based platforms the LAW address is split between an high & > low register and we no longer shift the address. Also, the target IDs > on CoreNet platforms have been completely re-assi

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

2009-09-22 Thread Jean-Christian de Rivaz
Wolfgang Denk a écrit : > Dear Olof Johansson, > > In message <3c828e04-9cb1-4ccf-ad61-904f8956f...@gmail.com> you wrote: >>> Linus does not S-o-b all patches that go into the Linux kernel, or >>> does he? >> He does. > > No, he does not. Maybe not so off-tropic, Linus have talked precisely abou

Re: [U-Boot] [PATCH 1/1] SPARC: fixes exported function stub for standalone applications.

2009-09-22 Thread Wolfgang Denk
Dear Daniel Hellstrom, In message <1253270387-15741-1-git-send-email-dan...@gaisler.com> you wrote: > Hello Wolfgang, > > Please pull the u-boot-sparc.git master branch. > > This patch fixes the SPARC support for standalone u-boot applications. > The problem was that I neve finished the impleme

Re: [U-Boot] [PATCH v2] board/linkstation/ide.c: Fix compile warning

2009-09-22 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message you wrote: > On Tue, 22 Sep 2009, Wolfgang Denk wrote: > > > Dear Guennadi Liakhovetski, > > > > In message you wrote: > > > > > > I have the hardware, yes, and I even have something, that should be a > > > Jtag > > > cable for it... But I don't have n

Re: [U-Boot] [PATCH v2] board/linkstation/ide.c: Fix compile warning

2009-09-22 Thread Wolfgang Denk
In message <1252967162-15935-1-git-send-email...@denx.de> you wrote: > Fix warning: ide.c:60: warning: dereferencing type-punned pointer will > break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Guennadi Liakhovetski > > --- > v2: Better implementation as suggested by Scott Woo

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

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:49 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> >>> No, please submit a new version which also incorporates the cleanup >>> patches by Dirk. >> >> I didn't see those, since I wasn't cc:d. > > See the ML archive, then. Yep, no problem. >>> I

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message you wrote: > > > No, please submit a new version which also incorporates the cleanup > > patches by Dirk. > > I didn't see those, since I wasn't cc:d. See the ML archive, then. > > I will not pull the current version. > > So much for delegating maintainership.

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

2009-09-22 Thread Tom
Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> Random question on u-boot development process: I see you didn't add >> your signed-off on the commit. People don't do that when they check in >> patches to the u-boot trees? > > No, we don't do this if we check in an un

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message <00aa7a76-7fe3-440e-acbb-0d7fdcd4c...@gmail.com> you wrote: > > On Sep 22, 2009, at 4:32 PM, Wolfgang Denk wrote: > > > 56327c2a58b76291616f15c9c84a180cf7049645 > > committer Jaswinder Singh Rajput > Sun, 20 Sep 2009 10:32:20 + (15:32 +0530) > > He didn

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message you wrote: > > I guess you don't see what the difference between applying a patch and > pulling a tree is. Indeed I don't. Isn't pulling a tree the same as applying a number of patches using soem highly efficient command? > Anyway, it really doesn't matter muc

[U-Boot] [PATCH] ppc/85xx: Fix enabling of L2 cache

2009-09-22 Thread Kumar Gala
We need to flash invalidate the locks in addition to the cache before we enable. Signed-off-by: Kumar Gala --- cpu/mpc85xx/cpu_init.c |4 ++-- cpu/mpc85xx/release.S |3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cpu/mpc85xx/cpu_init.c b/cpu/mpc85xx/cpu_init.c ind

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

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:34 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message <20090922203431.ga14...@lixom.net> you wrote: >> + MUX_VAL(CP(GPMC_CLK),(IDIS | PTU | EN | M0)) /*GPMC_CLK*/\ + MUX_VAL(CP(GPMC_WAIT2), (IEN | PTU | EN | M4)) /*GPIO_64*/\ +

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message <20090922203431.ga14...@lixom.net> you wrote: > > > > + MUX_VAL(CP(GPMC_CLK), (IDIS | PTU | EN | M0)) /*GPMC_CLK*/\ > > > + MUX_VAL(CP(GPMC_WAIT2), (IEN | PTU | EN | M4)) /*GPIO_64*/\ > > > + /* - SMSC91

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

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:32 PM, Wolfgang Denk wrote: > 56327c2a58b76291616f15c9c84a180cf7049645 committer Jaswinder Singh Rajput Sun, 20 Sep 2009 10:32:20 + (15:32 +0530) He didn't commit it. -Olof ___ U-Boot mailing list U-Boot@lists.denx.d

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

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 4:28 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> >>> Please feel free to do that, but I consider this just adding >>> line-noise, unless you _really_ express special approval. >>> >>> Which sense would it make if I added a s-o-b to each and ev

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message <3c828e04-9cb1-4ccf-ad61-904f8956f...@gmail.com> you wrote: > > > Linus does not S-o-b all patches that go into the Linux kernel, or > > does he? > > He does. No, he does not. > For example, see > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message you wrote: > > > Please feel free to do that, but I consider this just adding > > line-noise, unless you _really_ express special approval. > > > > Which sense would it make if I added a s-o-b to each and every commit > > I'm pulling in from anywhere? > > You're

Re: [U-Boot] [PATCH] mtd: SPI Flash: Winbond W25X16/WX2532/WX2564 support

2009-09-22 Thread Mike Frysinger
On Thursday 02 April 2009 06:54:59 Mike Frysinger wrote: > On Thursday 11 December 2008 16:16:29 Mike Frysinger wrote: > > On Wednesday 09 July 2008 18:37:06 Wolfgang Denk wrote: > > > In message Jason McMullan wrote: > > > > Add support for the Winbond W25X16/32/64 series of > > > > SPI Flash devi

Re: [U-Boot] [PATCH] smc91111_eeprom: get working with net multi conversion

2009-09-22 Thread Mike Frysinger
On Tuesday 22 September 2009 16:49:06 Ben Warren wrote: > Wolfgang Denk wrote: > > Mike Frysinger wrote: > >> This should be squashed into the pending: > >>Convert SMC9 Ethernet driver to CONFIG_NET_MULTI API > >> > >> The changes to the eeprom were incomplete, and the new version needs > >

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

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 2:50 PM, Wolfgang Denk wrote: > Dear Ben Warren, > > In message > you wrote: >> >>> I always use 'git am -s', which adds the SOB. My understanding >>> is that >> maintainers should do this as an indication of approval and help in >> traceability. > > Please feel free to d

Re: [U-Boot] [PATCH v3 1/3] NAND boot: MPC8536DS support

2009-09-22 Thread Wolfgang Denk
Dear Mingkai Hu, In message <1253244935-1555-1-git-send-email-mingkai...@freescale.com> you wrote: > MPC8536E can support booting from NAND flash which uses the > image u-boot-nand.bin. This image contains two parts: a 4K > NAND loader and a main U-Boot image. The former is appended > to the latt

Re: [U-Boot] [PATCH 2/2] ppc: Clean up calling of phy_reset() during init

2009-09-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1253156588-8686-2-git-send-email-pty...@xes-inc.com> you wrote: > Remove board-specific #ifdefs for calling phy_reset() during > initializtion > > Signed-off-by: Peter Tyser > --- > include/configs/CCM.h|1 + > include/configs/ELPT860.h|1 + > i

Re: [U-Boot] [PATCH 1/2] ppc: Clean up calling of misc_init_r() during init

2009-09-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1253156588-8686-1-git-send-email-pty...@xes-inc.com> you wrote: > Remove board-specific #ifdefs for calling misc_init_r() during > initializtion > > Signed-off-by: Peter Tyser > --- > include/configs/CCM.h|1 + > include/configs/CPCI405.h|

Re: [U-Boot] [PATCH v2] Remove deprecated 'autoscr' command/variables

2009-09-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1253155091-6576-1-git-send-email-pty...@xes-inc.com> you wrote: > The more standard 'source' command provides identical functionality to > the autoscr command. > > Environment variable names/values on the MVBC_P, MVBML7, kmeter1, > mgcoge, and km8xx boards are update

Re: [U-Boot] [PATCH 1/3] fsl_i2c: Wait for STOP condition to propagate

2009-09-22 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1253178437-32398-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > After issuing a STOP one must wait until the STOP has completed > on the bus before doing something new to the controller. > > Also add an extra read of SR as the manual mentions doin

Re: [U-Boot] [PATCH] smc91111_eeprom: get working with net multi conversion

2009-09-22 Thread Ben Warren
Wolfgang Denk wrote: > Dear Mike Frysinger, > > In message <1253068647-29134-1-git-send-email-vap...@gentoo.org> you wrote: > >> This should be squashed into the pending: >> Convert SMC9 Ethernet driver to CONFIG_NET_MULTI API >> >> The changes to the eeprom were incomplete, and the new

Re: [U-Boot] [PATCH] SPARC standalone app fix

2009-09-22 Thread Wolfgang Denk
Dear Daniel Hellstrom, In message <4ab35893.4000...@gaisler.com> you wrote: > > Thank you for your work. I have updated the sparc repository with your > patch. And, yes, you are probably the first one to use the standalone > app feature :) Um... Please put this patch on hold. We need Sergey's

Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued

2009-09-22 Thread Wolfgang Denk
Dear Paul Gibson, In message <26b052040909152126q55945d47yad3bcf90334ac...@mail.gmail.com> you wrote: > Micron nand flash needs a reset before a read command is issued. > The current mpc5121_nfc driver ignores the reset command. > > Signed-off-by: Paul Gibson > > --- > drivers/mtd/nand/mpc512

Re: [U-Boot] [PATCH v2] board/linkstation/ide.c: Fix compile warning

2009-09-22 Thread Guennadi Liakhovetski
On Tue, 22 Sep 2009, Wolfgang Denk wrote: > Dear Guennadi Liakhovetski, > > In message you wrote: > > > > I have the hardware, yes, and I even have something, that should be a Jtag > > cable for it... But I don't have near 100% certainty, that if I brick it I > > will be able in reasonable ti

Re: [U-Boot] [PATCH] smc91111_eeprom: get working with net multi conversion

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1253068647-29134-1-git-send-email-vap...@gentoo.org> you wrote: > This should be squashed into the pending: > Convert SMC9 Ethernet driver to CONFIG_NET_MULTI API > > The changes to the eeprom were incomplete, and the new version needs > slightly differe

Re: [U-Boot] [PATCH] mpc512x. Micron nand flash needs a reset before a read command is issued.

2009-09-22 Thread Wolfgang Denk
Dear Paul Gibson, In message <26b052040909151705r35cdb874gbbe5a184d20e4...@mail.gmail.com> you wrote: > Micron nand flash needs a reset before a read command is issued. > The current mpc5121_nfc driver ignores the reset command. > > --- > drivers/mtd/nand/mpc5121_nfc.c |1 + > 1 files chang

Re: [U-Boot] [PATCH v2] env: only build env_embedded and envcrc when needed

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200909151739.11704.vap...@gentoo.org> you wrote: > > > > i saw it as "custom embedding of the environment". the only thing it > > > does is enable the envcrc binary. i thought of using "CONFIG_ENVCRC", > > > but it seemed a little too short. > > > > CONFIG_ENABL

Re: [U-Boot] [PATCH 2/2 v2] Blackfin: tweak embedded env config option

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200909151736.52720.vap...@gentoo.org> you wrote: > > > ... > > > $(obj)u-boot.ldr:$(obj)u-boot > > > - $(obj)tools/envcrc --binary > $(obj)env-ldr.o > > > + $(CREATE_LDR_ENV) > > > $(LDR) -T $(CONFIG_BFIN_CPU) -c $@ $< $(LDR_FLAGS

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

2009-09-22 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4aaf1fe4.9050...@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] imx51:Add support basic boot code of freescale imx51 bbg board

2009-09-22 Thread Fred Fan
HI Magnus Lilja: Best Regards Fred 2009/9/23, Magnus Lilja : > > > Hmm, for some reason "Reply" in gmail cut part of the qouted message so > here's the rest of the followup. > > Fred Fan skrev: > > Hi Magnus Liljia: > > Thanks for your comments. > > Best Regards > > Fred > > > > 2009/9/2

Re: [U-Boot] [PATCH] imx51:Add support basic boot code of freescale imx51 bbg board

2009-09-22 Thread Fred Fan
HI Magnus Lilja: Best Regards Fred 2009/9/23, Magnus Lilja : > > Hi > > 2009/9/22 Fred Fan : > > Hi Magnus Liljia: > > Thanks for your comments. > > Best Regards > > Fred > > > > 2009/9/22, Magnus Lilja : > >> > >> Hi > >> > >> > >> I've scanned the patch briefly and have some commen

Re: [U-Boot] [PATCH v2] board/linkstation/ide.c: Fix compile warning

2009-09-22 Thread Wolfgang Denk
Dear Guennadi Liakhovetski, In message you wrote: > > I have the hardware, yes, and I even have something, that should be a Jtag > cable for it... But I don't have near 100% certainty, that if I brick it I > will be able in reasonable time to recover it... But, hey, that's what I > have that

Re: [U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on DM365

2009-09-22 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d929e5...@dlee01.ent.ti.com> you wrote: > > > > From: Sandeep Paulraj > > > > This patch enables EMAC on the DM365 EVM. > > > > Signed-off-by: Sandeep Paulraj > > --- > > board/davinci/dm365evm/dm365evm.c | 38 > > ++

Re: [U-Boot] [PATCH] TI: DaVinci DM365: Enabling net support on DM365

2009-09-22 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1252955798-31840-1-git-send-email-s-paul...@ti.com> you wrote: > From: Sandeep Paulraj > > This patch enables EMAC on the DM365 EVM. > > Signed-off-by: Sandeep Paulraj > --- > board/davinci/dm365evm/dm365evm.c | 38 > +

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

2009-09-22 Thread Olof Johansson
On Tue, Sep 22, 2009 at 09:41:42PM +0200, Wolfgang Denk wrote: > Please use "git format-patch" / "git send-email" to create and submit > patches. For example, it is always nice to see a file statistics in > the patch. k. > > + MUX_VAL(CP(GPMC_CLK), (IDIS | PTU | EN | M0)) /*GPMC_CLK

Re: [U-Boot] [PATCH v2] ppc/85xx: PIO Support for FSL eSDHC Controller Driver

2009-09-22 Thread Wolfgang Denk
Dear Dipen Dudhat, In message <1252904203-9129-1-git-send-email-dipen.dud...@freescale.com> you wrote: > On some Freescale SoC Internal DMA of eSDHC controller has bug. > > So PIO Mode has introduced to do data transfer using CPU. > In PIO mode data transfer performance will be degraded by a lar

Re: [U-Boot] [help] is there anything wrong with my previously sent A320 patches?

2009-09-22 Thread Wolfgang Denk
Dear Po-Yu Chuang, In message you wrote: > > I sent the following patches two weeks ago and got no reply. > Maybe you did not receive the mails? > I wonder if there was something wrong with my mail server or if I > messed up something. > > [U-Boot] [PATCH v6 1/2 resend] arm: A320: driver for F

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

2009-09-22 Thread Olof Johansson
On Sep 22, 2009, at 2:48 PM, Wolfgang Denk wrote: > Dear Olof Johansson, > > In message you wrote: >> >> Random question on u-boot development process: I see you didn't add >> your signed-off on the commit. People don't do that when they check >> in >> patches to the u-boot trees? > > No, we d

Re: [U-Boot] [PATCH] OMAP3 Overo: Fix ethernet related warnings

2009-09-22 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d927da...@dlee01.ent.ti.com> you wrote: > > > > > > Fix warning > > > > 'setup_net_chip' declared 'static' but never defined > > > > with CONFIG_OMAP3_OVERO_TOBI disabled and > > > > implicit declaration of function 'smc911

Re: [U-Boot] [PATCH] TI: DaVinci: Adding GIO addresses to header file

2009-09-22 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d92854...@dlee01.ent.ti.com> you wrote: > > > > > From: Sandeep Paulraj > > > > This patch adds GIO definitions to the hardware.h > > header file > > > > Signed-off-by: Sandeep Paulraj > > --- > > include/asm-arm/arch-davi

Re: [U-Boot] [PATCH] TI: DaVinci: Adding GIO addresses to header file

2009-09-22 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1252783655-13545-1-git-send-email-s-paul...@ti.com> you wrote: > From: Sandeep Paulraj > > This patch adds GIO definitions to the hardware.h > header file > > Signed-off-by: Sandeep Paulraj NAK. Please do not add such address lists. Please use C structures t

Re: [U-Boot] [PATCH] TI: DaVinci: DM355 Leopard board support

2009-09-22 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d929e5...@dlee01.ent.ti.com> you wrote: > > > From: Sandeep Paulraj > > > > This patch adds support for the leopard board which is > > based on the DM355 SOC. > > > > Signed-off-by: Sandeep Paulraj > > --- > > Makefile

Re: [U-Boot] [PATCH] imx51:Add support basic boot code of freescale imx51 bbg board

2009-09-22 Thread Magnus Lilja
Hmm, for some reason "Reply" in gmail cut part of the qouted message so here's the rest of the followup. Fred Fan skrev: > Hi Magnus Liljia: > Thanks for your comments. > Best Regards > Fred > > 2009/9/22, Magnus Lilja : > >> Hi >> >> >> I've scanned the patch briefly and have some co

Re: [U-Boot] [PATCH] TI: DaVinci: DM355 Leopard board support

2009-09-22 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1252783335-13371-1-git-send-email-s-paul...@ti.com> you wrote: > From: Sandeep Paulraj > > This patch adds support for the leopard board which is > based on the DM355 SOC. > > Signed-off-by: Sandeep Paulraj > --- > Makefile |

Re: [U-Boot] [PATCH] imx51:Add support basic boot code of freescale imx51 bbg board

2009-09-22 Thread Magnus Lilja
Hi 2009/9/22 Fred Fan : > Hi Magnus Liljia: >     Thanks for your comments. > Best Regards > Fred > > 2009/9/22, Magnus Lilja : >> >> Hi >> >> >> I've scanned the patch briefly and have some comments below. >> >> gareat...@gmail.com wrote: >> > diff --git a/MAKEALL b/MAKEALL >> > index edebae

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

2009-09-22 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d91e07...@dlee01.ent.ti.com> you wrote: > > > I always use 'git am -s', which adds the SOB. My understanding is that > > maintainers should do this as an indication of approval and help in > > traceability. > > OK Thanks. S

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

2009-09-22 Thread Wolfgang Denk
Dear Ben Warren, In message you wrote: > > > I always use 'git am -s', which adds the SOB. My understanding is that > maintainers should do this as an indication of approval and help in > traceability. Please feel free to do that, but I consider this just adding line-noise, unless you _really

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message you wrote: > > Random question on u-boot development process: I see you didn't add > your signed-off on the commit. People don't do that when they check in > patches to the u-boot trees? No, we don't do this if we check in an unchanged patch. Linus does not

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

2009-09-22 Thread Wolfgang Denk
Dear "Paulraj, Sandeep", In message <0554bef07d437848af01b9c9b5f0bc5d92708...@dlee01.ent.ti.com> you 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 def

Re: [U-Boot] [PATCH-ARM 4/4] Clean-up of s3c24x0 nand driver

2009-09-22 Thread Wolfgang Denk
Dear Scott Wood, In message <20090911222349.ga26...@b07421-ec1.am.freescale.net> you wrote: > On Mon, Sep 07, 2009 at 12:15:22AM +0100, > kevin.morf...@fearnside-systems.co.uk wrote: > > This patch re-formats the arm920t s3c24x0 nand driver in preparation for > > changes > > to add support for t

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

2009-09-22 Thread Wolfgang Denk
Dear Olof Johansson, In message <20090911204750.ga22...@lixom.net> you 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 ba

Re: [U-Boot] [PATCH] Add support for the Calao QIL-A9G20 board

2009-09-22 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <1252688802-29403-1-git-send-email-albin.tonne...@free-electrons.com> you wrote: > The Calao SBC35-A9G20 board is manufactured and sold by Calao Systems > . It is built around an AT91SAM9G20 ARM SoC > running at 400MHz. It features an

Re: [U-Boot] [PATCH] Support for Calao USB A9263 board based on AT91SAM9263 CPU

2009-09-22 Thread Wolfgang Denk
Dear Thomas Petazzoni, In message <1252668335-17986-1-git-send-email-thomas.petazz...@free-electrons.com> you wrote: > The Calao USB A9263 board is a board manufactured and sold by Calao > Systems . Its components are very > similar to the AT91SAM9263EK board, so it

Re: [U-Boot] [PATCH v3 3/5] NAND boot: MPC8536DS support

2009-09-22 Thread Wolfgang Denk
Dear Mingkai Hu, In message <1252649951-28543-2-git-send-email-mingkai...@freescale.com> you wrote: > MPC8536E can support booting from NAND flash which uses the > image u-boot-nand.bin. This image contains two parts: a 4K > NAND loader and a main U-Boot image. The former is appended > to the lat

Re: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <200909110606.42732.vap...@gentoo.org> you wrote: > --===0077506097== > Content-Type: multipart/signed; > boundary="nextPart2279044.usXPOpWbKs"; > protocol="application/pgp-signature"; > micalg=pgp-sha1 > Content-Transfer-Encoding: 7bit > > --next

Re: [U-Boot] [PATCH v1 3/3] mpc8536: Get the address of env on the SDCard

2009-09-22 Thread Wolfgang Denk
Dear Mingkai Hu, In message <1252640445-7890-4-git-send-email-mingkai...@freescale.com> you wrote: > Both the save env and load env operation will call this function > to get the address of env on the SDCard, so the user can control > where to put the env freely. > > Also enable the functionlity

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

2009-09-22 Thread Wolfgang Denk
Dear Mingkai Hu, In message <1252640445-7890-2-git-send-email-mingkai...@freescale.com> you wrote: > If the environment variables are saved on the MMC/SD card, > env_relocat can't relocate env from MMC/SD card without mmc init. > > Signed-off-by: Mingkai Hu I'm biased. I understand that you do

Re: [U-Boot] [PATCH v1 2/3] Add support for save environment variable to MMC/SD card

2009-09-22 Thread Wolfgang Denk
Dear Mingkai Hu, In message <1252640445-7890-3-git-send-email-mingkai...@freescale.com> you wrote: > Whether booting from MMC/SD card or not, the environment variables > can be saved on it, this patch add the operation support. > > Signed-off-by: Mingkai Hu ... > --- a/common/Makefile > +++ b/c

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Joakim Tjernlund
Ben Warren wrote on 22/09/2009 18:55:22: > > Anton Vorontsov wrote: > > On Tue, Sep 22, 2009 at 04:03:16PM +0200, Joakim Tjernlund wrote: > > [...] > > > > Also > > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > > include/netdev.h:int uec_initialize(int index

Re: [U-Boot] [PATCH v3] at91: Update MEESC board support

2009-09-22 Thread Wolfgang Denk
Dear Daniel Gorsulowski, In message <12525916852655-git-send-email-daniel.gorsulow...@esd.eu> you wrote: > This patch implements several updates: > -disable CONFIG_ENV_OVERWRITE > -add new hardware style variants and set the arch numbers appropriate > (autodet.) LIne too long. > -pass the seria

Re: [U-Boot] [PATCH v2] ppc/85xx: PIO Support for FSL eSDHC Controller Driver

2009-09-22 Thread Wolfgang Denk
Dear Dipen Dudhat, In message <1252589856-4970-1-git-send-email-dipen.dud...@freescale.com> you wrote: > On some Freescale SoC Internal DMA of eSDHC controller has bug. > > So PIO Mode has introduced to do data transfer using CPU. > In PIO mode data transfer performance will be degraded by a lar

Re: [U-Boot] [PATCH][v2] FDT: remove obsolete OF_CPU and OF_SOC macros.

2009-09-22 Thread Wolfgang Denk
Dear Marcel Ziswiler, In message <1252523921.3643.8.ca...@com-21> you wrote: > Signed-off-by: Marcel Ziswiler > --- > Changes since v1: > - CC all respective board maintainers > > README|6 -- > include/configs/IDS8247.h |2 -- > include/configs/MPC8260AD

Re: [U-Boot] [PATCH v2] document network driver framework

2009-09-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1252521682-5067-1-git-send-email-vap...@gentoo.org> you wrote: > Signed-off-by: Mike Frysinger > --- > v2 > - drop CONFIG naming section > - fix MII documentation > > doc/README.drivers.eth | 177 > >

Re: [U-Boot] [PATCH MAKEALL coldfire] : Fix start.S:Error: Conversionof PC relative displacement to absolute

2009-09-22 Thread Liew Tsi Chung-R5AAHP
Philippe, The error that you encountered only happen when using linux cross compiler; however, if choosing uclinux cross compiler this will not be an issue. Anyway, is an acked for me so that both compiler can be used without causing the problem. Best Regards, TsiChung -Original Message---

Re: [U-Boot] Subject: [PATCH v3] mx27ads: add support for iMX27ADS board from Freescale

2009-09-22 Thread Wolfgang Denk
Dear Alan Carvalho de Assis, In message <37367b3a0909151429h317066ax2efa504d83dbf...@mail.gmail.com> you wrote: > This patch adds support to iMX27ADS development board. This board has > 128MB RAM, 32MB NOR Flash and 128MB NAND Flash. Currently only > booting from NOR is supported. > > Signed-off

Re: [U-Boot] I am maintainer of Freescale i.MX

2009-09-22 Thread Wolfgang Denk
Dear Fred, In message <2f495dc80909170830j7acdd1b0j4e4d27e60af06...@mail.gmail.com> you wrote: > > I am u-boot maintainer of Freescale i.MX team. > I have two mail accounts: Thanks for volunteering to become the custodian for the i.MX support in U-Boot. Please send me your SSH privat

Re: [U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC

2009-09-22 Thread Wolfgang Denk
Dear Eric Benard, In message <1252167339-21415-1-git-send-email-e...@eukrea.com> you wrote: > these boards are built around Atmel's AT91SAM9260/9G20 and have > up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND > and include a 10/100 Ethernet PHY in RMII mode. > > Signed-off-by: Eri

[U-Boot] Please pull u-boot-mpc85xx

2009-09-22 Thread Kumar Gala
The following changes since commit 3b6a9267f0de7b85d387fa4123d0b58379363447: Wolfgang Denk (1): board/flagadm/flash.c: fix compile warning are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Kumar Gala (15): ppc/85xx: Fix LCRR_CLKDIV defines

Re: [U-Boot] [PATCH 0/3 v2] New MIIPHYBB implementation with multi-bus support

2009-09-22 Thread Ben Warren
Hi Luigi, I like what you're doing here. Thanks for working towards making the BB driver more universal. Luigi 'Comio' Mantellini wrote: > From: Luigi 'Comio' Mantellini > > This patch rewrites the miiphybb ( Bit-banged MII bus driver ) in order to > support an arbitrary number of buses. This

Re: [U-Boot] [PATCH 4/4 v3] s5pc1xx: add support SMDKC100 board

2009-09-22 Thread Peter Tyser
> >>> > >> Please include a brief readme doc/README.s5pc1xx similar to README.omap > > > > Hi Tom, > > Others may disagree, but I'm personally opposed to creating > > Slugfest over documentation! Nothing gets me more worked up than a documentation discussion:) > I can see you point. If you hav

Re: [U-Boot] MPC83xx and uec

2009-09-22 Thread Ben Warren
Anton Vorontsov wrote: > On Tue, Sep 22, 2009 at 04:03:16PM +0200, Joakim Tjernlund wrote: > [...] > > Also > drivers/qe/uec.h:int uec_initialize(bd_t *bis, uec_info_t *uec_info); > include/netdev.h:int uec_initialize(int index); > different prototypes for the same function. >>

Re: [U-Boot] [PATCH] ppc/85xx: add cpu init config file for boot from NAND

2009-09-22 Thread Kumar Gala
On Sep 21, 2009, at 11:53 PM, Mingkai Hu wrote: > When boot from NAND, the NAND flash must be connected to br/or0. > Also init RAM(L2 SRAM or DDR SDRAM) for load the second image to > it. > > Signed-off-by: Mingkai Hu > --- > > ChangeLog: > - move the board specific config for br/or to board ini

Re: [U-Boot] [PATCH] immap_85xx: add porpllsr's plat ratio definition

2009-09-22 Thread Kumar Gala
On Sep 21, 2009, at 11:53 PM, Mingkai Hu wrote: > Signed-off-by: Mingkai Hu > --- > include/asm-ppc/immap_85xx.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) applied to 85xx - k ___ U-Boot mailing list U-Boot@lists.denx.de http://list

Re: [U-Boot] [PATCH] ppc/85xx: add ld script file for boot from NAND

2009-09-22 Thread Kumar Gala
On Sep 21, 2009, at 11:53 PM, Mingkai Hu wrote: > The first stage 4K image uses a seperate ld script file to > generate 4K image. This patch moves it to the cpu/mpc85xx/* > to make it avaliable for 85xx platform. > > Signed-off-by: Mingkai Hu > --- > > ChangeLog: > - move from board specific dir

Re: [U-Boot] [PATCH] mpc8610hpcd: Use common 86xx fdt fixup code

2009-09-22 Thread Kumar Gala
On Sep 21, 2009, at 9:09 PM, Peter Tyser wrote: > Using the common 86xx fdt fixups removes some board-specific code and > should make the mpc8610hpcd easier to maintain in the long run. > > Signed-off-by: Peter Tyser > --- > board/freescale/mpc8610hpcd/mpc8610hpcd.c | 14 +- > 2 fil

  1   2   >