From patchwork Mon Feb 26 23:52:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Derald D. Woods" X-Patchwork-Id: 878223 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ZrjkO7ki"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zqzDP0FwYz9s0W for ; Tue, 27 Feb 2018 10:53:23 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 40B75C2217C; Mon, 26 Feb 2018 23:53:16 +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=FREEMAIL_FROM, RCVD_IN_MSPIKE_H2, 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 68BC3C21EE0; Mon, 26 Feb 2018 23:53:14 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 1F01FC21DD7; Mon, 26 Feb 2018 23:53:13 +0000 (UTC) Received: from mail-io0-f196.google.com (mail-io0-f196.google.com [209.85.223.196]) by lists.denx.de (Postfix) with ESMTPS id 911AEC21DD7 for ; Mon, 26 Feb 2018 23:53:12 +0000 (UTC) Received: by mail-io0-f196.google.com with SMTP id m22so19189828iob.12 for ; Mon, 26 Feb 2018 15:53:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=9hXfAa3xKMKuSVYWcJd+oV+BjDUcMJUZeYhMFrevWIc=; b=ZrjkO7ki7gGef8IdxvFRoUreNLUQ2mTWpGacaKYComj6fpDTqJ9fAjC6WsR6dLq4KS d4tYKHQ0FeIMELnt/snxdA/jOiWq0jwrBABd9bPj/kdpnDSMctlU9LyR2slMuniyb8Ie BPA3fi7YHqyXtrpBUIZnZcvet7uWzAqf4h4HNYdIFILsIvemyhzcYbi3j2XfRlGcZBJ1 4Bi/V+F/M+w1GjzvqnioUZmJGSAaTt9sG6QBBBz2QTLGIMwZbz4ynTttkwz0b3R01u+5 MFeVK36BgCC6/6Wx78Y98KMWqVzGGCVFd/2cCOaNAzvJte6xlt6E70rbsnCEdkmtptpd +txg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=9hXfAa3xKMKuSVYWcJd+oV+BjDUcMJUZeYhMFrevWIc=; b=oaGRqpIzrbvrr6XiZ6c9NBKj46NjReyvJm5qM9BlOqHNLVrBDAc392u+zEjZSZSubp OzSD1Ut4vQSC7LWvpCyAVBtEmu4RiaGLB+U1YihyikfysPNIH0gk+5vFwFGjRxTy1DbH j2GUk+fQMT/aREJ1iiO559WKv8oEdl1645okWDcGHer/RQXJKvuqC35Tb+VBzTYMnHnM Rp4CyTWXIt1qPrPRNGigb+TSUdJl204LhfzjxWCrYiCLlLp2IftnIJaz/KLtvKcBp3a3 wdW0bwXtPlQZesKa6sEnNkj0jaCcSJLYx9JSek6nBfCwLgIi0IKZAPWzYuFiqrv3K0Sb awYQ== X-Gm-Message-State: APf1xPBK1oeUzwk478kUUbfKtPT2m4tMpkf2qs983pUxCfsXd+ZvOSG2 ppe5p6N9d0dSitALhl1pk77aow== X-Google-Smtp-Source: AG47ELs3jlfcqs+2ZichlvfyJ1oKer/79U+G5ohOLpjmWkNf2zr6WRWP1bnE3mCBtZFZDY7TJLhDSA== X-Received: by 10.107.46.37 with SMTP id i37mr3842474ioo.161.1519689191011; Mon, 26 Feb 2018 15:53:11 -0800 (PST) Received: from ethiopia.woodsts.org (c-73-74-196-48.hsd1.il.comcast.net. [73.74.196.48]) by smtp.gmail.com with ESMTPSA id 67sm6042392ioy.32.2018.02.26.15.53.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Feb 2018 15:53:10 -0800 (PST) From: "Derald D. Woods" To: u-boot@lists.denx.de Date: Mon, 26 Feb 2018 17:52:56 -0600 Message-Id: <20180226235259.21413-1-woods.technical@gmail.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180225185446.GB1188@ethiopia.woodsts.org> References: <20180225185446.GB1188@ethiopia.woodsts.org> Cc: trini@konsulko.com Subject: [U-Boot] [PATCH v3 0/3] ARM: omap3: beagle, evm: synchronize common setup 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This short series is an attempt to make this set of boards use the same default configuration items where possible. This was prompted by an investigation into enabling SERIAL_SEARCH_ALL on omap3_evm. This feature now works for omap3_evm after this series. The series changes the default NAND layout of MTDPARTS_DEFAULT. More detail is provided with the patches. As most things are configurable now, this should not be an issue. I am trying to get simple defaults that just boot and expose the common core features. This will make future testing and maintenance a bit more predictable, as there will be a very similar and comparable set of boards. Derald D. Woods (3): ARM: omap3: beagle: Set 'mtdids' and 'mtdparts' in board file ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout ARM: omap3: evm: Sync with omap3_beagle configuration board/ti/beagle/beagle.c | 8 ++ configs/omap3_beagle_defconfig | 25 ++++- configs/omap3_evm_defconfig | 21 ++-- include/configs/omap3_beagle.h | 239 +++++++++++++++++++++++------------------ include/configs/omap3_evm.h | 71 ++++++------ 5 files changed, 212 insertions(+), 152 deletions(-) --- v3: - Leave environment in NAND v2: - update cover letter and remove 'RFC' from series - rebase and test on recent master