Re: [U-Boot] [PATCH] saveenv: standardize enablement

2009-01-25 Thread Mike Frysinger
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

Re: [U-Boot] [PATCH 37/40] smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()

2009-01-25 Thread Mike Frysinger
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

[U-Boot] [PATCH v2 5/5] OMAP3: Add Zoom1 board support

2009-01-25 Thread Jason Kridner
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 |

[U-Boot] [PATCH v2 4/5] OMAP3: Add Pandora support

2009-01-25 Thread Jason Kridner
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 |

[U-Boot] [PATCH v2 3/5] OMAP3: Add EVM board

2009-01-25 Thread Jason Kridner
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

[U-Boot] [PATCH v2 2/5] OMAP3: Add Overo board

2009-01-25 Thread Jason Kridner
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

[U-Boot] [PATCH v2 1/5] OMAP3: Add common power code, README, and BeagleBoard

2009-01-25 Thread Jason Kridner
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

[U-Boot] [PATCH v2 0/5] OMAP3: Add OMAP3 board support

2009-01-25 Thread Jason Kridner
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

Re: [U-Boot] R: Re: Strange arm9 behaviour reading long(s) not aligned to 4 bytes boundary

2009-01-25 Thread Måns Rullgård
"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

Re: [U-Boot] R: Re: Strange arm9 behaviour reading long(s) not aligned to 4 bytes boundary

2009-01-25 Thread Wolfgang Denk
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

[U-Boot] R: Re: Strange arm9 behaviour reading long(s) not aligned to 4 bytes boundary

2009-01-25 Thread diba...@libero.it
>> 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

[U-Boot] [PATCH-ARM] OMAP3: Add Beagle Board and common power code

2009-01-25 Thread Jason Kridner
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

Re: [U-Boot] Patches for new at91 board / lowlevel_init.S

2009-01-25 Thread Michael Roth
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

Re: [U-Boot] u-boot for ARM

2009-01-25 Thread Jean-Christophe PLAGNIOL-VILLARD
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.

Re: [U-Boot] Patches for new at91 board / lowlevel_init.S

2009-01-25 Thread Jean-Christophe PLAGNIOL-VILLARD
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

Re: [U-Boot] [PATCH-OMAP3] OMAP3: Add Beagle Board and common power code

2009-01-25 Thread Wolfgang Denk
Dear Jason Kridner, In message <1232853951-16767-1-git-send-email-jkrid...@beagleboard.org> you wrote: > QWRkIEJlYWdsZSBCb2FyZCBzdXBwb3J0IGFuZCBjb21tb24gcG93ZXIgY29kZSBmb3IgT01BUDMg > Ym9hcmRzLgoKUmVzdHJ1Y3R1cmVkIGZyb20gcGF0Y2hlcyBieSBEaXJrIEJlaG1lIDxkaXJrLmJl > aG1lQGdvb2dsZW1haWwuY29tPiwKU3Rldm

Re: [U-Boot] Cloning, Maybe silly question

2009-01-25 Thread Wolfgang Denk
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