[U-Boot] [PATCH] Add support for LPC2468 from NXP

2010-05-12 Thread Remco Poelstra
Add support for LPC2468 from NXP Basic startup code Internal flash is supported (for environment storage) Signed-off-by: Remco Poelstra remco.poels...@duran-audio.com --- MAKEALL |1 + Makefile |3 +

[U-Boot] help me, SMDK6410's uboot how to boot from SD card???

2010-05-12 Thread hunh
Hi, How boot from the SD card?? 2010-05-12 hunh ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Read-only env variables

2010-05-12 Thread Wolfgang Denk
Dear Joe Hershberger, In message aanlktil26wmjri5oq2imfnnec8lgoylsjbgoqktlx...@mail.gmail.com you wrote: I ran into the same situation, where I needed set of environment variables for in house testing, and a different set for when products actually go out to customers. So we were erasing

Re: [U-Boot] [PATCH] Add support for LPC2468 from NXP

2010-05-12 Thread Wolfgang Denk
Dear Remco Poelstra, In message 4bea5c8b.6080...@duran-audio.com you wrote: Add support for LPC2468 from NXP Basic startup code Internal flash is supported (for environment storage) Signed-off-by: Remco Poelstra remco.poels...@duran-audio.com --- MAKEALL

[U-Boot] [PATCH 1/4] SD1.00 wide-bus fix

2010-05-12 Thread Alagu Sankar
Fixed a bug wherein SD version 1.0 cards were not configured for 4-bit mode Signed-off-by: Alagu Sankar alagusan...@embwise.com --- drivers/mmc/mmc.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index cf4ea16..959d8ad 100644

[U-Boot] [PATCH 4/4] Environment in MMC

2010-05-12 Thread Alagu Sankar
This patch is to save environment data to mmc card. It uses interfaces defined in generic MMC framework. This is enabled with CONFIG_ENV_IS_IN_MMC option. Based on the earlier patch from Terry Lv at Freescale Signed-off-by: Alagu Sankar alagusan...@embwise.com --- arch/arm/lib/board.c |

[U-Boot] [PATCH 3/4] MMC Multi-block Support

2010-05-12 Thread Alagu Sankar
Added Multi-Block Read support for Generic MMC. Modified existing multi-block write to limit the maximum number of blocks per transfer. This feature is enabled with CONFIG_MMC_MBLOCK option. A new member is added in the mmc structure for the host controller to specify the maximum number of

[U-Boot] [PATCH 1/5] Davinci DM355 Build Error Fix

2010-05-12 Thread Alagu Sankar
Fixed the build process that is broken by the recent changes in DM9000 network driver with __io(p) configuration option Signed-off-by: Alagu Sankar alagusan...@embwise.com --- include/configs/davinci_dm355evm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[U-Boot] [PATCH 5/5] Davinci: Utility for MMC boot

2010-05-12 Thread Alagu Sankar
This is a Linux command line tool specific to TI's Davinci platforms, for flashing UBL (User Boot Loader), u-boot and u-boot Environment in the MMC/SD card. This MMC/SD card can be used for booting Davinci platforms that supports MMC/SD boot option. Signed-off-by: Alagu Sankar

[U-Boot] [PATCH 2/5] Davinci MMCSD Support

2010-05-12 Thread Alagu Sankar
Added support for MMC/SD cards for Davinci. This feature is enabled by CONFIG_DAVINCI_MMC and is dependant on CONFIG_MMC and CONFIG_GENERIC_MMC options. This is tested on DM355 and DM365 EVMs with both the available mmc controllers. Signed-off-by: Alagu Sankar alagusan...@embwise.com ---

[U-Boot] [PATCH 3/5] Davinci Multiblock MMC

2010-05-12 Thread Alagu Sankar
Multi-block Read/Write support for Davinci. Uses the new CONFIG_MMC_MBLOCK feature under Generic MMC framework. Signed-off-by: Alagu Sankar alagusan...@embwise.com --- drivers/mmc/davinci_mmc.c |3 +++ include/configs/davinci_dm355evm.h |1 + include/configs/davinci_dm365evm.h

[U-Boot] [PATCH 4/5] Davinci: Environment in MMC

2010-05-12 Thread Alagu Sankar
Enables Configuration support in MMC for Davinci. Works with Davinci uflash utility for storing pre-defined configuration options in MMC card. Signed-off-by: Alagu Sankar alagusan...@embwise.com --- include/configs/davinci_dm355evm.h |8 include/configs/davinci_dm365evm.h |8

