From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 22 Apr 2024 16:25:53 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ryucD-00Baea-0K for lore@lore.pengutronix.de; Mon, 22 Apr 2024 16:25:53 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ryucC-0004Ts-Jz; Mon, 22 Apr 2024 16:25:52 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ryuc4-0004Td-7U; Mon, 22 Apr 2024 16:25:44 +0200 Received: from [2a0a:edc0:2:b01:1d::c5] (helo=pty.whiteo.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ryuc3-00Dhzp-RK; Mon, 22 Apr 2024 16:25:43 +0200 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1ryuc3-008AHj-2T; Mon, 22 Apr 2024 16:25:43 +0200 Date: Mon, 22 Apr 2024 16:25:43 +0200 From: Robert Schwebel To: Ahmad Fatoum Message-ID: References: <20240403164815.3929378-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240403164815.3929378-1-a.fatoum@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH v3 0/8] add STM32MP135F-DK support X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Applied series to next. On Wed, Apr 03, 2024 at 06:48:07PM +0200, Ahmad Fatoum wrote: > This series contains the patches that were part of v1[1], but didn't > make it into next as well as some new patches noticed during testing and > incorporating feedback. > > Changelogs are within each patch. > > Ahmad Fatoum (8): > v7a: bootstate: remove unused environment partitions > v7a: barebox: rpi4: fix rpi4 bootstate definition > v7a: images: stm32mp: use barebox-environment partition type UUID > v7a: barebox: enable STM32MP135F-DK support > v7a: build OP-TEE for STM32MP13 > v7a: stm32mp: add TF-A recipe for STM32MP13 > v7a: kernel: enable STM32MP135F-DK support > v7a: stm32mp: add image recipe for STM32MP135F-DK > > configs/bsp.ref | 12 ++ > configs/platform-v7a/barebox-stm32mp.config | 24 +++- > .../platform-v7a/barebox-stm32mp.config.diff | 22 +++- > .../config/images/stm32mp-optee.config | 61 ++++++++++ > .../platform-v7a/config/images/stm32mp.config | 1 + > configs/platform-v7a/dts/bootstate.dtsi | 19 ++- > configs/platform-v7a/kernelconfig | 8 +- > configs/platform-v7a/platformconfig | 11 +- > .../platforms/image-stm32mp135f-dk.in | 13 +++ > .../platform-v7a/platforms/tf-a-stm32mp13.in | 12 ++ > .../platform-v7a/rules/barebox-stm32mp.make | 3 +- > .../rules/image-stm32mp135f-dk.make | 34 ++++++ > .../platform-v7a/rules/tf-a-stm32mp13.make | 110 ++++++++++++++++++ > 13 files changed, 311 insertions(+), 19 deletions(-) > create mode 100644 configs/platform-v7a/config/images/stm32mp-optee.config > create mode 100644 configs/platform-v7a/platforms/image-stm32mp135f-dk.in > create mode 100644 configs/platform-v7a/platforms/tf-a-stm32mp13.in > create mode 100644 configs/platform-v7a/rules/image-stm32mp135f-dk.make > create mode 100644 configs/platform-v7a/rules/tf-a-stm32mp13.make > > -- > 2.39.2 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |