From patchwork Sat Feb 24 14:09:39 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: 877415 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="HhMK105J"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zpVNL1gWQz9sWH for ; Sun, 25 Feb 2018 01:10:08 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 62903C22027; Sat, 24 Feb 2018 14:10:03 +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 A7900C21FAB; Sat, 24 Feb 2018 14:09:59 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id E1914C21FB1; Sat, 24 Feb 2018 14:09:58 +0000 (UTC) Received: from mail-io0-f195.google.com (mail-io0-f195.google.com [209.85.223.195]) by lists.denx.de (Postfix) with ESMTPS id 61308C21D56 for ; Sat, 24 Feb 2018 14:09:58 +0000 (UTC) Received: by mail-io0-f195.google.com with SMTP id e7so12749734ioj.1 for ; Sat, 24 Feb 2018 06:09:58 -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=PJrPbHRee/O5AsoFBBmUiPpsKA4sLwPCBKeKFbQYWQs=; b=HhMK105J1a8coa0qaUKUScVvTSfwHWiGvPGhfZ6OVqW1danN3OIqtIo4VtzdaMsWIv v5GomgDBMtuZKbfagQBvIaT54GFYjYmIm89mY33FJXGKn1XoitgkVXJQF9bufzscT0NN +1RMba7XtjJnN/+UAbe/WCXJtgiDu6mxgArvnaDPcsJEjFzEkxRYRmjE0+ctoGmjaVGr JXZF0W0gRtX+ESSNNZtRkYtG3wgBKsvsjUaOHfxDIg6CsAtivS7Rnygvm95nJ1vmD2QX OA3DoD6LdEGP5K47zJGUHM3hoekUzDLIEcn6CfTbtnPlhbJM9i50q+ewR3aPcOon1KTp 77Mg== 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=PJrPbHRee/O5AsoFBBmUiPpsKA4sLwPCBKeKFbQYWQs=; b=tww0wO1NRYsZZfzk5vh2rMDLxVRlDuDX4j/XGPg0kupAOQ6TyT9fYpscFUX0GnO33b L//8od3VSTyU3EG07cOXImaR1pG0dODVwhWd4mp2iAXIbONUX/i3aZdnylT44bBTBDRn +S5BzUt0I4T3jQPLIk+TordsL8Y9M63gzR07/Kwt5h6cH9LRXQY93pAsbY9kI0xKO1Tz Kp1CcfDlLWOhYzO51LxcE26NQ9LV/0qa/Sok6v4BwY6ZAucLW1JnCvO4csyHIqfsrul0 Tc7O4Iv0vDGivOMKYD409/JK9er41RuNQjsxiF2cXOk0evrghxtDjZXDqeQVSM+Ffrbk MiqA== X-Gm-Message-State: APf1xPDmk9xNQlGmc/4iRarLRjSxl6co6eeMM0CSxMbwkuaA00JX9J/0 c990mUd0cW+ZsAQl5Y1B2LyHSw== X-Google-Smtp-Source: AG47ELuIlO5itjXr8HwRAHhr2CWVcDlUEKLyQt+HufkVVj7hdAFSi5yPLy5JdBpBguE7Pvr1olBQoA== X-Received: by 10.107.23.7 with SMTP id 7mr5807600iox.62.1519481396616; Sat, 24 Feb 2018 06:09:56 -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 z133sm2831355itb.2.2018.02.24.06.09.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Feb 2018 06:09:56 -0800 (PST) From: "Derald D. Woods" To: u-boot@lists.denx.de Date: Sat, 24 Feb 2018 08:09:39 -0600 Message-Id: <20180224140942.25332-1-woods.technical@gmail.com> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180212051329.29761-1-woods.technical@gmail.com> References: <20180212051329.29761-1-woods.technical@gmail.com> Cc: trini@konsulko.com Subject: [U-Boot] [PATCH v2 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 and uses ENV_IS_IN_FAT. 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 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 | 29 ++++- configs/omap3_evm_defconfig | 25 +++-- include/configs/omap3_beagle.h | 241 +++++++++++++++++++++++------------------ include/configs/omap3_evm.h | 71 +++++++----- 5 files changed, 220 insertions(+), 154 deletions(-) --- v2: - update cover letter and remove 'RFC' from series - rebase and test on recent master