Re: [U-Boot] [PATCH 1/3] mpc83xx: spd_sdram - fix gcc 4.6 compiler warning

2011-11-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <1321433993-2488-1-git-send-email-kim.phill...@freescale.com> you wrote: > Configuring for sbc8349 board... > spd_sdram.c: In function 'spd_sdram': > spd_sdram.c:152:41: warning: variable 'trfc_high' set but not used > [-Wunused-but-set-variable] > > Signed-off-by:

Re: [U-Boot] [PATCH 3/3] mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

2011-11-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <1321433993-2488-3-git-send-email-kim.phill...@freescale.com> you wrote: > Configuring for kmeter1 board... > km83xx_i2c.c: In function 'i2c_make_abort': > km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used > [-Wunused-but-set-variable] > > Signed-off-by

Re: [U-Boot] [PATCH 2/3] mpc83xx: mpc8360emds - fix gcc 4.6 compiler warning

2011-11-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <1321433993-2488-2-git-send-email-kim.phill...@freescale.com> you wrote: > Configuring for MPC8360EMDS_66_HOST_33 - Board: MPC8360EMDS, Options: > CLKIN_66MHZ,PCI,PCI_33M,PQ_MDS_PIB=1 > mpc8360emds.c: In function 'board_eth_init': > mpc8360emds.c:178:12: warning: ar

Re: [U-Boot] [PATCH] common: tsi148 - fix gcc 4.6 compiler warning

2011-11-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <1321434143-3410-1-git-send-email-kim.phill...@freescale.com> you wrote: > Configuring for vme8349 board... > cmd_tsi148.c: In function 'tsi148_init': > cmd_tsi148.c:56:17: warning: variable 'lastError' set but not used > [-Wunused-but-set-variable] > > Signed-off-

Re: [U-Boot] [PATCH] Revert "sandbox: Change md command to use map_physmem"

2011-11-16 Thread Wolfgang Denk
Dear Kumar Gala, In message <1321120932-25786-1-git-send-email-ga...@kernel.crashing.org> you wrote: > This reverts commit 355a835747c6f7c5071ead295a7dfc489c73cb03. > > The original commit broke long standing assumption that md commands work > on effective addresses. This normally isn't an issu

[U-Boot] [PATCH] Orphan EVB64260_750CX board

2011-11-16 Thread Wolfgang Denk
The last maintainer (Eran Man) cannot be reached any more. Signed-off-by: Wolfgang Denk --- MAINTAINERS |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 94dcb7d..f6f6b72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -305,10 +305,6 @@ R

Re: [U-Boot] [PATCH v4 3/4] tegra2: Modify MMC driver to handle power and cd GPIOs

2011-11-16 Thread Stephen Warren
Thierry Reding wrote at Wednesday, November 16, 2011 1:29 PM: > * Stephen Warren wrote: > > Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and > > modify that function to perform all required GPIO initialization. This > > removes the need for board files to perform these oper

Re: [U-Boot] [PATCH 1/2] Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c

2011-11-16 Thread Simon Glass
Hi Mike, On Wed, Nov 16, 2011 at 8:03 AM, Mike Frysinger wrote: > On Tuesday 15 November 2011 23:17:06 Simon Glass wrote: >> --- a/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c >> +++ b/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c >> >> -     __u32 datab[4]; >> -     __u8 *data_buf = (__u8 *) datab; >> +  

Re: [U-Boot] [PATCH] usb: increase delay after port reset

