Dear Ronny D,
In message <143206.74847...@web46114.mail.sp1.yahoo.com> you wrote:
>
> I am using customized ppc440 based board. We need u-boot in little endian.
> Will it possible to compile the u-boot source in little endian for ppc440?
The natural byte order for the Power Architecture is Big E
Hi Stefan,
I am using customized ppc440 based board. We need u-boot in little endian.
Will it possible to compile the u-boot source in little endian for ppc440?
Regards,
Ronny D
The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/_
From: Vipin Kumar
Supporting new machine ids for SoCs spear310 and spear320
include/asm-arm/mach-types.h has to be updated before applying
this patch for build to work
Signed-off-by: Vipin Kumar
---
board/spear/spear310/spear310.c |2 +-
board/spear/spear320/spear320.c |2 +-
2 files
From: Vipin Kumar
The subpatches do the following
1. Add the maintainer name for SPEAr support in MAINTAINERS file
2. Support for new mach ids for spear310 and spear320 added
Note : include/asm-arm/mach-types.h has to be updated before applying this
patch.
Vipin Kumar (2):
SPEAr : Adding main
From: Vipin Kumar
Signed-off-by: Vipin Kumar
---
MAINTAINERS |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index dd1579e..49a3762 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -771,6 +771,13 @@ Minkyu Kang
SMDKC100ARM
Dear Naveen Krishna Ch,
On 1 March 2010 14:05, Naveen Krishna Ch wrote:
> Hi kang,
>
> On 26 February 2010 21:21, Minkyu Kang wrote:
>>
>> Dear Naveen Krishna CH,
>>
>> On 26 February 2010 20:47, wrote:
>> > From: Naveen Krishna CH
>> >
>> > Add setup for ethernet on SMDKC100, allowing kernel
Dear Joe Culler,
In message <67a3f13e1003010713y432d5ee2y17a7962b15e89...@mail.gmail.com> you
wrote:
>
> If I've already created some configuration files such as mac address
> in mtd2 partition.
> For example:
> 0x-0x0004 : "Bootloader"
> 0x0004-0x0200 : "User config"
>
> Do
Hi,
2010/2/27 Sergei Shtylyov :
> On little endian machines, EHCI root hub's USB revision is reported as 0.2 --
> cpu_to_le16() was missed in the initializer for the 'bcdUSB' descriptor field.
> The same should be done for the 'bcdDevice' field.
>
> Signed-off-by: Sergei Shtylyov
Applied to u-bo
Hi,
2010/2/27 Sergei Shtylyov :
> USB devices on the 2nd port are not detected and I get the following message:
>
> The request port(1) is not configured
>
> That's with default CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS value of 2.
> 'req->index'
> is 1-based, so the comparison in ehci_submit_root() can
Hi,
2010/2/27 Sergei Shtylyov :
> Add NEC EHCI controller to the list of the supported devices.
>
> Signed-off-by: Sergei Shtylyov
>
> drivers/usb/host/ehci-pci.c | 1 +
> 1 file changed, 1 insertion(+)
Applied to u-boot-usb
Thanks!
Remy
>
> Index: u-boot/drivers/usb/host/ehci-pci.c
>
Terry,
On 2/28/2010 8:48 PM, Lv Terry-R65388 wrote:
> Hi Denk,
>
> It seems that "git am" doesn't work for me.
>
> The steps are:
>
> 1. Save the patch as txt file in outlook and copy to u-boot directory.
> 2. Use git am to apply the patch.
>
> r65...@szx32-17[/home/r
commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2 "mpc83xx: Add NAND boot support
for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to
mpc8313erdb in order to not duplicate code.
Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense),
and the board Makefi
Hi,
If I've already created some configuration files such as mac address
in mtd2 partition.
For example:
0x-0x0004 : "Bootloader"
0x0004-0x0200 : "User config"
Does u-boot can access mtd2 partition and read the mac address from
the configure file?
If so, would anyone tell me h
Signed-off-by: Heiko Schocher
---
Patch against current git://git.denx.de/u-boot-marvell.git
board/keymile/km_arm/Makefile |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/board/keymile/km_arm/Makefile b/board/keymile/km_arm/Makefile
index fffc6a3..c5b0be1 100644
--- a
On 2/4/10 7:13 PM, Semih Hazar wrote:
> Please find the revised patch in a separate email, which also includes a
> new header file per your comments in the other email.
>
>
Dear Wolfgang,
It's been a while over this issue, so I wanted to ask. Did you have time
to look at this?
Regards,
Semih
Heiko Schocher wrote:
> Hello Tom,
>
> Tom wrote:
>> Prafulla Wadaskar wrote:
>>> Hi Tom
>>>
>>> Pls pull the following
>>>
>>> The following changes since commit
>>> 1b063b552e815f90a6a880e78fc40cc309dd52ad:
>>> Anders Darander (1):
>>> Add bootcount to AT91
>>>
>>> are available in the
Lv Terry-R65388 wrote:
> Hi Denk,
>
Hi Terry,
> It seems that "git am" doesn't work for me.
>
> The steps are:
>
> 1. Save the patch as txt file in outlook and copy to u-boot
> directory.
Do not do it. Even if it for some strange seems working (it could be for
an easy patch), you apply a patc
Lv Terry-R65388 wrote:
> Hi Stefano,
>
Hi Terry,
> Have you tested mmc on mx51 board?
Yes, of course. The whole patchset for mx51evk was tested on two
different releases of the board, with respectively a TO2 and a TO3
processor.
And the driver was tested with both MMC slots on the mx51evk (bot
Added POST progress API implemented as weak calls before and after
each call to the POST test callback in the post_run_single routine
of the post.c file.
Signed-off-by: Michael Zaidman
---
include/post.h |5 +
post/post.c| 17 +++--
2 files changed, 20 insertions(+), 2
Dear "Lv Terry-R65388",
In message
<1ae74f652ecb1440b73dd7c2c20842d1ac6...@zch01exm27.fsl.freescale.net> you wrote:
>
> It seems that "git am" doesn't work for me.
Well, I'm afraid there is little we can do to help you with that.
Setting up a basic working tool chain is something you have
20 matches
Mail list logo