Re: [U-Boot] [PATCH] MC13892: Add REGMODE0 bits definitions

2011-11-17 Thread Stefano Babic
On 09/28/2011 02:07 PM, Marek Vasut wrote: Signed-off-by: Marek Vasutmarek.va...@gmail.com Cc: Stefano Babicsba...@denx.de --- Applied to u-boot-imx, thanks Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH] Orphan EVB64260_750CX board

2011-11-17 Thread Wolfgang Denk
Dear Wolfgang Denk, In message 1321477170-19053-1-git-send-email...@denx.de you wrote: The last maintainer (Eran Man) cannot be reached any more. Signed-off-by: Wolfgang Denk w...@denx.de --- MAINTAINERS |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) Applied, thanks.

Re: [U-Boot] [PATCH] e1000: remove duplicate macros in e1000.h

2011-11-17 Thread Wolfgang Denk
Dear Timur Tabi, In message 1320164455-12345-1-git-send-email-ti...@freescale.com you wrote: Some of the EEPROM Word Offset macros, and a few others, are defined twice in e1000.h. Signed-off-by: Timur Tabi ti...@freescale.com --- drivers/net/e1000.h | 11 --- 1 files changed,

Re: [U-Boot] [PATCH] e1000: fix unused variable waring for e1000 driver

2011-11-17 Thread Wolfgang Denk
Dear Roy Zang, In message 1320654156-3240-1-git-send-email-tie-fei.z...@freescale.com you wrote: Fix the following build warning in drivers/net/e1000.c 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

[U-Boot] [PATCH v3] x86: Wrap small helper functions from libgcc to avoid an ABI mismatch

2011-11-17 Thread Gabe Black
When gcc compiles some 64 bit operations on a 32 bit machine, it generates calls to small functions instead of instructions which do the job directly. Those functions are defined in libgcc and transparently provide whatever functionality was necessary. Unfortunately, u-boot can be built with a

Re: [U-Boot] [PATCH] mvgbe: remove setting of ethaddr within the driver

2011-11-17 Thread Prafulla Wadaskar
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Thursday, November 17, 2011 1:57 AM To: Michael Walle Cc: Prafulla Wadaskar; Valentin Longchamp; Siddarth Gore; Simon Guinot; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] mvgbe: remove setting of ethaddr

Re: [U-Boot] [PATCH 20/20] M28EVK: Enable USB HOST support

2011-11-17 Thread Manojkumar
Marek Vasut wrote: Marek Vasut wrote: Marek Vasut wrote: Hi Marek, u-boot-v2011.09 doesn't support for imx28. I need complete support patch for mx28. where can i get those patches? for which version of u-boot this patches supports..? Regards, Manoj

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

2011-11-17 Thread Wolfgang Denk
Dear Kim Phillips, In message 1321480020-32662-1-git-send-email-kim.phill...@freescale.com you wrote: 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]

Re: [U-Boot] [PATCH v3] x86: Wrap small helper functions from libgcc to avoid an ABI mismatch

2011-11-17 Thread Gabe Black
On Thu, Nov 17, 2011 at 1:01 AM, Gabe Black gabebl...@chromium.org wrote: When gcc compiles some 64 bit operations on a 32 bit machine, it generates calls to small functions instead of instructions which do the job directly. Those functions are defined in libgcc and transparently provide

[U-Boot] [PATCH] mmc: add host_caps checking avoid switch card improperly

2011-11-17 Thread Macpaul Lin
Add a host capability checking to avoid the mmc stack switch the card to HIGHSPEED mode when the card supports HIGHSPEED while the host doesn't. This patch avoid furthur transaction problem when the mmc/sd card runs different mode to the host. Signed-off-by: Macpaul Lin macp...@andestech.com ---

[U-Boot] [PATCH 1/8] x86: Fix a few recently added bugs

2011-11-17 Thread Graeme Russ
From: Gabe Black gabebl...@chromium.org Signed-off-by: Gabe Black gabebl...@chromium.org Signed-off-by: Graeme Russ graeme.r...@gmail.com --- arch/x86/cpu/cpu.c |1 + arch/x86/lib/board.c |6 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/x86/cpu/cpu.c

Re: [U-Boot] [PATCH 1/8] x86: Fix a few recently added bugs

2011-11-17 Thread Graeme Russ
Eep - This is a stand-alone patch and not part of a multi-part patch series (forgot to edit the subject) Regards, Graeme On 17/11/11 20:32, Graeme Russ wrote: From: Gabe Black gabebl...@chromium.org Signed-off-by: Gabe Black gabebl...@chromium.org Signed-off-by: Graeme Russ

