Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-26 Thread Horst Kronstorfer
On 07/25/2012 06:06 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote: On 07/24/2012 05:28 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: On 07/19/2012 05:22 AM, Mike Frysinger wrote: On Friday 13 July 2012 09:03:40 Horst

Re: [U-Boot] Pull request: u-boot-net.git master

2012-07-26 Thread Wolfgang Denk
Dear Joe Hershberger, In message CANr=Z=Y=S8FKRsPKT3UGebdYM+p8T6AXuS-DD6zVxm1Y=n+...@mail.gmail.com you wrote: Hi Wolfgang, Please apply this fix for netconsole for the 2012.07 release. The following changes since commit 8b10652d6d9cc05023b5a6b73840078066f95a50: Wolfgang Denk (1):

Re: [U-Boot] Pull request: u-boot-net.git next

2012-07-26 Thread Wolfgang Denk
Dear Joe Hershberger, In message CANr=Z=zmdxfwznth7vavhp9ypjgbqhw7amsk6-kv1g3nx+o...@mail.gmail.com you wrote: The following changes since commit f41471e6a36e70e53bf4cbe4247ff4c0ba87e56f: benoit.thebaudeau@advans (1): net: fec_mxc: Fix MDC for xMII are available in the git

Re: [U-Boot] [PATCH 11/13] i.MX28: Add battery boot components to SPL

2012-07-26 Thread Lauri Hintsala
On 07/25/2012 10:28 PM, Marek Vasut wrote: Dear Lauri Hintsala, On 07/25/2012 05:17 PM, Lauri Hintsala wrote: Hi Marek, On 05/02/2012 12:09 AM, Marek Vasut wrote: From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Detlev Zundel d...@denx.de Cc:

[U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread Avner Flesch
Hi, I need bdi3000 reg file and u-boot configuration file for MPB8308RDB Where can I find those fies? Thanks Avner ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 11/13] i.MX28: Add battery boot components to SPL

2012-07-26 Thread Marek Vasut
Dear Lauri Hintsala, On 07/25/2012 10:28 PM, Marek Vasut wrote: Dear Lauri Hintsala, On 07/25/2012 05:17 PM, Lauri Hintsala wrote: Hi Marek, On 05/02/2012 12:09 AM, Marek Vasut wrote: From: Marek Vasut marek.va...@gmail.com Signed-off-by: Marek Vasut marek.va...@gmail.com

Re: [U-Boot] [PATCH] dts/Makefile: Turn off system-/gcc-specific predefined macros

2012-07-26 Thread Mike Frysinger
On Thursday 26 July 2012 03:06:06 Horst Kronstorfer wrote: On 07/25/2012 06:06 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote: On 07/24/2012 05:28 PM, Mike Frysinger wrote: On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote: On 07/19/2012 05:22

