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 0DC64C54EE9 for ; Thu, 22 Sep 2022 14:17:58 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D65FC8499D; Thu, 22 Sep 2022 16:17:56 +0200 (CEST) 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=1663856277; bh=0WvK9axhfihKpI9BUBpGodPYSkRlTWK0dv9q1bPyk9Y=; h=Date:To:Cc:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=TaXmcK5qdQQPTI+hUEu1ONC4vkYIlure+fIRSU6E8rAxAyxkPVqLLV/y1JIwpdlD7 ibAIxJjfMvwzMgKLaFviOD2bcamUdeNGwCJ4JrZnym5zZQqdXOu+WFeInEyhoYKaiT V+hISUQhJ25JVMkQiwU2YhblIYPDJNIX/0cKcWskt4CW8FjapQj9Qz0NKRvoth9ntc n16c740G1Z0J4nYj4ZOUhB9+0cQ7TGQSuTnS3xXFgpl2ScpkxalA2z18UiAHBZPRoC eauo4qAycgLa7UeQZze0dKkDbQWqZ0wZ1lpO5eUNCMen7op2aPnfWDyQflgMJuYbTf yKJNv+de5JC2A== Received: from [IPV6:2001:a61:61f0:1801:fec1:49f1:3ab0:162d] (unknown [IPv6:2001:a61:61f0:1801:fec1:49f1:3ab0:162d]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbabic@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 7B79481FD2; Thu, 22 Sep 2022 16:17:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1663856275; bh=0WvK9axhfihKpI9BUBpGodPYSkRlTWK0dv9q1bPyk9Y=; h=Date:To:Cc:From:Subject:From; b=CHhd5aUZR6owjemLdlD7xuScfAPNw0paZdgk4Dtx+DIWPCaYkTvCrP9pn6i+S7Wqt /kiITb53arhcgvf40NEjt46TWEZdUOb1VkgqxilJrc+o7KfH7Y5AljbKl9IL2f8qK6 FdPPSxZ1P+GLLHUF6BpWq+gSjrTk4JG147DECTpqLc0xBzvA8FMlEBcrpQQC1vFxpi /OJaODPn8XXvYkXldntTutmSe7kOCMT3mqJcyj928B8RyCbDQmqRm1wZVk5asyQ7EP x5p6oQOqF54SDHeLm7ijrmNzQSoDXjQvbLV3ds3xHIvo+Xr5OA3rYUzfUCSpAB17oS wgyajqV9JD8ZQ== Message-ID: <79eb6229-b15f-7429-81b1-540919d9e7fb@denx.de> Date: Thu, 22 Sep 2022 16:17:54 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: de-DE To: Tom Rini Cc: "U-Boot@lists.denx.de" From: Stefano Babic Subject: Pull request: u-boot-imx u-boot-imx-20220919 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Hi Tom, Please pull from u-boot-imx, just some fixes for releases, thanks ! The following changes since commit 12ed6d4911ced1df099a365e0a994b54211b60f3: Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2022-09-19 16:49:18 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-20220922 for you to fetch changes up to 1d8f4c85e3c04f596b0464542221b3507af0014e: kontron-sl-mx8mm: Let CONFIG_SPL_FIT_IMAGE_TINY be selected (2022-09-21 16:19:45 +0200) ---------------------------------------------------------------- u-boot-imx-20220922 ------------------- Fixes for 2022.10 CI : https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/13548 ---------------------------------------------------------------- Fabio Estevam (2): mx8m: csf.sh: Fix the calculation of fit_block_size kontron-sl-mx8mm: Let CONFIG_SPL_FIT_IMAGE_TINY be selected Marek Vasut (1): ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock Tim Harvey (2): arm: dts: imx8mp-venice-gw74xx: add dsa phy handles to u-boot dtsi arm: dts: imx8mm-venice-gw7901: add dsa phy handles to u-boot dtsi arch/arm/dts/imx8mm-venice-gw7901-u-boot.dtsi | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/imx8mp-venice-gw74xx-u-boot.dtsi | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/include/asm/arch-imx8m/imx-regs.h | 5 +++++ arch/arm/mach-imx/imx8m/soc.c | 12 ++++++++++++ board/data_modul/imx8mm_edm_sbc/imx8mm_data_modul_edm_sbc.c | 17 ----------------- board/dhelectronics/dh_imx8mp/imx8mp_dhcom_pdk2.c | 17 ----------------- board/menlo/mx8menlo/mx8menlo.c | 17 ----------------- configs/kontron-sl-mx8mm_defconfig | 1 - doc/imx/habv4/csf_examples/mx8m/csf.sh | 2 +- 9 files changed, 128 insertions(+), 53 deletions(-) -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, 82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de =====================================================================