xuxin19
524425573e
CMake:init arm64 CMake qemu-armv8a build
this patch contains arm64 Toolchain, arch common, qemu board and arm64 libc modifications.
support using CMake to compile the qemu executable file.
```
cmake -B build -DBOARD_CONFIG=qemu-armv8a:nsh -GNinja
cmake --build build -t menuconfig
cmake --build build
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: xuxin19 <xuxin19@xiaomi.com>
2023-12-27 07:27:17 -08:00
..
2023-12-26 19:23:13 -08:00
2023-12-27 07:27:17 -08:00
2023-11-15 08:28:25 -08:00
2023-10-06 20:00:04 -04:00
2023-11-15 08:28:25 -08:00
2023-12-14 20:02:52 -08:00
2023-12-16 05:26:16 -08:00
2023-11-15 08:28:25 -08:00
2023-11-15 08:28:25 -08:00
2023-12-24 16:38:06 -08:00
2023-12-26 17:41:12 -08:00
2023-12-11 17:00:10 -03:00
2023-11-21 21:52:24 -08:00
2023-11-21 21:52:24 -08:00
2023-12-24 16:38:06 -08:00
2023-11-15 08:28:25 -08:00
2023-11-15 08:28:25 -08:00
2023-07-08 13:50:48 +08:00
2023-12-11 08:43:26 -08:00