From patchwork Thu Apr 6 09:22:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sekhar Nori X-Patchwork-Id: 96912 Delivered-To: patch@linaro.org Received: by 10.140.89.233 with SMTP id v96csp641864qgd; Thu, 6 Apr 2017 02:23:18 -0700 (PDT) X-Received: by 10.28.199.132 with SMTP id x126mr22027599wmf.37.1491470598287; Thu, 06 Apr 2017 02:23:18 -0700 (PDT) Return-Path: Received: from lists.denx.de (dione.denx.de. [81.169.180.215]) by mx.google.com with ESMTP id g19si1701766wra.216.2017.04.06.02.23.17; Thu, 06 Apr 2017 02:23:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) client-ip=81.169.180.215; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@ti.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 81.169.180.215 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: by lists.denx.de (Postfix, from userid 105) id AFAA6C21C7A; Thu, 6 Apr 2017 09:23:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 98A84C21C3A; Thu, 6 Apr 2017 09:23:13 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 3EECBC21BE6; Thu, 6 Apr 2017 09:23:12 +0000 (UTC) Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by lists.denx.de (Postfix) with ESMTPS id BEAD0C21BE6 for ; Thu, 6 Apr 2017 09:23:10 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v369N0AI027356; Thu, 6 Apr 2017 04:23:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1491470581; bh=xp2q+BVQ8JJpMqjFR6dt9Lpp/arkRNtIVgO29ArqDS0=; h=From:To:CC:Subject:Date; b=okJra+P6a/Jd7lFbn7JeOS84bR1IK7dCuKs8kerQcRviZVJ9ntRCljEvl3/wxA5u7 2bSmQL4m/z02b1pVITptAuMJOcVrJOHP/TOCZAkkqBLgie8KDD/xAn9c9Z+fazw1xz Tr1CeuSIWxEI8N4tV+cALY1zskuP7SJsnfIFV9LI= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v369N08v010011; Thu, 6 Apr 2017 04:23:00 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 6 Apr 2017 04:23:00 -0500 Received: from psplinux063.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v369MvS0011120; Thu, 6 Apr 2017 04:22:58 -0500 From: Sekhar Nori To: Tom Rini , Peter Howard , Lokesh Vutla , Vitaly Andrianov Date: Thu, 6 Apr 2017 14:52:52 +0530 Message-ID: <20170406092257.15541-1-nsekhar@ti.com> X-Mailer: git-send-email 2.9.0 MIME-Version: 1.0 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 0/5] davinci: omapl138_lcdk: align mmcboot with rest of TI boards X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi, This patch series aligns OMAP-L138 LCDK board to use same MMC/SD boot related environment variables as rest of TI platforms. This helps the board use uEnv.txt and creates similar look and feel as rest of TI platforms. Tested on OMAP-L138 LCKD and AM437x GP EVM. Build tested using buildman on all OMAP, AMx, DaVinci and Keystone boards. Sekhar Nori (5): davinci: omapl138_lcdk: remove spiboot davinci: omapl138_lcdk: enable some filesystem related commands davinci: omapl138_lcdk: use environment variables for memory addresses ARM: ti: consolidate mmc environment variables davinci: omapl138_lcdk: switch to using common mmc args configs/omapl138_lcdk_defconfig | 2 ++ include/configs/am335x_evm.h | 4 ++- include/configs/am43xx_evm.h | 4 ++- include/configs/k2g_evm.h | 2 ++ include/configs/omapl138_lcdk.h | 39 +++++++++++----------- include/configs/ti_armv7_common.h | 61 ----------------------------------- include/configs/ti_omap4_common.h | 1 + include/configs/ti_omap5_common.h | 2 ++ include/environment/ti/mmc.h | 68 +++++++++++++++++++++++++++++++++++++++ 9 files changed, 99 insertions(+), 84 deletions(-) create mode 100644 include/environment/ti/mmc.h