[U-Boot] [PATCH 2/5] Davinci MMCSD Support

2010-05-12 Thread Alagu Sankar
Added support for MMC/SD cards for Davinci. This feature is enabled by CONFIG_DAVINCI_MMC and is dependant on CONFIG_MMC and CONFIG_GENERIC_MMC options. This is tested on DM355 and DM365 EVMs with both the available mmc controllers. Signed-off-by: Alagu Sankar alagusan...@embwise.com ---

[U-Boot] [PATCH 3/5] Davinci Multiblock MMC

2010-05-12 Thread Alagu Sankar
Multi-block Read/Write support for Davinci. Uses the new CONFIG_MMC_MBLOCK feature under Generic MMC framework. Signed-off-by: Alagu Sankar alagusan...@embwise.com --- drivers/mmc/davinci_mmc.c |3 +++ include/configs/davinci_dm355evm.h |1 + include/configs/davinci_dm365evm.h

[U-Boot] [PATCH 4/5] Davinci: Environment in MMC

2010-05-12 Thread Alagu Sankar
Enables Configuration support in MMC for Davinci. Works with Davinci uflash utility for storing pre-defined configuration options in MMC card. Signed-off-by: Alagu Sankar alagusan...@embwise.com --- include/configs/davinci_dm355evm.h |8 include/configs/davinci_dm365evm.h |8

Re: [U-Boot] [PATCH v3] Enabled support for Rev 1.3 SPD for DDR2 DIMMs

2010-05-12 Thread Kumar Gala
On May 7, 2010, at 9:12 AM, York Sun wrote: SPD has minor change from Rev 1.2 to 1.3. This patch enables Rev 1.3. The difference has ben examined and the code is compatible. Speed bins is not verified on hardware for CL7 at this moment. This patch also enables SPD Rev 1.x where x is up to

[U-Boot] Please pull u-boot-mpc85xx.git

2010-05-12 Thread Kumar Gala
The following changes since commit ab92d0fd9abd0d4726878a80c6baf3a0f94770b8: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx are available in the git repository at: git://git.denx.de/u-boot-mpc85xx.git master Jerry Huang (1): fsl-diu: Using I/O

[U-Boot] Freescale 4080DS availabity?

2010-05-12 Thread Reynolds, Stephen (GE Intelligent Platforms)
Hi Could anyone from Freescale please tell me if the patches for the P4080DS will be applied to the main U-Boot tree, and if there is a date these are expected to come through? Thanks for your help Steve ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 3/4] MMC Multi-block Support

2010-05-12 Thread Alagu Sankar
Added Multi-Block Read support for Generic MMC. Modified existing multi-block write to limit the maximum number of blocks per transfer. This feature is enabled with CONFIG_MMC_MBLOCK option. A new member is added in the mmc structure for the host controller to specify the maximum number of

Re: [U-Boot] Freescale 4080DS availabity?

2010-05-12 Thread Kumar Gala
On May 12, 2010, at 5:00 AM, Reynolds, Stephen (GE Intelligent Platforms) wrote: Hi Could anyone from Freescale please tell me if the patches for the P4080DS will be applied to the main U-Boot tree, and if there is a date these are expected to come through? They will be applied once

Re: [U-Boot] [PATCH v4] POST cleanup.

2010-05-12 Thread Detlev Zundel
Hi Michael, diff --git a/board/barco/barco.c b/board/barco/barco.c index c5fe8c4..2d01f1b 100644 --- a/board/barco/barco.c +++ b/board/barco/barco.c @@ -348,12 +348,3 @@ int serial_tstc (void)  {       return 0;  } - -unsigned long post_word_load (void) -{ -     return 0l; -} -void

[U-Boot] [RFC] General purpose utilities - cleanup

