From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Mon, 15 Nov 2010 13:06:13 +0530 Subject: [U-Boot] [PATCH V2][NEXT] Davinci: add support for the ea20 board In-Reply-To: <1289746501-11915-1-git-send-email-sbabic@denx.de> References: <1289638030-6838-1-git-send-email-sbabic@denx.de> <1289746501-11915-1-git-send-email-sbabic@denx.de> Message-ID: <20101115073613.GA12633@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.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. > + * Copyright (C) 2007 Sergey Kubushyn > + * > + * 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 > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#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