From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Yanfeng Liu <yfliu2008@qq.com>, qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org, peter.maydell@linaro.org,
alistair.francis@wdc.com, Yanfeng Liu <p-liuyanfeng9@xiaomi.com>
Subject: Re: [PATCH] arm/cpu: revises cortex-r5
Date: Mon, 27 Jan 2025 09:03:17 +0100 [thread overview]
Message-ID: <67dbc202-7b6d-4bf4-8d18-2ba78f39a287@linaro.org> (raw)
In-Reply-To: <tencent_033217F7900714A999352724A7790C3F0007@qq.com>
Hi,
On 26/1/25 12:43, Yanfeng Liu wrote:
> From: Yanfeng Liu <p-liuyanfeng9@xiaomi.com>
>
> This enables generic timer feature for Cortex-R5 so that to support guests
> like NuttX RTOS.
QEMU aims to model CPU faithful to hardware, than the R5
doesn't has generic timer.
Maybe you want to use the Cortex-R52 instead? I see NuttX supports it:
https://nuttx.apache.org/docs/latest/platforms/arm/fvp-v8r-aarch32/boards/fvp-armv8r-aarch32/index.html
If it works for you, could you add a test for NuttX on Cortex-R52?
See for example tests/functional/test_avr_mega2560.py
Thanks!
Regards,
Phil.
> Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
> ---
> target/arm/tcg/cpu32.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/target/arm/tcg/cpu32.c b/target/arm/tcg/cpu32.c
> index 2ad2182525..5d68d515b4 100644
> --- a/target/arm/tcg/cpu32.c
> +++ b/target/arm/tcg/cpu32.c
> @@ -590,9 +590,10 @@ static void cortex_r5_initfn(Object *obj)
> set_feature(&cpu->env, ARM_FEATURE_V7MP);
> set_feature(&cpu->env, ARM_FEATURE_PMSA);
> set_feature(&cpu->env, ARM_FEATURE_PMU);
> + set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER);
> cpu->midr = 0x411fc153; /* r1p3 */
> cpu->isar.id_pfr0 = 0x0131;
> - cpu->isar.id_pfr1 = 0x001;
> + cpu->isar.id_pfr1 = 0x10001;
> cpu->isar.id_dfr0 = 0x010400;
> cpu->id_afr0 = 0x0;
> cpu->isar.id_mmfr0 = 0x0210030;
next prev parent reply other threads:[~2025-01-27 8:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-26 11:43 [PATCH] arm/cpu: revises cortex-r5 Yanfeng Liu
2025-01-27 8:03 ` Philippe Mathieu-Daudé [this message]
2025-01-30 11:48 ` Yanfeng Liu
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=67dbc202-7b6d-4bf4-8d18-2ba78f39a287@linaro.org \
--to=philmd@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=p-liuyanfeng9@xiaomi.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=yfliu2008@qq.com \
/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;
as well as URLs for NNTP newsgroup(s).