From: Kever Yang <kever.yang@rock-chips.com>
To: Quentin Schulz <foss+uboot@0leil.net>,
Klaus Goger <klaus.goger@cherry.de>,
Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
Philipp Tomsich <philipp.tomsich@vrull.eu>
Cc: u-boot@lists.denx.de, Quentin Schulz <quentin.schulz@cherry.de>
Subject: Re: [PATCH next 3/4] rockchip: px30: imply ARMV8_CRYPTO
Date: Tue, 16 Jul 2024 09:55:50 +0800 [thread overview]
Message-ID: <41287016-39ab-4805-b98e-e088986f7075@rock-chips.com> (raw)
In-Reply-To: <20240614-ringneck-no-gadget-v1-3-d3bc6e5088de@cherry.de>
On 2024/6/14 19:04, Quentin Schulz wrote:
> From: Quentin Schulz <quentin.schulz@cherry.de>
>
> PX30 supports ARMv8 Cryptography Extensions so let's enable it by
> default for all PX30 to make FIT verification when enabled much faster.
>
> While A35 shouldn't be impacted by ARMV8_SET_SMPEN cache coherency
> according to the Kconfig help text, let's enable it just in case since
> it exists in the documentation[1].
>
> For u-boot part of the FIT image, it is now taking 5ms against currently
> 35ms. fdt-1 check lowered from 3ms to <1ms. atf-1 from 6ms to <1ms.
>
> [1] https://developer.arm.com/documentation/100236/0100/register-descriptions/aarch64-system-registers/cpu-extended-control-register--el1?lang=en
>
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Thanks,
- Kever
> ---
> arch/arm/mach-rockchip/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
> index 14b3ab1a572..2242ed9184b 100644
> --- a/arch/arm/mach-rockchip/Kconfig
> +++ b/arch/arm/mach-rockchip/Kconfig
> @@ -16,6 +16,8 @@ config ROCKCHIP_PX30
> select DEBUG_UART_BOARD_INIT
> imply ROCKCHIP_COMMON_BOARD
> imply SPL_ROCKCHIP_COMMON_BOARD
> + imply ARMV8_CRYPTO
> + imply ARMV8_SET_SMPEN
> help
> The Rockchip PX30 is a ARM-based SoC with a quad-core Cortex-A35
> including NEON and GPU, Mali-400 graphics, several DDR3 options
>
next prev parent reply other threads:[~2024-07-16 1:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-14 11:04 [PATCH next 0/4] rockchip: imply ARMV8_CRYPTO on px30 + px30-ringneck/rk3399-puma defconfig changes Quentin Schulz
2024-06-14 11:04 ` [PATCH next 1/4] rockchip: ringneck-px30: disable broken USB gadget Quentin Schulz
2024-07-16 2:04 ` Kever Yang
2024-07-16 7:37 ` Quentin Schulz
2024-06-14 11:04 ` [PATCH next 2/4] rockchip: ringneck-px30: enable FIT verification in SPL Quentin Schulz
2024-07-16 1:55 ` Kever Yang
2024-06-14 11:04 ` [PATCH next 3/4] rockchip: px30: imply ARMV8_CRYPTO Quentin Schulz
2024-07-16 1:55 ` Kever Yang [this message]
2024-06-14 11:04 ` [PATCH next 4/4] rockchip: puma-rk3399: add button support Quentin Schulz
2024-07-16 1:55 ` Kever Yang
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=41287016-39ab-4805-b98e-e088986f7075@rock-chips.com \
--to=kever.yang@rock-chips.com \
--cc=foss+uboot@0leil.net \
--cc=klaus.goger@cherry.de \
--cc=philipp.tomsich@vrull.eu \
--cc=quentin.schulz@cherry.de \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.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