Add support for LPC2468 from NXP
Basic startup code
Internal flash is supported (for environment storage)
Signed-off-by: Remco Poelstra
---
MAKEALL |1 +
Makefile |3 +
arch/arm/cpu/arm720t/cpu.c
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
Dear Joe Hershberger,
In message 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 the flash quite often,
> >> but in this scenario, t
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
> ---
> MAKEALL |1 +
> M
Fixed a bug wherein SD version 1.0 cards were not configured for 4-bit mode
Signed-off-by: Alagu Sankar
---
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
--- a/drivers/mmc/mmc.c
Fixed a bug in card capacity calculation for MMC high-capacity cards.
Signed-off-by: Alagu Sankar
---
drivers/mmc/mmc.c |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index 959d8ad..e7abf94 100644
--- a/drivers/mmc/mmc.c
+++
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
---
arch/arm/lib/board.c | 10 ++--
arch/powerpc/lib
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 blocks
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
---
include/configs/davinci_dm355evm.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_dm355evm.h
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
---
Makefile
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
---
arch/arm/include/asm/arch-davi
Multi-block Read/Write support for Davinci. Uses the new CONFIG_MMC_MBLOCK
feature under Generic MMC framework.
Signed-off-by: Alagu Sankar
---
drivers/mmc/davinci_mmc.c |3 +++
include/configs/davinci_dm355evm.h |1 +
include/configs/davinci_dm365evm.h |1 +
3 files change
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
---
include/configs/davinci_dm355evm.h |8
include/configs/davinci_dm365evm.h |8
2 files changed,
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
---
arch/arm/include/asm/arch-davi
Multi-block Read/Write support for Davinci. Uses the new CONFIG_MMC_MBLOCK
feature under Generic MMC framework.
Signed-off-by: Alagu Sankar
---
drivers/mmc/davinci_mmc.c |3 +++
include/configs/davinci_dm355evm.h |1 +
include/configs/davinci_dm365evm.h |1 +
3 files change
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
---
include/configs/davinci_dm355evm.h |8
include/configs/davinci_dm365evm.h |8
2 files changed,
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
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 acce
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
ht
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 blocks
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 r
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)
>>>
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 in
On Wed, May 12, 2010 at 3:02 PM, Detlev Zundel 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)
{
ret
Add support for LPC2468 from NXP
Basic startup code
Internal flash is supported (for environment storage)
Signed-off-by: Remco Poelstra
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile
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 Poelstra
>
> ---
>MAINTAINERS |4 +
>MAKEALL
Dear Andy,
On 7 May 2010 16:52, Andy Fleming wrote:
> On Fri, May 7, 2010 at 1:45 AM, Jae hoon Chung wrote:
>> Dear Andy
>>
>> Thanks for your comment..
>> but i have some question...
>>
>> 2010/5/7 Andy Fleming :
>>> On Wed, Apr 7, 2010 at 10:36 PM, Jae hoon Chung
>>> wrote:
The patches
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
_www.vossbil...@aol.
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,
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]
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
On Wed, May 12, 2010 at 4:34 AM, Wolfgang Denk 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.
--
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
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
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: /scratch/julian/2009q3-respin-eabi-lite/src
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 wor
Hi,
Can an old u-boot (e.g. 1.1.2) boot a latest powerpc based kernel
(e.g. 2.6.33)? I noticed that the bd_info in the latest u-boot is
different from the one in 1.1.2. The custom board with u-boot 1.1.2
passed only the first 6 parameters to a 2.4 kernel shown as below.
typedef struct bd_info {
/
Guten Tag!
Ich bin Wiktor Drogin, Direktor of Info-soft Co. Wir spezialisieren uns
auf angewandte Entwicklung, Systemintegration, korporativen Netze und
andere Software fuer verschiedenen Loesungen der Geschaefts -
und Finanzproblemen.
Unsere Firma befindet sich in Ukraine. Wir stehen in gutem
ERROR - No rule to make target .depend needed by _depend
Hi...i am trying to build latest U-Boot( uboot-2010-03) for my lpc2129
board. but before adding and changing the board,cpu and make files i
planned to build the existing latest uboot code..
I installed the arm-linux-gcc-3.3.2 cross compi
39 matches
Mail list logo