]> Git Repo - buildroot-mgba.git/blob - configs/qemu_arm_vexpress_defconfig
configs/raspberrypi4*: install Compute Module 4/4s device-tree blobs
[buildroot-mgba.git] / configs / qemu_arm_vexpress_defconfig
1 # Architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4 BR2_ARM_ENABLE_NEON=y
5 BR2_ARM_ENABLE_VFP=y
6 BR2_ARM_FPU_VFPV3D16=y
7
8 # Hashes
9 BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
10 BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
11
12 # System
13 BR2_SYSTEM_DHCP="eth0"
14 BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
15
16 # Filesystem
17 BR2_TARGET_ROOTFS_EXT2=y
18 # BR2_TARGET_ROOTFS_TAR is not set
19
20 # Image
21 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
22 BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
23 # Qemu >= 5.1 requires an SD card size to be a power of 2, e.g. 64 MiB.
24 BR2_TARGET_ROOTFS_EXT2_SIZE="64M"
25
26 # Linux headers same as kernel
27 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
28
29 # Kernel
30 BR2_LINUX_KERNEL=y
31 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
32 BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32"
33 BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
34 BR2_LINUX_KERNEL_DTS_SUPPORT=y
35 BR2_LINUX_KERNEL_INTREE_DTS_NAME="arm/vexpress-v2p-ca9"
36
37 # host-qemu for gitlab testing
38 BR2_PACKAGE_HOST_QEMU=y
39 BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 0.0273 seconds and 4 git commands to generate.