From patchwork Fri Sep 14 18:53:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970042 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Bl6c6mDwz9s3x for ; Sat, 15 Sep 2018 04:54:00 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id A2940C2206A; Fri, 14 Sep 2018 18:53:51 +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=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL 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 78DD8C21D83; Fri, 14 Sep 2018 18:53:48 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B3A98C21D83; Fri, 14 Sep 2018 18:53:47 +0000 (UTC) Received: from mail-qt0-f195.google.com (mail-qt0-f195.google.com [209.85.216.195]) by lists.denx.de (Postfix) with ESMTPS id 16874C21CB6 for ; Fri, 14 Sep 2018 18:53:47 +0000 (UTC) Received: by mail-qt0-f195.google.com with SMTP id t5-v6so9706977qtn.3 for ; Fri, 14 Sep 2018 11:53:47 -0700 (PDT) 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:mime-version :organization:content-transfer-encoding; bh=Y6hn1+Y+Yz0pEgyfm2BoHKEmxSBxkSjynq07d+tc9cA=; b=Nvt4rssG64AwIWS02bB9/ct0+RzdUN1+Jt5j7QzZXjDS17GJ6Sl+jnTiVPVxlR6NUU rCdDrM99HVOZUBD3g3wTPDEv8kaQu8I0YmXQdBVbjYr1O2SN+bYQGZUcEEwpHySHbTmS sKk1b0qiUVUOdl+EfVskmQvAUmA4Za/q/+6L0xti1JIKcMq5ngbhgjaVG1/hOUJnHz1n bl24d1WqiJRloQa9MHLokA6Ck1xKiizXTc/O4HolZv/SduyTuB8Awl0Thwb8SSwy24Rf JwnWonVu0jiHnqn9W1XW08J9IyGBGaOO5EhREAvMQZVhGZGYnGmd5azI61bLxj+zLos9 qcJQ== X-Gm-Message-State: APzg51DJXAGeGiDZc54FxCcFO+tEi4ahG/KLhf5HohSPnUry1yDKpJ/2 9xDVrgiyNfw4Ds/p2s3fvp3S45KMIVU= X-Google-Smtp-Source: ANB0Vdb6nz/aZNLRTDruAOs9Pqh5E5Lnq3E6wBaQRFtziQy65TbkEtKtIrC0qVOVmL6f9WudXLVYQA== X-Received: by 2002:a0c:c3c6:: with SMTP id p6-v6mr9713306qvi.146.1536951225639; Fri, 14 Sep 2018 11:53:45 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id w3-v6sm3990915qkd.64.2018.09.14.11.53.41 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:53:44 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:53:38 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:31 -0300 Message-Id: <20180914185336.13383-1-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Marek Vasut , Otavio Salvador , Fabio Estevam , Richard Hu , John Weber Subject: [U-Boot] [PATCH 1/6] pico-imx6ul: Fix TechNexion spelling on MAINTAINERS file 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" Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/technexion/pico-imx6ul/MAINTAINERS b/board/technexion/pico-imx6ul/MAINTAINERS index 334847cf71..fec5868015 100644 --- a/board/technexion/pico-imx6ul/MAINTAINERS +++ b/board/technexion/pico-imx6ul/MAINTAINERS @@ -1,4 +1,4 @@ -Technexion PICO-IMX6UL board +TechNexion PICO-IMX6UL board M: Richard Hu M: Fabio Estevam S: Maintained @@ -6,7 +6,7 @@ F: board/technexion/pico-imx6ul/ F: include/configs/pico-imx6ul.h F: configs/pico-imx6ul_defconfig -Technexion PICO-HOBBIT-IMX6UL +TechNexion PICO-HOBBIT-IMX6UL M: Otavio Salvador S: Maintained F: configs/pico-hobbit-imx6ul_defconfig From patchwork Fri Sep 14 18:53:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970044 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Bl7936C3z9s3x for ; Sat, 15 Sep 2018 04:54:29 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 57788C21FBF; Fri, 14 Sep 2018 18:54:10 +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=RCVD_IN_MSPIKE_H2 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 1CEC2C2207A; Fri, 14 Sep 2018 18:54:07 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B7E83C2205C; Fri, 14 Sep 2018 18:53:56 +0000 (UTC) Received: from mail-qk1-f193.google.com (mail-qk1-f193.google.com [209.85.222.193]) by lists.denx.de (Postfix) with ESMTPS id 26946C2205C for ; Fri, 14 Sep 2018 18:53:53 +0000 (UTC) Received: by mail-qk1-f193.google.com with SMTP id b19-v6so5727267qkc.6 for ; Fri, 14 Sep 2018 11:53:53 -0700 (PDT) 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:mime-version:organization:content-transfer-encoding; bh=y8dpZSTPSNim7FhDfW5sKRPIqjkooSSeMH05l6tlITM=; b=pJVoaydolu6UFe0vD1zDaUi6V9ldq5dWLeHFPM9NQhGXH7wM0HxyrzG8kjXuqm/AOJ WkuwkNVRijx+hUaH4IgRGtqYq/afNFifXboQb7hItXrBEo3e7pc9YfARpt9sfOsATmCc fwzzVeGBNsjBZyWYWGpi+5BM8lSW9o1/iNKRei3JW5bcKbsOoEKZjPzN2AFH+vQgPEfE h5yGxfvrp2UYgI7kg0z9JgJ3ogy6CRE4bTjFjkO2U80UrOUteahyerX+ASbsz9U6Gtfm 7qcZITSz0vXCsT0KkwSu3wpGN/8LIeY3tqhuG7DiH5ALG37QyR84zy7xRfroeyY6T3wX ZsiQ== X-Gm-Message-State: APzg51CX2KgeMytqRKB786UWwes3h8eM0zIF6ES5/f6x1YTEplHnNpkD M89O/0IQeFhJmnBXqGHq0GpAQYdmGVA= X-Google-Smtp-Source: ANB0VdYwdfnZKw1Ro9z9mRXOg2s2eTgvnP9RxnXBsfMx50XB4wOaIwdYP/E7VMPNT31BrK2Tz7U1eg== X-Received: by 2002:a37:9704:: with SMTP id z4-v6mr9515307qkd.37.1536951231875; Fri, 14 Sep 2018 11:53:51 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id l10-v6sm4246937qkk.49.2018.09.14.11.53.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:53:51 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:53:46 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:32 -0300 Message-Id: <20180914185336.13383-2-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br> References: <20180914185336.13383-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Marek Vasut , Otavio Salvador , Fabio Estevam , Richard Hu , John Weber Subject: [U-Boot] [PATCH 2/6] pico-imx6ul: Add PICO-Pi baseboard 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This adds the device tree to the DFU and bootmenu environment setting. Signed-off-by: Otavio Salvador --- include/configs/pico-imx6ul.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 8c657c13ac..3d93205535 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -60,11 +60,14 @@ "u-boot raw 0x8a 0x400 mmcpart 1;" \ "/boot/zImage ext4 0 1;" \ "/boot/imx6ul-pico-hobbit.dtb ext4 0 1;" \ + "/boot/imx6ul-pico-pi.dtb ext4 0 1;" \ "rootfs part 0 1\0" \ #define BOOTMENU_ENV \ "bootmenu_0=Boot using PICO-Hobbit baseboard=" \ "setenv fdtfile imx6ul-pico-hobbit.dtb\0" \ + "bootmenu_1=Boot using PICO-Pi baseboard=" \ + "setenv fdtfile imx6ul-pico-pi.dtb\0" \ #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 From patchwork Fri Sep 14 18:53:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970047 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Bl7h5FFkz9s3x for ; Sat, 15 Sep 2018 04:54:56 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 747A5C22032; Fri, 14 Sep 2018 18:54:44 +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.8 required=5.0 tests=RCVD_IN_MSPIKE_H2, UPPERCASE_50_75 autolearn=no autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 7FA45C22049; Fri, 14 Sep 2018 18:54:38 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id B9091C22049; Fri, 14 Sep 2018 18:54:05 +0000 (UTC) Received: from mail-qk1-f195.google.com (mail-qk1-f195.google.com [209.85.222.195]) by lists.denx.de (Postfix) with ESMTPS id A48FCC22064 for ; Fri, 14 Sep 2018 18:54:00 +0000 (UTC) Received: by mail-qk1-f195.google.com with SMTP id b19-v6so5727460qkc.6 for ; Fri, 14 Sep 2018 11:54:00 -0700 (PDT) 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:mime-version:organization:content-transfer-encoding; bh=HxW72wfFukXmZzE2eMl0yF5rdUGWmzjNRwzWRyV6Va4=; b=FR1SK+akB17NexDRsLnN1HWTGYKPnyD91HUeRJhCKJe0XHbtRRWoflwv2CxrZwCQMe q4wgLhf1HSCAtek8NRqAZyBuqp02GQkxl3tsuyOvHBG9qpGpyRACsGVK1kbm4l3dGgES CnxbS9TooRT9A4escG4VM5Uk2Dlot0orvbwUiovg4/iSA6MVUOZtq36YwzVtThujWHvx CL4354EHH7fC9HT03iQ1LGMevcs57XZmi0nAGxEmLdRMQIpSBm/FcoID9Ed7mb6gEekx jHn/ofJyymWm5h/k71hU6vjstyPw95MSi9G9eyw2dpQ9D9MLblAzkPn3aIINv+tQ5V6q Q/WQ== X-Gm-Message-State: APzg51DBOrGau6x94il0jH499eJ+a4tZ7ljXqHn/0cLF9C17p7HBauYF 6hna3rnOH6hlCsTarbles9liMLXzvYw= X-Google-Smtp-Source: ANB0VdbvIa9oGKu/RcqMrToUedPqzZYFMapxPgh7Kk9Z6FsjIGXo6HQzA0OYyoAGJ7Kb8sXBp2EWZg== X-Received: by 2002:a37:ba47:: with SMTP id k68-v6mr9755219qkf.298.1536951239378; Fri, 14 Sep 2018 11:53:59 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id f63-v6sm4692828qtb.64.2018.09.14.11.53.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:53:58 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:53:52 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:33 -0300 Message-Id: <20180914185336.13383-3-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br> References: <20180914185336.13383-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Marek Vasut , Otavio Salvador , Fabio Estevam , Richard Hu , John Weber Subject: [U-Boot] [PATCH 3/6] pico-imx6ul: Add a new defconfig with PICO-Pi selected 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" This adds a new defconfig which pre-selects the PICO-Pi baseboard allowing a completely non-interactive boot process. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx6ul/MAINTAINERS | 5 +++ configs/pico-pi-imx6ul_defconfig | 53 ++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 configs/pico-pi-imx6ul_defconfig diff --git a/board/technexion/pico-imx6ul/MAINTAINERS b/board/technexion/pico-imx6ul/MAINTAINERS index fec5868015..b8f3d24a53 100644 --- a/board/technexion/pico-imx6ul/MAINTAINERS +++ b/board/technexion/pico-imx6ul/MAINTAINERS @@ -10,3 +10,8 @@ TechNexion PICO-HOBBIT-IMX6UL M: Otavio Salvador S: Maintained F: configs/pico-hobbit-imx6ul_defconfig + +TechNexion PICO-PI-IMX6UL +M: Otavio Salvador +S: Maintained +F: configs/pico-pi-imx6ul_defconfig diff --git a/configs/pico-pi-imx6ul_defconfig b/configs/pico-pi-imx6ul_defconfig new file mode 100644 index 0000000000..680438d265 --- /dev/null +++ b/configs/pico-pi-imx6ul_defconfig @@ -0,0 +1,53 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX6=y +CONFIG_SYS_TEXT_BASE=0x87800000 +CONFIG_SPL_GPIO_SUPPORT=y +CONFIG_SPL_LIBCOMMON_SUPPORT=y +CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_TARGET_PICO_IMX6UL=y +CONFIG_SPL_MMC_SUPPORT=y +CONFIG_SPL_SERIAL_SUPPORT=y +CONFIG_SPL=y +CONFIG_SPL_LIBDISK_SUPPORT=y +CONFIG_DISTRO_DEFAULTS=y +CONFIG_NR_DRAM_BANKS=1 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" +CONFIG_BOOTDELAY=3 +CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" +CONFIG_DEFAULT_FDT_FILE="imx6ul-pico-pi.dtb" +CONFIG_BOARD_EARLY_INIT_F=y +CONFIG_SPL_I2C_SUPPORT=y +CONFIG_SPL_USB_HOST_SUPPORT=y +CONFIG_SPL_USB_GADGET_SUPPORT=y +CONFIG_SPL_USB_SDP_SUPPORT=y +CONFIG_CMD_BOOTMENU=y +CONFIG_CMD_MEMTEST=y +CONFIG_CMD_DFU=y +# CONFIG_CMD_FLASH is not set +CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y +CONFIG_CMD_MMC=y +CONFIG_CMD_USB=y +CONFIG_CMD_USB_SDP=y +CONFIG_CMD_USB_MASS_STORAGE=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT4_WRITE=y +CONFIG_ENV_IS_IN_MMC=y +CONFIG_DFU_MMC=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_SIZE=0x10000000 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=0 +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y +CONFIG_FSL_ESDHC=y +CONFIG_PHYLIB=y +CONFIG_PHY_MICREL=y +CONFIG_MII=y +CONFIG_USB=y +CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MANUFACTURER="FSL" +CONFIG_USB_GADGET_VENDOR_NUM=0x0525 +CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 +CONFIG_CI_UDC=y +CONFIG_OF_LIBFDT=y From patchwork Fri Sep 14 18:53:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970050 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Bl881Xzgz9s3x for ; Sat, 15 Sep 2018 04:55:20 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id D6F0EC22050; Fri, 14 Sep 2018 18:54:26 +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=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL 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 160CDC22018; Fri, 14 Sep 2018 18:54:25 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 110F9C22060; Fri, 14 Sep 2018 18:54:06 +0000 (UTC) Received: from mail-qt0-f174.google.com (mail-qt0-f174.google.com [209.85.216.174]) by lists.denx.de (Postfix) with ESMTPS id 046B3C22072 for ; Fri, 14 Sep 2018 18:54:06 +0000 (UTC) Received: by mail-qt0-f174.google.com with SMTP id r37-v6so9728236qtc.0 for ; Fri, 14 Sep 2018 11:54:05 -0700 (PDT) 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:mime-version:organization:content-transfer-encoding; bh=g72p0ORWtdPNZ8z4IBZ8Kjg+LwH8F86+JsTIKMrgzBk=; b=cIji+1RZSw6F+hskQ6yfVjsx+irEedqCZNkkjMhpQrSo9+GrhkPIXXOYlWNfwCvbTJ KP3lsWbOsJa/1p78LVbCogWJRqOP7Ma+9dp12T3OoW7uy91AFAouPGTzoEQ4q6RB8uQ3 scTDB3pZBN7FOp3HlZsCRi290KUTgA6m7JpqSjbfLOAu2VWmTM1K3W8sVZBrtHBQYmV7 5+zb8WGHvCvwqnQPOPXPriOHQO73ud2xLfE8rQ1g9DpMBGYyVnUKkpCtK0jbethihCKs fn620iIPy51lrr8Wdm21n6mg4fz6l6J5RMQVNwhNVYEszm4sasLUaD845XjiSTziCzvP byAg== X-Gm-Message-State: APzg51CELn7JR4rJsAYNpLdUzpJbU5YwXuuVm6Im70n5Pz1bDvTSLqVp oSvM5/X9vFzmYUrKvr3YxyB3xoQSQfQ= X-Google-Smtp-Source: ANB0VdaxN9pH+3iLmxbMeWOfJ5Jf9cVJjVLsYAS0vdsirP8+423uIRhkW2egCJlQDzKi4JtSqwgYsg== X-Received: by 2002:ac8:67c8:: with SMTP id r8-v6mr9719063qtp.59.1536951244769; Fri, 14 Sep 2018 11:54:04 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id x46-v6sm5296416qtc.9.2018.09.14.11.54.01 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:54:04 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:53:59 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:34 -0300 Message-Id: <20180914185336.13383-4-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br> References: <20180914185336.13383-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Vanessa Maegima , Otavio Salvador Subject: [U-Boot] [PATCH 4/6] pico-imx7d: Fix TechNexion spelling on MAINTAINERS file 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" Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/technexion/pico-imx7d/MAINTAINERS b/board/technexion/pico-imx7d/MAINTAINERS index 0755bd8366..1505c4da9a 100644 --- a/board/technexion/pico-imx7d/MAINTAINERS +++ b/board/technexion/pico-imx7d/MAINTAINERS @@ -1,11 +1,11 @@ -Technexion PICO-IMX7D board +TechNexion PICO-IMX7D board M: Vanessa Maegima S: Maintained F: board/technexion/pico-imx7d/ F: include/configs/pico-imx7d.h F: configs/pico-imx7d_defconfig -Technexion PICO-PI-IMX7 +TechNexion PICO-PI-IMX7 M: Otavio Salvador S: Maintained F: configs/pico-pi-imx7d_defconfig From patchwork Fri Sep 14 18:53:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970052 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42Bl8q1bVQz9s3x for ; Sat, 15 Sep 2018 04:55:55 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id F1B25C22064; Fri, 14 Sep 2018 18:55:35 +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=RCVD_IN_MSPIKE_H2 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 08501C22041; Fri, 14 Sep 2018 18:55:33 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 6BF83C2205E; Fri, 14 Sep 2018 18:54:15 +0000 (UTC) Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) by lists.denx.de (Postfix) with ESMTPS id 818B0C22044 for ; Fri, 14 Sep 2018 18:54:11 +0000 (UTC) Received: by mail-qk1-f196.google.com with SMTP id c126-v6so5726930qkd.7 for ; Fri, 14 Sep 2018 11:54:11 -0700 (PDT) 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:mime-version:organization:content-transfer-encoding; bh=uj/Bl+QSx9EC3/HEs1t1fh6IiS/BCE7Q3y5LQfSKd/M=; b=JT4r28EMpBrT4u5iYPX+Fp8s/uG38dT7ZDnYbQ/+GfTS9kANzE6L64HCepp9aMn/nD /7Kvd62c4BgOrXSXHhYCxdRv40kwlSZytIkWF70ft8DnEuIDrMR7j6jP4Kqbw608Z6lR lcbHuAdF5bpRnrQx0SGeMUnMqiPG+dPHc/vwtKTBHw7X3g1YRJMq0yXdbP2KgABo5rOQ ieuzjFGeIFP2CTJBkv+tvnwFPmx52WjJVu+Par1XIfq5XaICUApMmJ0qqMuHXMAwJyc+ n0XL+irpRPr3LFV7GERuZJPL5d567xLfdxCHmuw4ToCiByDBziz6XOIwDsRabRHaSnEz DM8A== X-Gm-Message-State: APzg51CKz/OW+AK4ZTcb/Tq3UUgs/8prz4ICoGNzH5CeKicwCTtTw/LY IIZbrEj5483ztDtV6+CvwABKaMnrIP0= X-Google-Smtp-Source: ANB0VdYn8na0cQUz4xRXMt6cxdU+UI+oGJjvZ6rA85d5wycc2cVRht97uwDU9mTAVfo2GBUoydZ4Pg== X-Received: by 2002:a37:1866:: with SMTP id j99-v6mr9125353qkh.344.1536951250255; Fri, 14 Sep 2018 11:54:10 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id d12-v6sm3890858qth.35.2018.09.14.11.54.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:54:09 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:54:05 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:35 -0300 Message-Id: <20180914185336.13383-5-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br> References: <20180914185336.13383-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Vanessa Maegima , Otavio Salvador Subject: [U-Boot] [PATCH 5/6] pico-imx7d: Add PICO-Hobbit baseboard 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This adds the device tree to the DFU and bootmenu environment setting. Signed-off-by: Otavio Salvador --- include/configs/pico-imx7d.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index 4cc84ff5d4..0e770bf41f 100644 --- a/include/configs/pico-imx7d.h +++ b/include/configs/pico-imx7d.h @@ -48,11 +48,14 @@ "spl raw 0x2 0x400 mmcpart 1;" \ "u-boot raw 0x8a 0x400 mmcpart 1;" \ "/boot/zImage ext4 0 1;" \ + "/boot/imx7d-pico-hobbit.dtb ext4 0 1;" \ "/boot/imx7d-pico-pi.dtb ext4 0 1;" \ "rootfs part 0 1\0" \ #define BOOTMENU_ENV \ - "bootmenu_0=Boot using PICO-PI baseboard=" \ + "bootmenu_0=Boot using PICO-Hobbit baseboard=" \ + "setenv fdtfile imx7d-pico-hobbit.dtb\0" \ + "bootmenu_1=Boot using PICO-Pi baseboard=" \ "setenv fdtfile imx7d-pico-pi.dtb\0" \ #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ From patchwork Fri Sep 14 18:53:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 970058 X-Patchwork-Delegate: sbabic@denx.de 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=ossystems.com.br Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42BlBF6ZbSz9s3x for ; Sat, 15 Sep 2018 04:57:09 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 6E735C21FFB; Fri, 14 Sep 2018 18:55:54 +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.8 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,UPPERCASE_50_75 autolearn=no autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 20B4BC22068; Fri, 14 Sep 2018 18:55:47 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 0269DC2205E; Fri, 14 Sep 2018 18:54:20 +0000 (UTC) Received: from mail-qt0-f193.google.com (mail-qt0-f193.google.com [209.85.216.193]) by lists.denx.de (Postfix) with ESMTPS id 00C96C21E26 for ; Fri, 14 Sep 2018 18:54:17 +0000 (UTC) Received: by mail-qt0-f193.google.com with SMTP id t5-v6so9708411qtn.3 for ; Fri, 14 Sep 2018 11:54:16 -0700 (PDT) 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:mime-version:organization:content-transfer-encoding; bh=5aRh801aGr8Fk5TjgzSvj9cHKKChCpYjF6JVCY2vcAA=; b=GPt26OZtfO4sOIfiPui2u2XeKAml7IL+di40QIRnSE4g110C3XxiDi0Y0ZCeFZ/G3l LjHaF4NYgz8tKxVZZZ4v13gjiSMp2dpfZA/+Y0WbsQJ+XURKLMlSQF1l/T3n+T7ZGK5y tgKlWSQHCUZx0rOCclPXrzJIhhK1s1ITla7CTMBSRJtht3twKR1vD9tDDE032tRrkPVa Wfm+5xsvj2kUQOeVJDh5FsKUezq+e9zf5YZQVV1Qex3QMiKsNvmqqW0AossMluqIO2sW RQqSL0oKNqp2FC48dXUuv869dOhldbjeuSBxW7wzZh1ZSaXu0RBaoU04q1ro6SQk/KH0 pVyA== X-Gm-Message-State: APzg51ACT+gMVzORBdXU9YMOwrvxcsItZSJK/LC/RZ5rDsHanyLVGpsh NwLNj10zsOJGD8UyrdoAFOzWbNN4OCM= X-Google-Smtp-Source: ANB0VdZYsirOmcJhoGwubCHyK1F6IbNEQTs+Sr0WyARjkalneuOeTLlFlbG4efflCgoUQ/OvcwxKUg== X-Received: by 2002:aed:356a:: with SMTP id b39-v6mr9807935qte.278.1536951255542; Fri, 14 Sep 2018 11:54:15 -0700 (PDT) Received: from localhost.localdomain ([177.194.218.61]) by smtp.gmail.com with ESMTPSA id y47-v6sm5536791qtk.27.2018.09.14.11.54.12 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Sep 2018 11:54:14 -0700 (PDT) Received: by localhost.localdomain (sSMTP sendmail emulation); Fri, 14 Sep 2018 15:54:10 -0300 From: Otavio Salvador To: U-Boot Mailing List Date: Fri, 14 Sep 2018 15:53:36 -0300 Message-Id: <20180914185336.13383-6-otavio@ossystems.com.br> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180914185336.13383-1-otavio@ossystems.com.br> References: <20180914185336.13383-1-otavio@ossystems.com.br> MIME-Version: 1.0 Organization: O.S. Systems Software LTDA. Cc: Vanessa Maegima , Otavio Salvador Subject: [U-Boot] [PATCH 6/6] pico-imx7d: Add a new defconfig with PICO-Hobbit selected 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" This adds a new defconfig which pre-selects the PICO-Hobbit baseboard allowing a completely non-interactive boot process. Signed-off-by: Otavio Salvador --- board/technexion/pico-imx7d/MAINTAINERS | 5 ++ configs/pico-hobbit-imx7d_defconfig | 61 +++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 configs/pico-hobbit-imx7d_defconfig diff --git a/board/technexion/pico-imx7d/MAINTAINERS b/board/technexion/pico-imx7d/MAINTAINERS index 1505c4da9a..f9a1dfc05e 100644 --- a/board/technexion/pico-imx7d/MAINTAINERS +++ b/board/technexion/pico-imx7d/MAINTAINERS @@ -5,6 +5,11 @@ F: board/technexion/pico-imx7d/ F: include/configs/pico-imx7d.h F: configs/pico-imx7d_defconfig +TechNexion PICO-HOBBIT-IMX7 +M: Otavio Salvador +S: Maintained +F: configs/pico-hobbit-imx7d_defconfig + TechNexion PICO-PI-IMX7 M: Otavio Salvador S: Maintained diff --git a/configs/pico-hobbit-imx7d_defconfig b/configs/pico-hobbit-imx7d_defconfig new file mode 100644 index 0000000000..568fb11d59 --- /dev/null +++ b/configs/pico-hobbit-imx7d_defconfig @@ -0,0 +1,61 @@ +CONFIG_ARM=y +CONFIG_ARCH_MX7=y +CONFIG_SYS_TEXT_BASE=0x87800000 +CONFIG_SPL_GPIO_SUPPORT=y +CONFIG_SPL_LIBCOMMON_SUPPORT=y +CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_TARGET_PICO_IMX7D=y +CONFIG_SPL_MMC_SUPPORT=y +CONFIG_SPL_SERIAL_SUPPORT=y +CONFIG_SPL=y +CONFIG_SPL_LIBDISK_SUPPORT=y +CONFIG_ARMV7_BOOT_SEC_DEFAULT=y +CONFIG_IMX_RDC=y +CONFIG_IMX_BOOTAUX=y +CONFIG_DISTRO_DEFAULTS=y +CONFIG_NR_DRAM_BANKS=1 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" +CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" +CONFIG_DEFAULT_FDT_FILE="imx7d-pico-hobbit.dtb" +CONFIG_SPL_I2C_SUPPORT=y +CONFIG_SPL_USB_HOST_SUPPORT=y +CONFIG_SPL_USB_GADGET_SUPPORT=y +CONFIG_SPL_USB_SDP_SUPPORT=y +# CONFIG_CMD_BOOTD is not set +CONFIG_CMD_BOOTMENU=y +# CONFIG_CMD_IMI is not set +# CONFIG_CMD_XIMG is not set +CONFIG_CMD_SPL=y +CONFIG_CMD_SPL_WRITE_SIZE=0x20000 +CONFIG_CMD_DFU=y +CONFIG_CMD_GPIO=y +CONFIG_CMD_GPT=y +CONFIG_CMD_I2C=y +CONFIG_CMD_MMC=y +CONFIG_CMD_USB=y +CONFIG_CMD_USB_SDP=y +CONFIG_CMD_USB_MASS_STORAGE=y +# CONFIG_CMD_SETEXPR is not set +# CONFIG_CMD_MII is not set +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT4_WRITE=y +CONFIG_DFU_MMC=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x82000000 +CONFIG_FASTBOOT_BUF_SIZE=0x10000000 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=0 +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y +CONFIG_FSL_ESDHC=y +CONFIG_PHYLIB=y +CONFIG_MII=y +CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y +CONFIG_MXC_USB_OTG_HACTIVE=y +CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MANUFACTURER="FSL" +CONFIG_USB_GADGET_VENDOR_NUM=0x0525 +CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 +CONFIG_CI_UDC=y +CONFIG_OF_LIBFDT=y