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 de

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 walle.cc> > Cc: Prafulla Wadaskar marvell.com>

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

[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 Signed-off-by: Kyungmin Park --- drivers/mmc/mmc.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c ind

[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 Signed-off-by: Kyungmin Park --- common/cmd_mmc.c |5 - drivers/mmc/mmc.c | 25 + include/mmc.h |8 +

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 >>> 32ec258f829808dd7cf74fd83ba999fdaae

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 maste

[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 Signed-off-by: Kyungmin Park Cc: Minkyu Kang --

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

2012-03-27 Thread Alison Wang
From: Alison Wang 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 single call. These macro

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

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang --- 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 +- board/freescale/m52277evb/m

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

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang --- 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 ++-- board/freescale/m520

[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 --- 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 ++-- arch/m68k/cpu/mcf5445x/speed

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

[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 --- 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 + board/freescale/m53017evb/m530

[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 --- 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 --- a/arch/m68k/include/asm/io.h +++ b/arc

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, wrote: > From: Lei Wen > > 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 to > make the import file could be b

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

2012-03-27 Thread Alison Wang
Signed-off-by: Alison Wang --- 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 ++- board/freescale/m5235evb/m5235evb.c

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 wrote: > On 15/01/2012 02:22, Mike Frysinger wrote: > > Acked-by: Mike Frysinger > > -mike > > > > Dear Wolfgang, > > I think Mike has acked all the 7 patches in v5. Thanks a lot if you can > apply them. I'll queue them in my stag

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 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 > --- > tools/mkenvimage.c | 41 +++-- > 1 files chan

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 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 > --- > tools/mkenvimage.c |3 ++- > 1 files changed, 2 insertions(+),

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 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 > --- > tools/mkenvimage.c | 31 ++

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 wrote: > Signed-off-by: David Wagner > --- > tools/mkenvimage.c | 26 +- > 1 files changed, 13 insertions(+), 13 deletions(-) Applied to u-boot-staging/ag...@denx.de, thanks. Anatolij ___

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 wrote: > Fall back to read() if it fails. > > Signed-off-by: David Wagner > --- > tools/mkenvimage.c | 25 +++-- > 1 files changed, 19 insertions(+), 6 deletions(-) Applied to u-boot-staging/ag...@denx.de, thanks. Anatolij

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 wrote: > Remove this feature since it seems impossible to reliably detect them. > > Signed-off-by: David Wagner > --- > tools/mkenvimage.c |8 > 1 files changed, 0 insertions(+), 8 deletions(-) Applied to u-boot-staging/ag...@denx.d

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 wrote: > Signed-off-by: David Wagner > --- > tools/mkenvimage.c |4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) Applied to u-boot-staging/ag...@denx.de, thanks. Anatolij ___ U-Boot mail

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 Hashim 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 u

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 wrote: > Fix typo on CONFIG_SYS_HUSH_PARSER. > > Signed-off-by: Fabio Estevam > --- > include/configs/EB+MCF-EV123.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/EB+MCF-EV123.h b/i

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 conce

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

2012-03-27 Thread Pierre
Mehmet Fatih Özay 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 usb-ethe

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 wrote: > Dear Albert, > > The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: > >  IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100) > > are availa

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

2012-03-27 Thread Anatolij Gustschin
From: Tim Kientzle 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 ifname sometimes which

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

[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 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 CC: Andy Fleming --- drivers/mmc/fsl_esdhc.c

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

2012-03-27 Thread Chang-Ming.Huang
From: Jerry Huang 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 remove this member 'has_init

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 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 card, the SD card can't be dete

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. > > >> +++ b/

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 wrote: > adresses/addresses > alernate/alternate > asssuming/assuming > calcualted/calculated > enviroment/environment > evalutation/evaluation > falsh/flash > labled/labeled > paramaters/parameters > > Signed-off-by: Thomas Weber >

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 Reported-by: Michal Simek --- include/configs/microblaze-generic.h | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/i

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

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 this

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 wrote: > Dear Fabio Estevam, > >> Add a README file for mx28evk board. >> >> Signed-off-by: Fabio Estevam > > Acked-by: Marek Vasut Would it be possible to have this patch applied for 2012.03? Or is it too late? Since mx28evk will be introduced in 2012.03,

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 wrote: > > Dear Fabio Estevam, > > > >> Add a README file for mx28evk board. > >> > >> Signed-off-by: Fabio Estevam > > > > Acked-by: Marek Vasut > > Would it be possible to have this patch applied for 2012.03? Or is it too > la

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 wrote: >> Dear Fabio Estevam, >> >>> Add a README file for mx28evk board. >>> >>> Signed-off-by: Fabio Estevam >> >> Acked-by: Marek Vasut > > Would it be possible to have this patch applied for 201

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 wrote: > We've already got a mdelay() func in common code, so use that instead. > > Signed-off-by: Mike Frysinger > --- > drivers/net/smc9.c | 15 ++- > 1 files changed, 2 insertions(+), 13 deletions(-) Applied to u

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 wrote: >>> Dear Fabio Estevam, >>> Add a README file for mx28evk board. Signed-off-by: Fabio Estevam >>> >>> Acked-by: Marek Vasut >> >> Would it be possible to have this

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 sm

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" wrote: > Without this patch, some versions of gcc (at least ELDK 4.2) complain > about dereferencing type-punned pointers. > > Reported-by: Marek Vasut > Signed-off-by: Jason Hobbs > Cc: Heiko Schocher > Cc: Marek Vasut > --- >

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

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 wrote: > On 13.03.2012 02:24, Eric Nelson wrote: > > On 03/04/2012 02:46 PM, Eric Nelson wrote: > >> Signed-off-by: Eric Nelson > >> Acked-by: Mike Frysinger > >> --- > >> fs/fat/fat.c | 14 -- > >> 1 files changed, 8 insertion

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 > > Signed-off-by: Uma Shankar > Signed-off-by: Manjunatha C Achar > Signed-off-by: Iqbal Shareef > Signed-off-by: Hakgoo Lee > --- > Changes for v3: > - Copyright has been updated in respective files >

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

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 Behme wrote: On 13.03.2012 02:24, Eric Nelson wrote: On 03/04/2012 02:46 PM, Eric Nelson wrote: Signed-off-by: Eric Nelson Acked-by: Mike Frysinger --- fs/fat/fat.c | 14 -- 1 files

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 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 rc1 is out, un

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 wrote: > This feature is not available on ARM, so it is an error to define it. > > Signed-off-by: Simon Glass > --- > include/configs/snapper9260.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Applied to u-boot-staging/ag...@denx.

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

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

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Wolfgang Denk
Dear =?ISO-8859-2?Q?Viktor_K=F8iv=E1k?=, In message 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. Lots of code i unused. Basically > everything except BootVideo

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 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. Lots of code i unused. B

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 driv

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, wrote: > > From: Lei Wen > > > > 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

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

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

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

2012-03-27 Thread Eric Nelson
Signed-off-by: Eric Nelson --- 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 discussed in this thread:

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

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 gi

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 Kang wrote: Dear Albert, The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: IXP: Fix GPIO_INT_ACT_L

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 beli

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

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

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 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 MPC8544DS but > it seems they only use stubs to OS calls and pars

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 >

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

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 v

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

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 >>> you >>> wrote: I'm trying to figure out if anyone has ported a PPC system to QEMU that is ca

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

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 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 as well. >>

Re: [U-Boot] BIOS EMULATOR driver

2012-03-27 Thread Viktor Křivák
Dear Timur Tabi, 2012/3/27 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

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 wrote: > Dear Timur Tabi, > > 2012/3/27 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

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 wrote: > > Dear Timur Tabi, > > > > 2012/3/27 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

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 wrote: > Dear Graeme Russ, > >> Hi Viktor, >> >> On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák > wrote: >> > Dear Timur Tabi, >> > >> > 2012/3/27 Marek Vasut : >> >> Dear Timur Tabi, >> >> >> >>> Marek Vasut wrote: >> >>> > Agreed, but I e

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 wrote: > > Dear Graeme Russ, > > > >> Hi Viktor, > >> > >> On Wed, Mar 28, 2012 at 9:46 AM, Viktor Křivák > > > > wrote: > >> > Dear Timur Tabi, > >> > > >> > 2012/3/27 Marek Vasut : > >> >> Dear Timur Tabi, > >

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

[U-Boot] [PATCH v5] kirkwood: add support for Cloud Engines Pogoplug E02

2012-03-27 Thread Dave Purdy
This patch adds support for Cloud Engines Pogoplug E02 Information regarding the CE Pogoplug E02 board can be found at: http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray Signed-off-by: Dave Purdy Cc: prafu...@marvell.com Cc: albert.u.b...@aribaud.net --- Changes for v5: - eliminated

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

2012-03-27 Thread Lei Wen
Hi Tom, On Wed, Mar 28, 2012 at 2:12 AM, Tom Rini wrote: > On Tue, Mar 27, 2012 at 04:04:29PM +0800, Lei Wen wrote: >> Hi, >> >> On Sun, Mar 25, 2012 at 11:53 PM,   wrote: >> > From: Lei Wen >> > >> > This patch set add zip command support for uboot. >> > The first two patches import deflate and

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

2012-03-27 Thread Huang Changming-R66093
Thanks Jerry Huang > -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: Wednesday, March 28, 2012 1:13 AM > To: Huang Changming-R66093 > Cc: u-boot@lists.denx.de; Andy Fleming > Subject: Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock > to detect th

Re: [U-Boot] [PATCH] EXYNOS: Detect cpuid based on Exynos product codes

2012-03-27 Thread Minkyu Kang
Dear Chander Kashyap, On 14 March 2012 15:42, Chander Kashyap wrote: > Exynos based SoC's have two different naming conventions. > One is S5PC_ and other is EXXX_. This patch adds > generic code to handle EXXX_ connvention. > > Signed-off-by: Chander Kashyap > --- >  arch/arm/include

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

2012-03-27 Thread Huang Changming-R66093
Thanks Jerry Huang > -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: Wednesday, March 28, 2012 1:17 AM > To: Dirk Behme > Cc: Huang Changming-R66093; u-boot@lists.denx.de; Andy Fleming > Subject: Re: [U-Boot] [PATCH 1/2] FSL/eSDHC: enable the peripheral clock >

[U-Boot] [PATCH v2 05/21] net: Encapsulate CDP packet identification

2012-03-27 Thread Joe Hershberger
Checking for CDP packets should be encapsulated, not copied code. Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Simon Glass Cc: Mike Frysinger --- Changes for v2: - Split from patch "Move CDP out of net.c" - Changed to static inline arch/powerpc/cpu/mpc8xx/fec.c |2 +- inc

[U-Boot] [PATCH v2 17/21] net: cosmetic: Rename CDPHandler to CDPReceive

2012-03-27 Thread Joe Hershberger
This is not called as a handler, so don't name it that way Signed-off-by: Joe Hershberger Cc: Joe Hershberger Cc: Simon Glass Cc: Mike Frysinger --- Changes for v2: - Split from "Improve variable names and code readability" net/cdp.c |2 +- net/cdp.h |2 +- net/net.c |2 +- 3

  1   2   >