[U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Tyler Olmstead
Hi all, I have encountered some issues adding a board-specific command to the board file of a project I have been working on. Specifically, after adding a U-Boot shell command to my board file, I have been seeing link-stage failures when attempting to build SPL. snip

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread Wolfgang Denk
Dear Avner Flesch, In message 4a6f885e2bde12468ec281ba9f1cb58f09067...@dbxprd0610mb359.eurprd06.prod.outlook.com you wrote: I need bdi3000 reg file and u-boot configuration file for MPB8308RDB Where can I find those fies? The register files provided with the Abatron firmware are generic

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Christian Riesch
[cc'd Prabhakar Lad, Tom Rini, and Scott Wood] Tyler, On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead tyler.j.olmst...@gmail.com wrote: Hi all, I have encountered some issues adding a board-specific command to the board file of a project I have been working on. Specifically, after adding a

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread David Hawkins
Hi Wolfgang and Avner (and the Freescale developers), I need bdi3000 reg file and u-boot configuration file for MPB8308RDB Where can I find those fies? The register files provided with the Abatron firmware are generic enough. We used the reg8313e.def with the MPC7308RDB. As for the config

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread Wolfgang Denk
Dear David Hawkins, In message 501178ea.6050...@ovro.caltech.edu you wrote: Grazing through the MPC8308 errata, there don't appear to be any major 'gotchas' with this part. ... ... not unless you try to use USB device mode. Has anyone had any bad experiences with this part, or is there

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread Kim Phillips
On Thu, 26 Jul 2012 10:05:46 -0700 David Hawkins d...@ovro.caltech.edu wrote: Has anyone had any bad experiences with this part, or is there some 'feature' of the part I should be aware of? it has a different DMA engine than the rest of the mpc8xxx parts. Ilya Yanok added support for it - see

[U-Boot] Building u-boot for iMX28 and getting error in mkimage of missing command line parameter CONFIG_IMX_CONFIG

2012-07-26 Thread Bill
All, I am working on building the latest u-boot for the imx28evk board. I have done the following steps: 1. git clone git://git.denx.de/u-boot-imx.git 2. setup paths for finding my cross-compiler 1. make mx28evk_config 2. make u-boot.imx 3. It then gets through most of the build

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread David Hawkins
Hi Wolfgang, Grazing through the MPC8308 errata, there don't appear to be any major 'gotchas' with this part. ... ... not unless you try to use USB device mode. Ah, that is a gotcha then. Has anyone had any bad experiences with this part, or is there some 'feature' of the part I should be

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread David Hawkins
Hi Kim, Has anyone had any bad experiences with this part, or is there some 'feature' of the part I should be aware of? it has a different DMA engine than the rest of the mpc8xxx parts. Ilya Yanok added support for it - see Linux commit ba2eea2, drivers/dma/mpc512x_dma.c. Thanks. I'd noted

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Tyler Olmstead
Hi Christian, On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch christian.rie...@omicron.at wrote: [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] Tyler, On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead tyler.j.olmst...@gmail.com wrote: Hi all, I have encountered some issues adding a

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread Wolfgang Denk
Dear David Hawkins, In message 50118fe1.2000...@ovro.caltech.edu you wrote: In your opinion, is MPC8308 USB Device Mode completely broken? Define completely... When acting as a mass storage device, we saw some ~14 MB/s throughput to the device when the bug did not trigger; when it did, we

Re: [U-Boot] bdi3000 configurtio file for mpc8308RDB

2012-07-26 Thread David Hawkins
Hi Wolfgang, In your opinion, is MPC8308 USB Device Mode completely broken? Define completely... :) When acting as a mass storage device, we saw some ~14 MB/s throughput to the device when the bug did not trigger; when it did, we got 1.8 MB/s and less, and many device reset messages in

Re: [U-Boot] Building u-boot for iMX28 and getting error in mkimage of missing command line parameter CONFIG_IMX_CONFIG

2012-07-26 Thread Fabio Estevam
Bill, On Thu, Jul 26, 2012 at 3:28 PM, Bill bsou...@techsi.com wrote: All, I am working on building the latest u-boot for the imx28evk board. I have done the following steps: 1. git clone git://git.denx.de/u-boot-imx.git 2. setup paths for finding my cross-compiler 1. make

Re: [U-Boot] i.MX35PDK: Starting U-Boot from serial NOR-Flash

2012-07-26 Thread Fabio Estevam
Hi Michael, On Tue, Jul 10, 2012 at 4:08 PM, Hornung, Michael mhorn...@init-ka.de wrote: gd-bd-bi_baudrate = gd-baudrate; /* Ram ist board specific, so move it to board code ... */ - dram_init_banksize(); - display_dram_config(); /* and display it */ +

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Aneesh V
Hi Tyler, On 07/26/2012 11:54 AM, Tyler Olmstead wrote: Hi Christian, On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch christian.rie...@omicron.at wrote: [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] Tyler, On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead tyler.j.olmst...@gmail.com

[U-Boot] [PATCH,v2] dts/Makefile: Turn off some predefined macros

2012-07-26 Thread Horst Kronstorfer
Add '-ansi' to DTS_CPPFLAGS to avoid unwanted expansion of dts content that matches some predefined macros. Example: A number of PowerPC related *.dts files in the kernel define a property named 'linux,network-index' which (w/o '-ansi') is expanded to '1,network-index' by the preprocessor because

[U-Boot] usb_stor_BBB_transport 5 ms delay - performance

2012-07-26 Thread Jim Shimer
I'm seeing a 5ms delay in usb_stor_BBB_transport, which occurs every 10K of data for fatload usb or 500ms of delay per 1MB of image size. This adds up to quite a bit of delay if you're loading a large ramdisk. Does anyone know what the reason for the 5ms delay really is? I'm assuming that this

Re: [U-Boot] Board-specific commands unintentionally linked into SPL?

2012-07-26 Thread Christian Riesch
Hi, On Thursday, July 26, 2012, Aneesh V wrote: Hi Tyler, On 07/26/2012 11:54 AM, Tyler Olmstead wrote: Hi Christian, On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch christian.rie...@omicron.at wrote: [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] Tyler, On Thu, Jul 26, 2012

[U-Boot] List of offending drivers

2012-07-26 Thread Marek Vasut
Hello, Check the following list, it's the list of drivers scattered (misplaced) across the tree. The list is not complete and might be inaccurate. But it should give a good impression of what I'm going to break soon: arch/blackfin/cpu/serial.c arch/m68k/cpu/mcf5445x/pci.c

Re: [U-Boot] usb_stor_BBB_transport 5 ms delay - performance

2012-07-26 Thread Benoît Thébaudeau
Hi Jim, On Thu, Jul 26, 2012 at 10:20:48 PM, Jim Shimer wrote: I'm seeing a 5ms delay in usb_stor_BBB_transport, which occurs every 10K of data for fatload usb or 500ms of delay per 1MB of image size. This adds up to quite a bit of delay if you're loading a large ramdisk. Does anyone

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Marek Vasut
Dear Graeme Russ, Hi Marek, On Fri, Jul 27, 2012 at 9:18 AM, Marek Vasut ma...@denx.de wrote: Hello, Check the following list, it's the list of drivers scattered (misplaced) across the tree. The list is not complete and might be inaccurate. But it should give a good impression of

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Graeme Russ
Hi Marek, On Fri, Jul 27, 2012 at 9:18 AM, Marek Vasut ma...@denx.de wrote: Hello, Check the following list, it's the list of drivers scattered (misplaced) across the tree. The list is not complete and might be inaccurate. But it should give a good impression of what I'm going to break

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Graeme Russ
Hi Marek, On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, So neither of these files are 'drivers' per-se. They are really just initialisation and platform specific support functions. How do these fit into the new driver model? You can supply a pointer

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Marek Vasut
Dear Graeme Russ, Hi Marek, On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, So neither of these files are 'drivers' per-se. They are really just initialisation and platform specific support functions. How do these fit into the new driver model?

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Graeme Russ
Hi Marek, On Fri, Jul 27, 2012 at 11:26 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, Hi Marek, On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, So neither of these files are 'drivers' per-se. They are really just initialisation and

[U-Boot] [PATCH v3]: video: support exynos fimd driver for various exynos series

2012-07-26 Thread Donghwa Lee
This patch supports exynos fimd driver for various exynos series different from existing it supports only exynos4 chip. Signed-off-by: Donghwa Lee dh09@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Changes for v1: - moves exynos_fimd_get_base_offset() to

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Marek Vasut
Dear Graeme Russ, Hi Marek, On Fri, Jul 27, 2012 at 11:26 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, Hi Marek, On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, So neither of these files are 'drivers' per-se. They are really

Re: [U-Boot] [PATCH 1/4] arm: rmobile: kzm9g: add NFS_TIMEOUT in config file

2012-07-26 Thread Nobuhiro Iwamatsu
Applied my rmobile branch. Thanks. Nobuhiro On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi k...@kmckk.co.jp wrote: From: Tetsuyuki Kobayashi k...@kmckk.co.jp Set NFS_TIMEOUT to 10,000 msec. Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp --- This patch needs net: nfs: make

Re: [U-Boot] [PATCH 4/4] arm: rmobile: kzm9g: separate cpu_rev to integer and fraction

2012-07-26 Thread Nobuhiro Iwamatsu
Applied my rmobile branch. Thanks. Nobuhiro On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi k...@kmckk.co.jp wrote: From: Tetsuyuki Kobayashi k...@kmckk.co.jp According to SoC document, revision info is separated to integer part and fracton part. So I separete rmobile_get_cpu_rev()

Re: [U-Boot] [PATCH 3/4] arm: rmobile: kzm9g: fix CPU info

2012-07-26 Thread Nobuhiro Iwamatsu
Applied my rmobile branch. Thanks. Nobuhiro On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi k...@kmckk.co.jp wrote: From: Tetsuyuki Kobayashi k...@kmckk.co.jp CPU info register was read wrongly by mistake. And function rmobile_get_cpu_rev() was not called properly. Signed-off-by:

[U-Boot] [PATCH v2 0/4] mmc: sdhci: fixed some problems for Exynos

2012-07-26 Thread Jaehoon Chung
To use SDHCI for Samsung-SoC, Some problem is fixed. See the below mmcinfo message: 1. eMMC card: Device: SAMSUNG SDHCI Manufacturer ID: 15 OEM: 100 Name: VYL00 Tran Speed: 2500 Rd Block Len: 512 MMC version 4.0 High Capacity: Yes Capacity: 14.7 GiB Bus Width: 4-bit 2. SD-card Device:

[U-Boot] [PATCH v2 2/4] mmc: s5p_mmc: fixed wrong function argument

2012-07-26 Thread Jaehoon Chung
Useless code is removed, and get buswidth value. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- arch/arm/include/asm/arch-exynos/mmc.h |4 ++-- arch/arm/include/asm/arch-s5pc1xx/mmc.h |4 ++-- drivers/mmc/s5p_sdhci.c |9 - 3 files changed, 8

[U-Boot] [PATCH v2 1/4] mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1B

2012-07-26 Thread Jaehoon Chung
Samsung SoC is broken busy waiting for R1b type. And clk dealy control value is modified the previosuly value. (that value used at the s5p_mmc.c) Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- drivers/mmc/s5p_sdhci.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH v2 3/4] mmc: s5p_sdhci: add the set_mmc_clk for cmu control

2012-07-26 Thread Jaehoon Chung
Samsung SoC use the cmu control to set clock. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- drivers/mmc/s5p_sdhci.c |3 +++ drivers/mmc/sdhci.c |3 +++ include/sdhci.h |2 ++ 3 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/s5p_sdhci.c

[U-Boot] [PATCH v2 4/4] mmc: sdhci: add the udelay for completed post-request

2012-07-26 Thread Jaehoon Chung
To ensure that complete the request, add udelay(100). Also increased the timeout value to 1. (Because timeout value is short, there is the case that didn't transfer data) Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- drivers/mmc/sdhci.c |3 ++- 1 files changed, 2

Re: [U-Boot] [PATCH 2/4] arm: rmobile: kzm9g: remove unrelated config

2012-07-26 Thread Nobuhiro Iwamatsu
Applied my rmobile branch. Thanks. Nobuhiro On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi k...@kmckk.co.jp wrote: From: Tetsuyuki Kobayashi k...@kmckk.co.jp Remove CONFIG_INTEGRATOR and CONFIG_ARCH_CINTEGRATOR. These are not for kzm9g. Signed-off-by: Tetsuyuki Kobayashi

[U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Add LIBFDT support

2012-07-26 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index bc6dc72..15c03c7 100644 --- a/include/configs/kzm9g.h +++

[U-Boot] [PATCH 2/2] arm: rmobile: kzm9g: remove unrelated config

2012-07-26 Thread Nobuhiro Iwamatsu
Remove CONFIG_ARM_CORTEXA9. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- include/configs/kzm9g.h |1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 15c03c7..1950f45 100644 --- a/include/configs/kzm9g.h +++

Re: [U-Boot] [PATCH 1/1] USB: EHCI: Initialize multiple USB controllers at once

2012-07-26 Thread Jim Lin
Wolfgang, Is there any chance to get this feature in after Stephen explained to you? Thanks. -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Thursday, June 28, 2012 12:58 AM To: Wolfgang Denk Cc: Jim Lin; 'U-Boot@lists.denx.de'; Tom Warren Subject: Re:

[U-Boot] Cosmetic doc typo fixes to the kwbimage feature docs

2012-07-26 Thread Karl O. Pinc
Hi, I'm looking into the kirkwood docs and found some typos. I'm not proficent in git. If there's a problem with my git-age, or anything else, please let me know. Thanks. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] Cosmetic doc typo fixes to the kwbimage feature docs

2012-07-26 Thread Karl O. Pinc
--- board/Marvell/sheevaplug/kwbimage.cfg |4 ++-- doc/README.kwbimage |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/Marvell/sheevaplug/kwbimage.cfg b/board/Marvell/sheevaplug/kwbimage.cfg index 3b9c53f..55be3a3 100644 ---

Re: [U-Boot] [U-Boot-DM] List of offending drivers

2012-07-26 Thread Wolfgang Denk
Dear Marek Vasut, In message 201207270118.19524.ma...@denx.de you wrote: Check the following list, it's the list of drivers scattered (misplaced) across the tree. The list is not complete and might be inaccurate. But it should give a good impression of what I'm going to break soon:

[U-Boot] U-Boot on the POGO-E02

2012-07-26 Thread Karl O. Pinc
Hi, I'm trying to get the latest U-Boot on a Pogoplug (Pink) POGO-E02. I've gotten so far as to get something to compile and thought I'd check here to see if I'm on the right track. The pink Pogoplug is a sheevaplug but with 256M of RAM instead of 1G. All it needs is a different kwbimage.cfg

Re: [U-Boot] U-Boot on the POGO-E02

2012-07-26 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Karl O. Pinc Sent: 27 July 2012 10:27 To: U-Boot@lists.denx.de Subject: [U-Boot] U-Boot on the POGO-E02 Hi, I'm trying to get the latest U-Boot on a Pogoplug (Pink)

Re: [U-Boot] U-Boot on the POGO-E02

2012-07-26 Thread Wolfgang Denk
Dear Karl, In message 1343365025.20048.5@mofo you wrote: This patch is not to apply, but I'm having a problem because the patch wraps. boards.cfg contains long lines, and some of the original source has long lines as well. What to do? use git format-patch to create the patch, and git