2010-05-12 Thread Michael Zaidman
While looking for more appropriate place for the BUILD_BUG_ON macros than its ubi_uboot.h current location (see the http://lists.denx.de/pipermail/u-boot/2010-April/069391.html thread) I realized the following: 1. There is necessity in general purpose utilities like those that Linux defines

Re: [U-Boot] [PATCH v4] POST cleanup.

2010-05-12 Thread Michael Zaidman
On Wed, May 12, 2010 at 3:02 PM, Detlev Zundel d...@denx.de wrote: Hi Michael, diff --git a/board/barco/barco.c b/board/barco/barco.c index c5fe8c4..2d01f1b 100644 --- a/board/barco/barco.c +++ b/board/barco/barco.c @@ -348,12 +348,3 @@ int serial_tstc (void)  {       return 0;  } -

Re: [U-Boot] [PATCH v2] Add support for LPC2468 from NXP

2010-05-12 Thread Remco Poelstra
Add support for LPC2468 from NXP Basic startup code Internal flash is supported (for environment storage) Signed-off-by: Remco Poelstraremco.poels...@duran-audio.com --- MAINTAINERS |4 + MAKEALL |1 + Makefile

Re: [U-Boot] [PATCH v2] Add support for LPC2468 from NXP

2010-05-12 Thread Remco Poelstra
On 12-05-10 15:01, Remco Poelstra wrote: Add support for LPC2468 from NXP Basic startup code Internal flash is supported (for environment storage) Signed-off-by: Remco Poelstraremco.poels...@duran-audio.com --- MAINTAINERS |4 + MAKEALL

Re: [U-Boot] [PATCH] mmc: modified calculated mmc-capacity set mmc trans_speed

2010-05-12 Thread Minkyu Kang
Dear Andy, On 7 May 2010 16:52, Andy Fleming aflem...@gmail.com wrote: On Fri, May 7, 2010 at 1:45 AM, Jae hoon Chung jh80.ch...@gmail.com wrote: Dear Andy Thanks for your comment.. but i have some question... 2010/5/7 Andy Fleming aflem...@gmail.com: On Wed, Apr 7, 2010 at 10:36 PM, Jae

[U-Boot] u-boot use

2010-05-12 Thread VossBillco
I havnt used u-boot for many months and I am now having extreme difficulty using it for text messaging. Can you please send me the usual simple instructions either to my home address or to my web site Thank you Bill Voss 14 Harwood Road Marlow Bucks SL7 2AS England

Re: [U-Boot] [PATCH v2] Add support for LPC2468 from NXP

2010-05-12 Thread Wolfgang Denk
Dear Remco Poelstra, In message 4beaaecd.2020...@duran-audio.com you wrote: I just see that my mail client wrapped the lines again on send. I'll see how I can fix this. I don't think it's a problem right now, I doubt the patch will be completely fine this time. Yes, it is a problem,

Re: [U-Boot] u-boot use

2010-05-12 Thread Detlev Zundel
Hi Bill, I havnt used u-boot for many months and I am now having extreme difficulty using it for text messaging. Can you please send me the usual simple instructions either to my home address or to my web site This is the mailing list of the Free Software Bootloader Das U-Boot[1],

[U-Boot] (no subject)

2010-05-12 Thread Important Notice
Send your details to claim 1000,000.00 Great British Pounds in the Uk National Lottery promo.Send your: Name:... Address:.. Tel:...___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Read-only env variables

2010-05-12 Thread Joe Hershberger
On Wed, May 12, 2010 at 4:34 AM, Wolfgang Denk w...@denx.de wrote: There has been discussion about such a feature in the past. I even tried to define the user interface for such a command set, but unfortunately I didn't have enough time myself and nobody else took the bait either. Ok...

[U-Boot] alert

2010-05-12 Thread Western Union
-- You have $50,000USD from our office.Confirm this receipt by replying the due process unit officer:Fill the details:Name,Address,Tel,Occupation,etc,Reply ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] u-boot guruplug fails to compile - __aeabi_unwind_cpp_pr0

2010-05-12 Thread M.A.E.M. Hanson
Hello, This is my first time compiling u-boot for my guruplug server plus and I am new to cross compiling as well. My host machine is: Arch Linux Linux desktop 2.6.33-ARCH #1 SMP PREEMPT Sun May 2 10:40:03 CEST 2010 x86_64 AMD Athlon(tm) Dual Core Processor 4850e AuthenticAMD GNU/Linux

Re: [U-Boot] u-boot guruplug fails to compile - __aeabi_unwind_cpp_pr0

2010-05-12 Thread Prafulla Wadaskar
Hi I tried build using below compiler and it builds properly on my host. Try the same one of later [prafu...@pe-dt061 u-boot-marvell.git]$ /data/toolchain/arm-2009q3/bin/arm-none-eabi-gcc -v Using built-in specs. Target: arm-none-eabi Configured with:

Re: [U-Boot] [PATCH] mmc: modified calculated mmc-capacity set mmc trans_speed

2010-05-12 Thread Alagu Sankar
As part of few other fixes and enhancements to u-boot MMC code, I sent a similar but slightly different patch yesterday. I have an eMMC High-Capacity card (4GB) and it works fine with this patch. But I do believe there are 4GB MMC cards that don't advertise them as High-Capacity cards and