From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 09 Dec 2024 22:19:48 +0100 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 1tKlAS-0067Tl-0S for lore@lore.pengutronix.de; Mon, 09 Dec 2024 22:19:48 +0100 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 1tKlAS-0003Jn-5J; Mon, 09 Dec 2024 22:19:48 +0100 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 1tKlAO-0003If-6e; Mon, 09 Dec 2024 22:19:44 +0100 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tKlAN-002ZzK-0p; Mon, 09 Dec 2024 22:19:44 +0100 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tKlAN-006fiG-2z; Mon, 09 Dec 2024 22:19:43 +0100 Date: Mon, 9 Dec 2024 22:19:43 +0100 From: Robert Schwebel To: Ahmad Fatoum Message-ID: References: <20241209194831.2677114-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241209194831.2677114-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 v2 00/11] v7a/v8a: update firmware, bootloader and kernel 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 On Mon, Dec 09, 2024 at 08:48:20PM +0100, Ahmad Fatoum wrote: > This series updates all of barebox, TF-A and Linux to more recent > versions. > > Missing from this update are updates to OP-TEE, which have been > submitted separately[1] to PTXdist as the version isn't configurible > via platformconfig. > > [1]: https://lore.ptxdist.org/ptxdist/20241209175317.2509381-1-a.fatoum@pengutronix.de/ Applied to next. > --- > v1 -> v2: > - rebase on current master > > Ahmad Fatoum (11): > v8a: tf-a: update v2.10 -> v2.12 > v8a: barebox: update v2024.07.0 -> v2024.12.0 > v8a: kernel: disable some unneeded options > v8a: kernel: enable usb9pfs > v8a: kernel: update 6.12 -> v6.13-rc2 > v7a: barebox: am335x-mlo: disable LZO decompress > v7a: barebox: update v2024.07.0 -> v2024.12.0 > v7a: kernel: disable unneeded options > v7a: kernel: update 6.12 -> v6.13-rc2 > v7a: tf-a: update v2.10 -> v2.12 > v7a/v8a: barebox: enable some more useful commands > > .../platform-v7a/barebox-am335x-mlo.config | 12 ++- > configs/platform-v7a/barebox-am335x.config | 17 +++- > .../platform-v7a/barebox-am335x.config.diff | 3 +- > configs/platform-v7a/barebox-at91.config | 16 +++- > configs/platform-v7a/barebox-at91.config.diff | 2 +- > configs/platform-v7a/barebox-mx6.config | 21 ++++- > configs/platform-v7a/barebox-mx6.config.diff | 7 +- > configs/platform-v7a/barebox-rpi2.config | 17 +++- > configs/platform-v7a/barebox-rpi2.config.diff | 3 +- > configs/platform-v7a/barebox-stm32mp.config | 21 ++++- > .../platform-v7a/barebox-stm32mp.config.diff | 7 +- > configs/platform-v7a/barebox-vexpress.config | 16 +++- > .../platform-v7a/barebox-vexpress.config.diff | 2 +- > configs/platform-v7a/barebox.config | 16 +++- > configs/platform-v7a/kernelconfig | 31 ++++--- > configs/platform-v7a/platformconfig | 12 +-- > .../platform-v7a/rules/tf-a-stm32mp13.make | 2 - > configs/platform-v8a/barebox.config | 28 +++++- > configs/platform-v8a/kernelconfig | 59 +++++++----- > ...mq-fix-imx8mq-build-break-due-to-hab.patch | 83 +++++++++++++++++ > ...002-fix-imx8m-fix-imx8mq-build-break.patch | 93 +++++++++++++++++++ > .../platform-v8a/patches/tf-a-v2.12/series | 2 + > configs/platform-v8a/platformconfig | 12 +-- > 23 files changed, 392 insertions(+), 90 deletions(-) > create mode 100644 configs/platform-v8a/patches/tf-a-v2.12/0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch > create mode 100644 configs/platform-v8a/patches/tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch > create mode 100644 configs/platform-v8a/patches/tf-a-v2.12/series > > -- > 2.39.5 > > > -- 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 |