[U-Boot] [PATCH v3] ftsdc010: improve performance and capability

2011-11-17 Thread Macpaul Lin
This patch improve the performance by spliting flag examination code in ftsdc010_send_cmd() into 3 functions. This patch also reordered the function which made better capability to some high performance cards against to the next version of ftsdc010 hardware. Signed-off-by: Macpaul Lin

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

2011-11-17 Thread Graeme Russ
Hi Gabe, On 17/11/11 11:27, Gabe Black wrote: Add a target for running u-boot as a coreboot payload in boards.cfg. Signed-off-by: Gabe Black gabebl...@chromium.org --- Changes in v2: Change capitalization of the x86 tag. Changes in v3: Move the Signed-off-by line up. Changes in v4:

[U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana.

2011-11-17 Thread Thierry Reding
Since Ventana is derived from Seaboard and requires seaboard.c to build, make sure board/nvidia/seaboard is created in the build tree. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- board/nvidia/ventana/Makefile |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

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

2011-11-17 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 h...@denx.de Cc: Eran Man e...@nbase.co.il --- - changes for v2: - corrected some typos in v1 patch board/evb64260/i2c.c | 24 1 files

[U-Boot] [PATCH 0/2] tegra2: Fixes for running mainline U-Boot.

2011-11-17 Thread Thierry Reding
The following series contains two patches that allow mainline U-Boot to boot standalone on Tegra2-based boards. It assumes the standard NVIDIA flashing tools as provided by the Linux4Tegra package. The series is based on patches that have already been reviewed but haven't been merged upstream yet.

[U-Boot] [PATCH 1/2] tegra2: Always build with USE_PRIVATE_LIBGCC=yes.

2011-11-17 Thread Thierry Reding
The AVP on Tegra2 doesn't boot properly when U-Boot is linked against the GCC provided libgcc. To work around this, always build and link against a private libgcc for Tegra2-based boards. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de --- arch/arm/cpu/armv7/tegra2/config.mk |

[U-Boot] [PATCH 2/2] tegra2: Change CONFIG_SYS_TEXT_BASE to 0x00108000.

2011-11-17 Thread Thierry Reding
NVIDIA's flashing tools assume that the bootloader is loaded at address 0x00108000. Instead of requiring non-standard builds of those tools which allow a load address of 0x00E08000, this commit just switches all Tegra2 boards to use the standard load address. Signed-off-by: Thierry Reding

[U-Boot] [PATCH v3 1/4] tegra2: Move tegra2_mmc_init() prototype to public header.

2011-11-17 Thread Thierry Reding
tegra2_mmc_init() is implemented by the Tegra2 MMC driver. Since most of the Tegra2-based boards will need to call it, this commit exports it in the new public asm/arch/mmc.h header file to prevent each board from providing its own prototype. Signed-off-by: Thierry Reding

[U-Boot] [PATCH v3 0/4] tegra2: Add Avionic Design Tamonten boards.

2011-11-17 Thread Thierry Reding
This series adds support for the Avionic Design Tamonten processor module and two boards based on Tamonten. The series is based on patches that have already been reviewed but haven't been merged yet. They are available in patchwork here: http://patchwork.ozlabs.org/patch/122888

[U-Boot] [PATCH v3 2/4] tegra2: Add common Avionic Design Tamonten support.

2011-11-17 Thread Thierry Reding
Tamonten is an NVIDIA Tegra2-based SO-DIMM processor module that is derived from the Harmony reference design. Changes in v3: * Remove unused gpio_config_uart(). * Remove call to tegra2_start(). * Use new tegra2_mmc_init(). Signed-off-by: Thierry Reding thierry.red...@avionic-design.de ---

[U-Boot] [PATCH v3 3/4] tegra2: Add Avionic Design Plutux support.

2011-11-17 Thread Thierry Reding
The Plutux is a set-top box device based on the Tamonten processor module. It can be connected to a display via an HDMI output. Changes in v3: * Remove unused implementation of gpio_config_uart(). * Implement MMC/SD card detection. * Drop board_mmc_getcd() which is now implemented by common

[U-Boot] [PATCH v3 4/4] tegra2: Add Avionic Design Medcom support.

2011-11-17 Thread Thierry Reding
The Medcom is a 16:9 15 terminal that is used for patient infotainment in hospitals. Changes in v3: * Remove unused implementation of gpio_config_uart(). * Implement MMC/SD card detection. * Drop board_mmc_getcd() which is now implemented by common Tegra2 code. * Add MAINTAINERS

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

2011-11-17 Thread Gabe Black
On Thu, Nov 17, 2011 at 1:43 AM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On 17/11/11 11:27, Gabe Black wrote: Add a target for running u-boot as a coreboot payload in boards.cfg. Signed-off-by: Gabe Black gabebl...@chromium.org --- Changes in v2: Change capitalization of

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

2011-11-17 Thread Graeme Russ
Hi Gabe, On 17/11/11 21:11, Gabe Black wrote: On Thu, Nov 17, 2011 at 1:43 AM, Graeme Russ graeme.r...@gmail.com mailto:graeme.r...@gmail.com wrote: Hi Gabe, On 17/11/11 11:27, Gabe Black wrote: Add a target for running u-boot as a coreboot payload in boards.cfg.

Re: [U-Boot] [PATCH] mvgbe: remove setting of ethaddr within the driver

2011-11-17 Thread Wolfgang Denk
Dear Prafulla, In message f766e4f80769bd478052fb6533fa745d1a14ee2...@sc-vexch4.marvell.com you wrote: I withdraw my NAK for this patch. Let's remove mac randomization support for mvgbe driver. If needed, for any particular board, it will be addressed separately. Thanks a lot - highly

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

2011-11-17 Thread Lukasz Majewski
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 l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: -

[U-Boot] [PATCH] mmc: Implement card detection.

2011-11-17 Thread Thierry Reding
Check for board-specific card detect each time an MMC/SD device is initialized. If card detection is not implemented, this code behaves as before and continues assuming a card is present. If no card is detected, has_init is reset for the MMC/SD device (to force initialization next time) and an

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

2011-11-17 Thread Chander Kashyap
On 17 November 2011 16:41, Lukasz Majewski l.majew...@samsung.com 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 l.majew...@samsung.com Signed-off-by: Kyungmin Park

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

2011-11-17 Thread Alan Carvalho de Assis
On 11/17/11, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, [snip] I don't follow. I'm not referencing it, that's what we're calling our board since it's an x86 chromebook. I mean, if this is 'generic', why is there a reference to the chromebook? I think a name like coreboot-x86

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

2011-11-17 Thread Stefano Babic
On 11/16/2011 10:35 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message d75ba016-4e89-4cea-acec-cc322ff58...@kernel.crashing.org 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

[U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-17 Thread prabhakar . csengg
From: Prabhakar Lad prabhakar.cse...@gmail.com Fix the condition for number of phys in davinci_eth_phy_detect() function. CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT indicates number of phys. From this commit id dc02badab480563b0bf9d3908046ea9d6b22ae63 davinci emac initilazed one less than the number of

[U-Boot] [RESEND PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-17 Thread prabhakar . csengg
From: Prabhakar Lad prabhakar.cse...@gmail.com Fix the condition for number of phys in davinci_eth_phy_detect() function. CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT indicates number of phys. From this commit id dc02badab480563b0bf9d3908046ea9d6b22ae63 davinci emac initilazed one less than the number of

Re: [U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-17 Thread Heiko Schocher
Hello prabhakar.cse...@gmail.com prabhakar.cse...@gmail.com wrote: From: Prabhakar Lad prabhakar.cse...@gmail.com Fix the condition for number of phys in davinci_eth_phy_detect() function. CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT indicates number of phys. From this commit id

Re: [U-Boot] [PATCH v2] tools: checkpatch.pl from Linux added to tools

2011-11-17 Thread Wolfgang Denk
Dear Joe Hershberger, In message 1318968419-7686-1-git-send-email-joe.hershber...@ni.com you wrote: Added from Linux - commit 30ecad51849ae132dc6ef6ddb62d499c7257515b Include config file to ignore common false-positives Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe

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

2011-11-17 Thread Kumar Gala
On Nov 17, 2011, at 6:40 AM, Stefano Babic wrote: On 11/16/2011 10:35 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message d75ba016-4e89-4cea-acec-cc322ff58...@kernel.crashing.org you wrote: Please let's try if this works. If you have any suggestions how to help better, please

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

2011-11-17 Thread Kumar Gala
On Nov 16, 2011, at 3:35 PM, Wolfgang Denk wrote: Dear Kumar Gala, In message d75ba016-4e89-4cea-acec-cc322ff58...@kernel.crashing.org 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

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

2011-11-17 Thread Albert ARIBAUD
Hi Mike, Le 16/11/2011 04:53, Mike Frysinger a écrit : i thought Albert said he didn't want this last time we explicitly asked about creating an arm/tegra sub-arch tree ... i think there should be one -mike Uhm, no, I don't think I said I was against creating a Tegra U-Boot repo. What I

Re: [U-Boot] Please pull u-boot-ti/master

2011-11-17 Thread Albert ARIBAUD
Hi Sandeep, Le 16/11/2011 16:24, s-paul...@ti.com a écrit : The following changes since commit 75acc4d7c1c9081e06d1197c6da01361cf1bce92: Heiko Schocher (1): arm, davinci: add DAVINCI_MMC_CLKID are available in the git repository at: git://git.denx.de/u-boot-ti.git master

[U-Boot] PPC4xx: usbdev.c used at all?

2011-11-17 Thread Stefan Roese
Hi Marri, I just touched the file arch/powerpc/cpu/ppc4xx/usbdev.c again to remove some GCC 4.6 compiler warnings. While doing this I wondered (again) if anybody is using this driver at all. I definitely never did. And I'm wondering if this code is useful at all. So Marri (or anybody else):

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

2011-11-17 Thread Wolfgang Denk
Dear Kumar Gala, In message dec2dbe6-d658-4504-b157-7b57bb637...@kernel.crashing.org you wrote: As a first step this requires someone who is brave enought oclean up the existing state, which is indeed a mess. Can we say no new patches are going into upstream (your tree) until

Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-17 Thread Stefano Babic
On 11/07/2011 12:13 PM, Igor Grinberg wrote: Extract all extern declarations for default_environment[] out of c files into the environment.h header. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Cc: Stefan Roese s...@denx.de --- board/zeus/zeus.c |1 -

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

2011-11-17 Thread Lukasz Majewski
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 l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes for v2: -

Re: [U-Boot] PPC4xx: usbdev.c used at all?

2011-11-17 Thread Matthias Fuchs
We do not use it or plan to use it. Matthias On 17.11.2011 15:04, Stefan Roese wrote: Hi Marri, I just touched the file arch/powerpc/cpu/ppc4xx/usbdev.c again to remove some GCC 4.6 compiler warnings. While doing this I wondered (again) if anybody is using this driver at all. I

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

2011-11-17 Thread Kumar Gala
On Nov 17, 2011, at 8:10 AM, Wolfgang Denk wrote: Dear Kumar Gala, In message dec2dbe6-d658-4504-b157-7b57bb637...@kernel.crashing.org you wrote: As a first step this requires someone who is brave enought oclean up the existing state, which is indeed a mess. Can we say no new

Re: [U-Boot] Please pull u-boot-ti/master

2011-11-17 Thread Kumar Gala
On Nov 17, 2011, at 7:55 AM, Albert ARIBAUD wrote: Hi Sandeep, Le 16/11/2011 16:24, s-paul...@ti.com a écrit : The following changes since commit 75acc4d7c1c9081e06d1197c6da01361cf1bce92: Heiko Schocher (1): arm, davinci: add DAVINCI_MMC_CLKID are available in the git

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

2011-11-17 Thread Stefano Babic
On 11/17/2011 08:56 AM, Thierry Reding wrote: I had actually set Doug Anderson diand...@chromium.org on Cc because he was involved with the initial patch but for some reason he got stripped from Cc. Does anybody know why this is happening? Probably Doug has received the first e-mail. I

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

2011-11-17 Thread Thierry Reding
* Stefano Babic wrote: On 11/17/2011 08:56 AM, Thierry Reding wrote: I had actually set Doug Anderson diand...@chromium.org on Cc because he was involved with the initial patch but for some reason he got stripped from Cc. Does anybody know why this is happening? Probably Doug has

Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-17 Thread Igor Grinberg
Hi Stefano, On 11/17/11 16:12, Stefano Babic wrote: On 11/07/2011 12:13 PM, Igor Grinberg wrote: Extract all extern declarations for default_environment[] out of c files into the environment.h header. Signed-off-by: Igor Grinberg grinb...@compulab.co.il Cc: Stefan Roese s...@denx.de ---

Re: [U-Boot] [PATCH 03/17] env: move extern default_environment[] to environment.h

2011-11-17 Thread Stefano Babic
On 11/17/2011 04:14 PM, Igor Grinberg wrote: I don't have the ppc cross tool chain at hand, can you tell me which ARM board(s) get broken, so I can verify this? Also, I think it is not that patch but the next one: [PATCH 04/17] env: move extern environment[] to environment.h You're right,

[U-Boot] [u-boot]automatic reset of variables to defaults

2011-11-17 Thread Dennis Borgmann
Hello u-boot users list, I am experiencing a problem concerning variables being set and later getting lost. In order to boot a Linux on a quite small plattform (Eddy CPU: http://sysbas.en.ec21.com/Embedded_CPU_Module--1904028_1904479.html ), I have to reset the variable OS_SDRAM from its

[U-Boot] [u-boot]automatic reset of variables to defaults

2011-11-17 Thread Dennis Borgmann
Hello u-boot users list, I am experiencing a problem concerning variables being set and later getting lost. In order to boot a Linux on a quite small plattform (Eddy CPU: http://sysbas.en.ec21.com/Embedded_CPU_Module--1904028_1904479.html ), I have to reset the variable OS_SDRAM from its

Re: [U-Boot] [PATCH v4] Improve Power Management in SMC911X driver.

2011-11-17 Thread Stefano Babic
On 11/15/2011 02:40 PM, Bertrand Cachet wrote: From datasheet, when READY bit is set inside PM_CTRL register, it means that device is already in *normal* (D0) mode = it doesn't need to be wake-up. With this patch, we only wake-up (writing on TEST_BYTE register) if PM_MODE bits of PM_CTRL

[U-Boot] [PATCH v2 04/17] env: move extern environment[] to environment.h

2011-11-17 Thread Igor Grinberg
Extract all extern declarations for environment out of c files into the environment.h header. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- v2: fix compilation for envcrc.c by including environment.h (Thanks Stefano) common/env_flash.c|4 +--- common/env_mmc.c

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

2011-11-17 Thread Stephen Warren
Thierry Reding wrote at Thursday, November 17, 2011 12:05 AM: 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

Re: [U-Boot] [PATCH v4] Improve Power Management in SMC911X driver.

2011-11-17 Thread Igor Grinberg
Hi Stefano, Bertrand, On 11/17/11 17:52, Stefano Babic wrote: On 11/15/2011 02:40 PM, Bertrand Cachet wrote: From datasheet, when READY bit is set inside PM_CTRL register, it means that device is already in *normal* (D0) mode = it doesn't need to be wake-up. With this patch, we only wake-up

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

2011-11-17 Thread Thierry Reding
* Stephen Warren wrote: Thierry Reding wrote at Thursday, November 17, 2011 12:05 AM: 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

Re: [U-Boot] [PATCH v4] Improve Power Management in SMC911X driver.

2011-11-17 Thread Stefano Babic
On 11/17/2011 05:21 PM, Igor Grinberg wrote: Agree, this is the correct behavior. However, checkpatch report errors (due to leading white space instead of tabs in the comment you added): Are you sure you are testing the right version (v4)? Because, I get different errors/warnings on that

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

2011-11-17 Thread Tom Warren
Doug is in the CC field (via Outlook in my 'U-Boot' folder @ work), and has been for every message in this thread. -Original Message- From: Thierry Reding [mailto:thierry.red...@avionic-design.de] Sent: Thursday, November 17, 2011 8:08 AM To: Stefano Babic Cc: Tom Warren; Doug

Re: [U-Boot] [PATCH] tegra2: Fix out-of-tree build for Ventana.

2011-11-17 Thread Stephen Warren
Thierry Reding wrote at Thursday, November 17, 2011 2:48 AM: Since Ventana is derived from Seaboard and requires seaboard.c to build, make sure board/nvidia/seaboard is created in the build tree. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Stephen Warren

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

2011-11-17 Thread Premi, Sanjeev
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Thierry Reding Sent: Thursday, November 17, 2011 12:35 PM To: u-boot@lists.denx.de Cc: Tom Warren Subject: [U-Boot] [PATCH] disk: part_efi: Fix parameters passed to

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

2011-11-17 Thread Doug Anderson
Agreed--I see myself in the CC from the start. Thanks for Stephen to pointing to the fix that he already posted. -Doug --- On Thu, Nov 17, 2011 at 9:02 AM, Tom Warren twar...@nvidia.com wrote: Doug is in the CC field (via Outlook in my 'U-Boot' folder @ work), and has been for every message

Re: [U-Boot] Question about baud rate

2011-11-17 Thread Detlev Zundel
Hi Dan, I'm using a board similar to canyonlands with a ppc460ex. The baud rate for ttyS0 is set to 115200 by the console= bootarg, but I'd also like to set ttyS1-3 to 115200 also. Why doe you want to setup this parameters from the outside? Really only the serial device used for a console

Re: [U-Boot] [PATCH] arm/pxa: fix and cleanup of pxa_mem_setup macro v2

2011-11-17 Thread Marek Vasut
WARNING: This macro do not assume the values for K0DB4, KxDB2, KxFREE, K1RUN, K2RUN and APD bits of CONFIG_SYS_MDREFR_VAL as it was done early on many pxa platforms. All pxa developers that plan to use this macro should check the validity of their MDREFR values.

Re: [U-Boot] [PATCH 20/20] M28EVK: Enable USB HOST support

2011-11-17 Thread Marek Vasut
Marek Vasut wrote: Marek Vasut wrote: Marek Vasut wrote: Hi Marek, u-boot-v2011.09 doesn't support for imx28. I need complete support patch for mx28. where can i get those patches? for which version of u-boot this patches supports..? Regards, Manoj

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-17 Thread Marek Vasut
On 09/28/2011 02:19 PM, Marek Vasut wrote: Signed-off-by: Marek Vasutmarek.va...@gmail.com Cc: Stefano Babicsba...@denx.de --- board/efikamx/efikamx.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/board/efikamx/efikamx.c

Re: [U-Boot] uboot

2011-11-17 Thread Detlev Zundel
Hi, I am trying to boot beagle board by uart can anybody help me on this issue? I am sorry but I do not understand what you are trying to do. Can you please explain a bit more on what you want to do and what is not working? A good question[1] is the prerequisite for a good answer ;) Cheers

Re: [U-Boot] [PATCH 0/2] tegra2: Fixes for running mainline U-Boot.

2011-11-17 Thread Stephen Warren
Thierry Reding wrote at Thursday, November 17, 2011 3:04 AM: The following series contains two patches that allow mainline U-Boot to boot standalone on Tegra2-based boards. It assumes the standard NVIDIA flashing tools as provided by the Linux4Tegra package. The series is based on patches that

Re: [U-Boot] [PATCH 2/6] arm: Remove jornada link script

2011-11-17 Thread Marek Vasut
This link script seems old and incompatible with relocation and its own sa1000 start.S file. It isn't used because the CPU's link script was picked up in preference to this. Signed-off-by: Simon Glass s...@chromium.org --- board/jornada/u-boot.lds | 58

Re: [U-Boot] [PATCH v3 1/4] tegra2: Move tegra2_mmc_init() prototype to public header.

2011-11-17 Thread Stephen Warren
Thierry Reding wrote at Thursday, November 17, 2011 3:10 AM: tegra2_mmc_init() is implemented by the Tegra2 MMC driver. Since most of the Tegra2-based boards will need to call it, this commit exports it in the new public asm/arch/mmc.h header file to prevent each board from providing its own

Re: [U-Boot] Question about baud rate

2011-11-17 Thread djantzen
Why doe you want to setup this parameters from the outside? Really only the serial device used for a console needs to be setup by firmware. All other serial devices should be initialized by the user space programs using them. I would like my startup script to cat messages to ttyS1, as well

Re: [U-Boot] [u-boot]automatic reset of variables to defaults

2011-11-17 Thread Wolfgang Denk
Dear Dennis Borgmann, In message 4ec52bd7.2090...@googlemail.com you wrote: I am experiencing a problem concerning variables being set and later getting lost. It is impossible to comment on this without knowing _anything_ about your system - which exact version of U-boot you are running

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-17 Thread Jana Rapava
2011/11/17 Marek Vasut marek.va...@gmail.com Jana, you have efikamx and I can get you HDMI cable. Can you recheck tomorrow ? M Ok, I can. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-17 Thread Detlev Zundel
Hi Stefano, On 11/16/2011 07:51 PM, Wolfgang Denk wrote: Wolfgang, Please let's try if this works. If you have any suggestions how to help better, please don't hesitate to tell us. I have tried with a couple of patches (network related), and then I wanted to test if push works. As

Re: [U-Boot] [PATCH v9 2/4] gpio: Replace ARM gpio.h with the common API in include/asm-generic

2011-11-17 Thread Joe Hershberger
On Fri, Nov 11, 2011 at 5:07 PM, Kim Phillips kim.phill...@freescale.com wrote: On Fri, 11 Nov 2011 15:55:36 -0600 Joe Hershberger joe.hershber...@ni.com wrote: ARM boards should use the generic GPIO API This means changing gpio to unsigned type Remove the unused gpio_toggle() function which

Re: [U-Boot] [u-boot]automatic reset of variables to defaults

2011-11-17 Thread Marek Vasut
Hello u-boot users list, I am experiencing a problem concerning variables being set and later getting lost. In order to boot a Linux on a quite small plattform (Eddy CPU: http://sysbas.en.ec21.com/Embedded_CPU_Module--1904028_1904479.html ), I have to reset the variable OS_SDRAM from its

Re: [U-Boot] [u-boot]automatic reset of variables to defaults

2011-11-17 Thread Jerry Van Baren
On 11/17/2011 10:46 AM, Dennis Borgmann wrote: Hello u-boot users list, I am experiencing a problem concerning variables being set and later getting lost. This sounds like your environment variables in flash got erased or corrupted. The question is why. Where is your u-boot env being

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

2011-11-17 Thread Detlev Zundel
Hi Thierry, * Stefano Babic wrote: On 11/17/2011 08:56 AM, Thierry Reding wrote: I had actually set Doug Anderson diand...@chromium.org on Cc because he was involved with the initial patch but for some reason he got stripped from Cc. Does anybody know why this is happening?

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

2011-11-17 Thread Marek Vasut
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 l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- Changes for v2:

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

2011-11-17 Thread Thierry Reding
* Doug Anderson wrote: Agreed--I see myself in the CC from the start. That leaves me really confused. Thierry pgptqQ3sZUSiB.pgp Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] sbc8548 build broken?

2011-11-17 Thread Robert Hurdle
Hello, I downloaded the ELDK 4.2 and installed it. I got the u-boot source from git://git.denx.de/u-boot-mpc85xx.git. When I try to build u-boot for sbc8548 I get the following error: arch/powerpc/cpu/mpc8xxx/ddr/libddr.o: In function `fsl_ddr_compute':

Re: [U-Boot] [PATCH] env: allow to export only selected variables

2011-11-17 Thread Gerlando Falauto
Dear Wolfgang Denk, --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -125,7 +125,7 @@ static int env_print(char *name) } /* print whole list */ - len = hexport_r(env_htab, '\n',res, 0); + len = hexport_r(env_htab, '\n',res, 0, 0, NULL); if (len 0) {

[U-Boot] SSBI driver

2011-11-17 Thread hanumant
Hi I am trying to implement a SSBI driver for a board. . The driver is meant to be portable to multiple boards by the same vendor. Keeping this in mind 1)Would drivers/misc/ be the right location to implement this driver? 2)If not can I make a ($vendor)-common in the cpu directory to

Re: [U-Boot] sbc8548 build broken?

2011-11-17 Thread Wolfgang Denk
Dear Robert Hurdle, In message 5498e86a4a68b14a8a06d0380640d04a016d217a6...@atca01em01.adsi.aitech.ent you wrote: I downloaded the ELDK 4.2 and installed it. I got the u-boot source from git://git.denx.de/u-boot-mpc85xx.git. When I try to build u-boot for sbc8548 I get

Re: [U-Boot] [PATCH] env: allow to export only selected variables

2011-11-17 Thread Gerlando Falauto
Dear Wolfgang Denk, --- a/include/search.h +++ b/include/search.h @@ -91,7 +91,8 @@ extern int hstrstr_r(const char *__match, int __last_idx, ENTRY ** __retval, extern int hdelete_r(const char *__key, struct hsearch_data *__htab); extern ssize_t hexport_r(struct hsearch_data *__htab,

Re: [U-Boot] SSBI driver

2011-11-17 Thread Wolfgang Denk
Dear hanumant, In message 4ec55809.2090...@codeaurora.org you wrote: I am trying to implement a SSBI driver for a board. . The driver is meant to be portable to multiple boards by the same vendor. Maybe you would get more help if you explained what SSBI might be. Is it: SSBISingle

Re: [U-Boot] [PATCH] env: allow to export only selected variables

2011-11-17 Thread Wolfgang Denk
Dear Gerlando Falauto, In message 4ec55b4f.4060...@keymile.com you wrote: ssize_t hexport_r(struct hsearch_data *htab, const char sep, -char **resp, size_t size) +char **resp, size_t size, +int argc, char * const argv[]) { ENTRY

Re: [U-Boot] SSBI driver

2011-11-17 Thread Wolfgang Denk
Dear hanumant, please always keep the mailing list on Cc: In message 4ec561a4.8050...@codeaurora.org you wrote: If you happen to mean Single-Wire Serial Bus Interface then you should probably use the more common name 1-wire. Thanks. Yes it is Single-Wire Serial Bus Interface. ... Yes,

Re: [U-Boot] sbc8548 build broken?

2011-11-17 Thread Wolfgang Denk
Dear Robert Hurdle, please do not top-post / full quote. And always make sure to keep the mailing list on cc: In message 5498e86a4a68b14a8a06d0380640d04a016d217a6...@atca01em01.adsi.aitech.ent you wrote: Thank you for checking it. What does ... using current top of tree

[U-Boot] [PATCH 3/3] board/amcc/taihu/flash.c: Fix GCC 4.6 build warnings

2011-11-17 Thread Wolfgang Denk
Fix: flash.c: In function 'flash_erase_1': flash.c:514:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] flash.c: In function 'flash_erase_2': flash.c:956:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk

[U-Boot] [PATCH 1/3] board/amcc/common/flash.c: Fix GCC 4.6 build warning

2011-11-17 Thread Wolfgang Denk
Fix: In file included from flash.c:45:0: ../common/flash.c: In function 'flash_erase': ../common/flash.c:399:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk w...@denx.de Cc: Stefan Roese s...@denx.de --- total: 0 errors, 0 warnings, 46

[U-Boot] [PATCH 2/3] board/amcc/yucca/flash.c: Fix GCC 4.6 build warnings

2011-11-17 Thread Wolfgang Denk
Fix: flash.c: In function 'flash_erase_1': flash.c:425:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] flash.c: In function 'flash_erase_2': flash.c:834:24: warning: variable 'l_sect' set but not used [-Wunused-but-set-variable] Signed-off-by: Wolfgang Denk

Re: [U-Boot] checkpatch compliance

2011-11-17 Thread Gerlando Falauto
On 10/08/2011 12:28 AM, Joe Hershberger wrote: Hi Wolfgang, I'm attempting to make the files I touched in several recent patch-series chechkpatch.pl compliant. I've hit several cases which fail and probably shouldn't. For each of these cases, should the warning / error just be ignored or

Re: [U-Boot] Question about baud rate

2011-11-17 Thread Detlev Zundel
Hi Dan, Why doe you want to setup this parameters from the outside? Really only the serial device used for a console needs to be setup by firmware. All other serial devices should be initialized by the user space programs using them. I would like my startup script to cat messages to

Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-17 Thread Andy Fleming
On Thu, Nov 17, 2011 at 12:19 PM, Detlev Zundel d...@denx.de wrote: Hi Stefano, On 11/16/2011 07:51 PM, Wolfgang Denk wrote: Wolfgang, Please let's try if this works.  If you have any suggestions how to help better, please don't hesitate to tell us. I have tried with a couple of patches

Re: [U-Boot] checkpatch compliance

2011-11-17 Thread Wolfgang Denk
Dear Gerlando Falauto, In message 4ec56a2e.2000...@keymile.com you wrote: What is wrong with something like: ERROR: do not initialise statics to 0 or NULL #35: FILE: serial.c:32: +static struct serial_device *serial_devices = NULL; ERROR: do not initialise statics to 0 or NULL #36:

Re: [U-Boot] [STATUS] Custodians - please lend a hand

2011-11-17 Thread Wolfgang Denk
Dear Andy, In message cakwjmd4anjg05fmrs+dhmzq6k-rnalwvkp2-y5t5pujyasz...@mail.gmail.com you wrote: Might I humbly suggest that the custodians just push changes to a separate branch in their own trees? It should be effectively the same, I'd prefer to have it in one central location. This

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

2011-11-17 Thread Gabe Black
On Thu, Nov 17, 2011 at 2:26 AM, Graeme Russ graeme.r...@gmail.com wrote: Hi Gabe, On 17/11/11 21:11, Gabe Black wrote: On Thu, Nov 17, 2011 at 1:43 AM, Graeme Russ graeme.r...@gmail.com mailto:graeme.r...@gmail.com wrote: Hi Gabe, On 17/11/11 11:27, Gabe Black wrote:

Re: [U-Boot] checkpatch compliance

2011-11-17 Thread Mike Frysinger
On Thursday 17 November 2011 15:10:22 Gerlando Falauto wrote: On 10/08/2011 12:28 AM, Joe Hershberger wrote: Hi Wolfgang, I'm attempting to make the files I touched in several recent patch-series chechkpatch.pl compliant. I've hit several cases which fail and probably shouldn't.

  1   2   >