Re: [U-Boot] [PATCH V3] Initial support for Nomadik 8815 development

2009-01-24 Thread Alessandro Rubini
>> > From: Alessandro Rubini >> > Subject: Initial support for Nomadik 8815 development board > ... >> applied to u-boot-arm/next > > Will I see a pull request for that any time soon? Actually, this is only "initial support" and I have to add ethernet and NAND. I plan to send a patch during this

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

2009-01-24 Thread Roman Mashak
2009/1/24, Jerry Zhang : > Obviously you know nothing about the "make". > 1)Read the Readme of the make tool first > 2) then figure out "How the u-boot building process works; how the > Makefile serve the building of your .bin" > 3) Build your bin. Obviously, either you're responding wrong pers

Re: [U-Boot] Blackfin network updates

2009-01-24 Thread Ben Warren
Hi Mike, On Fri, Jan 23, 2009 at 7:19 PM, Mike Frysinger wrote: > should i push changes for the Blackfin on-chip network driver through Ben's > net tree or can i have you pull them straight from my repo ? obviously > changes to this driver only affect Blackfin parts, but the file itself > lives

Re: [U-Boot] Blackfin network updates

2009-01-24 Thread Mike Frysinger
On Saturday 24 January 2009 09:36:00 Ben Warren wrote: > On Fri, Jan 23, 2009 at 7:19 PM, Mike Frysinger wrote: > > should i push changes for the Blackfin on-chip network driver through > > Ben's net tree or can i have you pull them straight from my repo ? > > obviously changes to this driver only

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

2009-01-24 Thread diba...@libero.it
Hi, 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 = 0x03020100 and B = 0x05040302 instead I

Re: [U-Boot] [PATCH 1/1] ARM DaVinci: Add common peripherals andmodules enable functions.

2009-01-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:56 Mon 19 Jan , Hugo Villeneuve wrote: > > From: u-boot-boun...@lists.denx.de on behalf of Hugo Villeneuve > > Sent: Fri 11/21/2008 2:35 PM > > To: u-boot@lists.denx.de > > Subject: [U-Boot] [PATCH 1/1] ARM DaVinci: Add common peripherals > > andmodules enable functions. > > > > Taken all

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

2009-01-24 Thread Måns Rullgård
"diba...@libero.it" writes: > Hi, > > 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

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

2009-01-24 Thread Pink Boy
Amandeep Bhullar sez, > I have an Atmel AT91SAM9263 evaluation board with an > arm926ejs based processor. I want to configure U-boot > for this and want to have a USB device boot option > available too. Though the U-boot will be in NAND > Flash but i want the board to boot from a USB device >

Re: [U-Boot] Blackfin network updates

2009-01-24 Thread Ben Warren
On Sat, Jan 24, 2009 at 7:38 AM, Mike Frysinger wrote: > On Saturday 24 January 2009 09:36:00 Ben Warren wrote: > > On Fri, Jan 23, 2009 at 7:19 PM, Mike Frysinger wrote: > > > should i push changes for the Blackfin on-chip network driver through > > > Ben's net tree or can i have you pull them s

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

2009-01-24 Thread Michael Roth
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. A week ago I asked a question about that topic and there was a hint to look fo

[U-Boot] Cloning, Maybe silly question

2009-01-24 Thread Pink Boy
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 board they could just type, make CLONE at91sam6263ek_CONFIG myboard or if it's script ./clone.s

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

2009-01-24 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