Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new board with i.MX31 processor

2008-07-09 Thread Jens Gehrlein
Hi Guennadi, Guennadi Liakhovetski schrieb: On Tue, 8 Jul 2008, Jens Gehrlein wrote: diff --git a/board/tqc/tqma31/Makefile b/board/tqc/tqma31/Makefile new file mode 100644 index 000..f7e17c8 --- /dev/null +++ b/board/tqc/tqma31/Makefile @@ -0,0 +1,48 @@ +# +# Copyright (C) 2008,

Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new board with i.MX31 processor

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Yes, of course you do. If you copy code, you *must* honour existing copyrights and have not any right to remove these. hm, starting from how many lines of code? Copy-paste is one of the main programming technics, as we all know:-) If you copy one

Re: [U-Boot-Users] [PATCH, resend] Support dynamic/patched NAND ENV offset

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: More precisely, the flow of events in a full dynenv + dynpart setup (like the three openmoko devices so far) is: 1) u-boot creates a bad block table as part of the production process of the device 2) afterwards, the device-unique partition table

Re: [U-Boot-Users] [PATCH, resend] Support dynamic/patched NAND ENV offset

2008-07-09 Thread Harald Welte
On Wed, Jul 09, 2008 at 09:05:24AM +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: More precisely, the flow of events in a full dynenv + dynpart setup (like the three openmoko devices so far) is: 1) u-boot creates a bad block table as part of the production process

Re: [U-Boot-Users] [PATCH v3] Add MVBC_P board

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: ... --- a/Makefile +++ b/Makefile @@ -743,6 +743,14 @@ uc101_config:unconfig motionpro_config:unconfig @$(MKCONFIG) motionpro ppc mpc5xxx motionpro +MVBC_P_config: unconfig + @mkdir -p $(obj)include + @mkdir -p

Re: [U-Boot-Users] cpu/mpc85xx/fdt.c forcing incorrect UART clock into fdt.

2008-07-09 Thread Jerry Van Baren
Paul Gortmaker wrote: I was updating a sbc8560 from u-boot v1.2.0 to git-current, and found that I'd loose the kernel serial console when the 8250 driver took over from udbg0 when using u-boot 1.3.x (booting via tftp'ing the dtb and the uImage separately) I eventually tracked it down to

Re: [U-Boot-Users] DTC and Binary Includes

2008-07-09 Thread Detlev Zundel
Hi Jon, On Tue, 2008-07-01 at 11:59 +0200, Detlev Zundel wrote: Hi Jon, I seem to recall that those working on the either the next U-Boot V2 or the next version of the FDT image structure were planning on using the binary include mechanism of the DTC. Several days ago I added the

Re: [U-Boot-Users] [PATCH 0/1] Moved initialization of GRETH Ethernet driver to CPU directory

2008-07-09 Thread Daniel Hellstrom
Hello Ben, I have tried the testing branch of the net repo (99b85ffa8ef0b07904be1db335825d4d83424eaa) on a GR-XC3S-1500 LEON3 board successfully. LEON2 U-Boot support is limited to the LEON2 simmulator TSIM, TSIM-LEON2 does not support the GRETH so at this stage it is not neccessary for

[U-Boot-Users] [PATCH] sh: add support for SH7785

2008-07-09 Thread Yoshihiro Shimoda
Renesas SH7785 has DDR2-SDRAM controller, PCI, and other. This patch supports CPU register's header file. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- include/asm-sh/cpu_sh4.h|2 + include/asm-sh/cpu_sh7785.h | 156 +++ 2 files changed,

[U-Boot-Users] [PATCH] sh: Renesas R0P7785LC0011RL board support

2008-07-09 Thread Yoshihiro Shimoda
This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, Graphic controller, Ethernet, USB, SD, and RTC. This patch supports the following functions: - 128MB DDR2-SDRAM (29-bit address mode only) - NOR Flash - USB host - Ethernet Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- MAINTAINERS

[U-Boot-Users] [PATCH] sh: add support for SH7785 PCIC

2008-07-09 Thread Yoshihiro Shimoda
modified to check for SH7785 PCIC Device ID. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- drivers/pci/pci_sh7780.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/pci/pci_sh7780.c b/drivers/pci/pci_sh7780.c index 2d04b4f..d059507 100644

