DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel
@ 2024-12-09 19:48 Ahmad Fatoum
  2024-12-09 19:48 ` [DistroKit] [PATCH v2 01/11] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Ahmad Fatoum @ 2024-12-09 19:48 UTC (permalink / raw)
  To: distrokit

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/

---
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




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-12-09 21:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-09 19:48 [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 01/11] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 02/11] v8a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 03/11] v8a: kernel: disable some unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 04/11] v8a: kernel: enable usb9pfs Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 05/11] v8a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 06/11] v7a: barebox: am335x-mlo: disable LZO decompress Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 07/11] v7a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 08/11] v7a: kernel: disable unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 09/11] v7a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 10/11] v7a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 11/11] v7a/v8a: barebox: enable some more useful commands Ahmad Fatoum
2024-12-09 21:19 ` [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox