[U-Boot] [PATCH v4 3/3] km/common: add pnvramsize to default environment

2011-05-13 Thread Holger Brunck
The pnvram size was used later from start scripts in linux. Therefore it was added to the default environment. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk

[U-Boot] [PATCH v4 0/3] km/common mainlining remaining parts

2011-05-13 Thread Holger Brunck
This patch serie comprehends the missing parts of the mostly already committed patch serie v2 km/common mainlining. See: http://lists.denx.de/pipermail/u-boot/2011-May/092323.html Holger Brunck (2): km/common: simplify default environment km/common: add pnvramsize to default environment

[U-Boot] [PATCH v4 2/3] km/common: simplify default environment

2011-05-13 Thread Holger Brunck
This is a first step to simplify the default environment. Move all the environment variables which are only needed for debugging purpose to textfiles in the scripts directory. In case of debugging these files can be loaded via tftp into RAM and set via the env import command. Other variables are

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

2011-05-13 Thread Stefan Roese
On Thursday 12 May 2011 23:49:40 Wolfgang Denk wrote: This patch decreases the code size of the nand_spl by turning multiple function pointer dereferences in a single function into a single local function pointer. Signed-off-by: Alex Waterman awater...@dawning.com Cc: Scott Wood

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

2011-05-13 Thread Kumar Gala
The following commit breaks building MPC8572DS_config (and a lot more): commit bbc6353c740064c8e0741b772376a1a67a1c3f01 Author: François Revol re...@free.fr Date: Fri Mar 18 11:03:03 2011 + Fix building tools alone with host compiler - don't include config.h when building with host

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

2011-05-13 Thread Stefano Babic
On 05/13/2011 05:08 AM, Jason Liu wrote: Hi, Stefano, Hi Jason, This is not what I meant. You have duplicated the code, instead of merge the two functions together. And I think the switch is wrong. This file provides a general access to PMIc using SPI/I2C. There should not be #ifdef related

[U-Boot] Dear Beneficiary, It is with gladness, i write you this message, to congratulate you on the successful release of the sum of $25 Million USD to you, Credited to Online Bank ATM Card account t

2011-05-13 Thread Mr . Jimmy Isu
Dear Beneficiary, It is with gladness, i write you this message, to congratulate you on the successful release of the sum of $25 Million USD to you, Credited to Online Bank ATM Card account that was set up for you in our bank the Intercontinental Bank Plc. The Metropolitan Courier is unable to

[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

[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 ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/Makefile |3 +++ arch/powerpc/cpu/mpc85xx/p2040_ids.c |3 +++ arch/powerpc/cpu/mpc8xxx/cpu.c|2 ++

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

2011-05-13 Thread Kumar Gala
From: Mingkai Hu mingkai...@freescale.com Add P2040 SoC specific information: * LIODN setup * Portal configuration * etc Signed-off-by: Mingkai Hu mingkai...@freescale.com Signed-off-by: Roy Zang tie-fei.z...@freescale.com Signed-off-by: Kumar Gala ga...@kernel.crashing.org ---

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

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

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 sba...@denx.de: 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 very

[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 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 exclude:

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 fabio.este...@freescale.com --- 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

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 sba...@denx.de 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] 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 fabio.este...@freescale.com --- drivers/mmc/fsl_esdhc.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[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] 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 re...@free.fr Date: Fri Mar 18 11:03:03 2011 +

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

[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

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 tho...@wytron.com.tw

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 sba...@denx.de 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;

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

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

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(0)...

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; Prafulla Wadaskar;

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

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 would

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] 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 awater...@dawning.com Date: Tue, 3 May 2011 15:00:23 -0400 Subject: [PATCH] Decreases code size of the nand_spl The canyonland boards

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

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 holger.bru...@keymile.com 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

[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 s...@chromium.org --- README |6 ++ arch/arm/lib/bootm.c |3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/README b/README index

[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 s...@chromium.org --- README | 11 common/Makefile |1

[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 s...@chromium.org --- 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

[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 s...@chromium.org --- common/bootstage.c | 48

[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

[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