Re: [U-Boot] [PATCH 08/25] SPEAr: Add configuration options for spear3xx and spear6xx boards

2012-03-27 Thread Amit Virdi
Stefan, Can't you just remove this config.mk file completely? CONFIG_SYS_TEXT_BASE can be moved to the config header instead. What else is this file needed for? Could you please explain which config header you are referring to here? Do you mean include/configs/spear. ? Yes. For

Re: [U-Boot] [PATCH 20/25] SPEAr: Enable ONFI nand flash detection for spear3xx and 6xx and evb

2012-03-27 Thread Amit Virdi
Stefan, On 3/7/2012 8:04 PM, Stefan Roese wrote: On Wednesday 07 March 2012 13:04:09 Amit Virdi wrote: From: Vipin Kumarvipin.ku...@st.com Signed-off-by: Vipin Kumarvipin.ku...@st.com Signed-off-by: Amit Virdiamit.vi...@st.com --- include/configs/spear-common.h |2 ++ 1 files changed,

Re: [U-Boot] [PATCH 19/25] SPEAr: Enable CONFIG_SYS_FLASH_EMPTY_INFO macro

2012-03-27 Thread Amit Virdi
Hi Stefan, CONFIG_SYS_CS1_FLASH_BASE} #define CONFIG_SYS_MAX_FLASH_SECT 128 -#define CONFIG_SYS_FLASH_EMPTY_INFO1 #define CONFIG_SYS_FLASH_ERASE_TOUT (3 * CONFIG_SYS_HZ) #define CONFIG_SYS_FLASH_WRITE_TOUT

Re: [U-Boot] [PATCH v5] kirkwood: add NAS62x0 board support

2012-03-27 Thread Prafulla Wadaskar
-Original Message- From: Luka Perkov [mailto:ub...@lukaperkov.net] Sent: 26 March 2012 22:56 To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; drea...@doukki.net; gmbno...@gmail.com Subject: Re: [U-Boot] [PATCH v5] kirkwood: add NAS62x0 board support Hi Prafulla, On Mon, Mar

Re: [U-Boot] [PATCH 18/25] SPEAr: Correct the definition of CONFIG_SYS_MONITOR_BASE

2012-03-27 Thread Amit Virdi
Stefan, #define CONFIG_ENV_SIZE 0x02000 +#define CONFIG_SYS_MONITOR_BASECONFIG_SYS_TEXT_BASE +#define CONFIG_MONITOR_IS_IN_RAM 1 Why is CONFIG_MONITOR_IS_IN_RAM defined? And if really needed, please without the 1.

Re: [U-Boot] [PATCH 17/25] SPEAr: Enable CONFIG_SYS_FLASH_PROTECTION

2012-03-27 Thread Amit Virdi
Dear Stefan, On 3/7/2012 7:55 PM, Stefan Roese wrote: On Wednesday 07 March 2012 13:04:06 Amit Virdi wrote: From: Vipin Kumarvipin.ku...@st.com This patch enables flash protection(lock/unlock) for CFI devices. This is necessary because the Parallel NOR flash connected on the spear boards,

Re: [U-Boot] [PATCH] ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement

2012-03-27 Thread Minkyu Kang
Dear Lukasz Majewski, On 13 March 2012 17:05, Lukasz Majewski l.majew...@samsung.com wrote: This patch enables LDO4 power line for preparing proper voltages to be measured by ADC converter. This measurement is used for determination of target board HW revision. Test HW: Universal_C210

Re: [U-Boot] [PATCH 18/25] SPEAr: Correct the definition of CONFIG_SYS_MONITOR_BASE

2012-03-27 Thread Stefan Roese
Amit, On Tuesday 27 March 2012 08:38:18 Amit Virdi wrote: #define CONFIG_ENV_SIZE 0x02000 +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE +#define CONFIG_MONITOR_IS_IN_RAM 1 Why is CONFIG_MONITOR_IS_IN_RAM defined? And if

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Prafulla Wadaskar
Please use Kirkwood: add xxx board support as a patch heading to identify the patch for kirkwood This patchset adds support for both the Linkstation Live (LS-CHLv2) and Linkstation Pro (LS-XHL) by Buffalo. Signed-off-by: Michael Walle michael at walle.cc Cc: Prafulla Wadaskar prafulla at

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 26 March 2012 15:46 To: u-boot@lists.denx.de Cc: Prafulla Wadaskar; Wolfgang Denk Subject: Re: [PATCH v2] lsxl: add support for lschlv2 and lsxhl On Fri, March 2, 2012 17:02, Michael Walle wrote: This

[U-Boot] [U-BOOT][PATCH] mmc: remove the hard setting for tran_speed

2012-03-27 Thread Jaehoon Chung
mmc_set_clock is set to the hard-coding. But i think good that use the tran_speed value. Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/mmc/mmc.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff

[U-Boot] [U-BOOT][PATCH] mmc: support the revision check for eMMC4.5

2012-03-27 Thread Jaehoon Chung
eMMC card is introduced the eMMC4.5. But now eMMC card is checked up to eMMC4.0. This patch is supported until eMMC4.5 Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- common/cmd_mmc.c |5 - drivers/mmc/mmc.c | 25

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2012-03-27 Thread Stefano Babic
On 26/03/2012 23:08, Albert ARIBAUD wrote: Le 26/03/2012 22:45, Albert ARIBAUD a écrit : Hi Stefano, Le 08/03/2012 08:52, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx, thanks. The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: IXP: Fix

Re: [U-Boot] [PATCH 18/25] SPEAr: Correct the definition of CONFIG_SYS_MONITOR_BASE

2012-03-27 Thread Amit Virdi
On 3/27/2012 12:35 PM, Stefan Roese wrote: Amit, On Tuesday 27 March 2012 08:38:18 Amit Virdi wrote: #define CONFIG_ENV_SIZE 0x02000 +#define CONFIG_SYS_MONITOR_BASECONFIG_SYS_TEXT_BASE +#define CONFIG_MONITOR_IS_IN_RAM 1

Re: [U-Boot] [GIT PULL] Update - Pull request: u-boot-imx

2012-03-27 Thread Stefano Babic
Hi Albert, please pull from u-boot-imx (rebased on current u-boot-arm). The following changes since commit cd207cde948ecf9ff50a0fa1ae2650f65579c9c9: IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-26 23:09:26 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-imx.git

[U-Boot] [RESEND PATCH] ARM: Exynos4: ADC: Universal_C210: Enable LDO4 power line for ADC measurement

2012-03-27 Thread Lukasz Majewski
This patch enables LDO4 power line for preparing proper voltages to be measured by ADC converter. This measurement is used for determination of target board HW revision. Test HW: Universal_C210 (Exynos4210) rev. 0.0 Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin

[U-Boot] [PATCH 0/7] ColdFire: Clean up checkpatch warnings about volatile for ColdFire platform

2012-03-27 Thread Alison Wang
From: Alison Wang b18...@freescale.com This patch cleans up checkpatch warnings about Use of volatile is usually wrong for ColdFire platform. The first patch adds clear and set bits macros for ColdFire platform. These macros can be used to clear and set multiple bits in a register using a

[U-Boot] [PATCH 2/7] ColdFire: Clean up checkpatch warnings for MCF5227x

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/cpu/mcf5227x/cpu.c | 13 ++-- arch/m68k/cpu/mcf5227x/cpu_init.c | 140 + arch/m68k/cpu/mcf5227x/interrupts.c | 15 ++-- arch/m68k/cpu/mcf5227x/speed.c| 40 +-

[U-Boot] [PATCH 3/7] ColdFire: Clean up checkpatch warnings for MCF52x2

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/cpu/mcf52x2/cpu.c | 115 +-- arch/m68k/cpu/mcf52x2/cpu_init.c | 252 + arch/m68k/cpu/mcf52x2/interrupts.c| 40 +++--- arch/m68k/cpu/mcf52x2/speed.c | 19 ++--

[U-Boot] [PATCH 7/7] ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/cpu/mcf5445x/cpu.c | 13 +- arch/m68k/cpu/mcf5445x/cpu_init.c | 215 + arch/m68k/cpu/mcf5445x/interrupts.c | 15 ++- arch/m68k/cpu/mcf5445x/pci.c | 74 ++--

[U-Boot] [PATCH 6/7] ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/cpu/mcf547x_8x/cpu.c| 38 +++--- arch/m68k/cpu/mcf547x_8x/cpu_init.c | 84 + arch/m68k/cpu/mcf547x_8x/interrupts.c | 15 +++--- arch/m68k/cpu/mcf547x_8x/pci.c| 59

[U-Boot] [PATCH 4/7] ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/cpu/mcf532x/cpu.c | 33 ++-- arch/m68k/cpu/mcf532x/cpu_init.c | 304 + arch/m68k/cpu/mcf532x/interrupts.c| 15 +- arch/m68k/cpu/mcf532x/speed.c | 77 +

[U-Boot] [PATCH 1/7] ColdFire: Add clear and set bits macros for ColdFire platform

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/include/asm/io.h | 38 +- 1 files changed, 37 insertions(+), 1 deletions(-) diff --git a/arch/m68k/include/asm/io.h b/arch/m68k/include/asm/io.h index d86eaf9..50ed749 100644 ---

Re: [U-Boot] [PATCH 0/6] add zip command support for uboot

2012-03-27 Thread Lei Wen
Hi, On Sun, Mar 25, 2012 at 11:53 PM, adrian.w...@gmail.com wrote: From: Lei Wen lei...@marvell.com This patch set add zip command support for uboot. The first two patches import deflate and trees functions from zlib 1.2.5 without any change. While the third patch did the necessary change

[U-Boot] [PATCH 5/7] ColdFire: Clean up checkpatch warnings for MCF523x

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang b18...@freescale.com --- arch/m68k/cpu/mcf523x/cpu.c | 33 + arch/m68k/cpu/mcf523x/cpu_init.c| 122 ++- arch/m68k/cpu/mcf523x/interrupts.c | 15 ++-- arch/m68k/cpu/mcf523x/speed.c | 10 ++-

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-03-27 Thread Anatolij Gustschin
Hello David, On Sun, 26 Feb 2012 01:19:39 +0100 David Wagner david.wag...@free-electrons.com wrote: On 15/01/2012 02:22, Mike Frysinger wrote: Acked-by: Mike Frysingervap...@gentoo.org -mike Dear Wolfgang, I think Mike has acked all the 7 patches in v5. Thanks a lot if you can

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:34 +0100 David Wagner david.wag...@free-electrons.com wrote: Also, don't split error messages over several lines as per a coding style exception making them easier to grep. Signed-off-by: David Wagner david.wag...@free-electrons.com --- tools/mkenvimage.c | 41

Re: [U-Boot] [PATCHv5 2/7] mkenvimage: Correct an include and add a missing one

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:35 +0100 David Wagner david.wag...@free-electrons.com wrote: compiler.h needs to be included from U-Boot's headers. Also, group U-Boot-specific includes together stdlib.h was missing. Signed-off-by: David Wagner david.wag...@free-electrons.com ---

Re: [U-Boot] [PATCHv5 3/7] mkenvimage: More error handling

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:36 +0100 David Wagner david.wag...@free-electrons.com wrote: Verbosly fail if the target environment size or the padding byte are badly formated. Verbosly fail if something bad happens when reading from standard input. Signed-off-by: David Wagner

Re: [U-Boot] [PATCHv5 4/7] mkenvimage: Read/Write from/to stdin/out by default or if the filename is -

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:37 +0100 David Wagner david.wag...@free-electrons.com wrote: Signed-off-by: David Wagner david.wag...@free-electrons.com --- tools/mkenvimage.c | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) Applied to

Re: [U-Boot] [PATCHv5 5/7] mkenvimage: Use mmap() when reading from a regular file

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:38 +0100 David Wagner david.wag...@free-electrons.com wrote: Fall back to read() if it fails. Signed-off-by: David Wagner david.wag...@free-electrons.com --- tools/mkenvimage.c | 25 +++-- 1 files changed, 19 insertions(+), 6 deletions(-)

Re: [U-Boot] [PATCHv5 6/7] mkenvimage: Don't try to detect comments in the input file

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:39 +0100 David Wagner david.wag...@free-electrons.com wrote: Remove this feature since it seems impossible to reliably detect them. Signed-off-by: David Wagner david.wag...@free-electrons.com --- tools/mkenvimage.c |8 1 files changed, 0

Re: [U-Boot] [PATCHv5 7/7] mkenvimage: Really set the redundant byte when applicable

2012-03-27 Thread Anatolij Gustschin
On Sat, 14 Jan 2012 00:27:40 +0100 David Wagner david.wag...@free-electrons.com wrote: Signed-off-by: David Wagner david.wag...@free-electrons.com --- tools/mkenvimage.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Applied to u-boot-staging/ag...@denx.de, thanks. Anatolij

Re: [U-Boot] [PATCH 15/25] SPEAr: Enable autoneg for ethernet

2012-03-27 Thread Amit Virdi
Stefan, On 3/7/2012 7:48 PM, Stefan Roese wrote: On Wednesday 07 March 2012 13:04:04 Amit Virdi wrote: From: Shiraz Hashimshiraz.has...@st.com The linux-2.6.37 base port has few problems with nfs boot. The boot fails while getting timeout on attempting to mount root file system. This helps

Re: [U-Boot] [PATCH 15/25] SPEAr: Enable autoneg for ethernet

2012-03-27 Thread Stefan Roese
Amit, On Tuesday 27 March 2012 11:02:08 Amit Virdi wrote: The linux-2.6.37 base port has few problems with nfs boot. The boot fails while getting timeout on attempting to mount root file system. This helps the ethernet to bring up faster in linux boot thus avoiding the time out.

Re: [U-Boot] [PATCH] configs: EB+MCF-EV123.h: Fix typo on CONFIG_SYS_HUSH_PARSER

2012-03-27 Thread Anatolij Gustschin
Hello Fabio, On Mon, 26 Mar 2012 19:23:32 -0300 Fabio Estevam feste...@gmail.com wrote: Fix typo on CONFIG_SYS_HUSH_PARSER. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- include/configs/EB+MCF-EV123.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [U-Boot] [PATCH 15/25] SPEAr: Enable autoneg for ethernet

2012-03-27 Thread Amit Virdi
Hi Stefan, Solution 2: - Enable autoneg for all SPEAr and specify a larger delay parameter if rootfs has to be mounted from nfs. This would ensure that timeout won't happen. I would prefer solution 2. What's your opinion? I have no problem with enabling autoneg on all boards. My only

Re: [U-Boot] u-boot usb-ethernet patch

2012-03-27 Thread Pierre
Mehmet Fatih Özay mfatih.ozay at ctech.com.tr writes: Hello all We are using OMAP 3530 board and SMSC9512 usb-ethernet adapter. The main goal is to connect this adapter through USB OTG port and initialize at u-boot. In order to do it, we are using your u-boot patches for

Re: [U-Boot] please pull u-boot-samsung/master

2012-03-27 Thread Minkyu Kang
Albert, Please check this pull request. Please let me know if need the rebase. On 8 March 2012 19:14, Minkyu Kang mk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45

[U-Boot] [PATCH v2] disk/part.c: Fix device enumeration through API

2012-03-27 Thread Anatolij Gustschin
From: Tim Kientzle kient...@freebsd.org The patch below fixes device enumeration through the U-Boot API. Device enumeration crashes when the system in question doesn't have any RAM mapped to address zero (I discovered this on a BeagleBone board), since the enumeration calls get_dev with a NULL

[U-Boot] test mail

2012-03-27 Thread manjunatha
test mail Regards, Manjunatha C Achar ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Michael Walle
Hi Prafulla, thanks for the review. +++ b/board/buffalo/lsxl/kwbimage-lsxhl.cfg BTW: What is difference between them? if it is very small you can manage it through c file. mh? arent these the values which end up in the head of an SPI image, the SoC bootstrap rom will execute? how can these

