53a9e432fb
Bump Linux to armada-18.09, U-Boot to armada-18.09.1 and ATF to armada-18.09.4. Note that we continue to use the Linux 4.4.x kernel provided by Marvell, and not yet their Marvell 4.14.x version. Indeed Marvell currently considers its 4.4.x BSP as the feature-complete and stable one, while 4.14.x is in development/QA and is expected to become the new default BSP by the end of 2018. So let's stick with 4.4.x for now, since the aim of this defconfig is to provide the vendor BSP. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
46 lines
1.9 KiB
Plaintext
46 lines
1.9 KiB
Plaintext
BR2_aarch64=y
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
|
BR2_TARGET_GENERIC_HOSTNAME="mcbin"
|
|
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for Marvell MacchiatoBin"
|
|
|
|
# Firmware
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/MarvellEmbeddedProcessors/atf-marvell.git"
|
|
# This commit corresponds to release armada-18.09.4
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="711ecd32afe465b38052b5ba374c825b158eea18"
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="a80x0_mcbin"
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_FIP=y
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_UBOOT_AS_BL33=y
|
|
BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="USE_COHERENT_MEM=0"
|
|
BR2_TARGET_BINARIES_MARVELL=y
|
|
BR2_TARGET_BINARIES_MARVELL_8040=y
|
|
BR2_TARGET_MV_DDR_MARVELL=y
|
|
|
|
# U-Boot
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_CUSTOM_GIT=y
|
|
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/MarvellEmbeddedProcessors/u-boot-marvell"
|
|
# This commit corresponds to armada-18.09.1, based on u-boot 2018.03
|
|
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="8fe403172c58440bcfbb3724242301c0108eff5b"
|
|
BR2_TARGET_UBOOT_BOARDNAME="mvebu_mcbin-88f8040"
|
|
BR2_TARGET_UBOOT_NEEDS_DTC=y
|
|
|
|
# Kernel
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,MarvellEmbeddedProcessors,linux-marvell,linux-4.4.52-armada-17.10)/linux-linux-4.4.120-armada-18.09.tar.gz"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="mvebu_v8_lsp"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="marvell/armada-8040-mcbin"
|
|
BR2_LINUX_KERNEL_INSTALL_TARGET=y
|
|
|
|
# rootfs
|
|
BR2_TARGET_ROOTFS_TAR=y
|
|
BR2_TARGET_ROOTFS_EXT2=y
|
|
BR2_TARGET_ROOTFS_EXT2_4=y
|
|
BR2_PACKAGE_HOST_GENIMAGE=y
|
|
BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
|
|
BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/solidrun/macchiatobin/genimage.cfg"
|
|
BR2_ROOTFS_POST_BUILD_SCRIPT="board/solidrun/macchiatobin/post-build.sh"
|