From: Sughosh Ganu <urwithsughosh@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2][NEXT] Davinci: add support for the ea20 board
Date: Mon, 15 Nov 2010 13:06:13 +0530 [thread overview]
Message-ID: <20101115073613.GA12633@Hardy> (raw)
In-Reply-To: <1289746501-11915-1-git-send-email-sbabic@denx.de>
hi Stefano,
On Sun Nov 14, 2010 at 03:55:01PM +0100, Stefano Babic wrote:
> diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c
> new file mode 100644
> index 0000000..c75ea63
> --- /dev/null
> +++ b/board/davinci/ea20/ea20.c
> @@ -0,0 +1,237 @@
> +/*
> + * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
> + *
> + * Based on da830evm.c. Original Copyrights follow:
> + *
> + * Copyright (C) 2009 Nick Thompson, GE Fanuc, Ltd. <nick.thompson@gefanuc.com>
> + * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + *
> + * This program is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> + * GNU General Public License for more details.
> + *
> + * You should have received a copy of the GNU General Public License
> + * along with this program; if not, write to the Free Software
> + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
> + */
> +
> +#include <common.h>
> +#include <i2c.h>
> +#include <net.h>
> +#include <netdev.h>
> +#include <asm/arch/hardware.h>
> +#include <asm/arch/emif_defs.h>
> +#include <asm/arch/emac_defs.h>
> +#include <asm/io.h>
> +#include "../common/misc.h"
I had sent a patch some time back to move the misc.h under
arm/include/asm/arch-davinci/davinci_misc.h. Should this patch be
based off of that.
[PATCH 1/3 V5] Move and rename common headers from under
board/davinci.
-sughosh
next prev parent reply other threads:[~2010-11-15 7:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-13 8:47 [U-Boot] [PATCH][NEXT] Davinci: add support for the ea20 board Stefano Babic
2010-11-13 10:48 ` Wolfgang Denk
2010-11-14 14:49 ` Stefano Babic
2010-11-14 14:55 ` [U-Boot] [PATCH V2][NEXT] " Stefano Babic
2010-11-15 7:36 ` Sughosh Ganu [this message]
2010-11-15 9:35 ` Stefano Babic
2010-11-15 9:46 ` [U-Boot] [PATCH V3][NEXT] " Stefano Babic
2010-11-15 15:32 ` Ben Gardiner
2010-11-16 8:55 ` Stefano Babic
2010-11-16 10:06 ` [U-Boot] [PATCH V4][NEXT] " Stefano Babic
2010-11-16 15:44 ` Ben Gardiner
2010-11-16 16:12 ` Stefano Babic
2010-11-16 17:16 ` Stefano Babic
2010-11-16 14:50 ` [U-Boot] [PATCH V5][NEXT] " Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101115073613.GA12633@Hardy \
--to=urwithsughosh@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.