DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Subject: [DistroKit] [PATCH 00/12] update and add STM32MP135F-DK support
Date: Fri, 15 Mar 2024 22:12:28 +0100	[thread overview]
Message-ID: <20240315211240.3016716-1-a.fatoum@pengutronix.de> (raw)

This series updates core components: PTXdist, TF-A, barebox and kernel
to their newest versions and then adds OP-TEE support to enable booting
DistroKit on the new STM32MP135F-DK.

Ahmad Fatoum (12):
  ptxdist: migrate 2023.02.0 → 2024.03.0
  tf-a: update from v2.8 → v2.10
  v8a: imx8mq-evk: disable PCI nodes
  v8a: update kernel from v6.6 → v6.8
  v8a: barebox: version bump v2023.12.0 → v2024.03.0
  v7a: update kernel from v6.6 → v6.8
  v7a: barebox: version bump v2024.01.0 → v2024.03.0
  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/platform-mips/platformconfig          |   4 +-
 configs/platform-mipsel/platformconfig        |   4 +-
 configs/platform-rpi1/platformconfig          |   4 +-
 .../platform-v7a/barebox-am335x-mlo.config    |  17 +-
 configs/platform-v7a/barebox-am335x.config    |  19 +-
 .../platform-v7a/barebox-am335x.config.diff   |   4 +-
 configs/platform-v7a/barebox-at91.config      |  18 +-
 configs/platform-v7a/barebox-at91.config.diff |   4 +-
 configs/platform-v7a/barebox-mx6.config       |  18 +-
 configs/platform-v7a/barebox-mx6.config.diff  |   2 +-
 configs/platform-v7a/barebox-rpi2.config      |  18 +-
 configs/platform-v7a/barebox-rpi2.config.diff |   2 +-
 configs/platform-v7a/barebox-stm32mp.config   |  42 ++-
 .../platform-v7a/barebox-stm32mp.config.diff  |  24 +-
 configs/platform-v7a/barebox-vexpress.config  |  18 +-
 .../platform-v7a/barebox-vexpress.config.diff |   2 +-
 configs/platform-v7a/barebox.config           |  18 +-
 .../config/images/stm32mp-optee.config        |  60 ++++
 configs/platform-v7a/dts/bootstate.dtsi       |   3 +-
 configs/platform-v7a/kernelconfig             | 129 +++++---
 ...ression-booting-without-VideoCore-DT.patch | 130 --------
 .../patches/barebox-2024.01.0/series          |   1 -
 configs/platform-v7a/platformconfig           |  27 +-
 .../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 +++++++
 configs/platform-v7a_noneon/platformconfig    |   4 +-
 .../init/disable-imx8mq-pci                   |   7 +
 configs/platform-v8a/barebox.config           |  36 ++-
 configs/platform-v8a/kernelconfig             | 121 +++++--
 configs/platform-v8a/platformconfig           |  16 +-
 configs/platform-x86_64/platformconfig        |   4 +-
 configs/ptxconfig                             |   8 +-
 ...DRAM-retention-by-default-on-i.MX8MQ.patch | 182 +++++++++++
 ...kage-on-ARMv7-CPUs-with-SP_min-as-BL.patch |  61 ++++
 ...ct-console-base-address-during-runti.patch |  69 ++++
 ...mx-disable-DRAM-retention-by-default.patch | 174 ++++++++++
 ...ct-console-base-address-during-runti.patch |  72 +++++
 ...kage-on-ARMv7-CPUs-with-SP_min-as-BL.patch |  57 ++++
 ...tomers-pengutronix-distrokit-2024031.patch |  21 ++
 patches/tf-a-v2.10/series                     |  19 ++
 ...-add-helper-to-detect-linker-options.patch |  35 --
 ...dd-support-for-new-binutils-versions.patch |  54 ----
 ...-IMX_BOOT_UART_BASE-configurable-via.patch |  41 ---
 ...remove-empty-bl31_plat_runtime_setup.patch |  30 --
 ...03-feat-imx8mq-always-set-up-console.patch |  51 ---
 ...imx8mq-make-use-of-setup_page_tables.patch |  53 ---
 ...-refactor-imx8mq-introduce-BL31_SIZE.patch |  54 ----
 ...106-feat-imx8mq-add-BL31-PIE-support.patch |  55 ----
 ...feat-imx8mq-add-support-for-gcc-12.x.patch |  45 ---
 ...t-console-base-address-during-runtim.patch | 304 ------------------
 ...MX_BOOT_UART_BASE-autodetection-opti.patch | 172 ----------
 ...omers-pengutronix-distrokit-20240117.patch |  21 --
 patches/tf-a-v2.8/series                      |  27 --
 56 files changed, 1322 insertions(+), 1211 deletions(-)
 create mode 100644 configs/platform-v7a/config/images/stm32mp-optee.config
 delete mode 100644 configs/platform-v7a/patches/barebox-2024.01.0/0001-ARM-rpi-fix-regression-booting-without-VideoCore-DT.patch
 delete mode 100644 configs/platform-v7a/patches/barebox-2024.01.0/series
 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
 create mode 100755 configs/platform-v8a/barebox-common-defaultenv/init/disable-imx8mq-pci
 create mode 100644 patches/tf-a-v2.10/0001-fix-imx-disable-DRAM-retention-by-default-on-i.MX8MQ.patch
 create mode 100644 patches/tf-a-v2.10/0001-fix-pmu-fix-breakage-on-ARMv7-CPUs-with-SP_min-as-BL.patch
 create mode 100644 patches/tf-a-v2.10/0002-feat-imx8mq-detect-console-base-address-during-runti.patch
 create mode 100644 patches/tf-a-v2.10/0003-imx-disable-DRAM-retention-by-default.patch
 create mode 100644 patches/tf-a-v2.10/0101-feat-imx8mq-detect-console-base-address-during-runti.patch
 create mode 100644 patches/tf-a-v2.10/0201-fix-pmu-fix-breakage-on-ARMv7-CPUs-with-SP_min-as-BL.patch
 create mode 100644 patches/tf-a-v2.10/0301-Release-2.10-customers-pengutronix-distrokit-2024031.patch
 create mode 100644 patches/tf-a-v2.10/series
 delete mode 100644 patches/tf-a-v2.8/0001-build-makefile-add-helper-to-detect-linker-options.patch
 delete mode 100644 patches/tf-a-v2.8/0002-feat-build-add-support-for-new-binutils-versions.patch
 delete mode 100644 patches/tf-a-v2.8/0101-feat-imx8mq-make-IMX_BOOT_UART_BASE-configurable-via.patch
 delete mode 100644 patches/tf-a-v2.8/0102-feat-imx8mq-remove-empty-bl31_plat_runtime_setup.patch
 delete mode 100644 patches/tf-a-v2.8/0103-feat-imx8mq-always-set-up-console.patch
 delete mode 100644 patches/tf-a-v2.8/0104-refactor-imx8mq-make-use-of-setup_page_tables.patch
 delete mode 100644 patches/tf-a-v2.8/0105-refactor-imx8mq-introduce-BL31_SIZE.patch
 delete mode 100644 patches/tf-a-v2.8/0106-feat-imx8mq-add-BL31-PIE-support.patch
 delete mode 100644 patches/tf-a-v2.8/0107-feat-imx8mq-add-support-for-gcc-12.x.patch
 delete mode 100644 patches/tf-a-v2.8/0201-feat-imx8m-detect-console-base-address-during-runtim.patch
 delete mode 100644 patches/tf-a-v2.8/0202-fix-imx8m-make-IMX_BOOT_UART_BASE-autodetection-opti.patch
 delete mode 100644 patches/tf-a-v2.8/0301-Release-2.8-customers-pengutronix-distrokit-20240117.patch
 delete mode 100644 patches/tf-a-v2.8/series