2011-11-16 Thread Ilya Yanok
Hi Mike, On 10.11.2011 05:09, Mike Frysinger wrote: > On Wednesday 09 November 2011 19:03:58 Ilya Yanok wrote: >> In our setup (OMAP3 EHCI host, keyboard, mouse mass storage and BT >> dongle devices connected via several hubs) keyboard fails to initialize >> during the bus scan (stalled endpoint w

Re: [U-Boot] [STATUS] Help needed - urgently

2011-11-16 Thread Wolfgang Denk
Dear Kumar Gala, In message you wrote: > > > > Please let's try if this works. If you have any suggestions how to > > help better, please don't hesitate to tell us. > > On suggestion I'd have is we improve our use of patchworks. Right now > there is way too much 'stale' on patchworks so its

Re: [U-Boot] [PATCH 1/2] Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c

2011-11-16 Thread Mike Frysinger
On Wednesday 16 November 2011 16:16:49 Simon Glass wrote: > On Wed, Nov 16, 2011 at 8:03 AM, Mike Frysinger wrote: > > On Tuesday 15 November 2011 23:17:06 Simon Glass wrote: > >> --- a/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c > >> +++ b/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c > >> > >> - __u32

Re: [U-Boot] [PATCH 2/2] Fix warnings in yaffs

2011-11-16 Thread Mike Frysinger
On Tuesday 15 November 2011 23:17:07 Simon Glass wrote: > Sorry if this is already fixed somewhere - I could not find it. > > This fixes the warnings show below. can you bounce this to the yaffs maintainers too ? http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs -mike signature.asc

[U-Boot] [PATCH] net: e1000: fix gcc 4.6 compiler warnings

2011-11-16 Thread Kim Phillips
Configuring for caddy2 - Board: vme8349, Options: CADDY2 e1000.c: In function 'e1000_reset_hw': e1000.c:1373:11: warning: variable 'icr' set but not used [-Wunused-but-set-variable] e1000.c: In function 'e1000_phy_init_script': e1000.c:4395:11: warning: variable 'ret_val' set but not used [-Wunus

Re: [U-Boot] [PATCH 2/2] Fix warnings in yaffs

2011-11-16 Thread Simon Glass
Hi Mike, On Wed, Nov 16, 2011 at 1:38 PM, Mike Frysinger wrote: > On Tuesday 15 November 2011 23:17:07 Simon Glass wrote: >> Sorry if this is already fixed somewhere - I could not find it. >> >> This fixes the warnings show below. > > can you bounce this to the yaffs maintainers too ? > > http://

Re: [U-Boot] [RFC] x86: Do no use reparm as it break libgcc linkage

2011-11-16 Thread Graeme Russ
Hi Gabe, On Wed, Nov 9, 2011 at 9:32 PM, Graeme Russ wrote: > Hi Gabe, > > Can you please try this patch - If it solves your libgcc problem, I will > add it to the misc cleanup patch > > Thanks, > > Graeme > --- >  arch/x86/config.mk        |    3 --- >  arch/x86/cpu/interrupts.c |    2 +- >  arc

[U-Boot] [PATCH v4 0/5] Add a coreboot board, CPU, and configuration, and target.

2011-11-16 Thread Gabe Black
This series of changes adds a coreboot board, CPU, configuration, and build target. These patches are all needed in order to get to a buildable state and could potentially be merged together into larger changes. Merging them all would create a change that, in my opion, is a bit too big, so I'll le

[U-Boot] [PATCH v4 1/5] x86: Add a target for running as a coreboot payload

2011-11-16 Thread Gabe Black
Add a target for running u-boot as a coreboot payload in boards.cfg. Signed-off-by: Gabe Black --- Changes in v2: Change capitalization of the x86 tag. Changes in v3: Move the Signed-off-by line up. Changes in v4: Change the summary tag style. boards.cfg |1 + 1 files changed, 1 insertion

[U-Boot] [PATCH v4 2/5] x86: Add a basic implementation for a coreboot board

2011-11-16 Thread Gabe Black
Signed-off-by: Gabe Black --- Changes in v2: Get rid of some dead/unnecessary code in the Makefile and coreboot.c. Changes in v3: Change the summary line tag style. board/chromebook-x86/coreboot/Makefile | 53 +++ board/chromebook-x86/coreboot/coreboot.c | 77 +

[U-Boot] [PATCH v4 5/5] x86: Make the serial port work for the coreboot board

2011-11-16 Thread Gabe Black
Signed-off-by: Gabe Black --- include/serial.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/serial.h b/include/serial.h index 5926244..d27b850 100644 --- a/include/serial.h +++ b/include/serial.h @@ -31,7 +31,7 @@ extern struct serial_device * default_serial_c

[U-Boot] [PATCH v4 4/5] x86: Add an implementation for a coreboot CPU

2011-11-16 Thread Gabe Black
This is a skeleton implementation which always reports the size of memory as 64 MB. Signed-off-by: Gabe Black: --- arch/x86/cpu/coreboot/Makefile | 55 ++ arch/x86/cpu/coreboot/asm-offsets.c | 25 +++ arch/x86/cpu/coreboot/coreboot_car.S |

[U-Boot] [PATCH v4 3/5] x86: Add a preliminary coreboot configuration header

2011-11-16 Thread Gabe Black
Signed-off-by: Gabe Black --- include/configs/coreboot.h | 225 1 files changed, 225 insertions(+), 0 deletions(-) create mode 100644 include/configs/coreboot.h diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h new file mode 1006

Re: [U-Boot] [PATCH] phy: Check return value for read MII_STAT1000 register

2011-11-16 Thread Nobuhiro Iwamatsu
Hi, 2011/11/15 Andy Fleming : > On Mon, Nov 14, 2011 at 10:24 PM, Nobuhiro Iwamatsu > wrote: >> When Extended register is effective, there is not necessarily certainly >> register for 1000BASE. 0x may be able to be read although register >> is read. This adds this check. > > > I don't underst

Re: [U-Boot] Financial Loan Offer Apply Now.

2011-11-16 Thread Stacey Militello
From: Stacey Militello Sent: Wednesday, November 16, 2011 1:11 PM To: i...@loan.org Subject: Financial Loan Offer Apply Now. Financial Loan Offer Apply Now. Contact Email:financialloanof...@financier.com Good day, I am Mr Barry Smith a financial loan lender, I am

Re: [U-Boot] [PATCH] powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE sata

2011-11-16 Thread Huang Changming-R66093
Thanks and Best Regards Jerry Huang >-Original Message- >From: Phillips Kim-R1AAHA >Sent: Wednesday, November 16, 2011 5:13 PM >To: Huang Changming-R66093 >Cc: u-boot@lists.denx.de >Subject: Re: [PATCH] powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE >sata > >On Wed, 16 Nov 2011 15:

[U-Boot] [PATCH v2] powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE sata

2011-11-16 Thread Chang-Ming.Huang
From: Jerry Huang In the current u-boot code, the value of these fields are the reserved value (0b100), through the signal integrity measurement on freescale's board with these reserved setting, the signal eye is out of the recommended spec for non-transition amplitude at 500mV nominal. According

Re: [U-Boot] [PATCH v2] arm:exynos4:samsung:nuri Support for NURI target.

2011-11-16 Thread Minkyu Kang
Dear Lukasz Majewski, On 10 November 2011 17:39, Lukasz Majewski wrote: > This patch adds support for Samsung's Exynos4 Nuri reference > board. > > New exynos4_nuri board has been added to boards.cfg > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Ch

Re: [U-Boot] [PATCH v2 2/3] tegra2: Add Avionic Design Plutux support.

2011-11-16 Thread Simon Glass
Hi Thierry, On Tue, Nov 15, 2011 at 10:59 PM, Thierry Reding wrote: > * Simon Glass wrote: >> Hi Thierry, >> [snip] >> If you are not implementing MMC, just remove it and all the MMC code below. >> > > I don't understand. What makes you think I don't want MMC? Both the Plutux > and the Medcom boo

Re: [U-Boot] [PATCH v4 3/4] tegra2: Modify MMC driver to handle power and cd GPIOs

2011-11-16 Thread Simon Glass
Hi Thierry, On Wed, Nov 16, 2011 at 1:05 PM, Stephen Warren wrote: > Thierry Reding wrote at Wednesday, November 16, 2011 1:29 PM: >> * Stephen Warren wrote: >> > Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and >> > modify that function to perform all required GPIO initi

[U-Boot] [PATCH] powerpc/85xx: Add workaround for erratum CPU-A003999

2011-11-16 Thread Kumar Gala
Erratum A-003999: Running Floating Point instructions requires special initialization. Impact: Floating point arithmetic operations may result in an incorrect value. Workaround: Perform a read modify write to set bit 7 to a 1 in SPR 977 before executing any floating point arithmetic operation. Th

[U-Boot] [PATCH] S5PC2XX: Rename S5pc2XX to exynos4

2011-11-16 Thread Chander Kashyap
As per new conventions Samsung SoC's are named as Exynos. Cortex-A9 based Soc's are named as exynos4. s5pc2xx is cortex-A9 based, hence renamed to exynos4. This is done as per kernel naming convetions. Similerly rename the s5p-common to exynos-common and libs5p-common to libexynos-common. Signed-

[U-Boot] (no subject)

2011-11-16 Thread Kenoye Eke
Guten Tag Obwohl Sie vielleicht besorgt über meine E-Mail, da wir nicht getroffen haben, bevor ich Mervyn King bin, und ich bin der Gouverneur der Bank of England, Es ist die Summe von EUR 20,600,000.00 Euros in meiner Bank, gab es keine Begünstigten angegeben in Bezug auf diese Gelder, die be

Re: [U-Boot] [PATCH 1/5] mx53loco: Configure the pins as GPIOs prior to using gpio_get_value

2011-11-16 Thread Stefano Babic
On 11/15/2011 04:51 PM, Fabio Estevam wrote: > Configure the pins as GPIO prior to using gpio_get_value. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- > board/freescale/mx53loco/mx53loco.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > Applied to u-boot-imx, thanks B

Re: [U-Boot] [PATCH 2/5] mx53ard: Configure the pins as GPIOs prior to using gpio_get_value

2011-11-16 Thread Stefano Babic
On 11/15/2011 04:51 PM, Fabio Estevam wrote: > Configure the pins as GPIO prior to using gpio_get_value. > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx53ard/mx53ard.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx53ard/mx53ard.c >

Re: [U-Boot] [PATCH 3/5] mx53evk: Configure the pins as GPIOs prior to using gpio_get_value

2011-11-16 Thread Stefano Babic
On 11/15/2011 04:51 PM, Fabio Estevam wrote: > Configure the pins as GPIO prior to using gpio_get_value. > > Cc: Jason Liu > Signed-off-by: Fabio Estevam > --- > board/freescale/mx53evk/mx53evk.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx53

Re: [U-Boot] [PATCH 4/5] mx53smd: Configure the pins as GPIOs prior to using gpio_get_value

2011-11-16 Thread Stefano Babic
On 11/15/2011 04:51 PM, Fabio Estevam wrote: > Configure the pins as GPIO prior to using gpio_get_value. > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx53smd/mx53smd.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx53smd/mx53smd.c > b

Re: [U-Boot] [PATCH 5/5] mx51evk: Configure the pins as GPIOs prior to using gpio_get_value

2011-11-16 Thread Stefano Babic
On 11/15/2011 04:51 PM, Fabio Estevam wrote: > Configure the pins as GPIO prior to using gpio_get_value. > > Signed-off-by: Fabio Estevam > --- > board/freescale/mx51evk/mx51evk.c |3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/board/freescale/mx51evk/mx51evk.c >

[U-Boot] [PATCH] [cosmetic], i2c: Codingstyle cleanup for i2c evb64260 board driver

2011-11-16 Thread Heiko Schocher
There are some magic constants in this drivers, which I cannot fixup ... Eran, can you help here? Signed-off-by: Heiko Schocher Cc: Eran Man --- board/evb64260/i2c.c | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/board/evb64260/i2c.c b/board/ev

[U-Boot] [PATCH] disk: part_efi: Fix parameters passed to is_gpt_valid().

2011-11-16 Thread Thierry Reding
Something apparently went wrong when the patch in commit deb5ca8 was applied. Commit f75dd58 changed the type of gpt_head to be a pointer and correctly adjusted the calls to is_gpt_valid(). But when deb5ca8 got applied, the gpt_head was again reverted to &(gpt_head), which was the state before deb5

Re: [U-Boot] [PATCH 1/2] Build u-boot.imx by default when board uses it

2011-11-16 Thread Stefano Babic
On 11/11/2011 02:35 PM, Loïc Minier wrote: > On Thu, Nov 10, 2011, Mike Frysinger wrote: >>> CONFIG_IMX_CONFIG is set in boards.cfg. >> >> ugly undocumented CONFIG's are awesome >> >> this really should be in a subdir rather than the top level. we want >> to keep arch/soc-specific cruft out of t

Re: [U-Boot] [PATCH 1/2] Build u-boot.imx by default when board uses it

2011-11-16 Thread Wolfgang Denk
Dear =?iso-8859-1?Q?Lo=EFc?= Minier, In message <2011133514.gc2...@bee.dooz.org> you wrote: > > The CONFIG_IMX_CONFIG actually changes per-board, so the boards.cfg > approach to set it seems ok; however we could try defining the No. The ability to pass additional parameters in boards.cfg wa

Re: [U-Boot] [PATCH] disk: part_efi: Fix parameters passed to is_gpt_valid().

2011-11-16 Thread Thierry Reding
* Thierry Reding wrote: > Something apparently went wrong when the patch in commit deb5ca8 was > applied. Commit f75dd58 changed the type of gpt_head to be a pointer and > correctly adjusted the calls to is_gpt_valid(). But when deb5ca8 got > applied, the gpt_head was again reverted to &(gpt_head),

<    1   2