[U-Boot] [PATCH] Makefile: avoid "Generating asm-offsets.h" message with "-s"

2012-07-26 Thread Wolfgang Denk
make would spit out a message like Generating /tmp/build/include/generated/asm-offsets.h even when running with option "-s". Fix this. Signed-off-by: Wolfgang Denk --- Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index d57c15e.

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

2012-07-26 Thread Jim Shimer
With the code that skips the 5 msecond delay if the device is ready, my fat load time went from 80 seconds to 8 seconds. This is actually fairly close to what it takes to do the same transfer in Linux (5 seconds). So I assume the 5 msdelay when the device is already ready is not necessary. On Th

[U-Boot] [STATUS] v2012.07-rc3 is out - release date July 30

2012-07-26 Thread Wolfgang Denk
Hi everybody, this is to let you know that the v2012.07-rc3 prerelease is out. Please help testing, so we can fix any remaining issues before the release, which is scheduled for July 30. Please also note that you can send pull requests for the "next" branch. Thanks to all. Best regards, Wolf

Re: [U-Boot] List of offending drivers

2012-07-26 Thread Lukasz Majewski
Dear Marek Vasut, > board/samsung/goni/onenand.c > board/samsung/smdkc100/onenand.c > board/samsung/universal_c210/onenand.c Those files aren't drivers. Those are board specific init functions and in my opinion shall stay where they are. -- Best regards, Lukasz Majewski Samsung Poland R&D Cen

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,

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 (

[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 fil

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 so

[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 --- a/board/Marvell/sh

[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 http://lists.denx.de/mailman/listin

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] [PATCH 2/2] arm: rmobile: kzm9g: remove unrelated config

2012-07-26 Thread Nobuhiro Iwamatsu
Remove CONFIG_ARM_CORTEXA9. Signed-off-by: Nobuhiro Iwamatsu --- 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 +++ b/include/configs/kzm9g.h @@ -23,7 +23,

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

2012-07-26 Thread Nobuhiro Iwamatsu
Signed-off-by: Nobuhiro Iwamatsu --- 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 +++ b/include/configs/kzm9g.h @@ -36,7 +36,8 @@ #def

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 wrote: > From: Tetsuyuki Kobayashi > > Remove CONFIG_INTEGRATOR and CONFIG_ARCH_CINTEGRATOR. These are not for kzm9g. > > Signed-off-by: Tetsuyuki Kobayashi > --- > include/configs/kzm9g.h |

[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 --- drivers/mmc/sdhci.c |3 ++- 1 files changed, 2 insertions(+), 1 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 --- 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 b/drivers/mmc/s5p_sdhc

[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 --- drivers/mmc/s5p_sdhci.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/s5p_

[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 --- 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 insertions(+), 9 deletions(-)

[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: SAMSUNG

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 wrote: > From: Tetsuyuki Kobayashi > > CPU info register was read wrongly by mistake. And function > rmobile_get_cpu_rev() was not called properly. > > Signed-off-by: Tetsuyuki Kobayashi > --- >

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 wrote: > From: Tetsuyuki Kobayashi > > According to SoC document, revision info is separated to integer part and > fracton part. So I separete rmobile_get_cpu_rev() to > rmobile_get_cpu_rev_inte

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 wrote: > From: Tetsuyuki Kobayashi > > Set NFS_TIMEOUT to 10,000 msec. > > Signed-off-by: Tetsuyuki Kobayashi > --- > This patch needs "net: nfs: make NFS_TIMEOUT configurable", which is applied

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 wrote: > > Dear Graeme Russ, > > > >> Hi Marek, > >> > >> On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut wrote: > >> > Dear Graeme Russ, > >> > > >> >> So neither of these files are 'drivers' per-se. They are real

[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 Signed-off-by: Kyungmin Park --- Changes for v1: - moves exynos_fimd_get_base_offset() to exynos_fb.h Changes for v2: - moves exynos_

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 wrote: > Dear Graeme Russ, > >> Hi Marek, >> >> On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut wrote: >> > Dear Graeme Russ, >> > >> >> So neither of these files are 'drivers' per-se. They are really just >> >> initialisation and platform sp

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 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:11 AM, Marek Vasut 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 to th

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 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 soon: >

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 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 wh

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 anyo

[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 arch/m68k/cpu/mcf547x

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 >> wrote: >> >>> >>> [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] >>> >>> Tyler, >>> >>> On Thu, Jul 26, 20

[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 d

[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

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 wrote: [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] Tyler, On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead wrote: Hi all, I have encountered some issues adding a

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 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 */ > + //dram_init_ban

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 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 mx28evk_config > 2.

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 th

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, w

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 wrote: > > [cc'd Prabhakar Lad, Tom Rini, and Scott Wood] > > Tyler, > > On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead > wrote: > > Hi all, > > > > I have encountered some issues adding a board-specific command to the > > board f

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] 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

[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 proces

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 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 Linux commit ba2eea2

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 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 fil

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 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 U-Boot shell command t

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

[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. UNDEF_SYM=`arm-arago-linux-gnuea

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

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 > > Signed-off-by: Marek Vasut > 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 v4] arm : Atmel : add at91sam9x5ek board support

2012-07-26 Thread Bo Shen
On 7/6/2012 11:21, Bo Shen wrote: Add at91sam9x5ek board support, this board support the following SoCs AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35 Using at91sam9x5ek_nandflash to configure for the board Now only supports NAND with software ECC boot up Signed-off-by: Bo S

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 Signed-off-by: Marek Vasut Cc: Detlev Zundel Cc: Fabio Estevam Cc: Stefano Babic Cc: Wolfgang Denk ---

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

2012-07-26 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > The following changes since commit f41471e6a36e70e53bf4cbe4247ff4c0ba87e56f: > benoit.thebaudeau@advans (1): > net: fec_mxc: Fix MDC for xMII > > are available in the git repository at: > > git://git.denx.de/u-boot-net.git next > > Yos

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

2012-07-26 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > Hi Wolfgang, > > Please apply this fix for netconsole for the 2012.07 release. > > The following changes since commit 8b10652d6d9cc05023b5a6b73840078066f95a50: > Wolfgang Denk (1): > Prepare v2012.07-rc2 > > are available in the git repo

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 K