-- 
2.39.2




             reply	other threads:[~2024-03-15 21:12 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-15 21:12 Ahmad Fatoum [this message]
2024-03-15 21:12 ` [DistroKit] [PATCH 01/12] ptxdist: migrate 2023.02.0 → 2024.03.0 Ahmad Fatoum
2024-03-16  9:26   ` Alexander Dahl
2024-03-17 19:14     ` Robert Schwebel
2024-03-21  9:37   ` Alexander Dahl
2024-03-25 18:45     ` [DistroKit] [PATCH] blspec-entry: remove superfluous file Roland Hieber
2024-03-25 20:51       ` Robert Schwebel
2024-03-15 21:12 ` [DistroKit] [PATCH 02/12] tf-a: update from v2.8 → v2.10 Ahmad Fatoum
2024-04-24 11:15   ` Alexander Dahl
2024-04-24 11:48     ` Ahmad Fatoum
2024-04-24 11:58       ` Alexander Dahl
2024-03-15 21:12 ` [DistroKit] [PATCH 03/12] v8a: imx8mq-evk: disable PCI nodes Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 04/12] v8a: update kernel from v6.6 → v6.8 Ahmad Fatoum
2024-03-16 11:18   ` Michael Olbrich
2024-03-16 13:09     ` Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 05/12] v8a: barebox: version bump v2023.12.0 → v2024.03.0 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 06/12] v7a: update kernel from v6.6 → v6.8 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 07/12] v7a: barebox: version bump v2024.01.0 → v2024.03.0 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 08/12] v7a: barebox: enable STM32MP135F-DK support Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 09/12] v7a: build OP-TEE for STM32MP13 Ahmad Fatoum
2024-03-15 21:12 ` [DistroKit] [PATCH 10/12] v7a: stm32mp: add TF-A recipe " Ahmad Fatoum
2024-04-26  8:03   ` Alexander Dahl
2024-03-15 21:12 ` [DistroKit] [PATCH 11/12] v7a: kernel: enable STM32MP135F-DK support Ahmad Fatoum
2024-03-18 13:07   ` Michael Olbrich
2024-03-18 14:23     ` Robert Schwebel
2024-03-15 21:12 ` [DistroKit] [PATCH 12/12] v7a: stm32mp: add image recipe for STM32MP135F-DK Ahmad Fatoum
2024-03-17 19:27 ` [DistroKit] [PATCH 00/12] update and add STM32MP135F-DK support Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240315211240.3016716-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox