nuttx/boards/arm64/qemu/qemu-armv8a/configs
hujun5 cef8c598c7 arm64: Add support for FIQ interrupts
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>
2023-10-12 16:56:24 -04:00
..
citest Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
citest_smp Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
fb qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh_hv qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh_smp qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
netnsh_smp_hv qemu: get reg and irq from devicetree node rather than macro 2023-09-12 21:59:26 +08:00
nsh Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
nsh_fiq arm64: Add support for FIQ interrupts 2023-10-12 16:56:24 -04:00
nsh_gicv2 Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
nsh_smp Feature: implement ticket spinlock 2023-10-07 01:38:37 +08:00
nsh_smp_tickless Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00