Re: [U-Boot] ppc, flash init on mpc8247, Unknown FLASH on Bank 0

2010-10-13 Thread Wolfgang Denk
Dear wind_embedded, In message 01cb6a92$34979570$a744f...@e43a you wrote: Before I use VxWorks, it works fine. When I port u-boot, my project based on IDS8247. I changed configuration in IDS8247.h and updated flash.c, after I compiled u-boot, I burned u-boot.bin into AM29LV040B.

Re: [U-Boot] BCM 8727

2010-10-13 Thread MArunKumar
Hi all Im in the process of adding support to BCM8727 PHY in u-boot for my custom board. Kindly help me if anybody worked on same. Regards M.Arunkumar MArunKumar wrote: Whether the latest u-boot supports BCM8727 10GbE SFI-to-XAUI PHY. -- View this message in context:

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Albert ARIBAUD
Le 12/10/2010 23:00, Joakim Tjernlund a écrit : Yes, but the difference isn't really the arch. It is the -mrelocatable flag that is the big difference. Not only: obviously, implementing GOT relocation is not done the same on both archs, and it simply is not beneficial on ARM wrt PPC in terms

Re: [U-Boot] [PATCH] [NEW_RELOC] arm1136, qong: add support for ELF relocations

2010-10-13 Thread Albert ARIBAUD
Le 13/10/2010 07:27, Heiko Schocher a écrit : +#defineCONFIG_RELOC_FIXUP_WORKS I believe this is now common to all ARMs, hence unneeded in config files. Hmm.. instead we should remove in arch/arm/include/asm/config.h 24 #if defined(CONFIG_SYS_ARM_WITHOUT_RELOC) 25 /* Relocation

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
Albert ARIBAUD albert.arib...@free.fr wrote on 2010/10/13 08:30:33: Le 12/10/2010 23:00, Joakim Tjernlund a écrit : Yes, but the difference isn't really the arch. It is the -mrelocatable flag that is the big difference. Not only: obviously, implementing GOT relocation is not done the

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread J. William Campbell
On 10/12/2010 11:30 PM, Albert ARIBAUD wrote: Le 12/10/2010 23:00, Joakim Tjernlund a écrit : Yes, but the difference isn't really the arch. It is the -mrelocatable flag that is the big difference. Not only: obviously, implementing GOT relocation is not done the same on both archs, and it

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Eibach, Dirk
Hi Dirk, Hi Stefan, ... snip +/* Gbit PHYs */ +#define CONFIG_BITBANGMII /* bit-bang MII PHY management*/ + +#define CONFIG_SYS_MDIO_PIN (0x8000 13) /* our MDIO is GPIO0 */ +#define CONFIG_SYS_MDC_PIN (0x8000 7) /* our MDC is GPIO7 */

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Stefan Roese
Hi Dirk, On Wednesday 13 October 2010 09:25:33 Eibach, Dirk wrote: +#define MDIO_ACTIVE out32(GPIO0_TCR, in32(GPIO0_TCR) | CONFIG_SYS_MDIO_PIN) Use out_be32() accessors here and below. Just being curious: why? Because of the included memory barriers in the in/out_be32()

[U-Boot] ppc4xx:tftp error

2010-10-13 Thread Tim Rachman
Dear ALL I have a problem in tftp on a custom board using ppc440EP processor. U-boot-2009-11 has been ported on it, using amcc/bamboo BSP as base. When i get a sample file using tftp command, some bytes has changed . I changed my tftp server, and fully tested ddr sdram. They were OK. So i

Re: [U-Boot] [PATCH 2/2] sf: ramtron: new spi fram driver

2010-10-13 Thread Reinhard Meyer
Dear Mike Frysinger, From: Reinhard Meyer u-b...@emk-elektronik.de Supports most types that support Read-Id and the FM25H20. Signed-off-by: Reinhard Meyer u-b...@emk-elektronik.de Signed-off-by: Mike Frysinger vap...@gentoo.org --- [snippebedip] +#ifdef CONFIG_SPI_FRAM_RAMTRON +

Re: [U-Boot] ppc4xx:tftp error

2010-10-13 Thread Wolfgang Denk
Dear Tim Rachman, In message 226436.29026...@web120302.mail.ne1.yahoo.com you wrote: I have a problem in tftp on a custom board using ppc440EP processor. U-boot-2009-11 has been ported on it, using amcc/bamboo BSP as base. Why are you using such old code, instead of a recent version? And

[U-Boot] 答复: ppc, flash init on mpc82 47, Unknown FLASH on Bank 0

2010-10-13 Thread wind_embedded
On Wednesday, October 13, 2010, wind_embedded wind_embed...@sina.com wrote: Hello: Now I port u-boot into mpc8247, I need everyone's help, thanks! my board configuration is following: chip select chipsize address CS0 AM29LV040B 512K 0xfff0 CS1

[U-Boot] ppc, flash init on mpc8247, Unknown FLASH on Bank 0

2010-10-13 Thread wind_embedded
Dear wind_embedded, In message 01cb6a92$34979570$a744f...@e43a you wrote: Before I use VxWorks, it works fine. When I port u-boot, my project based on IDS8247. I changed configuration in IDS8247.h and updated flash.c, after I compiled u-boot, I burned u-boot.bin into AM29LV040B.

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Eibach, Dirk
... snip +/* Gbit PHYs */ +#define CONFIG_BITBANGMII /* bit-bang MII PHY management*/ + +#define CONFIG_SYS_MDIO_PIN (0x8000 13) /* our MDIO is GPIO0 */ +#define CONFIG_SYS_MDC_PIN (0x8000 7) /* our MDC is GPIO7 */ + +#define

[U-Boot] 答复: ppc, flash init on mpc8247 , Unknown FLASH on Bank 0

2010-10-13 Thread wind_embedded
Hello wind_embedded, wind_embedded wrote: Hello: Now I port u-boot into mpc8247, I need everyone's help, thanks! my board configuration is following: chip select chipsize address CS0 AM29LV040B 512K 0xfff0 CS1 S29GL256P 64M

Re: [U-Boot] ppc, flash init on mpc8247, Unknown FLASH on Bank 0

2010-10-13 Thread Graeme Russ
On Wednesday, October 13, 2010, wind_embedded wind_embed...@sina.com wrote: On Wednesday, October 13, 2010, wind_embedded wind_embed...@sina.com wrote: Hello: Oh, I use u-boot-1.1.4 or u-boot-1.2.0, I have compared them with the latest version, there is little difference. I port

Re: [U-Boot] 答复: ppc, flash init on mpc82 47, Unknown FLASH on Bank 0

2010-10-13 Thread Wolfgang Denk
Dear wind_embedded, In message 000c01cb6aad$14458d20$a744f...@e43a you wrote: Oh, I use u-boot-1.1.4 or u-boot-1.2.0, I have compared them with the latest version, there is little difference. I port AM29lV0404B driver on VxWorks into u-boot, AM29lV0404B driver on VxWorks works fine! well,

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Wolfgang Denk
Dear Eibach, Dirk, In message 48d3d52125c49b43ae880038e2e5314bb5b...@srv101.gdsys.de you wrote: To make this work, drivers/net/phy/miiphybb.c would have to include asm/io.h somehow. What would be the right way to achieve this? This is a pretty clear indication that this processor or even

Re: [U-Boot] [PATCH v2] [ELF_RELOC] arm1136, qong: add support for ELF relocations

2010-10-13 Thread Wolfgang Denk
Dear Heiko Schocher, In message 1286949434-32030-1-git-send-email...@denx.de you wrote: Signed-off-by: Wolfgang Denk w...@denx.de Signed-off-by: Heiko Schocher h...@denx.de cc: Albert ARIBAUD albert.arib...@free.fr --- arch/arm/cpu/arm1136/start.S| 171

[U-Boot] [STATUS] ARM: mess in repo

2010-10-13 Thread Wolfgang Denk
Hello, unfortunately I made a mess in the ARM repository last night; the commits that were supposed to be applied to the master branch were actually applied to the elf_reloc branch. I fixed this now - no damage was done to master, but I had to rebase the elf_reloc branch. Sorry for the

Re: [U-Boot] [PATCH] [ELF_RELOC] arm: remove CONFIG_RELOC_FIXUP_WORKS in board config files

2010-10-13 Thread Wolfgang Denk
Dear Heiko Schocher, In message 1286949365-31989-1-git-send-email...@denx.de you wrote: As this define is valid for all arm boards, this define is no longer needed in board config files, as it is defined in arch/arm/include/asm/config.h Signed-off-by: Heiko Schocher h...@denx.de ---

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
On 10/12/2010 11:30 PM, Albert ARIBAUD wrote: Le 12/10/2010 23:00, Joakim Tjernlund a écrit : Yes, but the difference isn't really the arch. It is the -mrelocatable flag that is the big difference. Not only: obviously, implementing GOT relocation is not done the same on both

Re: [U-Boot] [PATCH 3/4] MX51: Add video support

2010-10-13 Thread Stefano Babic
On 10/12/2010 05:12 PM, Wolfgang Denk wrote: Dear stefano babic, In message 4cb4776d.8050...@denx.de you wrote: Does it work with both dcache on and dcache off settings? Well, as there is not yet support for L2-Cache on the MX51, we can say yes ;-). However, this range of memory is used

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Albert ARIBAUD
Le 13/10/2010 09:07, Joakim Tjernlund a écrit : Did you use -msingle-pic-base too with -fpic/-fPIC? This is what makes a difference(together with -fpic). The most interesting size is the total flash size IMHO. Reducing insn's in RAM at the expense of flash is not what most users need I think.

[U-Boot] Aggiorna il tuo account e-mail

2010-10-13 Thread Webmail Upgrade Team
ATTENZIONE: WEBMAIL ABBONATO: Questa mail è quello di informare tutti i nostri () WEBMAIL utenti che ci sarà l'aggiornamento del nostro sito in un paio di giorni da oggi. Così come Sottoscrittore del nostro sito si sono tenuti a inviare i dettagli del conto e-mail in modo da permetterci

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Stefan Roese
On Wednesday 13 October 2010 10:23:26 Eibach, Dirk wrote: + +#define MDIO_ACTIVE out32(GPIO0_TCR, in32(GPIO0_TCR) | CONFIG_SYS_MDIO_PIN) Use out_be32() accessors here and below. Please fix and resubmit. Thanks. To make this work, drivers/net/phy/miiphybb.c would have to

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
Albert ARIBAUD albert.arib...@free.fr wrote on 2010/10/13 11:05:09: Le 13/10/2010 09:07, Joakim Tjernlund a écrit : Did you use -msingle-pic-base too with -fpic/-fPIC? This is what makes a difference(together with -fpic). The most interesting size is the total flash size IMHO. Reducing

[U-Boot] [PATCHv2] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
This add relocation of .got entries produced by -fpic. -fpic produces 2-3% smaller code and is faster. Unfortunately gcc promotes -fpic to -fPIC when -mrelocatable is used so one need a very small patch to gcc too(sent upstream). -fpic puts its GOT entries in .got section(s) and linker defines

[U-Boot] Fwd: Help with replacing u-boot and kernel on a released HW...

2010-10-13 Thread Naresh Mehta
Hi List, I am not able to attach the files. But they haven't been changed from the original versions so hopefully, I still can be helped! BR; Naresh -- Forwarded message -- From: u-boot-ow...@lists.denx.de Date: Wed, Oct 13, 2010 at 11:40 AM Subject: Help with replacing u-boot

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
Kim Phillips kim.phill...@freescale.com wrote on 2010/10/12 21:54:10: On Tue, 12 Oct 2010 21:17:38 +0200 Joakim Tjernlund joakim.tjernl...@transmode.se wrote: Yes, it is a simple symbol to add. I will do it twm if you don't beat me to it. it would be nice if you could try what works

[U-Boot] gcc patch to support -fpic with -mrelocatable

2010-10-13 Thread Joakim Tjernlund
Here is the gcc patch I did to support -fpic with -mrelocatable In case someone wants to try it out. Jocke From d8ff0b3f0b44480542eab04d1659f4368b6b09cf Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund joakim.tjernl...@transmode.se Date: Sun, 10 Oct 2010 10:34:50 +0200 Subject: [PATCH]

Re: [U-Boot] [PATCH] usb: fix usb start problem with SMSC USB hub and Toshiba USB stick

2010-10-13 Thread Remy Bohmer
Hi, 2010/10/12 Wolfgang Denk w...@denx.de: Dear Remy, In message 1283280314-10700-1-git-send-email-ag...@denx.de Anatolij Gustschin wrote: Checking the status field of the qTD token in the current code do not take into acount cases where endpoint stall (halted) bit is set together with

Re: [U-Boot] [PATCH 3/3] MX31: Add USB Host support to the QONG board

2010-10-13 Thread Remy Bohmer
Hi, 2010/10/11 Wolfgang Denk w...@denx.de: Dear Remy, In message 1286443640-29526-3-git-send-email-sba...@denx.de you wrote: Signed-off-by: Stefano Babic sba...@denx.de ---  board/davedenx/qong/qong.c |   33 +  include/configs/qong.h     |   18

Re: [U-Boot] [PATCH] usb: musb: only write CLRDATATOG when appropriate

2010-10-13 Thread Remy Bohmer
Hi, 2010/10/11 Mike Frysinger vap...@gentoo.org: On Friday, August 13, 2010 06:25:05 Sergei Shtylyov wrote: Remy Bohmer wrote: Sergei, do you agree that I apply this patch?     Well, if it's based on the Linux code... although it still does look wrong... I don't know. :-) do you have a

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

2010-10-13 Thread Remy Bohmer
The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d: TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200) are available in the git repository at: git://git.denx.de/u-boot-usb.git master Bryan Wu (1): usb: musb: only write CLRDATATOG when appropriate

[U-Boot] [PATCH V2 1/4] Add linux framebuffer header include/linux/fb.h

2010-10-13 Thread Stefano Babic
[port of linux 2.6.34 commit 6a9ee8af344e3bd7dbd61e67037096cdf7f83289] Signed-off-by: Stefano Babic sba...@denx.de --- Changes since V1: - added precise reference to the kernel version used for porting in the commit message include/linux/fb.h | 616

