Re: [U-Boot] 2010.09-rc1 SD/MMC tested on Atmel AT91SAM9G45EKES - works

2010-09-12 Thread Reinhard Meyer
Dear William C. Landolina, Reinhard - FYI, your 2010.09-rc1 SD/MMC patches work on an Atmel 9G45 evaluation kit. I customized the board and configuration files following the directions in README.atmel_mci and everything works as expected. I included the console output from a test boot

Re: [U-Boot] date time

2010-09-12 Thread Jens Scharsig
Am 2010-09-10 23:08, schrieb Charles Seedle: There is a messege in the u-boot boot log showing where it set the system time. I tried to setting the date and time using the linux command, date. It set them but once the I rebooted the board the values for date and time were wrong again. Could

Re: [U-Boot] [PATCH] ehci-pci: print hccr, hcor and hc_lenght

2010-09-12 Thread Remy Bohmer
Hi Florian, 2010/4/23 Florian Fainelli f.faine...@gmail.com: It is useful to know the EHCI-PCI hccr, hcor and hc_lenght to make sure it was successfully registered, and at the correct location. Signed-off-by: Florian Fainelli f.faine...@gmail.com --- diff --git a/drivers/usb/host/ehci-pci.c

Re: [U-Boot] [PATCH] USB-CDC: Fix coding style issues

2010-09-12 Thread Remy Bohmer
Hi Wolfgang, 2010/9/11 Wolfgang Denk w...@denx.de: Dear Remy Bohmer, In message aanlkti=ptzmysnemx7zsrzowra7zhpaewbj92-2ae...@mail.gmail.com you wrote: Apart from that this patch looks good. Please fix globally. Hm... should we not rather try to keep (or bring) this file in sync with

Re: [U-Boot] [PATCH] ehci-pci: print hccr, hcor and hc_lenght

2010-09-12 Thread Florian Fainelli
Hi Remy, Le Sunday 12 September 2010 12:01:18, Remy Bohmer a écrit : Hi Florian, 2010/4/23 Florian Fainelli f.faine...@gmail.com: It is useful to know the EHCI-PCI hccr, hcor and hc_lenght to make sure it was successfully registered, and at the correct location. Signed-off-by:

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Reinhard Meyer
Dear Wolfgang Denk, Please help testing, and check if all your relevant patches have been included. Rebasing worked without manual intervention, u-boot still compiles and works for my board (at91sam9xe-based). Code size increased 0x20 bytes. The following (published) patches are left ahead of