[U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock to detect the card

2012-03-27 Thread Chang-Ming.Huang
From: Jerry Huang chang-ming.hu...@freescale.com According to the card detection of p1/p2 paltform RM, we should set SYSCTL[PEREN] to enable the clock. Otherwise, after booting the u-boot, and then inserting the SD card, the SD card can't be detected. Signed-off-by: Jerry Huang

[U-Boot] [PATCH 2/2] SDHC/MMC: remove the member has_init

2012-03-27 Thread Chang-Ming.Huang
From: Jerry Huang chang-ming.hu...@freescale.com When first inserting the SD card to slot, the command mmcinfo can display the card information correctly. But, then removing the SD card or inserting another SD card to slot, the command mmcinfo can't display the information correctly. Therefore

Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock to detect the card

2012-03-27 Thread Dirk Behme
On 27.03.2012 12:25, chang-ming.hu...@freescale.com wrote: From: Jerry Huang chang-ming.hu...@freescale.com According to the card detection of p1/p2 paltform RM, typo = platform we should set SYSCTL[PEREN] to enable the clock. Otherwise, after booting the u-boot, and then inserting the SD

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: 27 March 2012 16:22 To: Prafulla Wadaskar Cc: Michael Walle; u-boot@lists.denx.de Subject: RE: [PATCH v2] lsxl: add support for lschlv2 and lsxhl Hi Prafulla, thanks for the review. +++

Re: [U-Boot] [PATCH] doc: Fix some typos in different files

2012-03-27 Thread Anatolij Gustschin
Hello Thomas, On Sun, 25 Mar 2012 10:44:01 +0200 Thomas Weber tho...@tomweber.eu wrote: adresses/addresses alernate/alternate asssuming/assuming calcualted/calculated enviroment/environment evalutation/evaluation falsh/flash labled/labeled paramaters/parameters Signed-off-by: Thomas

Re: [U-Boot] [PATCH] microblaze: Enable phylib and mii support

2012-03-27 Thread Michal Simek
Stephan Linz wrote: Enable phylib and mii support for AXI EMAC ethernet drivers on Microblaze systems. Signed-off-by: Stephan Linz l...@li-pro.net Reported-by: Michal Simek mon...@monstr.eu --- include/configs/microblaze-generic.h | 21 + 1 files changed, 21

[U-Boot] Pull request - microblaze

2012-03-27 Thread Michal Simek
Dear Wolfgang Denk, Please pull this one patch when merge window is open. Thanks, Michal The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash are available in the git repository

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-27 Thread Michal Simek
Dear Stephan, Stephan Linz wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode. DCR or XPS bus can be used. The driver uses and requires MII and PHYLIB. CP: 4 warnings: 'Use of volatile is usually wrong' I won't fix

Re: [U-Boot] [PATCH 2/2] mx28evk: Add a README file

2012-03-27 Thread Fabio Estevam
Hi Stefano, On 3/24/12, Marek Vasut ma...@denx.de wrote: Dear Fabio Estevam, Add a README file for mx28evk board. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Marek Vasut ma...@denx.de Would it be possible to have this patch applied for 2012.03? Or is it too late?

Re: [U-Boot] [PATCH 2/2] mx28evk: Add a README file

2012-03-27 Thread Marek Vasut
Dear Fabio Estevam, Hi Stefano, On 3/24/12, Marek Vasut ma...@denx.de wrote: Dear Fabio Estevam, Add a README file for mx28evk board. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Marek Vasut ma...@denx.de Would it be possible to have this patch

Re: [U-Boot] [PATCH 2/2] mx28evk: Add a README file

2012-03-27 Thread Stefano Babic
On 27/03/2012 14:30, Fabio Estevam wrote: Hi Stefano, Hi Fabio, On 3/24/12, Marek Vasut ma...@denx.de wrote: Dear Fabio Estevam, Add a README file for mx28evk board. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Marek Vasut ma...@denx.de Would it be possible to

Re: [U-Boot] [PATCH] net: smc91111: use mdelay()

2012-03-27 Thread Anatolij Gustschin
Hi Mike, On Mon, 5 Mar 2012 18:46:51 -0500 Mike Frysinger vap...@gentoo.org wrote: We've already got a mdelay() func in common code, so use that instead. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/net/smc9.c | 15 ++- 1 files changed, 2 insertions(+),

Re: [U-Boot] [PATCH v2] spi/kirkwood: add weak functions board_spi_bus_claim/release

2012-03-27 Thread Valentin Longchamp
Prafulla, On 03/26/2012 11:58 AM, Valentin Longchamp wrote: Some kirkwood based boards may need to implement such function due to some HW designs. I see no feedback from your side on this patch. I think you should go through the marvell tree: - the spi_claim/release_bus function are already

Re: [U-Boot] [PATCH 2/2] mx28evk: Add a README file

2012-03-27 Thread Stefano Babic
On 27/03/2012 15:01, Marek Vasut wrote: Dear Fabio Estevam, Hi Stefano, On 3/24/12, Marek Vasut ma...@denx.de wrote: Dear Fabio Estevam, Add a README file for mx28evk board. Signed-off-by: Fabio Estevam fabio.este...@freescale.com Acked-by: Marek Vasut ma...@denx.de Would it be

Re: [U-Boot] [PATCH v2 00/19] updates for keymile arm boards

2012-03-27 Thread Valentin Longchamp
Prafulla, On 03/26/2012 01:34 PM, Valentin Longchamp wrote: This patch series updates keymile boards with Kirkwood CPU and adds two new boards. This new boards are kmnusa and kmcoge5un. Also the existing boards with own config files were migrated to the common header km_kirkwood.h. Some small

Re: [U-Boot] [PATCH] cmd_pxe.c: fix strict-aliasing warnings

2012-03-27 Thread Anatolij Gustschin
Hello Jason, On Mon, 5 Mar 2012 12:12:28 -0600 Jason Hobbs jason.ho...@calxeda.com wrote: Without this patch, some versions of gcc (at least ELDK 4.2) complain about dereferencing type-punned pointers. Reported-by: Marek Vasut ma...@denx.de Signed-off-by: Jason Hobbs

Re: [U-Boot] [PATCH V4 1/2] ext4fs ls load support

2012-03-27 Thread Rob Herring
On 03/27/2012 08:13 AM, manjunatha wrote: Dear Rob Herring/ Wolfgang, As discussed in earlier mail chain, our current ext4 implementation is capable enough to list(ls) and read(load) ext2 partitons as well. Also the current ext4 implementation is optimized to 7-8 times greater read

Re: [U-Boot] [PATCH V4 1/2] ext4fs ls load support

2012-03-27 Thread manjunatha
Dear Rob Herring/ Wolfgang, As discussed in earlier mail chain, our current ext4 implementation is capable enough to list(ls) and read(load) ext2 partitons as well. Also the current ext4 implementation is optimized to 7-8 times greater read throughput than ext2load. I propose that we can

Re: [U-Boot] [PATCH V2] fs/fat: align disk buffers on cache line to enable DMA and cache

2012-03-27 Thread Anatolij Gustschin
Hello Dirk, On Sat, 24 Mar 2012 08:18:38 +0100 Dirk Behme dirk.be...@googlemail.com wrote: On 13.03.2012 02:24, Eric Nelson wrote: On 03/04/2012 02:46 PM, Eric Nelson wrote: Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com Acked-by: Mike Frysingervap...@gentoo.org ---

Re: [U-Boot] [PATCH V4 1/2] ext4fs ls load support

2012-03-27 Thread Rob Herring
On 01/09/2012 11:54 AM, uma.shan...@samsung.com wrote: From: uma.shankar uma.shan...@samsung.com Signed-off-by: Uma Shankar uma.shan...@samsung.com Signed-off-by: Manjunatha C Achar a.manjuna...@samsung.com Signed-off-by: Iqbal Shareef iqbal@samsung.com Signed-off-by: Hakgoo Lee

Re: [U-Boot] [PATCH 1/4] net: ll_temac: Add LL TEMAC driver to u-boot

2012-03-27 Thread Joe Hershberger
Hi Michal, On Tue, Mar 27, 2012 at 7:25 AM, Michal Simek mon...@monstr.eu wrote: Dear Stephan, Stephan Linz wrote: Xilinx LocalLink Tri-Mode Ether MAC driver can be used by Xilinx Microblaze or Xilinx ppc405/440 in SDMA and FIFO mode. DCR or XPS bus can be used. Joe, Wolfgang: I don't

Re: [U-Boot] [PATCH V2] fs/fat: align disk buffers on cache line to enable DMA and cache

2012-03-27 Thread Dirk Behme
On 27.03.2012 16:20, Anatolij Gustschin wrote: Hello Dirk, On Sat, 24 Mar 2012 08:18:38 +0100 Dirk Behmedirk.be...@googlemail.com wrote: On 13.03.2012 02:24, Eric Nelson wrote: On 03/04/2012 02:46 PM, Eric Nelson wrote: Signed-off-by: Eric Nelsoneric.nel...@boundarydevices.com Acked-by:

Re: [U-Boot] [PATCH V2] fs/fat: align disk buffers on cache line to enable DMA and cache

2012-03-27 Thread Anatolij Gustschin
On Tue, 27 Mar 2012 18:28:21 +0200 Dirk Behme dirk.be...@googlemail.com wrote: ... Anybody likes to comment/apply this patch? Both, this patch and the patch referenced by the above link were submitted when the merge window was closed. So, the patches will probably be applied to next when

Re: [U-Boot] [PATCH 7/9] Remove CONFIG_SYS_EXTBDINFO from snapper9260.h

2012-03-27 Thread Anatolij Gustschin
On Thu, 5 Jan 2012 19:54:55 -0800 Simon Glass s...@chromium.org wrote: This feature is not available on ARM, so it is an error to define it. Signed-off-by: Simon Glass s...@chromium.org --- include/configs/snapper9260.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Applied

Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock to detect the card

2012-03-27 Thread Stefano Babic
On 27/03/2012 12:25, chang-ming.hu...@freescale.com wrote: From: Jerry Huang chang-ming.hu...@freescale.com According to the card detection of p1/p2 paltform RM, we should set SYSCTL[PEREN] to enable the clock. Otherwise, after booting the u-boot, and then inserting the SD card, the SD card

Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock to detect the card

2012-03-27 Thread Stefano Babic
On 27/03/2012 13:01, Dirk Behme wrote: On 27.03.2012 12:25, chang-ming.hu...@freescale.com wrote: From: Jerry Huang chang-ming.hu...@freescale.com According to the card detection of p1/p2 paltform RM, typo = platform we should set SYSCTL[PEREN] to enable the clock. Otherwise, after

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Wolfgang Denk
Dear =?ISO-8859-2?Q?Viktor_K=F8iv=E1k?=, In message cajxx_aysp3co1cassngycqe_ydnibcmrwj7p6ggr6t-d9qb...@mail.gmail.com you wrote: And even if it was, the combination of -ffunction-sections / -fdata-sections with --gc-sections should prevent any damages. ... Yes that's the main problem.

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Marek Vasut
Dear Wolfgang Denk, Dear =?ISO-8859-2?Q?Viktor_K=F8iv=E1k?=, In message CAJxx_aysp3cO1CasSNgycqE_yDNiBcMRwJ7P6GGR6T-d9QbB- a...@mail.gmail.com you wrote: And even if it was, the combination of -ffunction-sections / -fdata-sections with --gc-sections should prevent any damages. ...

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Timur Tabi
Marek Vasut wrote: Sure, but I see no point in keeping such dead code in U-Boot code base. Aka. why keep functions in U-Boot that are never used? I think what Wolfgang is trying to say is that no one has proven that there actually IS any unused code. The ATI driver needs the BIOS emulator,

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Marek Vasut
Dear Timur Tabi, Marek Vasut wrote: Sure, but I see no point in keeping such dead code in U-Boot code base. Aka. why keep functions in U-Boot that are never used? I think what Wolfgang is trying to say is that no one has proven that there actually IS any unused code. The ATI driver

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Timur Tabi
Marek Vasut wrote: Agreed, but I expected there was some dead code and that was the point I was trying to express ;-) Well, until you do a thorough analysis, you really have no idea if there is any dead code at all. -- Timur Tabi Linux kernel developer at Freescale

