* [PATCH] arm-bsp: fix cortexa32 tune
@ 2020-10-12 15:55 Jon Mason
2020-10-14 10:56 ` [meta-arm] " Jon Mason
0 siblings, 1 reply; 2+ messages in thread
From: Jon Mason @ 2020-10-12 15:55 UTC (permalink / raw)
To: meta-arm
Cortex-A32 is 32bit only, but the recent changes had it working as
64bit (causing build breaks). This reverts that change in this file.
Change-Id: I58115096477424127baf99712b96131d2a0b0497
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
meta-arm-bsp/conf/machine/include/tune-cortexa32.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc b/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc
index a11ab7b..e86de6c 100644
--- a/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc
+++ b/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc
@@ -9,7 +9,7 @@ require conf/machine/include/arm/arch-armv8a.inc
AVAILTUNES += "cortexa32 cortexa32-crypto"
ARMPKGARCH_tune-cortexa32 = "cortexa32"
ARMPKGARCH_tune-cortexa32-crypto = "cortexa32"
-TUNE_FEATURES_tune-cortexa32 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa32"
+TUNE_FEATURES_tune-cortexa32 = "armv8a cortexa32 crc"
TUNE_FEATURES_tune-cortexa32-crypto = "${TUNE_FEATURES_tune-cortexa32} crypto"
PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32"
PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32-crypto"
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-arm] [PATCH] arm-bsp: fix cortexa32 tune
2020-10-12 15:55 [PATCH] arm-bsp: fix cortexa32 tune Jon Mason
@ 2020-10-14 10:56 ` Jon Mason
0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2020-10-14 10:56 UTC (permalink / raw)
To: Jon Mason; +Cc: meta-arm
On Mon, Oct 12, 2020 at 11:55:24AM -0400, Jon Mason wrote:
> Cortex-A32 is 32bit only, but the recent changes had it working as
> 64bit (causing build breaks). This reverts that change in this file.
>
> Change-Id: I58115096477424127baf99712b96131d2a0b0497
> Signed-off-by: Jon Mason <jon.mason@arm.com>
Included in master, but all tunes are going to be dropped from
meta-arm-bsp very soon.
Thanks,
Jon
> ---
> meta-arm-bsp/conf/machine/include/tune-cortexa32.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc b/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc
> index a11ab7b..e86de6c 100644
> --- a/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc
> +++ b/meta-arm-bsp/conf/machine/include/tune-cortexa32.inc
> @@ -9,7 +9,7 @@ require conf/machine/include/arm/arch-armv8a.inc
> AVAILTUNES += "cortexa32 cortexa32-crypto"
> ARMPKGARCH_tune-cortexa32 = "cortexa32"
> ARMPKGARCH_tune-cortexa32-crypto = "cortexa32"
> -TUNE_FEATURES_tune-cortexa32 = "${TUNE_FEATURES_tune-armv8a-crc} cortexa32"
> +TUNE_FEATURES_tune-cortexa32 = "armv8a cortexa32 crc"
> TUNE_FEATURES_tune-cortexa32-crypto = "${TUNE_FEATURES_tune-cortexa32} crypto"
> PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32"
> PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32-crypto"
> --
> 2.17.1
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-14 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12 15:55 [PATCH] arm-bsp: fix cortexa32 tune Jon Mason
2020-10-14 10:56 ` [meta-arm] " Jon Mason
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.