From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Michael Olbrich <m.olbrich@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH] patches: move TF-A patches to the platforms
Date: Mon, 12 Jun 2023 14:23:37 +0200 [thread overview]
Message-ID: <ZIcOSfQLjMdBzMoi@pengutronix.de> (raw)
In-Reply-To: <20230106115424.2180991-1-m.olbrich@pengutronix.de>
Hi,
could you rebase the series? Upstream has 2.8 meanwhile.
rsc
On Fri, Jan 06, 2023 at 12:54:24PM +0100, Michael Olbrich wrote:
> On all other platforms "ptxdist lint" complains because they are unused.
>
> These patches are platform specific so they should be in the platform.
> Move the patches into the correct platform to fix this.
>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> ---
> ...001-fix-stm32mp1-fdts-stm32mp1-align-DDR-regulators-with.patch | 0
> .../0002-build-makefile-add-helper-to-detect-linker-options.patch | 0
> .../0003-feat-build-add-support-for-new-binutils-versions.patch | 0
> .../tf-a-v2.7/0004-makefile-link-with-z-noexecstack.patch | 0
> {patches => configs/platform-v7a/patches}/tf-a-v2.7/series | 0
> .../0001-build-makefile-add-helper-to-detect-linker-options.patch | 0
> ...002-build-makefile-avoid-gcc-warning-that-triggers-with-.patch | 0
> .../0003-feat-build-add-support-for-new-binutils-versions.patch | 0
> .../0004-makefile-link-with-z-noexecstack.patch | 0
> .../platform-v8a/patches}/imx-atf-imx_5.4.24_2.1.0/series | 0
> 10 files changed, 0 insertions(+), 0 deletions(-)
> rename {patches => configs/platform-v7a/patches}/tf-a-v2.7/0001-fix-stm32mp1-fdts-stm32mp1-align-DDR-regulators-with.patch (100%)
> rename {patches => configs/platform-v7a/patches}/tf-a-v2.7/0002-build-makefile-add-helper-to-detect-linker-options.patch (100%)
> rename {patches/imx-atf-imx_5.4.24_2.1.0 => configs/platform-v7a/patches/tf-a-v2.7}/0003-feat-build-add-support-for-new-binutils-versions.patch (100%)
> rename {patches => configs/platform-v7a/patches}/tf-a-v2.7/0004-makefile-link-with-z-noexecstack.patch (100%)
> rename {patches => configs/platform-v7a/patches}/tf-a-v2.7/series (100%)
> rename {patches => configs/platform-v8a/patches}/imx-atf-imx_5.4.24_2.1.0/0001-build-makefile-add-helper-to-detect-linker-options.patch (100%)
> rename {patches => configs/platform-v8a/patches}/imx-atf-imx_5.4.24_2.1.0/0002-build-makefile-avoid-gcc-warning-that-triggers-with-.patch (100%)
> rename {patches/tf-a-v2.7 => configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0}/0003-feat-build-add-support-for-new-binutils-versions.patch (100%)
> rename {patches => configs/platform-v8a/patches}/imx-atf-imx_5.4.24_2.1.0/0004-makefile-link-with-z-noexecstack.patch (100%)
> rename {patches => configs/platform-v8a/patches}/imx-atf-imx_5.4.24_2.1.0/series (100%)
>
> diff --git a/patches/tf-a-v2.7/0001-fix-stm32mp1-fdts-stm32mp1-align-DDR-regulators-with.patch b/configs/platform-v7a/patches/tf-a-v2.7/0001-fix-stm32mp1-fdts-stm32mp1-align-DDR-regulators-with.patch
> similarity index 100%
> rename from patches/tf-a-v2.7/0001-fix-stm32mp1-fdts-stm32mp1-align-DDR-regulators-with.patch
> rename to configs/platform-v7a/patches/tf-a-v2.7/0001-fix-stm32mp1-fdts-stm32mp1-align-DDR-regulators-with.patch
> diff --git a/patches/tf-a-v2.7/0002-build-makefile-add-helper-to-detect-linker-options.patch b/configs/platform-v7a/patches/tf-a-v2.7/0002-build-makefile-add-helper-to-detect-linker-options.patch
> similarity index 100%
> rename from patches/tf-a-v2.7/0002-build-makefile-add-helper-to-detect-linker-options.patch
> rename to configs/platform-v7a/patches/tf-a-v2.7/0002-build-makefile-add-helper-to-detect-linker-options.patch
> diff --git a/patches/imx-atf-imx_5.4.24_2.1.0/0003-feat-build-add-support-for-new-binutils-versions.patch b/configs/platform-v7a/patches/tf-a-v2.7/0003-feat-build-add-support-for-new-binutils-versions.patch
> similarity index 100%
> rename from patches/imx-atf-imx_5.4.24_2.1.0/0003-feat-build-add-support-for-new-binutils-versions.patch
> rename to configs/platform-v7a/patches/tf-a-v2.7/0003-feat-build-add-support-for-new-binutils-versions.patch
> diff --git a/patches/tf-a-v2.7/0004-makefile-link-with-z-noexecstack.patch b/configs/platform-v7a/patches/tf-a-v2.7/0004-makefile-link-with-z-noexecstack.patch
> similarity index 100%
> rename from patches/tf-a-v2.7/0004-makefile-link-with-z-noexecstack.patch
> rename to configs/platform-v7a/patches/tf-a-v2.7/0004-makefile-link-with-z-noexecstack.patch
> diff --git a/patches/tf-a-v2.7/series b/configs/platform-v7a/patches/tf-a-v2.7/series
> similarity index 100%
> rename from patches/tf-a-v2.7/series
> rename to configs/platform-v7a/patches/tf-a-v2.7/series
> diff --git a/patches/imx-atf-imx_5.4.24_2.1.0/0001-build-makefile-add-helper-to-detect-linker-options.patch b/configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0001-build-makefile-add-helper-to-detect-linker-options.patch
> similarity index 100%
> rename from patches/imx-atf-imx_5.4.24_2.1.0/0001-build-makefile-add-helper-to-detect-linker-options.patch
> rename to configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0001-build-makefile-add-helper-to-detect-linker-options.patch
> diff --git a/patches/imx-atf-imx_5.4.24_2.1.0/0002-build-makefile-avoid-gcc-warning-that-triggers-with-.patch b/configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0002-build-makefile-avoid-gcc-warning-that-triggers-with-.patch
> similarity index 100%
> rename from patches/imx-atf-imx_5.4.24_2.1.0/0002-build-makefile-avoid-gcc-warning-that-triggers-with-.patch
> rename to configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0002-build-makefile-avoid-gcc-warning-that-triggers-with-.patch
> diff --git a/patches/tf-a-v2.7/0003-feat-build-add-support-for-new-binutils-versions.patch b/configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0003-feat-build-add-support-for-new-binutils-versions.patch
> similarity index 100%
> rename from patches/tf-a-v2.7/0003-feat-build-add-support-for-new-binutils-versions.patch
> rename to configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0003-feat-build-add-support-for-new-binutils-versions.patch
> diff --git a/patches/imx-atf-imx_5.4.24_2.1.0/0004-makefile-link-with-z-noexecstack.patch b/configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0004-makefile-link-with-z-noexecstack.patch
> similarity index 100%
> rename from patches/imx-atf-imx_5.4.24_2.1.0/0004-makefile-link-with-z-noexecstack.patch
> rename to configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/0004-makefile-link-with-z-noexecstack.patch
> diff --git a/patches/imx-atf-imx_5.4.24_2.1.0/series b/configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/series
> similarity index 100%
> rename from patches/imx-atf-imx_5.4.24_2.1.0/series
> rename to configs/platform-v8a/patches/imx-atf-imx_5.4.24_2.1.0/series
> --
> 2.30.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 |
next prev parent reply other threads:[~2023-06-12 12:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-06 11:54 Michael Olbrich
2023-06-12 12:23 ` Robert Schwebel [this message]
2023-06-12 12:25 ` Ahmad Fatoum
2023-06-13 7:20 ` Michael Olbrich
2023-06-20 12:52 ` 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=ZIcOSfQLjMdBzMoi@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--cc=distrokit@pengutronix.de \
--cc=m.olbrich@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