Re: [U-Boot] [PATCH 0/6] add zip command support for uboot

2012-03-27 Thread Tom Rini
On Tue, Mar 27, 2012 at 04:04:29PM +0800, Lei Wen wrote: Hi, On Sun, Mar 25, 2012 at 11:53 PM, adrian.w...@gmail.com wrote: From: Lei Wen lei...@marvell.com This patch set add zip command support for uboot. The first two patches import deflate and trees functions from zlib 1.2.5

Re: [U-Boot] [PATCH V2] fs/fat: align disk buffers on cache line to enable DMA and cache

2012-03-27 Thread Tom Rini
On Tue, Mar 27, 2012 at 06:40:33PM +0200, Anatolij Gustschin wrote: On Tue, 27 Mar 2012 18:28:21 +0200 Dirk Behme dirk.be...@googlemail.com wrote: ... Anybody likes to comment/apply this patch? Both, this patch and the patch referenced by the above link were submitted when the merge

[U-Boot] Using qemu-system-ppc to boot U-Boot

2012-03-27 Thread Frank Svendsbøe
Hi, I'm trying to figure out if anyone has ported a PPC system to QEMU that is capable of booting U-Boot. Similar to the ARM versatilepb target, but for PPC instead. I've tried the Bamboo and MPC8544DS but it seems they only use stubs to OS calls and parses a DTB for info. If there's no target

