Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arm64: Add support for FIQ interrupts #10888

Merged
merged 1 commit into from Oct 12, 2023
Merged

Conversation

hujun260
Copy link
Contributor

@hujun260 hujun260 commented Oct 11, 2023

Summary

To compile arm64 NuttX, use the following command:
./tools/configure.sh -l qemu-armv8a:nsh_fiq
To run,use the following command
qemu-system-aarch64 -cpu cortex-a53 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx

Impact

none

Testing

ok

Copy link
Contributor

@jerpelea jerpelea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add commit message

@masayuki2009
Copy link
Contributor

@hujun260

Can you add a qemu configuration to test this PR?

To compile arm64 NuttX, use the following command:
 ./tools/configure.sh -l qemu-armv8a:nsh_fiq
To run,use the following command
 qemu-system-aarch64 -cpu cortex-a53 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx

Signed-off-by: hujun5 <hujun5@xiaomi.com>
@hujun260
Copy link
Contributor Author

@hujun260

Can you add a qemu configuration to test this PR?

ok,use this boards/arm64/qemu/qemu-armv8a/configs/nsh_fiq/defconfig

@acassis acassis merged commit cef8c59 into apache:master Oct 12, 2023
26 checks passed
@hujun260 hujun260 deleted the apache_1 branch November 20, 2023 13:12
@jerpelea jerpelea added this to To-Add in Release Notes - 12.4.0 Dec 27, 2023
@jerpelea jerpelea moved this from To-Add to arch in Release Notes - 12.4.0 Jan 8, 2024
@jerpelea jerpelea moved this from arch to processed in Release Notes - 12.4.0 Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants