[U-Boot] Hello

2011-05-13 Thread rita_1mpka
Hello dear, My name is Rita I am a girl, I saw your profile here and my spirite ask me to contact you about this important issue so please, I would like you to send me mail here (rita_1m...@yahoo.com) so that i will tell you about me important issue and also give you my sweet picture. I am wait

[U-Boot] [PATCH 0/4] Accurate boot time measurement

2011-05-13 Thread Simon Glass
This defines the basics of a new boot time measurement feature. This allows logging of very accurate time measurements as the boot proceeds, by using an available microsecond counter. To enable the feature, define CONFIG_BOOTSTAGE in your board config file. Also available is CONFIG_BOOTSTAGE_REPOR

[U-Boot] [PATCH 2/4] Add bootstage progress report

2011-05-13 Thread Simon Glass
You can call bootstage_report() at any time to print a report on boot stage timings. It should ideally be called just before U-Boot hands off execution to the next stage boot. Signed-off-by: Simon Glass --- common/bootstage.c | 48 include/boot

[U-Boot] [PATCH 3/4] Add bootstage calls in places appropriate for network booting

2011-05-13 Thread Simon Glass
This adds calls to to the bootstage_mark() function at various places through the boot process. Signed-off-by: Simon Glass --- arch/arm/lib/board.c |2 ++ arch/arm/lib/bootm.c |1 + common/cmd_bootm.c |2 ++ common/cmd_net.c |7 ++- common/cmd_usb.c |1 + net/bo

[U-Boot] [PATCH 1/4] Add microsecond boot time measurement

2011-05-13 Thread Simon Glass
This defines the basics of a new boot time measurement feature. This allows logging of very accurate time measurements as the boot proceeds, by using an available microsecond counter. Signed-off-by: Simon Glass --- README | 11 common/Makefile |1 + common/bootsta

[U-Boot] [PATCH 4/4] Add option to print boot stage report before starting kernel

2011-05-13 Thread Simon Glass
Define CONFIG_BOOTSTAGE_REPORT to get a timing report before the kernel runs. Signed-off-by: Simon Glass --- README |6 ++ arch/arm/lib/bootm.c |3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index f9e4e65..d53981c 100644 --- a/REA

Re: [U-Boot] [PATCH v3 8/8] arm/km: update mgcoge3un board support

2011-05-13 Thread Wolfgang Denk
Dear Holger Brunck, In message <4dcd3c43.7030...@keymile.com> you wrote: > > >> From: Holger Brunck > > > > This line should be removed or moved to cc/ack/test list, it will appear in > > commit log > > this is only the indication that the patch is not from Valentin and is common > practice o

[U-Boot] Pull request: nand flash

2011-05-13 Thread Scott Wood
The following changes since commit 91081e01b10d64e99dc485e477e6ae3b1171e8ce: Revert "Fix building tools alone with host compiler" (2011-05-13 13:37:20 +0200) are available in the git repository at: git://git.denx.de/u-boot-nand-flash.git master Alex Waterman (1): Decreases code size o

Re: [U-Boot] [PATCH] Decreases code size of the nand_spl

2011-05-13 Thread Scott Wood
On Wed, May 04, 2011 at 09:10:15AM -0400, Alex Waterman wrote: > From b59f1e5b0bc3684615756c12fd5c5f9fcaa4c812 Mon Sep 17 00:00:00 2001 > From: Alex Waterman > Date: Tue, 3 May 2011 15:00:23 -0400 > Subject: [PATCH] Decreases code size of the nand_spl > > The canyonland boards nand_spl size is ju

Re: [U-Boot] [PATCH] nand_spl: nand_boot.c: Init nand_chip.options to 0

2011-05-13 Thread Scott Wood
On Wed, May 04, 2011 at 11:44:44AM +0200, Stefan Roese wrote: > Patch 65a9db7b [nand_spl: Fix large page nand_command()] broke > nand booting on canyonlands. "options" has to be initialized to > 0. If not, boards might have the NAND_BUSWIDTH_16 bit set, > resulting in wrong offset calculation. > >

Re: [U-Boot] [PATCH] nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAY

2011-05-13 Thread Scott Wood
On Wed, May 04, 2011 at 11:44:14AM +0200, Stefan Roese wrote: > There are multiple reasons why this define should be removed: > > First it saves some space and therefore fixes a problem we have on > the canyonlands_nand and glacier_nand targets right now. > > Second, the define was hackish and wo

[U-Boot] [PATCH v2] AT91: Add SD/MMC controller support