[U-Boot] [PATCH V2] i.MX6: add enable_sata_clock()

2012-03-27 Thread Eric Nelson
Signed-off-by: Eric Nelson eric.nel...@boundarydevices.com --- This patch requires Stefano's driver for MX5/MX6 to be useful. http://lists.denx.de/pipermail/u-boot/2012-February/118530.html This is the first and board-independent part of what's needed to enable SATA on an i.MX6 board as

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

2012-03-27 Thread Albert ARIBAUD
Hi Tom, Le 27/03/2012 00:40, Tom Rini a écrit : Hello, I've resolved the conflict with the SPL Linux series. The following changes since commit cd207cde948ecf9ff50a0fa1ae2650f65579c9c9: Marek Vasut (1): IXP: Fix GPIO_INT_ACT_LOW_SET() are available in the git repository at:

Re: [U-Boot] [GIT PULL] Update - Pull request: u-boot-imx

2012-03-27 Thread Albert ARIBAUD
Hi Stefano, Le 27/03/2012 09:46, Stefano Babic a écrit : Hi Albert, please pull from u-boot-imx (rebased on current u-boot-arm). The following changes since commit cd207cde948ecf9ff50a0fa1ae2650f65579c9c9: IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-26 23:09:26 +0200) are available in the

Re: [U-Boot] please pull u-boot-samsung/master

2012-03-27 Thread Albert ARIBAUD
Hi Minkyu, Le 27/03/2012 11:44, Minkyu Kang a écrit : Albert, Please check this pull request. Please let me know if need the rebase. On 8 March 2012 19:14, Minkyu Kangmk7.k...@samsung.com wrote: Dear Albert, The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715:

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Marek Vasut
Dear Timur Tabi, Marek Vasut wrote: Agreed, but I expected there was some dead code and that was the point I was trying to express ;-) Well, until you do a thorough analysis, you really have no idea if there is any dead code at all. I don't ... but Viktor probably does and I believe

[U-Boot] [ARM] Status for 2012.03

2012-03-27 Thread Albert ARIBAUD
Hi all, I have been away from the list quite a few days, and will have a very trycky time catching up, so with my apologies, I ask people who need me to apply patches or pull requests for the upcoming release to please send me a private e-mail and point me to the list message that I should

[U-Boot] [ARM] Status for 2012.03

2012-03-27 Thread Albert ARIBAUD
Hi all, I have been away from the list quite a few days, and will have a very tricky time catching up, so with my apologies, I ask people who need me to apply patches or pull requests for the upcoming release to please send me a private e-mail and point me to the list message that I should

