3
3
###########################################
4
4
#include "aarch64_common.defconfig"
5
5
#ifdef BUILD_MODE_NORMAL
6
- BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://insidelabs-git.mathworks. com/EmbeddedLinux/ linux.git"
7
- BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-next "
6
+ BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github. com/mathworks/xilinx- linux.git"
7
+ BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_R22.1.0 "
8
8
BR2_LINUX_KERNEL_UIMAGE=y
9
9
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
10
10
#endif
@@ -24,14 +24,15 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
24
24
BR2_TARGET_UBOOT_NEEDS_DTC=y
25
25
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
26
26
BR2_TARGET_UBOOT_CUSTOM_GIT=y
27
- BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/uboot.git"
28
- BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-next"
27
+ BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
28
+ BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_R20.2.0"
29
+ BR2_TARGET_UBOOT_VERSION="mathworks_zynq_R20.2.0"
29
30
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
30
31
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
31
32
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-trusted-firmware.git"
32
33
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="xilinx-v2018.2"
33
34
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="zynqmp"
34
35
BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="RESET_TO_BL31=1"
35
36
BR2_PACKAGE_XILINX_BOOTLOADER=y
36
- BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2018.2 /bin/bootgen"
37
+ BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2019.1 /bin/bootgen"
37
38
#endif
0 commit comments