From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0539DC4332F for ; Thu, 8 Dec 2022 13:55:19 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9514E82162; Thu, 8 Dec 2022 14:55:17 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1670507718; bh=eaohQgrJCJ0T4Dcbm6T7FKhtc0ZgTeJWJWrC3Irm5yM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=BuQVX3YWekfVvhragIg3nTUeAqbCliJXIIhPpKx/1iSD91kaO/qwfF7qHoaJtR7Z9 2gu+OWz7b24+gUPISCYoN20IqLBXl/k2Yk4OKGb7J2+2kbvFkaW6QPdwsb4J//eCyg 4cDYutpYLfWBcQ9R4JRZ682CQbEvTvlfHB1OD11EXWCk1A9ECaNrxbvSlOm2Dv6eHu OwYNlv6S8p2aJZxrkUsI/T6jpGuwEPt+//Y0QBl9xWu5X/meV3aJQ3Gs7y/pLMY0WB 4udsmcHSo4wUKJIKwZyVN8UnoEkxq0fXJgrRbXCMaRQV3IkpcR+rJbOmiNI9vZ8Mnx w33k/27s97tvw== Received: from [127.0.0.1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 7E35F817FB; Thu, 8 Dec 2022 14:55:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1670507715; bh=eaohQgrJCJ0T4Dcbm6T7FKhtc0ZgTeJWJWrC3Irm5yM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=hVTaSf+Wsr8aakjmsfjo3Ms8brVU/DA3fA+efw4bczTQc/A/baksNAa8HKVzBqRT+ vujO2Q+KobuRCVrTV/1ekNihfIJgH161+jW0rzigjWCFAdpYNY0anIEb7IcnAzcxm0 r70FNiDe2wBw3/oef15ww7X8hZ+XaKVqHqyIoIdgbh3IXwJURHta7KzIHTLDUL8Umc 2Pwc2rjEuDR+bSBIWQVnBuR1OD66lKy7eXK77ZuPY+pWGZ6wNxhPAwVN+Ber2YSCE5 qdIQaH8c2VIWxfTlgVbLHIPDumca2JfIR//0VCZPH7/L2goC7dxSrDJ/5Na21CI9TE 6my0GplSzawZQ== Message-ID: Date: Thu, 8 Dec 2022 14:55:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Subject: Re: [Uboot-stm32] [PATCH] dfu: Make DFU virtual backend SPL friendly Content-Language: en-US To: Patrice CHOTARD , Patrick Delaunay , u-boot@lists.denx.de Cc: U-Boot STM32 , Lukasz Majewski References: <20221130114146.1.I1944fc560e894329a83e9cf8f50cab3610f4f334@changeid> <0a41cbe2-8f9f-4ba9-5ffc-e1047d0e37c8@denx.de> <6c8b6387-17bf-a4d1-8c75-d9cfdf512351@foss.st.com> <35330e71-f6d5-7a05-c1a9-51e3b9ecc488@foss.st.com> From: Marek Vasut In-Reply-To: <35330e71-f6d5-7a05-c1a9-51e3b9ecc488@foss.st.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.103.6 at phobos.denx.de X-Virus-Status: Clean On 12/8/22 14:53, Patrice CHOTARD wrote: > > > On 12/8/22 14:27, Marek Vasut wrote: >> On 12/8/22 09:19, Patrice CHOTARD wrote: >>> Hi Marek >> >> Hello Patrice, >> >>> I am preparing a STM32 pull request which includes this series >>> >>> https://patchwork.ozlabs.org/project/uboot/patch/20221206023515.113556-1-marex@denx.de/ >>> >>> We got a DFU compilation issue with this series : >>> >>>         arm:  +   stm32mp15_dhcom_basic >>> +/usr/lib/python3/dist-packages/setuptools/dist.py:473: UserWarning: Normalizing '2023.01' to '2023.1' >>> +  warnings.warn( >>> +arm-linux-gnueabi-ld.bfd: drivers/dfu/dfu.o: in function `dfu_fill_entity': >>> +drivers/dfu/dfu.c:548: undefined reference to `dfu_fill_entity_virt' >>> +make[2]: *** [scripts/Makefile.spl:527: spl/u-boot-spl] Error 1 >>> +make[1]: *** [Makefile:2071: spl/u-boot-spl] Error 2 >>> +make: *** [Makefile:177: sub-make] Error 2 >>>         arm:  +   stm32mp15_dhcor_basic >>> +/usr/lib/python3/dist-packages/setuptools/dist.py:473: UserWarning: Normalizing '2023.01' to '2023.1' >>> +  warnings.warn( >>> +arm-linux-gnueabi-ld.bfd: drivers/dfu/dfu.o: in function `dfu_fill_entity': >>> +drivers/dfu/dfu.c:548: undefined reference to `dfu_fill_entity_virt' >>> +make[2]: *** [scripts/Makefile.spl:527: spl/u-boot-spl] Error 1 >>> +make[1]: *** [Makefile:2071: spl/u-boot-spl] Error 2 >>> +make: *** [Makefile:177: sub-make] Error 2 >>> >>> >>> The correct fix is this patch below which is currently in your usb/master branch. >>> I propose to take this patch in my pull request (available today or tomorrow) to make GitLab Ci tests happy. >>> >>> Are you OK ? >> >> I still have one more patch to pick/review and then I'll send USB MR. >> I can ask Tom to pick it before the STM MR at which point it should all be fine ? > > Ok, perfect. > I will put an additional information indicating the dependencies between the STM32 pull request and the USB one. Thank you. The USB MR is now in the CI.