2011-05-13 Thread Valerio Bardelli
Hi. I see that "[PATCH v2] AT91: Add SD/MMC controller support" and "[PATCH v3] AT91: Add SD/MMC controller support" adds the possibility (I suppose) to use the SD card inside the U-BOOT also for my board based on Atmel at91sam9263. But these patches also integrate the mmc commands (like mmcin

Re: [U-Boot] [PATCH v3 8/8] arm/km: update mgcoge3un board support

2011-05-13 Thread Holger Brunck
Hi Prafulla, thanks for reviewing. On 05/12/2011 01:01 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] >> Sent: Wednesday, May 04, 2011 9:24 PM >> To: u-boot@lists.denx.de >> Cc: holger.bru...@keymile.com; Prafull

Re: [U-Boot] Write error on fsl_esdhc driver

2011-05-13 Thread Stefano Babic
On 05/13/2011 02:35 PM, Fabio Estevam wrote: > Hi, > Hi Fbio, > When trying to save environment variables into a SD card on MX51 and > MX53 boards I am getting the following error: > > MX51EVK U-Boot > set ipaddr 192.168.1.1 > MX51EVK U-Boot > save > Saving Environment to MMC... > Writing to MMC

[U-Boot] [PATCH v2] MX53: Add initial support for MX53SMD board.

2011-05-13 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- Changes since v1: - Fix Copyright typo - Drop board_late_init MAINTAINERS |1 + board/freescale/mx53smd/Makefile | 48 board/freescale/mx53smd/imximage.cfg | 96 +++ board/freescale/mx53smd/mx53smd.c|

Re: [U-Boot] [PATCH] MX53: Add initial support for MX53SMD board.

2011-05-13 Thread Fabio Estevam
Hi Stefano, On Fri, May 13, 2011 at 6:01 AM, Stefano Babic wrote: ... >> +# >> +# (C Copyright 2009 > > Can you add the missing ")" ? I know it was my mistake, but we are > spreading this on more files ;-) Sure. Will send it in v2. ... >> +int board_mmc_init(bd_t *bis) >> +{ >> +     u32 index;

Re: [U-Boot] [PATCH] nios2: Make STANDALONE_LOAD_ADDR configurable per board

2011-05-13 Thread Scott McNutt
Thomas, Applied to git://git.denx.de/u-boot-nios.git next Thanks, --Scott Thomas Chou wrote: > Follow commit 8ae86b76c648d8bef97241c78e2fddb1c4f164d3 > which changed the variable name. > > Fix this error, > nios2-elf-ld: invalid hex number `-o' > > Signed-off-by: Thomas Chou > --- > for u-boo

[U-Boot] Write error on fsl_esdhc driver

2011-05-13 Thread Fabio Estevam
Hi, When trying to save environment variables into a SD card on MX51 and MX53 boards I am getting the following error: MX51EVK U-Boot > set ipaddr 192.168.1.1 MX51EVK U-Boot > save Saving Environment to MMC... Writing to MMC(0)... MMC: block number 0x6be604 exceeds max(0x3aa000) failed I will st

[U-Boot] [PATCH v7 1/1] MX53: support for freescale MX53LOCO board

2011-05-13 Thread Jason Liu
This patch add initial support for freescale MX53LOCO board. Network(FEC),SD/MMC,UART have been supported by this patch Signed-off-by: Jason Liu --- Changes since v6: - move the pmic support out from this patchset Changes since v5: - merge the "Add power init support" patch changes since v4: - re

Re: [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check

2011-05-13 Thread Prafulla Wadaskar
> -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Thursday, May 12, 2011 10:42 PM > To: Simon Guinot > Cc: Prafulla Wadaskar; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check > > Dear Simon Guinot, > > In message <1305

Re: [U-Boot] build breakage with - Fix building tools alone with host compiler patch

2011-05-13 Thread Wolfgang Denk
Dear Kumar Gala, In message <11222111-2be4-4e1e-a56d-a82f86588...@freescale.com> you wrote: > The following commit breaks building MPC8572DS_config (and a lot more): > > commit bbc6353c740064c8e0741b772376a1a67a1c3f01 > Author: Fran=E7ois Revol > Date: Fri Mar 18 11:03:03 2011 + > >Fi

[U-Boot] USB only works in Linux if started in UBoot

2011-05-13 Thread Mehresh Ramneek-B31383
Hi Einar On which platform you faced this issue ? Regards, Ramneek. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] fsl_esdhc: Initialize mmc->b_max

2011-05-13 Thread Stefano Babic
On 05/12/2011 09:33 PM, Fabio Estevam wrote: > commit 262951(MMC: make b_max unconditional) missed to update fsl_esdhc. > > Signed-off-by: Fabio Estevam > --- > drivers/mmc/fsl_esdhc.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/mmc/fsl_esdhc.c b/driver

Re: [U-Boot] [PATCH V7 2/3] PMIC: Add dialog pmic support

2011-05-13 Thread Jason Hui
Hi, Stefano On Fri, May 13, 2011 at 4:47 PM, Stefano Babic wrote: > On 05/13/2011 10:41 AM, Jason Liu wrote: > >>> The patch adds several functions that are strictly related to the >>> processor and I am checking with the reference manuals to understand >>> them. I need more time for it. >> >> If

Re: [U-Boot] [PATCH] MX53: Add initial support for MX53SMD board.

2011-05-13 Thread Stefano Babic
On 05/12/2011 08:56 PM, Fabio Estevam wrote: > Signed-off-by: Fabio Estevam > --- Hi Fabio, only a few comments. > diff --git a/board/freescale/mx53smd/imximage.cfg > b/board/freescale/mx53smd/imximage.cfg > new file mode 100644 > index 000..921f2d9 > --- /dev/null > +++ b/board/freescale/

Re: [U-Boot] [PATCH V7 2/3] PMIC: Add dialog pmic support

2011-05-13 Thread Stefano Babic
On 05/13/2011 10:41 AM, Jason Liu wrote: >> The patch adds several functions that are strictly related to the >> processor and I am checking with the reference manuals to understand >> them. I need more time for it. > > If that, can we consider that I just add the basic mx53loco support: > which

[U-Boot] [PULL] Pull request u-boot-atmel.git next

2011-05-13 Thread Reinhard Meyer
Dear Albert, The following changes since commit 2e73808ee97d75400881d1fe144b062f427cfcb9: Clint Adams (1): Enable multiple fs options for Marvell SoC family on OpenRD boards are available in the git repository at: git://git.denx.de/u-boot-atmel.git next Andreas Bießmann (19):

Re: [U-Boot] [PATCH V7 2/3] PMIC: Add dialog pmic support

2011-05-13 Thread Jason Liu
Hi, Stefano, 2011/5/13 Stefano Babic : > On 05/13/2011 05:08 AM, Jason Liu wrote: >> Hi, Stefano, > > Hi Jason, > [...] >> >> And BTW, do you have any comments about the 1/3 clock patch? If you >> have, please tell it >> as early as possible and I don't want to let the patch version goes up >> ver

Re: [U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

2011-05-13 Thread Remy Bohmer
Hi Simon, >> This patch touches a lot of files in different subsystems. >> Please split it up. For example start with a patch series modifying >> the generic USB code in drivers/usb, followed by a series that >> modifies board files. > > Hi Remy, > Thanks for the response. The series has 7 patches

Re: [U-Boot] [PATCH v2 3/6] TFTP: rename "server" to "remote"

2011-05-13 Thread Luca Ceresoli
Hi Wolfgang, Wolfgang Denk wrote: > Dear Luca Ceresoli, > > In message<1303143594-5345-4-git-send-email-luca.ceres...@comelit.it> you > wrote: >> With the upcoming TFTP server implementation, the remote node can be >> either a client or a server, so avoid ambiguities. >> >> Signed-off-by: Luca C

[U-Boot] [PATCH 1/2] powerpc/p2040: Add various p2040 specific information

2011-05-13 Thread Kumar Gala
From: Mingkai Hu Add P2040 SoC specific information: * LIODN setup * Portal configuration * etc Signed-off-by: Mingkai Hu Signed-off-by: Roy Zang Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile |3 + arch/powerpc/cpu/mpc85xx/p2040_ids.c| 103 +++

[U-Boot] [PATCH 2/2] powerpc/85xx: Add P2041 processor support

2011-05-13 Thread Kumar Gala
The P2041 is similar to P2040, however has a 10G port and backside L2 Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/Makefile |3 +++ arch/powerpc/cpu/mpc85xx/p2040_ids.c |3 +++ arch/powerpc/cpu/mpc8xxx/cpu.c|2 ++ arch/powerpc/include/asm/config_mpc

[U-Boot] new six types of hot sale tablet pc for wholesalers

2011-05-13 Thread Danhonghaotian Ecommerce Co., Ltd.
Hi there, Im happy to introduce to you the company supply most comprehensive China tablet pcs of best quality and price, Shenzhen Danhonghaotian Ecommerce Co., Ltd. Our company is a hi-tech OEM/ODM manufacturer of consumer electronic products based in Shenzhen, China. With our own experienc