From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 20 Aug 2009 00:50:12 +0200 Subject: [U-Boot] [PATCH] ARM: DaVinci: Adding Support for DaVinci DM365 EVM In-Reply-To: <20090817220142.GH23695@game.jcrosoft.org> References: <1250349658-7228-1-git-send-email-s-paulraj@ti.com> <20090817220142.GH23695@game.jcrosoft.org> Message-ID: <20090819225012.GF8470@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 00:01 Tue 18 Aug , Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:20 Sat 15 Aug , s-paulraj at ti.com wrote: > > From: Sandeep Paulraj > > > > This patch adds support for the DM365 EVM. > > It has been tested on a DM365 EVM. > > > > Signed-off-by: Sandeep Paulraj > > --- > > Makefile | 3 + > > board/davinci/dm365evm/Makefile | 52 ++++++++++ > > board/davinci/dm365evm/config.mk | 11 ++ > > board/davinci/dm365evm/dm365evm.c | 60 ++++++++++++ > > include/configs/davinci_dm365evm.h | 182 ++++++++++++++++++++++++++++++++++++ > > 5 files changed, 308 insertions(+), 0 deletions(-) > > create mode 100644 board/davinci/dm365evm/Makefile > > create mode 100644 board/davinci/dm365evm/config.mk > > create mode 100644 board/davinci/dm365evm/dm365evm.c > > create mode 100644 include/configs/davinci_dm365evm.h > apply to u-boot-arm next I'll push it after Scott pull request as It's need to 4bit nand patch as dependancy btw please thread them and number your patch to known the apply order Best Regards, J.