Re: [U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages

2012-03-27 Thread David Wagner
On 27/03/2012 10:32, Anatolij Gustschin wrote: [...] I'll queue them in my staging branch. Thanks, Anatolij Thanks a lot ! David. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Michael Walle
Am Dienstag 27 März 2012, 09:27:49 schrieb Prafulla Wadaskar: Is the chip 6281/6282 or 6192? It' a 88F6281-A1. -- Michael ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Using qemu-system-ppc to boot U-Boot

2012-03-27 Thread Wolfgang Denk
Dear Frank, In message CADNf2sxrQFDU0LLQWp5huRGgQiKbaLik1+2C=Oj=gjorp6x...@mail.gmail.com you wrote: I'm trying to figure out if anyone has ported a PPC system to QEMU that is capable of booting U-Boot. Similar to the ARM versatilepb target, but for PPC instead. I've tried the Bamboo and

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Michael Walle
Hi, Am Dienstag 27 März 2012, 13:05:05 schrieb Prafulla Wadaskar: I removed the hardcoded values from the environment and put it into a special rescue mode, so it won't show up until the user is explicitly choosing that mode. I can understand, that hardcoded values are bad but in this

Re: [U-Boot] Using qemu-system-ppc to boot U-Boot

2012-03-27 Thread Scott Wood
On 03/27/2012 03:53 PM, Wolfgang Denk wrote: Dear Frank, In message CADNf2sxrQFDU0LLQWp5huRGgQiKbaLik1+2C=Oj=gjorp6x...@mail.gmail.com you wrote: I'm trying to figure out if anyone has ported a PPC system to QEMU that is capable of booting U-Boot. Similar to the ARM versatilepb target,

Re: [U-Boot] [PATCH v2] lsxl: add support for lschlv2 and lsxhl

2012-03-27 Thread Wolfgang Denk
Dear Michael, In message 201203272255.59259.mich...@walle.cc you wrote: Wolfgang, what do you think about relaxing this policy a bit and allowing this class of devices (no service port/serial port available, no storage for the MAC address besides the environment) to use hardcoded values

Re: [U-Boot] Using qemu-system-ppc to boot U-Boot

2012-03-27 Thread Tom Rini
On Tue, Mar 27, 2012 at 03:59:48PM -0500, Scott Wood wrote: On 03/27/2012 03:53 PM, Wolfgang Denk wrote: Dear Frank, In message CADNf2sxrQFDU0LLQWp5huRGgQiKbaLik1+2C=Oj=gjorp6x...@mail.gmail.com you wrote: I'm trying to figure out if anyone has ported a PPC system to QEMU that

Re: [U-Boot] Using qemu-system-ppc to boot U-Boot

2012-03-27 Thread Scott Wood
On 03/27/2012 04:55 PM, Tom Rini wrote: On Tue, Mar 27, 2012 at 03:59:48PM -0500, Scott Wood wrote: On 03/27/2012 03:53 PM, Wolfgang Denk wrote: Dear Frank, In message CADNf2sxrQFDU0LLQWp5huRGgQiKbaLik1+2C=Oj=gjorp6x...@mail.gmail.com you wrote: I'm trying to figure out if anyone has

Re: [U-Boot] Using qemu-system-ppc to boot U-Boot

2012-03-27 Thread Marek Vasut
Dear Scott Wood, On 03/27/2012 03:53 PM, Wolfgang Denk wrote: Dear Frank, In message CADNf2sxrQFDU0LLQWp5huRGgQiKbaLik1+2C=Oj=gjorp6x...@mail.gmail.com you wrote: I'm trying to figure out if anyone has ported a PPC system to QEMU that is capable of booting U-Boot. Similar to the ARM

Re: [U-Boot] [PATCH V4 1/2] ext4fs ls load support

2012-03-27 Thread Graeme Russ
Hi Manjunatha Rob On Wed, Mar 28, 2012 at 12:46 AM, Rob Herring robherri...@gmail.com wrote: On 03/27/2012 08:13 AM, manjunatha wrote: Dear Rob Herring/ Wolfgang, As discussed in earlier mail chain, our current ext4 implementation is capable enough to list(ls) and read(load) ext2 partitons

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Viktor Křivák
Dear Timur Tabi, 2012/3/27 Marek Vasut ma...@denx.de: Dear Timur Tabi, Marek Vasut wrote: Agreed, but I expected there was some dead code and that was the point I was trying to express ;-) Well, until you do a thorough analysis, you really have no idea if there is any dead code at all.

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Graeme Russ
Hi Viktor, On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák viktor.kri...@gmail.com wrote: Dear Timur Tabi, 2012/3/27 Marek Vasut ma...@denx.de: Dear Timur Tabi, Marek Vasut wrote: Agreed, but I expected there was some dead code and that was the point I was trying to express ;-) Well,

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Marek Vasut
Dear Graeme Russ, Hi Viktor, On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák viktor.kri...@gmail.com wrote: Dear Timur Tabi, 2012/3/27 Marek Vasut ma...@denx.de: Dear Timur Tabi, Marek Vasut wrote: Agreed, but I expected there was some dead code and that was the point I

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Graeme Russ
Hi Marek, On Wed, Mar 28, 2012 at 10:46 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, Hi Viktor, On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák viktor.kri...@gmail.com wrote: Dear Timur Tabi, 2012/3/27 Marek Vasut ma...@denx.de: Dear Timur Tabi, Marek Vasut wrote:

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Marek Vasut
Dear Graeme Russ, Hi Marek, On Wed, Mar 28, 2012 at 10:46 AM, Marek Vasut ma...@denx.de wrote: Dear Graeme Russ, Hi Viktor, On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák viktor.kri...@gmail.com wrote: Dear Timur Tabi, 2012/3/27 Marek Vasut ma...@denx.de: Dear

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Graeme Russ
Marek, Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.  -- Antoine de Saint-Exupery And: Not all that is simple is perfect. However, all that is perfect is simple -- Unkown :)

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Marek Vasut
Dear Graeme Russ, Marek, Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away. -- Antoine de Saint-Exupery And: Not all that is simple is perfect. However, all that is perfect is simple -- Unkown :) That's

  1   2   >