Re: [U-Boot-Users] [PATCH 04/10 v2] [ARM] TQMA31: add new board with i.MX31 processor

2008-07-09 Thread Jerry Van Baren
Guennadi Liakhovetski wrote: On Tue, 8 Jul 2008, Jens Gehrlein wrote: diff --git a/board/tqc/tqma31/Makefile b/board/tqc/tqma31/Makefile new file mode 100644 index 000..f7e17c8 --- /dev/null +++ b/board/tqc/tqma31/Makefile @@ -0,0 +1,48 @@ +# +# Copyright (C) 2008, Guennadi

Re: [U-Boot-Users] Tftp command !!

2008-07-09 Thread Wolfgang Denk
Dear Amit, in message [EMAIL PROTECTED] you wrote: In this code, I have made only two changes: If you had to make changes, this means that you are not running on the very same hardware as trhe board configuration was made for. This WILL NOT work. If you have custom hardware, you will have

[U-Boot-Users] [PATCH] usb: add support for R8A66597 usb controller

2008-07-09 Thread Yoshihiro Shimoda
add support for Renesas R8A66597 usb controller. This patch supports USB Host mode. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] --- drivers/usb/Makefile |1 + drivers/usb/r8a66597-hcd.c | 924 drivers/usb/r8a66597.h | 663

Re: [U-Boot-Users] [PATCH, resend] Support dynamic/patched NAND ENV offset

2008-07-09 Thread Harald Welte
Hi Wolfgang, thanks again for your quick response. This is really encouraging me to continue merging/submitting at the same pace ;) On Wed, Jul 09, 2008 at 10:04:47AM +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: How do you create the partition table? Do you use the

Re: [U-Boot-Users] cpu/mpc85xx/fdt.c forcing incorrect UART clock into fdt.

2008-07-09 Thread Kumar Gala
On Jul 8, 2008, at 4:42 PM, Paul Gortmaker wrote: I was updating a sbc8560 from u-boot v1.2.0 to git-current, and found that I'd loose the kernel serial console when the 8250 driver took over from udbg0 when using u-boot 1.3.x (booting via tftp'ing the dtb and the uImage separately) I

Re: [U-Boot-Users] [PATCH 1/1] Fix I2C for m547x/548x and m5445x processors.

2008-07-09 Thread Timur Tabi
On Jul 7, 2008, at 2:02 PM, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: I just extended the fsl_i2c.c driver that already uses a precomputed Yes, I know. I never understood what such a complicated driver for sich a simple protocol was good for, especially as we

Re: [U-Boot-Users] [PATCH 1/1] Fix I2C for m547x/548x and m5445x processors.

2008-07-09 Thread Timur Tabi
On Jul 7, 2008, at 10:17 AM, Luigi 'Comio' Mantellini wrote: --- drivers/i2c/fsl_i2c.c | 68 + 1 files changed, 68 insertions(+), 0 deletions(-) diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c index 0690340..8fd73c0 100644 ---

Re: [U-Boot-Users] [PATCH 1/2] fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

