From patchwork Mon Apr 16 12:47:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guillaume GARDET X-Patchwork-Id: 898622 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=none (p=none dis=none) header.from=free.fr Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40Pp7x49P4z9ryr for ; Mon, 16 Apr 2018 22:47:57 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 2A761C21DFB; Mon, 16 Apr 2018 12:47:49 +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_DNSWL_BLOCKED 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 1B16CC21C3F; Mon, 16 Apr 2018 12:47:46 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id DD158C21CB6; Mon, 16 Apr 2018 12:47:44 +0000 (UTC) Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by lists.denx.de (Postfix) with ESMTPS id 6527EC21BE5 for ; Mon, 16 Apr 2018 12:47:44 +0000 (UTC) Received: from localhost.localdomain (unknown [82.244.147.214]) by smtp2-g21.free.fr (Postfix) with ESMTP id 493F8200412; Mon, 16 Apr 2018 14:47:43 +0200 (CEST) From: Guillaume GARDET To: u-boot@lists.denx.de Date: Mon, 16 Apr 2018 14:47:36 +0200 Message-Id: <20180416124738.6892-1-guillaume.gardet@free.fr> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20180412132822.4083-1-guillaume.gardet@free.fr> References: <20180412132822.4083-1-guillaume.gardet@free.fr> Cc: Fabio Estevam , Gary Bisson , Guillaume GARDET Subject: [U-Boot] [PATCH V5 0/2] Update sabrelite and nitrogen6x boards to use distro boot support 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 patch serie updates sabrelite and nitrogen6x boards to use distro boot support. Sabrelite has been boot tested with boot.scr script and EFI/Grub2 on mmc0 and mmc1 slots. Nitrogen6* boards have been build tested only. Currently, only the Sabrelite has fdtfile defined. Signed-off-by: Guillaume GARDET Cc: Troy Kisky Cc: Stefano Babic Cc: Fabio Estevam Cc: Gary Bisson Changes in V5: * remove obsolete code from include/configs/nitrogen6x.h Changes in V4: * Remove imx6 soc definition * Change comment on not defined fdtfile (no more fallback) Changes in V3: * Add imx6 soc definition * Also update nitrogen6x config, not only sabrelite * Split mx6qsabrelite_defconfig update to a separate patch Changes in V2: * add mx6qsabrelite_defconfig update Guillaume GARDET (2): imx6: Convert sabrelite and nitrogen6x boards to distro boot support imx6: sabrelite: update defconfig to use distro defaults configs/mx6qsabrelite_defconfig | 15 ++-- include/configs/nitrogen6x.h | 179 ++++++++++------------------------------ 2 files changed, 48 insertions(+), 146 deletions(-)