[U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Dirk Eibach
Board support for the Guntermann Drunck CATCenter Io. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - added MAINTAINERS entry - sort MAKEALL - whitespace/codestyle cleanup - use boards.cfg instead of Makefile - added some comments for clarification - use

Re: [U-Boot] [PATCH v3] Add generic support for samsung s3c2440

2010-10-13 Thread Minkyu Kang
Dear Wolfgang Denk, On 13 October 2010 04:12, Wolfgang Denk w...@denx.de wrote: Dear Minkyu Kang, In message 4c768b8b.5000...@diagraph.com C Nauman wrote: This patch adds generic support for the Samsung s3c2440 processor. Global s3c24x0 changes to struct members converting from upper case

Re: [U-Boot] [RFC] [PATCH 0/4] Add support for Freescale's 85xx and P1/P2xxx eSPI controller

2010-10-13 Thread Xie Shaohui-B21989
Hi Can, Are there any differences between your patches and http://lists.denx.de/pipermail/u-boot/2009-March/049093.html ? Best Regards, Shaohui Xie -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Can Aydin Sent: Tuesday,

[U-Boot] [PATCH V2 4/4] MX51: Add video support to vision2 board

2010-10-13 Thread Stefano Babic
The patch adds support for LCD to the vision board. Signed-off-by: Stefano Babic sba...@denx.de --- Changes since V1: - Remove wrong CONFIG_CMD_DISPLAY board/ttcontrol/vision2/vision2.c | 69 + include/configs/vision2.h | 14 +++ 2 files

[U-Boot] [PATCH V2 3/4] MX51: Add video support

2010-10-13 Thread Stefano Babic
Add framebuffer driver for the MX51 processor working on the IPUv3 internal graphic processor. The port is based on the driver found in the kernel delivered by Freescale as part of i.MX BSP: [kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f] Signed-off-by: Stefano Babic

Re: [U-Boot] [PATCH 3/3] MX31: Add USB Host support to the QONG board

2010-10-13 Thread Stefano Babic
On 10/13/2010 12:05 PM, Remy Bohmer wrote: even though USB related, this looks like a board specific patch to me. Is it OK with you that Stefano pulls this through the iMX repository? OK with me. Hi Remy, thanks - I will merge in u-boot-imx and sent the pull request to Wolfgang Stefano

[U-Boot] gcc: add -msingle-pic-base option.

2010-10-13 Thread Joakim Tjernlund
Here is the -msingle-pic-base patch to gcc in case anyone wants to try it. Jocke From b418def9575d6ea3698077888157ae52631e52f3 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund joakim.tjernl...@transmode.se Date: Sat, 9 Oct 2010 12:45:39 +0200 Subject: [PATCH] PowerPC: Add msingle-pic-base

[U-Boot] [PATCH] Add support for HP Jornada flashrom boards

2010-10-13 Thread Kristoffer Ericson
This patch adds support for the HP Jornada flashboards that were made in 2008. Older flashroms should work if memory registers are adjusted. Signed-off-by: Kristoffer Ericson kristoffer.eric...@gmail.com --- MAINTAINERS |4 + board/jornada/Makefile| 53 +++

Re: [U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Stefan Roese
Hi Dirk, On Wednesday 13 October 2010 12:20:18 Dirk Eibach wrote: Board support for the Guntermann Drunck CATCenter Io. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes since v1: - added MAINTAINERS entry - sort MAKEALL - whitespace/codestyle cleanup - use boards.cfg instead of

Re: [U-Boot] [PATCH v2] common/fdt_support.c: fix compile error

2010-10-13 Thread Anatolij Gustschin
Hi Matthew, On Tue, 12 Oct 2010 17:42:57 -0500 Matthew McClintock m...@freescale.com wrote: Fix build error introduced in beca5a5f5bf0d88125580e5e9c1730469cd50ab8 common/libcommon.a(fdt_support.o): In function `fdt_add_edid':

[U-Boot] [PATCH v3] common/fdt_support.c: fix compile error

2010-10-13 Thread Anatolij Gustschin
From: Matthew McClintock m...@freescale.com Fix build error introduced in beca5a5f5bf0d88125580e5e9c1730469cd50ab8 common/libcommon.a(fdt_support.o): In function `fdt_add_edid': /local/hudson/jobs/mirrors-u-boot.git/workspace/common/fdt_support.c:1205: undefined reference to `fdt_increase_size'

[U-Boot] TI branch of git - no tags / releases since 2009.08 ???

2010-10-13 Thread Arno Steffen
Checking the TI ARM U-Boot Custodian Tree (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-ti.git) I see the latest release is 2009.08. Am I in the wrong tree or what might be the reason? Best regards Arno ___ U-Boot mailing list

[U-Boot] [PATCH] ppc4xx: Add CATCenter IoCon 405EP board support

2010-10-13 Thread Dirk Eibach
Board support for the Guntermann Drunck IoCon. Signed-off-by: Dirk Eibach eib...@gdsys.de --- MAINTAINERS |1 + MAKEALL |1 + board/gdsys/iocon/Makefile | 51 +++ board/gdsys/iocon/config.mk | 24 board/gdsys/iocon/iocon.c | 302

Re: [U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Eibach, Dirk
Hi Stefan, Why not use the already available GPIO functions instead (gpio_write_bit() etc)? This will make it easier to move this to the common (Linux) GPIO API at some time later. Hmm, nice, didn't notice those yet. But somehow functionality is missing for toggling between output and

Re: [U-Boot] TI branch of git - no tags / releases since 2009.08 ???

2010-10-13 Thread Wolfgang Denk
Dear Arno Steffen, In message aanlktimuxlaodsceexykol0o6kn1mwkwtzingouua...@mail.gmail.com you wrote: Checking the TI ARM U-Boot Custodian Tree (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-ti.git) I see the latest release is 2009.08. Am I in the wrong tree or what might be the

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter IoCon 405EP board support

2010-10-13 Thread Wolfgang Denk
Dear Dirk Eibach, In message 1286971128-12128-1-git-send-email-eib...@gdsys.de you wrote: Board support for the Guntermann Drunck IoCon. Signed-off-by: Dirk Eibach eib...@gdsys.de --- MAINTAINERS |1 + MAKEALL |1 + board/gdsys/iocon/Makefile

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter IoCon 405EP board support

2010-10-13 Thread Eibach, Dirk
Dear Wolfgang, Signed-off-by: Dirk Eibach eib...@gdsys.de --- MAINTAINERS |1 + MAKEALL |1 + board/gdsys/iocon/Makefile | 51 +++ board/gdsys/iocon/config.mk | 24 board/gdsys/iocon/iocon.c | 302

Re: [U-Boot] [PATCH v2] ppc4xx: Add CATCenter Io 405EP board support

2010-10-13 Thread Stefan Roese
Hi Dirk, On Wednesday 13 October 2010 14:19:19 Eibach, Dirk wrote: Why not use the already available GPIO functions instead (gpio_write_bit() etc)? This will make it easier to move this to the common (Linux) GPIO API at some time later. Hmm, nice, didn't notice those yet. But somehow

Re: [U-Boot] TI branch of git - no tags / releases since 2009.08 ???

2010-10-13 Thread John Rigby
On Wed, Oct 13, 2010 at 5:58 AM, Arno Steffen arno.stef...@googlemail.com wrote: Checking the TI ARM U-Boot Custodian Tree (http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot/u-boot-ti.git) I see the latest release is 2009.08. Am I in the wrong tree or what might be the reason? Best regards

Re: [U-Boot] [PATCH 2/2] sf: ramtron: new spi fram driver

2010-10-13 Thread Mike Frysinger
On Wednesday, October 13, 2010 03:44:52 Reinhard Meyer wrote: Mike Frysinger wrote: +#ifdef CONFIG_SPI_FRAM_RAMTRON + { 6, 0xc2, spi_fram_probe_ramtron, }, +# undef IDCODE_CONT_LEN +# define IDCODE_CONT_LEN 6 +#endif That code should only increase the IDCODE_CONT_LEN, not set it

Re: [U-Boot] [PATCH 1/2] powerpc/fsl: Introduce common enum for PHY types

2010-10-13 Thread Kumar Gala
On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote: Have a common enum for phy types that we use in the UCC driver. We will also use this enum for dealing with phy connection fixup in the device tree. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/include/asm/fsl_enet.h

[U-Boot] Pull request u-boot-blackfin.git (sf branch)

2010-10-13 Thread Mike Frysinger
The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d: TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-blackfin.git sf Reinhard Meyer (1): sf: turn probe switch into a lookup table

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter IoCon 405EP board support

2010-10-13 Thread Wolfgang Denk
Dear Eibach, Dirk, In message 48d3d52125c49b43ae880038e2e5314bb5b...@srv101.gdsys.de you wrote: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) ---SG_MailGateway:=gJA5JiKFGK1gbc86QTKjeFZk9I Content-Type: application/pgp-encrypted Version: 1 Please do not send encrypted messages

[U-Boot] [PATCH v2, PING] usb: Add support for multiple-LUN mass storage devices

2010-10-13 Thread Ludovic Courtès
This patch changes `usb_stor_scan' to scan all the LUNs of each mass storage device. It also fixes the various commands to correctly set the LUN field. Notably, it allows each LUN of GuruPlug's microSD card reader to be accessed. Signed-off-by: Ludovic Courtès l...@gnu.org Acked-by: Prafulla

Re: [U-Boot] [PATCH] ppc4xx: Add CATCenter IoCon 405EP board support

2010-10-13 Thread Wolfgang Denk
Dear Dirk Eibach, In message 1286971128-12128-1-git-send-email-eib...@gdsys.de you wrote: Board support for the Guntermann Drunck IoCon. Signed-off-by: Dirk Eibach eib...@gdsys.de --- MAINTAINERS |1 + MAKEALL |1 + board/gdsys/iocon/Makefile

Re: [U-Boot] [PATCH v2, PING] usb: Add support for multiple-LUN mass storage devices

2010-10-13 Thread Remy Bohmer
Hi, 2010/10/13 Ludovic Courtès l...@gnu.org: This patch changes `usb_stor_scan' to scan all the LUNs of each mass storage device.  It also fixes the various commands to correctly set the LUN field. Notably, it allows each LUN of GuruPlug's microSD card reader to be accessed.

Re: [U-Boot] [PATCH 2/5] cmd_nand: some infrastructure fixes and refactoring

2010-10-13 Thread Scott Wood
On Tue, 12 Oct 2010 21:11:30 -0400 Mike Frysinger vap...@gentoo.org wrote: On Monday, August 30, 2010 19:03:35 Scott Wood wrote: - Refactor arg_off_size for added readability and flexibility, and some added checks such as partition size. @@ -564,7 +624,7 @@ if (arg_off_size(argc -

[U-Boot] [PATCH] Fix warning in nand unlock command

2010-10-13 Thread Scott Wood
Commit ea533c260a801c4e51f92f75165cebe6d7b01e35 changed arg_off_size to take a pointer to a device index, rather than to the device itself. When updating callers, the nand unlock code was missed. Signed-off-by: Scott Wood scottw...@freescale.com --- common/cmd_nand.c |2 +- 1 files changed,

Re: [U-Boot] [PATCH] Disable unused chip-select for DDR controller interleaving

2010-10-13 Thread Wolfgang Denk
Dear York Sun, In message 1286983650-3911-1-git-send-email-york...@freescale.com you wrote: When DDR controller interleaving is eabled and less than all bank (chip-select) interleaving is seletected, the unused chip-select should be disabled. ... @@ -1250,16 +1251,20 @@

Re: [U-Boot] [PATCH] Disable unused chip-select for DDR controller interleaving

2010-10-13 Thread York Sun
On Wed, 2010-10-13 at 18:24 +0200, Wolfgang Denk wrote: Dear York Sun, In message 1286983650-3911-1-git-send-email-york...@freescale.com you wrote: When DDR controller interleaving is eabled and less than all bank (chip-select) interleaving is seletected, the unused chip-select should

Re: [U-Boot] [PATCH] Disable unused chip-select for DDR controller interleaving

2010-10-13 Thread Wolfgang Denk
Dear York Sun, In message 1286988197.5737.6.ca...@oslab-l1 you wrote: Would it not be helpful to inform the user that we disabled a memory bank? Eventually this wa snot intentional... I can add a message but maybe not necessary. The only case the CS left disable is the incomplete

Re: [U-Boot] [PATCH] Disable unused chip-select for DDR controller interleaving

2010-10-13 Thread York Sun
On Wed, 2010-10-13 at 19:41 +0200, Wolfgang Denk wrote: Dear York Sun, In message 1286988197.5737.6.ca...@oslab-l1 you wrote: Would it not be helpful to inform the user that we disabled a memory bank? Eventually this wa snot intentional... I can add a message but maybe not

Re: [U-Boot] [PATCH v3] common/fdt_support.c: fix compile error

2010-10-13 Thread Wolfgang Denk
Dear Anatolij Gustschin, In message 1286969966-19792-1-git-send-email-ag...@denx.de you wrote: From: Matthew McClintock m...@freescale.com Fix build error introduced in beca5a5f5bf0d88125580e5e9c1730469cd50ab8 common/libcommon.a(fdt_support.o): In function `fdt_add_edid':

[U-Boot] Pull request: u-boot-arm

2010-10-13 Thread Wolfgang Denk
The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Merge branch 'master' of git://git.denx.de/u-boot-x86 (2010-10-11 10:00:34 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Albert Aribaud (6): arm: bugfix: replace ble

Re: [U-Boot] Testing Data Cache for armv7 (beagleboard)

2010-10-13 Thread Ghorai, Sukumar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of chris c Sent: Tuesday, October 12, 2010 6:55 AM To: u-boot@lists.denx.de Subject: Re: [U-Boot] Testing Data Cache for armv7 (beagleboard) Thanks for the replies. I didn't

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

2010-10-13 Thread Wolfgang Denk
Dear Remy Bohmer, In message aanlktikesvawap5+9g68091b=qqzkextwk8wcvbgr...@mail.gmail.com you wrote: The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d= : TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200) are available in the git repository at:

Re: [U-Boot] Pull request u-boot-blackfin.git (sf branch)

2010-10-13 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1286977821-3681-1-git-send-email-vap...@gentoo.org you wrote: The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d: TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200) are available in the git repository at:

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

2010-10-13 Thread Wolfgang Denk
In message 20101013184030.b935c136...@gemini.denx.de you wrote: The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864: Merge branch 'master' of git://git.denx.de/u-boot-x86 (2010-10-11 10:00:34 +0200) are available in the git repository at:

Re: [U-Boot] [PATCH V2] LZO: Add a LZO compression feature

2010-10-13 Thread Wolfgang Denk
Dear Donggeun Kim, In message 4ca99ddc.5050...@samsung.com you wrote: Changes from V1 to V2: - Add a configuration option for the LZO compression - Add a comment line specifying the origin of the source code These comments must go into the com,ment section, i. e. below the --- line. In some

Re: [U-Boot] [PATCH] Fix define for MPC5121 ADS board.

2010-10-13 Thread Wolfgang Denk
Dear mark.v...@team-embedded.nl, In message 1286293579-26587-1-git-send-email-mark.v...@team-embedded.nl you wrote: Originally the Makefile defines CONFIG_ADS5121_REV2 when configuring for board mpc5121ads_rev2. The config in include/configs/mpc5121ads.h expects a define

Re: [U-Boot] [PATCH v2] ppc: Conditionally compile bat_rw.c

2010-10-13 Thread Wolfgang Denk
Dear Peter Tyser, In message 1286508768-11565-1-git-send-email-pty...@xes-inc.com you wrote: Only a few PPC boards actually use the common BAT manipulation functions, so only compile it for them. Signed-off-by: Peter Tyser pty...@xes-inc.com --- Changes since v1: - Rebased on current top

Re: [U-Boot] [PATCH v2] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-13 Thread Wolfgang Denk
Dear Steve Sakoman, In message 1286719463.2105.25.ca...@quadra you wrote: env_mmc: Fix crashing bug encountered after enabling ARM relocation The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the

Re: [U-Boot] [PATCH v3] env_mmc: Fix crashing bug encountered after enabling ARM relocation

2010-10-13 Thread Wolfgang Denk
Dear Steve Sakoman, In message 1286801499.2105.49.ca...@quadra you wrote: env_mmc: Fix crashing bug encountered after enabling ARM relocation The crash was occuring in env_relocate because it was being called prior to mmc_initialize. This patch moves the MMC initialization earlier in the

Re: [U-Boot] [PATCH V3] mmc: seperate block number into small parts for multi-write cmd

2010-10-13 Thread Wolfgang Denk
Dear Lei Wen, In message 1286811544-9312-1-git-send-email-lei...@marvell.com you wrote: Constraint the mmc framework to only send no more than 65535 blocks in one go during the multi-write command. This constraint comes due to the limitation of 16bit width block counter register at some

[U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-13 Thread John Rigby
This new v3 series attempts to address all feedback received regarding v2. Patch 1/7 and 2/7 (old 1/6) split in two with better commit message to explain what exactly the fixes do. Patch 3/7 (old 2/6) added CC to libfdt maintainer. Patch 4/7 (old 3/6) fixed patch and better commit message and

[U-Boot] [PATCH v3 1/7] common/image.c fix length calculation in boot_relocate_fdt

2010-10-13 Thread John Rigby
boot_relocate_fdt is called on platforms with CONFIG_SYS_BOOTMAPSZ defined to relocate the device tree blob to be inside the boot map area between bootmap_base and bootmap_base+CONFIG_SYS_BOOTMAPSZ. For the case where the blob needs to be relocated, space is allocated inside the bootmap by

[U-Boot] [PATCH v3 2/7] common/image.c remove extra calls to be32_to_cpu in boot_get_fdt

2010-10-13 Thread John Rigby
fdt_totalsize returns size in cpu endian so don't call be32_to_cpu on the result. This was harmless on big endian platforms but not on little endian ARMs. Signed-off-by: John Rigby john.ri...@linaro.org --- common/image.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH v3 3/7] FDT: Add fixup support for multiple banks of memory

2010-10-13 Thread John Rigby
Add fdt_fixup_memory_banks and reimplement fdt_fixup_memory using it. Tested on OMAP3 beagle board with two banks of memory. Signed-off-by: John Rigby john.ri...@linaro.org CC: Jerry Van Baren vanba...@cideas.com --- common/fdt_support.c | 86 ++---

[U-Boot] [PATCH v3 4/7] FDT: only call boot_get_fdt from generic code

2010-10-13 Thread John Rigby
All arches except nios2 and microblaze call boot_get_fdt from bootm_start in common/cmd_bootm.c. Having nios2 and microblaze do so as well removes code from their respective do_bootm_linux routines and allows removal of a nasty ifdef from bootm_start. In the case where boot_get_fdt returns an

[U-Boot] [PATCH v3 5/7] boot: change some arch ifdefs to feature ifdefs

2010-10-13 Thread John Rigby
The routines boot_ramdisk_high, boot_get_cmdline and boot_get_kbd are currently enabled by various combinations of CONFIG_M68K, CONFIG_POWERPC and CONFIG_SPARC. Use CONFIG_SYS_BOOT_FEATURE defines instead. CONFIG_SYS_BOOT_RAMDISK_HIGH CONFIG_SYS_BOOT_GET_CMDLINE CONFIG_SYS_BOOT_GET_KBD Define

[U-Boot] [PATCH v3 6/7] ARM: add flat device tree support

2010-10-13 Thread John Rigby
Based on other architectures already supported. Tested on OMAP3 Beagle board and another unnamed ARM platform. Signed-off-by: John Rigby john.ri...@linaro.org Tested-by: Rob Herring rob.herr...@smooth-stone.com --- arch/arm/include/asm/config.h |2 + arch/arm/lib/bootm.c | 137

[U-Boot] [PATCH v3 7/7] ARM: enable device tree for beagle

2010-10-13 Thread John Rigby
For testing ARM device tree support Signed-off-by: John Rigby john.ri...@linaro.org --- include/configs/omap3_beagle.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 2463be4..daf84c7 100644

Re: [U-Boot] [PATCH v3] ns16550: Add WATCHDOG_RESET to putc for short watchdog timeout boards

2010-10-13 Thread Wolfgang Denk
Dear Stefan Roese, In message 1286869185-24760-1-git-send-email...@denx.de you wrote: Call watchdog_reset() upon newline. This is done here in putc since the environment code uses a single puts() to print the complete envrironment upon printenv. So we can't put this watchdog call in puts().

Re: [U-Boot] [PATCH] env_mmc: fix cannot save env issue

2010-10-13 Thread Wolfgang Denk
Dear Lei Wen, In message 1286939241-25437-1-git-send-email-lei...@marvell.com you wrote: The env change its implementation after this log, while env mmc didn't change it immediately, which cause issue. Follow to the new style to fix it. commit ea882baf9c17cd142c99e3ff640d3ab01daa5cec

Re: [U-Boot] [PATCH] Add support for HP Jornada flashrom boards

2010-10-13 Thread Wolfgang Denk
Dear Kristoffer Ericson, In message 1286968449-5553-1-git-send-email-kristoffer.eric...@gmail.com you wrote: This patch adds support for the HP Jornada flashboards that were made in 2008. Older flashroms should work if memory registers are adjusted. Sorry, still some issues. Please, note

[U-Boot] [PATCH v2] drivers/net/fec_mxc.c: write mac address in init

2010-10-13 Thread John Rigby
Call fec_set_hwaddr in init routine to setup MAC address so when ethaddr is set late via setenv the change will propagate to the hw. Signed-off-by: John Rigby john.ri...@linaro.org CC: Ben Warren biggerbadder...@gmail.com --- v2 - add blank line as requested better commit message added

[U-Boot] [PATCH] mx51evk: add u-boot.imx to ALL target

2010-10-13 Thread John Rigby
From: Loic Minier loic.min...@linaro.org Signed-off-by: Loic Minier loic.min...@linaro.org CC: stefano babic sba...@denx.de --- board/freescale/mx51evk/config.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/board/freescale/mx51evk/config.mk

Re: [U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-13 Thread Wolfgang Denk
Dear John Rigby, In message 1286999857-13790-1-git-send-email-john.ri...@linaro.org you wrote: This new v3 series attempts to address all feedback received regarding v2. Patch 1/7 and 2/7 (old 1/6) split in two with better commit message to explain what exactly the fixes do. Patch 3/7 (old

[U-Boot] [PATCHv3] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
This adds relocation of .got entries produced by -fpic. -fpic produces 2-3% smaller code and is faster. Unfortunately gcc promotes -fpic to -fPIC when -mrelocatable is used so one need a very small patch to gcc too(sent upstream). -fpic puts its GOT entries in .got section(s) and linker defines

Re: [U-Boot] [PATCH v3 0/7] Add ARM flat device tree support

2010-10-13 Thread John Rigby
On Wed, Oct 13, 2010 at 2:41 PM, Wolfgang Denk w...@denx.de wrote: Dear John Rigby, In message 1286999857-13790-1-git-send-email-john.ri...@linaro.org you wrote: This new v3 series attempts to address all feedback received regarding v2. Patch 1/7 and 2/7 (old 1/6) split in two with better

Re: [U-Boot] [PATCH] mpc83xx: Add -fpic relocation support

2010-10-13 Thread Joakim Tjernlund
Albert ARIBAUD albert.arib...@free.fr wrote on 2010/10/13 11:05:09: Le 13/10/2010 09:07, Joakim Tjernlund a écrit : Did you use -msingle-pic-base too with -fpic/-fPIC? This is what makes a difference(together with -fpic). The most interesting size is the total flash size IMHO.

Re: [U-Boot] [PATCH 2/2] Remove AmigaOneG3SE board

2010-10-13 Thread Bill Toner
On Sun, Jun 13, 2010 at 2:11 PM, Wolfgang Denk w...@denx.de wrote: The AmigaOneG3SE board has been orphaned or a very long time, and broken for more than 12 releases resp. more than 3 years. As nobody seems to be interested any more in this stuff we may as well ged rid of it, especially as

[U-Boot] Your message to infrastructure awaits moderator approval

2010-10-13 Thread infrastructure-bounces
Your mail to 'infrastructure' with the subject RETURNED MAIL: DATA FORMAT ERROR Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive

[U-Boot] [RFC/PATCH] Makefile: allow boards to check file size limits

2010-10-13 Thread Mike Frysinger
Boards often have a reserved size limit on the flash where they're stored. Sometimes during upgrades or config changes, those limits are exceeded, but no one notices until they try to upgrade and the limit screws things up. Either not enough of U-Boot is written to flash (and so the reboot

  1   2   >