2008-07-09 Thread Anton Vorontsov
On Tue, Jul 08, 2008 at 08:38:37PM -0400, Jerry Van Baren wrote: Anton Vorontsov wrote: Currently U-Boot can only fixup the usb dr_mode, but some boards (namely MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI (connected to the four-ports hub, usb host only). This

[U-Boot-Users] [PATCH] fdt: Add simple alias support to fdt print command

2008-07-09 Thread Kumar Gala
If the path we are trying to print doesn't exist see if it matches an aliases. We don't do anything fancy at this point, but just strip the leading '/' if it exists and see if we have an exact match to an alias. In the future we could try and prefix matching so the alias could be used as a

Re: [U-Boot-Users] [PATCH] add 'license' command to u-boot?commandline

2008-07-09 Thread Jerry Van Baren
Harald Welte wrote: Hi! Since there has been support by Detlev and Stefan, I have modified the patch in a way to dynamically create the include/license.h file from the COPYING file by the use of a small C program and gzip combined with a Makefile rule. What do you think now? Bleah on

Re: [U-Boot-Users] [PATCH 10/10 v2] [ARM] TQMA31: new kernel param. to pass the eth MAC addr to the Linux eth chip driver

2008-07-09 Thread Jens Gehrlein
Hi Mark, Mark Jonas schrieb: Hi, Some Linux drivers like the smc911x driver, as used on TQMA31, rely on the MAC address in the appropriate register, but U-Boot resets the controller after every transfer. A patch for the Linux driver is necessary to extract the MAC address from the

Re: [U-Boot-Users] [PATCH] fdt: Add simple alias support to fdt print command

2008-07-09 Thread Jerry Van Baren
Kumar Gala wrote: If the path we are trying to print doesn't exist see if it matches an aliases. We don't do anything fancy at this point, but just strip the leading '/' if it exists and see if we have an exact match to an alias. In the future we could try and prefix matching so the alias

[U-Boot-Users] [PATCH] print_size: Enable printing of = 4GB

2008-07-09 Thread Stefan Roese
Signed-off-by: Stefan Roese [EMAIL PROTECTED] --- lib_generic/display_options.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib_generic/display_options.c b/lib_generic/display_options.c index a52fa04..99aa443 100644 --- a/lib_generic/display_options.c +++

[U-Boot-Users] [PATCH] ppc4xx: Enable support for 2GB SDRAM on AMCC Katmai

2008-07-09 Thread Stefan Roese
Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM. To support such configurations, we only map the first 2GB via the TLB's. We need some free virtual address space for the remaining peripherals like, SoC devices, FLASH etc. Note that ECC is currently not supported on

Re: [U-Boot-Users] No ethernet link on Lubbock board.

2008-07-09 Thread Victor
2008/7/9 Ben Warren [EMAIL PROTECTED]: Victor wrote: This is a problem I've been fighting to for a long time. I'm sure it would be something stupid I haven't noticed, but I don't know what else to try. My Linux OS is working flawlessly with a correct eth0 device, so at least I know it's not

Re: [U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-09 Thread Magnus Lilja
Hi Jens, On Tue, Jul 8, 2008 at 10:55 AM, Jens Gehrlein [EMAIL PROTECTED] wrote: Hi Magnus, Magnus Lilja schrieb: Hi, Jens Gehrlein wrote: +static int adjust_voltages (void) +{ + u32 reg; + u32 val; + static struct spi_slave *slave = NULL; + + slave =

Re: [U-Boot-Users] No ethernet link on Lubbock board.

2008-07-09 Thread Victor
Something more I have found out: I've looking at drivers/net/lan91c96.c: I have enabled Debug, and hardcoded my Mac address on get_rom_mac(). I loaded u-boot on my board, and when I run a tftp command I get this: $ tftp LAN91C96:smc_close LAN91C96:smc_shutdown LAN91C96:smc_open

Re: [U-Boot-Users] [PATCH 07/10] [ARM] TQMA31: adjust voltage regulators in PMIC MC13738

2008-07-09 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:11 Wed 09 Jul , Detlev Zundel wrote: Hi Magnus and Jens, Basically, I agree. But would you accept the current patch for now? The new routines and macros later could be implemented later. I don't think it's up to me to ACK or NAK this, but I can accept the current patch.

Re: [U-Boot-Users] No ethernet link on Lubbock board.

2008-07-09 Thread Jerry Van Baren
Victor wrote: Something more I have found out: I've looking at drivers/net/lan91c96.c: I have enabled Debug, and hardcoded my Mac address on get_rom_mac(). I loaded u-boot on my board, and when I run a tftp command I get this: $ tftp LAN91C96:smc_close LAN91C96:smc_shutdown

[U-Boot-Users] [PATCH] PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)

2008-07-09 Thread Grant Erickson
While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in the 405EX(r), SDRAM_MCSTAT has a different DCR value. Its present value on the 405EX(r) causes a read back of 0x which causes SDRAM initialization to

Re: [U-Boot-Users] cpu/mpc85xx/fdt.c forcing incorrect UART clock into fdt.

2008-07-09 Thread Paul Gortmaker
In message: Re: [U-Boot-Users] cpu/mpc85xx/fdt.c forcing incorrect UART clock into fdt. on 09/07/2008 Kumar Gala wrote: On Jul 8, 2008, at 4:42 PM, Paul Gortmaker wrote: I fixed it with this simple patch, but I was wondering whether it would be better to alternatively just check if the

Re: [U-Boot-Users] [PATCH] fdt: Add simple alias support to fdt print command

2008-07-09 Thread Jerry Van Baren
Kumar Gala wrote: On Jul 9, 2008, at 10:17 AM, Jerry Van Baren wrote: Kumar Gala wrote: If the path we are trying to print doesn't exist see if it matches an aliases. We don't do anything fancy at this point, but just strip the leading '/' if it exists and see if we have an exact match

[U-Boot-Users] [PATCH 2/6] sbc8560: properly set cs0_bnds for 512MB

2008-07-09 Thread Paul Gortmaker
The sbc8560 board ships with 512MB of memory installed, but the current cs0_bnds is hard coded for 256MB. Set the value based on CFG_SDRAM_SIZE. --- board/sbc8560/sbc8560.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/board/sbc8560/sbc8560.c

[U-Boot-Users] BDI3000 and PPC460GT board

2008-07-09 Thread vb
Hello, I am trying to control the amcc glacier (evkit460gt) eval board with a BDI3000, using the config file from ftp://78.31.64.234/bdigdb/config/powerpc/ppc4xx/ppc440/evkit460gt.cfg (modulo my local IP/tftp configuration). The problem is that the board fails to run under the BDI control, and

Re: [U-Boot-Users] [PATCH 1/6] sbc8560: proper definitions for TSEC.

2008-07-09 Thread Ben Warren
Paul Gortmaker wrote: The definitions for the TSEC have become out of date. There is no longer any such options like CONFIG_MPC85xx_TSEC1 or similar. Update to match those of other boards, like the MPC8560ADS. --- You forgot your signed-off-by. When you resubmit, add: Acked-by: Ben

[U-Boot-Users] [PATCH] 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq

2008-07-09 Thread Paul Gortmaker
Some boards that have external 16550 UARTs don't have a direct tie between bi_busfreq and the clock used for the UARTs. Boards that do have such a tie should set CFG_NS16550_CLK to be get_bus_freq(0) -- which most of them do already. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- (Just

Re: [U-Boot-Users] BDI3000 and PPC460GT board

2008-07-09 Thread Stefan Roese
Hi Vadim, On Wednesday 09 July 2008, vb wrote: I am trying to control the amcc glacier (evkit460gt) eval board with a BDI3000, using the config file from ftp://78.31.64.234/bdigdb/config/powerpc/ppc4xx/ppc440/evkit460gt.cfg (modulo my local IP/tftp configuration). I attached my local version

[U-Boot-Users] u-boot, powerpc with device tree, initrd problem

2008-07-09 Thread John Linn
I realize this could be posted to the linuxppc-dev also, but my kernel is running fine so I think it's a u-boot to kernel interface problem. I am able to pass a device tree to the kernel and get it to boot fine, and using NFS root also. I can't get it to find my initrd ramdisk is my problem. A

Re: [U-Boot-Users] u-boot, powerpc with device tree, initrd problem

2008-07-09 Thread Jerry Van Baren
John Linn wrote: I realize this could be posted to the linuxppc-dev also, but my kernel is running fine so I think it's a u-boot to kernel interface problem. I am able to pass a device tree to the kernel and get it to boot fine, and using NFS root also. I can't get it to find my initrd

Re: [U-Boot-Users] [PATCH v2 0/12] 85xx: various fixes for TQM85xx and support for TQM8548

2008-07-09 Thread Wolfgang Grandegger
Hi Andy, Andy Fleming wrote: On Thu, Jun 5, 2008 at 6:11 AM, Wolfgang Grandegegr [EMAIL PROTECTED] wrote: this is v2 of patches fixing various issues with TQM85xx modules and adding support for TQM8548 modules from TQ Components GmbH (http://www.tqc.de). Note: The patches rely on [PATCH v2]

Re: [U-Boot-Users] Release status - things to be done

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: 2989 05/29 Tsi-Chung.Liew [PATCH] ColdFire: Fix UART baudrate formula - for ColdFire custodian The patch is for u-boot/drivers/serial/mcfuart.c. Do I apply this patch to CF repo? As it affects CF code only: yes, please. Best regards, Wolfgang

Re: [U-Boot-Users] [GIT PULL] MIPS updates

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Please pull MIPS update to pick up the following patch. The following changes since commit c956717ab25c962ef49d49064dfc73f4edcba1fb: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git

Re: [U-Boot-Users] [PATCH] [PATCH] Fix usb part command

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: From: Christian Eggers [EMAIL PROTECTED] Only print partition for selected device if user supplied the dev arg with the usb part [dev] command. What is the rationale of this modification, i. e. which bug are you fixing? I think current behaviour is

[U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Paul Gortmaker
This PCI-X e1000 variant works by just adding in the correct PCI IDs in the appropriate places. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- drivers/net/e1000.c |2 ++ drivers/net/e1000.h |3 ++- include/pci_ids.h |1 + 3 files changed, 5 insertions(+), 1 deletions(-) diff

[U-Boot-Users] [PATCH] Fix compile error caused by incorrect function return type

2008-07-09 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Rename int mii_init(void) to void mii_init(void) Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- board/BuS/EB+MCF-EV123/mii.c |2 +- board/cobra5272/mii.c|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot-Users] [PATCH] ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC

2008-07-09 Thread Tsi-Chung Liew
From: TsiChung Liew [EMAIL PROTECTED] Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time clock module in cpu/cf arch/cpu_init.c Signed-off-by: TsiChung Liew [EMAIL PROTECTED] --- cpu/mcf5227x/cpu_init.c |2 +- cpu/mcf5445x/cpu_init.c |2 +- 2 files changed, 2 insertions(+), 2

Re: [U-Boot-Users] [PATCH 2/2] Remove prototypes of nand_init() in favor of including nand.h.

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Jens Gehrlein wrote: Today, I updated my local git tree to the current U-Boot. Running my board I saw the message RAM Configuration:, which didn't appear before. I think the reason is the following: nand.h includes linux/mtd/mtd.h, which defines

Re: [U-Boot-Users] [PATCH] 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq

2008-07-09 Thread Kim Phillips
On Wed, 9 Jul 2008 14:43:46 -0400 Paul Gortmaker [EMAIL PROTECTED] wrote: Some boards that have external 16550 UARTs don't have a direct tie between bi_busfreq and the clock used for the UARTs. Boards that do have such a tie should set CFG_NS16550_CLK to be get_bus_freq(0) -- which most of

Re: [U-Boot-Users] [PATCH] [resubmit] Fix printf errors.

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: The compiler will help find mismatches between printf formats and arguments if you let it. This patch adds the necessary attributes to declarations in include/common.h, then begins to correct the resulting compiler warnings. Some of these were bugs,

Re: [U-Boot-Users] [PATCH, resend] FDT memory and pci node fixes for MPC8260ADS

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Matvejchikov Ilya [EMAIL PROTECTED] --- board/freescale/mpc8260ads/mpc8260ads.c | 27 +++ cpu/mpc8260/pci.c | 12 include/configs/MPC8260ADS.h|7 +++ 3

[U-Boot-Users] Bootargs for mtd and cramfs

2008-07-09 Thread Tales Toledo
Hi, I'm trying to boot linux from flash with cramfs from a specific mtd partition. Using fixed maps from /drivers/mtd/maps I had success but with command line arguments I didn't. I always get the following message: VFS: Cannot open root device mtdblock4 or 1f:04 Please append a correct root=

Re: [U-Boot-Users] [PATCH, resend] Some copy-n-paste fixes in printf usage

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Matvejchikov Ilya [EMAIL PROTECTED] --- board/cm5200/cm5200.c |2 +- board/ids8247/ids8247.c |2 +- board/mgcoge/mgcoge.c |6 +++--- board/mgsuvd/mgsuvd.c |8 4 files changed, 9 insertions(+), 9

Re: [U-Boot-Users] [PATCH]: Fix for bug: U-boot environment corrupt by reading uninitialized flash memory instead of RAM.

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Subject: [PATCH] Change env_get_char from a global function ptr to a function This avoids an early global data reference Signed-off-by: Joakim Tjernlund [EMAIL PROTECTED] --- OK, here it is again. I am on vacation now so I have only compile

Re: [U-Boot-Users] [PATCH 1/3] Create drivers/mmc subdirectory

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: In order to consolidate more of the various MMC drivers around the tree, we must first have a common place to put them. Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] --- Makefile |2 ++ drivers/mmc/Makefile | 44

Re: [U-Boot-Users] [PATCH 2/3] avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: After we move the atmel_mci driver into drivers/mmc, we can't select it with CONFIG_MMC anymore. Introduce a new symbol specifically for this driver so that there's no ambiguity. Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] ---

Re: [U-Boot-Users] [PATCH 3/3] mmc: Move atmel_mci driver into drivers/mmc

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This makes it easier to use the driver on other platforms. Signed-off-by: Haavard Skinnemoen [EMAIL PROTECTED] --- cpu/at32ap/Makefile |1 - drivers/mmc/Makefile|2 ++ {cpu/at32ap =

Re: [U-Boot-Users] [PATCH] fix USB devices with multiple configurations

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This patch fixes bugs in usbdcore*.c related to the use of devices with multiple configurations. The original code made mistakes about the meaning of configuration value and configuration index, and the resulting off-by-one errors resulted in:

Re: [U-Boot-Users] [PATCH] Remove useless print message at apollon

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Remove useless print message at apollon Please do NOT repeat the firtst line of the commit message (already in Subject: ) Signed-off-by: Kyungmin Park [EMAIL PROTECTED] --- diff --git a/board/apollon/apollon.c b/board/apollon/apollon.c index

Re: [U-Boot-Users] [PATCH] ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: ARM: Fix for incorrect version of patch applied when adding support for the Lyrtech SFF-SDR board. Signed-off-by: Hugo Villeneuve [EMAIL PROTECTED] Signed-off-by: Philip Balister, OpenSDR [EMAIL PROTECTED] --- CREDITS |

Re: [U-Boot-Users] [PATCH] ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: On 11:02 Tue 08 Jul , Hugo Villeneuve wrote: ARM: Fix for incorrect version of patch applied when adding support for the Lyrtech SFF-SDR board. Signed-off-by: Hugo Villeneuve [EMAIL PROTECTED] Signed-off-by: Philip Balister, OpenSDR [EMAIL

Re: [U-Boot-Users] [PATCH V2] Round the serial port clock divisor value returned by calc_divisor()

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Round the serial port clock divisor value returned by calc_divisor(). Signed-off-by: Hugo Villeneuve [EMAIL PROTECTED] Signed-off-by: John Roberts [EMAIL PROTECTED] --- Rounding is important, especially when using high baud rates values like

Re: [U-Boot-Users] [PATCH] Minor spelling fix in comment.

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Marcel Ziswiler [EMAIL PROTECTED] --- cpu/pxa/start.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk Detlev Zundel

Re: [U-Boot-Users] [PATCH] Many spelling fixes in README.

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: Signed-off-by: Marcel Ziswiler [EMAIL PROTECTED] --- README | 141 1 files changed, 71 insertions(+), 70 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software

[U-Boot-Users] [PATCH] NAND: ifdef-protect most of nand.h when using legacy NAND.

2008-07-09 Thread Scott Wood
Some macros such as NAND_CTL_SETALE conflict between current and legacy NAND, being defined by the subsystem in the former case and the board config file in the latter. Signed-off-by: Scott Wood [EMAIL PROTECTED] --- Applied to u-boot-nand-flash. include/nand.h |5 - 1 files changed, 4

[U-Boot-Users] Pull request: nand-flash

2008-07-09 Thread Scott Wood
The following changes since commit c956717ab25c962ef49d49064dfc73f4edcba1fb: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://www.denx.de/git/u-boot-nand-flash.git master Marcel Ziswiler (1): NAND: Fix

Re: [U-Boot-Users] [PATCH] SPARC: Build error fix, introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This patch makes SPARC targets build again. It is caused by phys_addr_t and phys_size_t being defined in the wrong header file. include/lmb.h need those typedefs to build. However, I will be away for holidays starting tomorrow... Best Regards,

Re: [U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: This PCI-X e1000 variant works by just adding in the correct PCI IDs in the appropriate places. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- drivers/net/e1000.c |2 ++ drivers/net/e1000.h |3 ++- include/pci_ids.h |1 + 3

Re: [U-Boot-Users] [PATCH] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

2008-07-09 Thread Anatolij Gustschin
Manuel Sahm wrote: if I apply the patch with: patch -p1 patchat91.diff some messages occur, is this correct ? (Stripping trailing CRs from patch.) patching file board/atmel/at91sam9260ek/at91sam9260ek.c patch unexpectedly ends in middle of line Hunk #1 succeeded at 183 with fuzz 2

Re: [U-Boot-Users] [PATCH] e1000: add support for 82545GM 64bit PCI-X copper variant

2008-07-09 Thread Ben Warren
Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: This PCI-X e1000 variant works by just adding in the correct PCI IDs in the appropriate places. Signed-off-by: Paul Gortmaker [EMAIL PROTECTED] --- drivers/net/e1000.c |2 ++ drivers/net/e1000.h |3 ++-

Re: [U-Boot-Users] Pull request: nand-flash

2008-07-09 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: The following changes since commit c956717ab25c962ef49d49064dfc73f4edcba1fb: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians are available in the git repository at: git://www.denx.de/git/u-boot-nand-flash.git

[U-Boot-Users] [PATCH v2] at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260

2008-07-09 Thread Anatolij Gustschin
On the at91sam9260ep development board there is an EEPROM connected to the TWI interface (PA23, PA24 Peripheral A multiplexing), so we cannot use these pins as ETX2, ETX3. This patch configures PA10, PA11 pins for ETX2, ETX3 instead of PA23, PA24 pins. Signed-off-by: Anatolij Gustschin [EMAIL

[U-Boot-Users] [PATCH] PPC4xx: Add SDR0_SRST Mnemonics for the 405EX(r)

2008-07-09 Thread Grant Erickson
This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register. Signed-off-by: Grant Erickson [EMAIL PROTECTED] --- include/ppc405.h | 36 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/include/ppc405.h

[U-Boot-Users] [PATCH] PPC4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics

2008-07-09 Thread Grant Erickson
Add additional DDR2 SDRAM memory controller DCR mneomnics, condition revision ID DCR based on 405EX, and add field mnemonics for bus error status and ECC error status registers. Signed-off-by: Grant Erickson [EMAIL PROTECTED] --- include/asm-ppc/ppc4xx-sdram.h | 52

Re: [U-Boot-Users] Release status - things to be done

2008-07-09 Thread Anatolij Gustschin
Wolfgang Denk wrote: snip 3582 06/10 Manuel Sahm[U-Boot-Users] Teridian Phy Support tr78q21x3 3618 06/10 Anatolij Gustschi Re: [U-Boot-Users] Teridian Phy Support tr78q21x3 - asked submitter for proper patch patch now resubmitted as [U-Boot-Users] [PATCH v2] at91: Fix to

[U-Boot-Users] [PATCH v2] PPC4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller

2008-07-09 Thread Grant Erickson
This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM controller registers (MODT and INITPLR) used by the PowerPC405EX(r). The MMODE and MEMODE registers are unified with their peer values used for the INITPLR MR and EMR registers, respectively. Finally, a spelling typo is correct

[U-Boot-Users] usage of git to send patches to u-boot mailinglist

2008-07-09 Thread Harald Welte
On Thu, Jul 10, 2008 at 12:30:03AM +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: New patch at the end of this mail! Could you please start using git to prepare and send patches? That would save me (and others) a lot of time. can do, even though I believe it is

Re: [U-Boot-Users] [PATCH] sh: add support for SH7785

2008-07-09 Thread Nobuhiro Iwamatsu
2008/7/10 Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED]: On 21:07 Wed 09 Jul , Yoshihiro Shimoda wrote: Renesas SH7785 has DDR2-SDRAM controller, PCI, and other. This patch supports CPU register's header file. Signed-off-by: Yoshihiro Shimoda [EMAIL PROTECTED] ---

Re: [U-Boot-Users] [PATCH] add 'license' command to u-boot?commandline

2008-07-09 Thread Jerry Van Baren
Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: Bleah on the small C program (nothing personal, just hate to add Yet Another Program to the build process). How about using echo for prelim text (if necessary) and xxd to create the struct instead? I like making maintenance

Re: [U-Boot-Users] usage of git to send patches to u-boot mailinglist

2008-07-09 Thread Paul Gortmaker
On Wed, Jul 9, 2008 at 8:21 PM, Harald Welte [EMAIL PROTECTED] wrote: On Thu, Jul 10, 2008 at 12:30:03AM +0200, Wolfgang Denk wrote: In message [EMAIL PROTECTED] you wrote: New patch at the end of this mail! Could you please start using git to prepare and send patches? That would save