On Tuesday 30 December 2008 02:59:25 Mike Frysinger wrote:
> Rather than special casing each environment type for enabling the saveenv
> command, have them all behave the same. This avoids bitrot as new env
> sources are added/removed.
ping ...
-mike
signature.asc
Description: This is a digital
On Friday 23 January 2009 13:00:38 Mike Frysinger wrote:
> Rather than sticking Blackfin-specific stuff into the eeprom example, use
> an indirect macro so that any board can override it with their own magic
> sauce in their board config file.
>
> Also fix some spurious semi-colons in defines while
From: Dirk Behme
Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
Signed-off-by: Nishanth Menon
Signed-off-by: Jason Kridner
---
MAINTAINERS |4 +
MAKEALL |
From: Dirk Behme
Add Pandora support.
Signed-off-by: Grazvydas Ignotas
Signed-off-by: Dirk Behme
Signed-off-by: Jason Kridner
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile|3 +
board/omap3/common/Makefile |
From: Dirk Behme
Add EVM board support.
Signed-off-by: Manikandan Pillai
Signed-off-by: Dirk Behme
Signed-off-by: Jason Kridner
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile|3 +
board/omap3/evm/Makefile| 48 +
boar
From: Dirk Behme
Add Overo board support.
Signed-off-by: Steve Sakoman
Signed-off-by: Dirk Behme
Signed-off-by: Jason Kridner
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile |3 +
board/omap3/common/Makefile |1 +
bo
Add BeagleBoard support, common power code and README.
Signed-off-by: Jason Kridner
Signed-off-by: Dirk Behme
---
MAINTAINERS|4 +
MAKEALL| 26 ++-
Makefile |7 +
board/omap3/beagle/Makefile| 49 +
board/omap3
Basic OMAP3 SoC support is added to u-boot-arm master branch [1]
by applying OMAP3 patches 1-8 from v6 patch series [2]. Now, add
missing EVM, Overo, Beagle, Pandora and Zoom1 boards (patches 9-15
from OMAP3 v6 series).
This patch series is against u-boot-arm master branch, commit
d5254f149da9e6cd
"diba...@libero.it" writes:
>>> I have something like this on a 32 bit little endian arm9 board (SAM9L9260):
>>>
>>> char buffer[] = { 0, 1, 2, 3, 4, 5, 6, 7 };
>>>
>>> long A = * ( (long*) buffer );
>>> long B = * ( (long*) (buffer + 2) );
>>>
>>> printf("A: %08x B: %08x", A, B);
>>>
>>> I wou
Dear Antonio,
In message <10799135.81041232909531093.javamail.defaultu...@defaulthost> you
wrote:
>
> Then my code is simply wrong, that
Basicly, yes.
> is, not allowed? If I have to port code from a PPC (that handles unaligned
> accesses)
...then you should fix the PPC code as well.
> to a
>> I have something like this on a 32 bit little endian arm9 board (SAM9
>>
L9260):
>>
>> char buffer[] = { 0, 1, 2, 3, 4, 5, 6, 7 };
>>
>> long A = * (
(long*)
>> buffer );
>> long B = * ( (long*) (buffer + 2) );
>>
>> printf("A: %
08x B: %08x", A,
>> B);
>>
>> I would expect that A = 0x0302
Add Beagle Board support and common power code for OMAP3 boards.
Restructured from patches by Dirk Behme ,
Steve Sakoman , and Søren Steen Christensen
.
Signed-off-by: Jason Kridner
---
MAINTAINERS|4 +
MAKEALL| 26 ++-
Makefile
Jean-Christophe PLAGNIOL-VILLARD schrieb:
> I'll apply a patch that allow this at the beginning of the week
> with 2 boards that use it.
Ok, fine! I will wait and then base my patch on your implementation.
Thank you!
Michael Roth
___
U-Boot mailing
On 11:38 Fri 23 Jan , Amandeep Bhullar wrote:
> Hello All,
I think you need to read this website
http://www.linux4sam.org
and the u-boot README and docs as doc/README.at91
Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.
On 23:57 Sat 24 Jan , Michael Roth wrote:
> Hello,
>
> I'm having patches for a new at91sam9261 based board in my queue I would
> like to publish for the current merge window.
>
> However, this patch needs a way to supply its own lowlevel_init.S
> instead the at91 default.
I'll apply a patch
Dear Jason Kridner,
In message <1232853951-16767-1-git-send-email-jkrid...@beagleboard.org> you
wrote:
> QWRkIEJlYWdsZSBCb2FyZCBzdXBwb3J0IGFuZCBjb21tb24gcG93ZXIgY29kZSBmb3IgT01BUDMg
> Ym9hcmRzLgoKUmVzdHJ1Y3R1cmVkIGZyb20gcGF0Y2hlcyBieSBEaXJrIEJlaG1lIDxkaXJrLmJl
> aG1lQGdvb2dsZW1haWwuY29tPiwKU3Rldm
Dear Pink Boy,
In message <959751.81577...@web31812.mail.mud.yahoo.com> you wrote:
>
> I have a suggestion/question.
>
> Would it be easy, hard, silly to add a CLONE command to the make
> file? (Are a separate make script?) So if someone wants to create
> a new board based on an existing boa
17 matches
Mail list logo