>> > 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
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
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
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
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
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
"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
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
>
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
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
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
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
12 matches
Mail list logo