From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulraj, Sandeep Date: Mon, 7 Jun 2010 16:20:06 -0500 Subject: [U-Boot] [PATCH-V4 1/2] AM35x: Add support for AM3517EVM In-Reply-To: <1275922750-3324-1-git-send-email-hvaibhav@ti.com> References: <1275922750-3324-1-git-send-email-hvaibhav@ti.com> Message-ID: <0554BEF07D437848AF01B9C9B5F0BC5D9E5D1162@dlee01.ent.ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > > From: Vaibhav Hiremath > > This patch adds basic support for the AM3517EVM. > It includes: > - Board files (.c and .h) > - Default configuration file > - Updates for Makefile > > Signed-off-by: Vaibhav Hiremath > Signed-off-by: Sanjeev Premi > --- > Changes from V2: > - Removed trailing spaces > - Updated MAINTAINERS & MAKEALL for am3517_evm > Changes from V3: > - Corrected Maintainer entry to keep list sorted > - Moved AM3537 macros to board header file > > MAINTAINERS | 4 + > MAKEALL | 1 + > Makefile | 3 + > board/logicpd/am3517evm/Makefile | 46 ++++ > board/logicpd/am3517evm/am3517evm.c | 76 ++++++ > board/logicpd/am3517evm/am3517evm.h | 445 > +++++++++++++++++++++++++++++++++++ > board/logicpd/am3517evm/config.mk | 30 +++ > include/configs/am3517_evm.h | 296 +++++++++++++++++++++++ > 8 files changed, 901 insertions(+), 0 deletions(-) > create mode 100644 board/logicpd/am3517evm/Makefile > create mode 100644 board/logicpd/am3517evm/am3517evm.c > create mode 100644 board/logicpd/am3517evm/am3517evm.h > create mode 100644 board/logicpd/am3517evm/config.mk > create mode 100644 include/configs/am3517_evm.h I have pushed the following to u-boot-ti AFTER running MAKEALL for ALL CORTEX AB boards I pushed the following patches. There were some checkpatch errors. I fixed them myself. [PATCH-V4 1/2] AM35x: Add support for AM3517EVM [PATCH-V4 2/2] AM35x: Add support for EMIF4 [PATCH-V3 1/2] omap3: Calculate CS1 size only when SDRC is initialized for CS1 [PATCH-V3 2/2] omap3: Consolidate SDRC related operations [PATCH-V4] OMAP3EVM: Added NAND support Thanks, Sandeep