]>
Commit | Line | Data |
---|---|---|
4c25ec85 AB |
1 | BR2_arm=y |
2 | BR2_cortex_a5=y | |
ca57e0ba | 3 | BR2_ARM_ENABLE_VFP=y |
4c25ec85 | 4 | BR2_ARM_INSTRUCTIONS_THUMB2=y |
aed7e582 | 5 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y |
4c25ec85 | 6 | BR2_LINUX_KERNEL=y |
7e7b9db6 | 7 | BR2_LINUX_KERNEL_CUSTOM_TARBALL=y |
aed7e582 | 8 | BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,linux4microchip,linux,linux4microchip-2021.10)/linux-linux4microchip-2021.10.tar.gz" |
4c25ec85 | 9 | BR2_LINUX_KERNEL_DEFCONFIG="sama5" |
4c25ec85 | 10 | BR2_LINUX_KERNEL_DTS_SUPPORT=y |
a946dce7 | 11 | BR2_LINUX_KERNEL_INTREE_DTS_NAME="at91-sama5d3_xplained" |
d63e171b | 12 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
4c25ec85 AB |
13 | BR2_TARGET_ROOTFS_UBIFS=y |
14 | BR2_TARGET_ROOTFS_UBIFS_LEBSIZE=0x1f000 | |
15 | BR2_TARGET_ROOTFS_UBI=y | |
16 | BR2_TARGET_ROOTFS_UBI_SUBSIZE=2048 | |
17 | BR2_TARGET_AT91BOOTSTRAP3=y | |
80640953 | 18 | BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL=y |
88c60dbe | 19 | BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,at91bootstrap,v4.0.1)/at91bootstrap3-v4.0.1.tar.gz" |
4c25ec85 AB |
20 | BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG="sama5d3_xplainednf_uboot" |
21 | BR2_TARGET_UBOOT=y | |
39e541a3 | 22 | BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y |
80640953 EH |
23 | BR2_TARGET_UBOOT_CUSTOM_TARBALL=y |
24 | BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,linux4sam,u-boot-at91,linux4sam_6.2)/u-boot-at91-linux4sam_6.2.tar.gz" | |
39e541a3 | 25 | BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sama5d3_xplained_nandflash" |
363ec968 | 26 | BR2_TARGET_UBOOT_NEEDS_DTC=y |
4c25ec85 | 27 | BR2_PACKAGE_HOST_SAM_BA=y |