From patchwork Fri Feb 26 17:17:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Patrick DELAUNAY X-Patchwork-Id: 1445037 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=foss.st.com header.i=@foss.st.com header.a=rsa-sha256 header.s=selector1 header.b=HXNBjGg0; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DnGZ74wChz9sBJ for ; Sat, 27 Feb 2021 04:17:51 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0233C8120B; Fri, 26 Feb 2021 18:17:45 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=foss.st.com header.i=@foss.st.com header.b="HXNBjGg0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C09278120B; Fri, 26 Feb 2021 18:17:43 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_HELO_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 6BD1D80505 for ; Fri, 26 Feb 2021 18:17:40 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=patrick.delaunay@foss.st.com Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.16.0.43/8.16.0.43) with SMTP id 11QHHbx9026174; Fri, 26 Feb 2021 18:17:37 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=to : cc : from : subject : message-id : date : mime-version : content-type : content-transfer-encoding; s=selector1; bh=12KIlHnbsjzue6H6eCp7SrFboWpyFw46BxeeWEcISrs=; b=HXNBjGg0a2sqgIr7I2lHV7xKzh0hxlKYuAvisvfVsARNpF+5RoB5wn2zSSG4pWY1KU6i YRa+vYEijOo+vJPpwHU8P6E/oqyB7pY5UNqtDpzFGGP5K4+jEaUWn3ZzFRG8XvuhUrid dGhT94jYpjlOa7tXRmUYkLPKbohSKbQs0+sOWW7O+sGlmbFDcpEGlm/SmJHE9hnzXOPZ gu83FuaRZV3P/CRWTpfasbSETAwRqrzpAyI9JNhEAQ34eYtWQMjphxq+aIoJkRPPm2tx 4uKJvDL/WKxGJ7CePzuKIKcu9hheEEUnacPlbCCXKua1h7uPT7Y+WQJADupLrY3qcQbv KQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com with ESMTP id 36w66yf12k-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 26 Feb 2021 18:17:37 +0100 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E134210002A; Fri, 26 Feb 2021 18:17:34 +0100 (CET) Received: from Webmail-eu.st.com (sfhdag2node3.st.com [10.75.127.6]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id CC33A25D037; Fri, 26 Feb 2021 18:17:34 +0100 (CET) Received: from lmecxl0994.lme.st.com (10.75.127.51) by SFHDAG2NODE3.st.com (10.75.127.6) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Fri, 26 Feb 2021 18:17:34 +0100 To: Tom Rini , U-Boot Mailing List CC: Patrice CHOTARD , Marek Vasut , U-Boot STM32 , Ilias Apalodimas From: Patrick DELAUNAY Subject: [PULL] Pull request for u-boot master / v2021.04 = u-boot-stm32-20210226 Message-ID: <63f51866-2ee6-5206-8f07-02a266be123e@foss.st.com> Date: Fri, 26 Feb 2021 18:17:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Language: en-US X-Originating-IP: [10.75.127.51] X-ClientProxiedBy: SFHDAG2NODE1.st.com (10.75.127.4) To SFHDAG2NODE3.st.com (10.75.127.6) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.369, 18.0.761 definitions=2021-02-26_05:2021-02-26, 2021-02-26 signatures=0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.102.4 at phobos.denx.de X-Virus-Status: Clean Hi Tom, Please pull the STM32 related patches for u-boot/master, v2021.04: u-boot-stm32-20210226 - Add USB host boot support in stm32mp1 config - Enable uefi related commands for STMicroelectronics STM32MP15 boards - Remove duplicate uart nodes in stm32mp15 device tree CI status: https://gitlab.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/6533 Thanks, Patrick git request-pull origin/master https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20210226 The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500) are available in the Git repository at:   https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git u-boot-stm32-20210226 for you to fetch changes up to 1b3db349c011e7905a03126d9a78e1fb9886efb7:   configs: stm32mp1: enable uefi related commands (2021-02-26 15:45:22 +0100) ---------------------------------------------------------------- - Add USB host boot support in stm32mp1 config - Enable uefi related commands for STMicroelectronics STM32MP15 boards - Remove duplicate uart nodes in stm32mp15 device tree ---------------------------------------------------------------- Ilias Apalodimas (1):       configs: stm32mp1: enable uefi related commands Marek Vasut (1):       ARM: stm32: Add USB host boot support Patrick Delaunay (1):       arm: dts: stm32mp15: remove duplicate uart nodes  arch/arm/dts/stm32mp15-pinctrl.dtsi | 80 -------------------------------------------------------------------  configs/stm32mp15_basic_defconfig   |  3 +++  configs/stm32mp15_trusted_defconfig |  3 +++  include/configs/stm32mp1.h          |  7 ++++++  4 files changed, 13 insertions(+), 80 deletions(-)