[U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-12 Thread Reinhard Meyer
V3: further refinements: - use priv member instead of container method - allow setting of MAC address by write_hwaddr method - avoid shutting down link between commands Signed-off-by: Reinhard Meyer u-b...@emk-elektronik.de --- drivers/net/Makefile |1 + drivers/net/enc28j60.c | 978

[U-Boot] [PATCH v3] MTD/SPI: introduce table driven probing

2010-09-12 Thread Reinhard Meyer
for JEDEC devices without and with extension bytes for non JEDEC devices Signed-off-by: Reinhard Meyer u-b...@emk-elektronik.de --- drivers/mtd/spi/spi_flash.c | 139 +-- 1 files changed, 94 insertions(+), 45 deletions(-) diff --git

[U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Reinhard Meyer
Patch 1 adds generalisation to spi_flash.c to allow for table driven probing of JEDEC and NON-JEDEC conformant devices Patch 2 adds the actual Ramtron support Patch 2 requires Patch 1 to be applied first. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH v3] MTD/SPI: add support for Ramtron FRAMs

2010-09-12 Thread Reinhard Meyer
JEDEC types non JEDEC types Signed-off-by: Reinhard Meyer u-b...@emk-elektronik.de --- drivers/mtd/spi/Makefile |1 + drivers/mtd/spi/ramtron.c| 321 ++ drivers/mtd/spi/spi_flash.c |8 +

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 1284302113-7939-1-git-send-email-u-b...@emk-elektronik.de you wrote: Patch 1 adds generalisation to spi_flash.c to allow for table driven probing of JEDEC and NON-JEDEC conformant devices Patch 2 adds the actual Ramtron support Patch 2 requires Patch 1 to

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Clint Adams
On Fri, Sep 10, 2010 at 07:54:40PM +0200, Wolfgang Denk wrote: Please help testing, and check if all your relevant patches have been included. In arch/i386/lib/board.c, the declaration of do_go_exec() has changed, thus leading to the following build failure[0]: board.c: In function

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Reinhard Meyer
Dear Wolfgang Denk, In this case patches MUST be numbered. I know, and I expected them to be numbered by send-email, but I have to have them numbered by format-patch. But there is now the catch that I got 8 commits and it numbers consequently 1/8, 2/8. What simple trick allows me to format-patch

Re: [U-Boot] zImage on ARM

2010-09-12 Thread Loïc Minier
On Thu, Sep 09, 2010, Wolfgang Denk wrote: These are indeed nice features of uImages (checksums + build date information); but they are not needed in all use cases for U-Boot. Distributions are shipping zImage for ARM nowadays and when shipping zImage files withing packages (.deb for

Re: [U-Boot] 2010.09-rc1 SD/MMC tested on Atmel AT91SAM9G45EKES - works

2010-09-12 Thread William C. Landolina
Dear William C. Landolina, snip UB-X1 mmcinfo mci: setting clock 260416 Hz, block size 512 mci: setting clock 260416 Hz, block size 512 mci: setting clock 260416 Hz, block size 512 gen_atmel_mci: CMDR 1048 ( 8) ARGR 01aa (SR: 0c100025) Command Failed Seems the card does not

Re: [U-Boot] [PATCH] 4xx: add missing CONFIG_SYS_SRAM_SIZE definition

2010-09-12 Thread Stefan Roese
Hi Wolfgang, On Saturday 11 September 2010 21:40:05 Wolfgang Denk wrote: A number of boards define CONFIG_SYS_SRAM_BASE but fail to define CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that prints this information with the bdinfo command. Add the missing deinitions.

Re: [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size

2010-09-12 Thread Stefan Roese
Hi Wolfgang, On Saturday 11 September 2010 21:43:58 Wolfgang Denk wrote: On some boards (canyonlands, luan, sequoia) we need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk w...@denx.de Cc:

Re: [U-Boot] zImage on ARM

2010-09-12 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Lo=EFc?= Minier, In message 20100912150749.gb23...@bee.dooz.org you wrote: Note that packages are downloaded directly *on* the target; that is, the target is running e.g. Debian or Ubuntu, one gets a kernel upgrade in the form of a .deb which is checksummed, installed

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Graeme Russ
On Monday, September 13, 2010, Clint Adams sch...@debian.org wrote: On Fri, Sep 10, 2010 at 07:54:40PM +0200, Wolfgang Denk wrote: Please help testing, and check if all your relevant patches have been included. In arch/i386/lib/board.c, the declaration of do_go_exec() has changed, thus

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Reinhard Meyer
Dear Wolfgang Denk, I know, and I expected them to be numbered by send-email, but I have to have them numbered by format-patch. But there is now the catch that I got 8 commits and it numbers consequently 1/8, 2/8. What simple trick allows me to format-patch only HEAD~8 and HEAD~7 ? git

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Wolfgang Denk
Dear Graeme Russ, In message aanlkti=ihwnm2hkpu58qoh_fojdxyc1lqbukeopfc...@mail.gmail.com you wrote: I have a fix for this in my offline tree. I'm ok with missing this merge window - I'll upload my patches for the next one. Fixes should go in _now_. This is what this phase of the development

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c8d212f.2010...@emk-elektronik.de you wrote: I know, and I expected them to be numbered by send-email, but I have to have them numbered by format-patch. But there is now the catch that I got 8 commits and it numbers consequently 1/8, 2/8. What simple trick

Re: [U-Boot] [PATCH] 4xx: add missing CONFIG_SYS_SRAM_SIZE definition

2010-09-12 Thread Wolfgang Denk
In message 1284234005-9658-1-git-send-email...@denx.de you wrote: A number of boards define CONFIG_SYS_SRAM_BASE but fail to define CONFIG_SYS_SRAM_SIZE which is needed when cleaning up the code that prints this information with the bdinfo command. Add the missing deinitions.

[U-Boot] fs/fat.c - file sizes incorrectly printed for files greater than 2G

2010-09-12 Thread William C. Landolina
Fatls prints negative numbers for file sizes larger than 2GiB because the format statements where dentptr-size are referenced all use %ld rather than %lu formats. There appear to be four places in fs/fat.c where this occurs. - Bill. ___ U-Boot

Re: [U-Boot] [PATCH v2] Cleanup use of CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE

2010-09-12 Thread Wolfgang Denk
In message 1284234142-10234-1-git-send-email...@denx.de you wrote: Traditionally many boards used local definitions for SRAM base address and size (like SRAM_BASE, SRAM_LEN and/or SRAM_SIZE), while the (now) official names are CONFIG_SYS_SRAM_BASE and CONFIG_SYS_SRAM_SIZE. The corresponding

Re: [U-Boot] [PATCH] IceCube.h: update configuration

2010-09-12 Thread Wolfgang Denk
In message 1284234181-10284-1-git-send-email...@denx.de you wrote: Increase malloc size, enable command line editing and history, enable hush shell. Signed-off-by: Wolfgang Denk w...@denx.de --- include/configs/IceCube.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-)

Re: [U-Boot] [PATCH] 4xx: adjust TEXT_BASE to increase U-Boot image size

2010-09-12 Thread Wolfgang Denk
In message 1284234238-10339-1-git-send-email...@denx.de you wrote: On some boards (canyonlands, luan, sequoia) we need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Stefan

Re: [U-Boot] [PATCH] socrates: adjust TEXT_BASE to increase U-Boot image size

2010-09-12 Thread Wolfgang Denk
In message 1284234273-10388-1-git-send-email...@denx.de you wrote: We need more room for the U-Boot image to allow for new features like the new environment code. Shift TEXT_BASE as needed. Signed-off-by: Wolfgang Denk w...@denx.de Cc: Cajus Hahn cajus.h...@de.abb.com ---

Re: [U-Boot] [PATCH 1/5] Add basic errno support.

2010-09-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1279395948-25864-2-git-send-email...@denx.de you wrote: Needed for hash table support; probably useful in a lot of other places as well. Signed-off-by: Wolfgang Denk w...@denx.de --- include/errno.h |9 + lib/Makefile|1 + lib/errno.c

Re: [U-Boot] [PATCH 2/5] Add qsort - add support for sorting data arrays

2010-09-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1279395948-25864-3-git-send-email...@denx.de you wrote: Code adapted from uClibc-0.9.30.3 Signed-off-by: Wolfgang Denk w...@denx.de --- include/common.h |4 +++ lib/Makefile |1 + lib/qsort.c | 69

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Mike Frysinger
On Sunday, September 12, 2010 08:58:29 Reinhard Meyer wrote: 1110f276e9785d0270cfc9ec316dd475145f95d0 SPI: cmd_spi.c: add options to specify bus and mode - has been posted 26.08.2010 i already merged into my sf branch and will push post 2010.09 if Woflgang doesnt pick it up himself

Re: [U-Boot] [PATCH 3/5] Add hash table support as base for new environment code

2010-09-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1279395948-25864-4-git-send-email...@denx.de you wrote: This implementation is based on code from uClibc-0.9.30.3 but was modified and extended for use within U-Boot. Major modifications and extensions: * hsearch() [modified / extended]: - While the

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Reinhard Meyer
Dear Wolfgang Denk, Thanks. Way too simple to see the dots through a big redwood board. (though I'd use HEAD~8..HEAD~7) This would give you only a single patch, representing the commit at HEAD~7 Thanks for clarifying! Interesting logic, however ;) Is there a similar simple trick to

Re: [U-Boot] [PATCH 4/5] Remove support for CONFIG_HAS_UID and forceenv command

2010-09-12 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1279395948-25864-5-git-send-email...@denx.de you wrote: This (undocumented) concept was only in use for the MVSMR and davinci_schmoogie Sergey Kubushyn k...@koi8.net boards. Drop it for now. If really needed, it should be reimplemented later in the context of

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Mike Frysinger
On Sunday, September 12, 2010 15:06:07 Wolfgang Denk wrote: Reinhard Meyer wrote: Is there a similar simple trick to produce the 0/n e-Mail? I mean without hand entering Subject and Body into the send-email phase? Like having it in a prepared file? Maybe the --compose to git send-email

Re: [U-Boot] fs/fat.c - file sizes incorrectly printed for files greater than 2G

2010-09-12 Thread Wolfgang Denk
Dear William C. Landolina, In message 657fc3ab549c7f4db01f4397232ed7338f3caf2...@exchange2007.techatl.com you wrote: Fatls prints negative numbers for file sizes larger than 2GiB because the f ormat statements where dentptr-size are referenced all use %ld rather than %lu formats. There

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Reinhard Meyer
Dear Mike Frysinger, 7c7e2813318b84fc4fbec57b23e2ad68ff000564 NET: move legacy enc28j60.c to sidetrack - Ben took that one to net/next on 31.08.2010 that's Ben's call to move from net to mainline ... and unless there's a pressing reason for this to be in mainline (i cant see any), keeping it

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4c8d2729.2080...@emk-elektronik.de you wrote: Thanks. Way too simple to see the dots through a big redwood board. (though I'd use HEAD~8..HEAD~7) This would give you only a single patch, representing the commit at HEAD~7 Thanks for clarifying!

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 201009121518.13750.vap...@gentoo.org you wrote: On Sunday, September 12, 2010 08:58:29 Reinhard Meyer wrote: 1110f276e9785d0270cfc9ec316dd475145f95d0 SPI: cmd_spi.c: add options to specify bus and mode - has been posted 26.08.2010 i already merged into my

Re: [U-Boot] [PATCH] Makefile: restore support for board shortcut targets

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1281567156-30325-1-git-send-email-vap...@gentoo.org you wrote: The helpful shortcut for doing a board config + make was dropped recently as it conflicted with some new build code. However, the reason for using pattern targets originally was to avoid managing a

Re: [U-Boot] Patches to support Ramtron SPI FRAMs

2010-09-12 Thread Reinhard Meyer
Dear Mike Frysinger, On Sunday, September 12, 2010 15:06:07 Wolfgang Denk wrote: Reinhard Meyer wrote: Is there a similar simple trick to produce the 0/n e-Mail? I mean without hand entering Subject and Body into the send-email phase? Like having it in a prepared file? Maybe the --compose

Re: [U-Boot] [PATCH v2] MAKEALL: cut down on duplication of targets

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1282237506-11852-1-git-send-email-vap...@gentoo.org you wrote: Merge the other significant source of board name duplication with the new boards.cfg file. I cleaned up most targets, but the ARM and MIPS trees are such a mess than I didn't bother. If those

Re: [U-Boot] [PATCH 1/4] tools: enable img2srec for all target

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1281845002-26525-1-git-send-email-vap...@gentoo.org you wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- tools/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 749d994..ea271bf

Re: [U-Boot] [PATCH 3/4] unify toplevel tools targets

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1281845002-26525-3-git-send-email-vap...@gentoo.org you wrote: Most tool subdirs do not rely on a configured tree, so move those targets out of the config checks and unify them in the process. Also add an easylogo target so people can easily build that.

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1281845002-26525-4-git-send-email-vap...@gentoo.org you wrote: Convert the tools/env/Makefile to use the same host tool syntax as the other tool subdirs. Signed-off-by: Mike Frysinger vap...@gentoo.org --- tools/env/Makefile |6 +++--- 1 files changed,

Re: [U-Boot] [PATCH 1/4] tools: enable img2srec for all target

2010-09-12 Thread Mike Frysinger
On Sunday, September 12, 2010 15:39:06 Wolfgang Denk wrote: Mike Frysinger wrote: diff --git a/tools/Makefile b/tools/Makefile index 749d994..ea271bf 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -41,6 +41,7 @@ include $(TOPDIR)/config.mk # Enable all the config-independent

Re: [U-Boot] Pull request: u-boot-usb

2010-09-12 Thread Wolfgang Denk
Dear Remy Bohmer, In message aanlktimhw3xzfqax9ua_9chqfltox2xlp2lpsf=ra...@mail.gmail.com you wrote: The following changes since commit 2d941de9d5c7ba00dc19787dfa0aac2949fd00fb: Wolfgang Denk (1): Prepare v2010.09-rc1 are available in the git repository at:

Re: [U-Boot] [PATCH 1/4] tools: enable img2srec for all target

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1281845002-26525-1-git-send-email-vap...@gentoo.org you wrote: Signed-off-by: Mike Frysinger vap...@gentoo.org --- tools/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Applied to next after editing the subject to say tools-all instead of

Re: [U-Boot] fs/fat.c - file sizes incorrectly printed for files greater than 2G

2010-09-12 Thread Wolfgang Denk
Dear William C. Landolina, please keep the mailing list on Cc: In message 657fc3ab549c7f4db01f4397232ed7338f3caf2...@exchange2007.techatl.com you wrote: Wolfgang - I submitted this this way because I am not prepared to submit a proper patch, while there are dozens of other people who can do

[U-Boot] [PULL] u-boot-x86.git

2010-09-12 Thread Graeme Russ
The following changes since commit 93ceb4790d8daea992cdebf2c75434d73df9c028: usb: musb: set target address for non-multipoint devices (2010-09-11 09:49:22 +0200) are available in the git repository at: git://git.denx.de/u-boot-x86.git master Graeme Russ (4): x86: Fix do_go_exec() -

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Graeme Russ
Wolfgang, On 13/09/10 05:04, Wolfgang Denk wrote: Dear Graeme Russ, In message aanlkti=ihwnm2hkpu58qoh_fojdxyc1lqbukeopfc...@mail.gmail.com you wrote: I have a fix for this in my offline tree. I'm ok with missing this merge window - I'll upload my patches for the next one. Fixes

[U-Boot] [PATCH] examples/standalone: Use gcc's -fno-toplevel-reorder

2010-09-12 Thread Peter Tyser
Using -fno-toplevel-reorder causes gcc to not reorder functions. This ensures that an application's entry point will be the first function in the application's source file. This change, along with commit 620bbba524fbaa26971a5004793010b169824f1b should cause a standalone application's entry point

Re: [U-Boot] [PATCH] examples/standalone: Use gcc's -fno-toplevel-reorder

2010-09-12 Thread Andrew Dyer
On Sun, Sep 12, 2010 at 17:38, Peter Tyser pty...@xes-inc.com wrote: Using -fno-toplevel-reorder causes gcc to not reorder functions.  This ensures that an application's entry point will be the first function in the application's source file. This change, along with commit

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Ben Warren
On 9/12/2010 12:18 PM, Mike Frysinger wrote: On Sunday, September 12, 2010 08:58:29 Reinhard Meyer wrote: 1110f276e9785d0270cfc9ec316dd475145f95d0 SPI: cmd_spi.c: add options to specify bus and mode - has been posted 26.08.2010 i already merged into my sf branch and will push post 2010.09 if

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Steve Sakoman
On Fri, Sep 10, 2010 at 10:54 AM, Wolfgang Denk w...@denx.de wrote: Hello everybody: * U-Boot v2010.09-rc1 was released on Fri, 10 Sep 2010. * Release v2010.09 is scheduled in 18 days - on September 28, 2010,  i. e. we have a delay against the original plan of about 2 weeks. For details

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-12 Thread Ben Warren
Hi Ben, On 9/10/2010 1:10 PM, Ben Gardiner wrote: The current da850evm support in u-boot/master [1] omits any use of the davinci EMAC. This patch adds basic support for the EMAC using the MII PHY found on the baseboard of the EVM. The MAC address is read from the environment variable

[U-Boot] [PATCH 1/2] mmc: add boundary check for mmc operation

2010-09-12 Thread Lei Wen
Signed-off-by: Lei Wen lei...@marvell.com --- drivers/mmc/mmc.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cf4ea16..5ff1c54 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -92,6 +92,11 @@ mmc_bwrite(int

[U-Boot] [PATCH 2/2] mmc: print out avaible partition table

2010-09-12 Thread Lei Wen
Signed-off-by: Lei Wen lei...@marvell.com --- common/cmd_mmc.c | 20 disk/part.c |3 +++ 2 files changed, 23 insertions(+), 0 deletions(-) diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index c0b30d8..fe04f8d 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c

Re: [U-Boot] [PATCH 2/3] mmc: add boundary check for mmc operation

2010-09-12 Thread Lei Wen
Fix it in new version of patch set. Thanks, Lei On Thu, Sep 9, 2010 at 10:51 PM, Wolfgang Denk w...@denx.de wrote: Dear Lei Wen, In message aanlkti=m3p2w33-a7-chpvpwu=xa0wttl2ghv1dtj...@mail.gmail.com you wrote: +       if (start mmc-block_dev.lba || (start + blkcnt)

Re: [U-Boot] [PATCH] mmc: fix capacity calculation with high capacity mmc

2010-09-12 Thread Lei Wen
Hi Wolfgang, How about merge this patch? :-) Best regards, Lei On Mon, Sep 6, 2010 at 10:11 PM, Lei Wen adrian.w...@gmail.com wrote: Hi Reinhard , On Mon, Sep 6, 2010 at 10:07 PM, Reinhard Meyer u-b...@emk-elektronik.de wrote: Dear Lei Wen, According spec, high capacity mmc should be

Re: [U-Boot] [PATCH NET 1/2] Net: Remove redundant CONFIG_NET_MULTI directives

2010-09-12 Thread Ben Warren
On 8/31/2010 11:05 PM, Ben Warren wrote: All are within an #ifdef CONFIG_NET_MULTI block already Signed-off-by: Ben Warrenbiggerbadder...@gmail.com --- net/eth.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) Applied to net/next regards, Ben

Re: [U-Boot] [STATUS] v2010.09-rc1 is out / v2010.09 delayed by 2 weeks

2010-09-12 Thread Reinhard Meyer
Dear Steve Sakoman, I did a bit of v2010.09-rc1 testing on OMAP3 this evening and things looked good until I tried a simple memory display! The output froze after the memory address was displayed: Overo # md 8200 10 8200: That _might_ be the unaligned access to the buffer. Try

Re: [U-Boot] [RFC][PATCH 2/3] e1000: Intel 82571EB: Don't wait for MNG cycle on unmanaged chips

2010-09-12 Thread Ben Warren
Hi Kyle, On 8/30/2010 11:24 AM, Kyle Moffett wrote: The Intel 82571EB chipset can be used in an unmanaged configuration as a fast dual-port Gig-E controller. Unfortunately a board consturcted that way would fail to correctly come up because the driver polls for the completion of a

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-09-12 Thread Ben Warren
Hi Jocke, On 8/10/2010 7:36 AM, Joakim Tjernlund wrote: Instead of always performing an autoneg, check if the PHY already has a link and if it matches one of the requested modes. Initially only 100MbFD is optimized this way. Signed-off-by: Joakim Tjernlundjoakim.tjernl...@transmode.se ---

Re: [U-Boot] zImage on ARM

2010-09-12 Thread Nicolas Pitre
On Sun, 12 Sep 2010, Wolfgang Denk wrote: In message 20100912150749.gb23...@bee.dooz.org you wrote: I don't see why uImages differ across boards - if the same kernel image can be used (i. e. the same zImage file use to generate the uImages) on these boards? Well, it was my

Re: [U-Boot] [PATCH v3] NET: add ENC28J60 driver using SPI framework

2010-09-12 Thread Ben Warren
Hi Reinhard, On 9/12/2010 7:23 AM, Reinhard Meyer wrote: V3: further refinements: - use priv member instead of container method - allow setting of MAC address by write_hwaddr method - avoid shutting down link between commands Signed-off-by: Reinhard Meyeru-b...@emk-elektronik.de ---

Re: [U-Boot] [RFC][PATCH 2/3] e1000: Intel 82571EB: Don't wait for MNG cycle on unmanaged chips

2010-09-12 Thread Kyle Moffett
Ben, I am so sorry... please actually drop this patch. I've been in contact with Intel regarding the equivalent patch for the Linux kernel and it turns out this is just a workaround for a misconfiguration in our EEPROMs. The boards on which I have fixed the EEPROMs do not need this change in

Re: [U-Boot] [RFC][PATCH 2/3] e1000: Intel 82571EB: Don't wait for MNG cycle on unmanaged chips

2010-09-12 Thread Ben Warren
On 9/12/2010 9:24 PM, Kyle Moffett wrote: Ben, I am so sorry... please actually drop this patch. I've been in contact with Intel regarding the equivalent patch for the Linux kernel and it turns out this is just a workaround for a misconfiguration in our EEPROMs. The boards on which I

Re: [U-Boot] [PATCH] examples/standalone: Use gcc's -fno-toplevel-reorder

2010-09-12 Thread Peter Tyser
Hi Andrew, On Sun, 2010-09-12 at 21:00 -0500, Andrew Dyer wrote: On Sun, Sep 12, 2010 at 17:38, Peter Tyser pty...@xes-inc.com wrote: Using -fno-toplevel-reorder causes gcc to not reorder functions. This ensures that an application's entry point will be the first function in the

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-12 Thread Wolfgang Denk
Dear Peter Tyser, In message 1284355310-25449-1-git-send-email-pty...@xes-inc.com you wrote: BOOTFLAG_COLD and BOOTFLAG_WARM have identical definitions for every PowerPC board, so share a common definition. Signed-off-by: Peter Tyser pty...@xes-inc.com --- It looks like there are only a