]>
Commit | Line | Data |
---|---|---|
a8466cc5 DO |
1 | # Architecture |
2 | BR2_aarch64=y | |
3 | BR2_cortex_a53=y | |
4 | ||
5 | # Toolchain | |
6 | BR2_TOOLCHAIN_BUILDROOT_WCHAR=y | |
7 | ||
8 | # System | |
9 | BR2_SYSTEM_DHCP="eth0" | |
10 | BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0" | |
11 | ||
12 | # Filesystem | |
13 | BR2_TARGET_ROOTFS_EXT2=y | |
14 | BR2_TARGET_ROOTFS_EXT2_4=y | |
15 | # BR2_TARGET_ROOTFS_TAR is not set | |
16 | ||
17 | # Image | |
18 | BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/aarch64-sbsa/assemble-flash-images support/scripts/genimage.sh" | |
19 | BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/qemu/aarch64-sbsa/genimage.cfg" | |
20 | ||
21 | # Linux headers same as kernel, a 5.10 series | |
22 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y | |
23 | ||
24 | # Kernel | |
25 | BR2_LINUX_KERNEL=y | |
26 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y | |
27 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.10.34" | |
28 | BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y | |
29 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y | |
30 | ||
31 | # UEFI firmware | |
32 | BR2_TARGET_EDK2=y | |
33 | BR2_TARGET_EDK2_PLATFORM_QEMU_SBSA=y | |
34 | BR2_TARGET_GRUB2=y | |
35 | BR2_TARGET_GRUB2_ARM64_EFI=y | |
36 | ||
37 | # ARM Trusted Firmware | |
38 | BR2_TARGET_ARM_TRUSTED_FIRMWARE=y | |
cb5d9fdf HT |
39 | BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y |
40 | BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/ARM-software/arm-trusted-firmware.git" | |
41 | BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="v2.4" | |
a8466cc5 DO |
42 | BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="qemu_sbsa" |
43 | BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y | |
44 | ||
45 | # Host tools for genimage | |
46 | BR2_PACKAGE_HOST_GENIMAGE=y | |
47 | BR2_PACKAGE_HOST_DOSFSTOOLS=y | |
48 | BR2_PACKAGE_HOST_MTOOLS=y | |
49 | ||
50 | # host-qemu for gitlab testing | |
51 | BR2_PACKAGE_HOST_QEMU=y | |
52 | BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y |