Skip to content

Commit 4f46b4d

Browse files
author
kakkala
committed
Updating pointer for 23a release
1 parent 2f27693 commit 4f46b4d

File tree

6 files changed

+29
-31
lines changed

6 files changed

+29
-31
lines changed

board/mathworks/socfpga/defconfig/common.defconfig

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
###########################################
44
#include "arm_common.defconfig"
55
#ifdef BUILD_MODE_NORMAL
6-
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/altera-linux.git"
7-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="next"
6+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/altera-linux.git"
7+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_socfpga_R21.2.0"
88
# BR2_LINUX_KERNEL_UIMAGE is not set
99
BR2_LINUX_KERNEL_ZIMAGE=y
1010
#endif
@@ -28,8 +28,8 @@ BR2_TARGET_ROOTFS_TAR=y
2828
BR2_TARGET_ROOTFS_TAR_GZIP=y
2929
BR2_TARGET_UBOOT=y
3030
BR2_TARGET_UBOOT_CUSTOM_GIT=y
31-
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/altera-uboot.git"
32-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="next"
31+
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/altera-uboot.git"
32+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_socfpga_R20.2.0"
3333
# BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
3434
BR2_PACKAGE_UBOOT_ALTERA=y
3535
BR2_PACKAGE_UBOOT_ALTERA_EDS_VERSION="17.0.0.155"

board/mathworks/zynq/defconfig/common.defconfig

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
###########################################
44
#include "arm_common.defconfig"
55
#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"
88
BR2_LINUX_KERNEL_UIMAGE=y
99
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
1010
#endif
@@ -24,8 +24,8 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
2424
BR2_TARGET_UBOOT_NEEDS_DTC=y
2525
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
2626
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"
2929
BR2_PACKAGE_XILINX_BOOTLOADER=y
30-
BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2018.2/bin/bootgen"
30+
BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2019.1/bin/bootgen"
3131
#endif

board/mathworks/zynqmp/boards/zcu111/defconfig

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ BR2_ROOTFS_OVERLAY="./board/mathworks/common/fs-overlay ./board/mathworks/zynqmp
1010

1111
BR2_LINUX_KERNEL_DEFCONFIG="mw_zynqmp_zcu111"
1212

13-
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/linux.git"
14-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rfsoc-4.14"
13+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-linux.git"
14+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_R23.1.0"
1515

16-
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/uboot.git"
17-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mw-xilinx-v2018.3"
18-
BR2_TARGET_UBOOT_VERSION="mw-xilinx-v2018.3"
16+
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
17+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_R20.2.0"
18+
BR2_TARGET_UBOOT_VERSION="mathworks_zynq_rfsoc_R20.2.0"
1919

2020
BR2_PACKAGE_LIBCONFIG=y
2121
BR2_PACKAGE_LIBSYSFS=y

board/mathworks/zynqmp/boards/zcu208/defconfig

+4-7
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ BR2_ROOTFS_OVERLAY="./board/mathworks/common/fs-overlay ./board/mathworks/zynqmp
1010

1111
BR2_LINUX_KERNEL_DEFCONFIG="mw_zynqmp_zcu208"
1212

13-
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/linux.git"
14-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_gen3_R22.1.0"
13+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-linux.git"
14+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_gen3_R23.1.0"
1515

16-
17-
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/uboot.git"
16+
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
1817
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_gen3_R22.1.0"
1918
BR2_TARGET_UBOOT_VERSION="mathworks_zynq_rfsoc_gen3_R22.1.0"
2019
BR2_PACKAGE_XILINX_BOOTLOADER_PLATFORM="zynqmp_gen3"
@@ -25,9 +24,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-t
2524
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="xilinx-v2020.1"
2625
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="zynqmp"
2726
BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="RESET_TO_BL31=1"
28-
BR2_WGET="wget --passive-ftp -nd -t 3 --no-check-certificate"
29-
BR2_PACKAGE_RF-INIT_APP=y
30-
BR2_PACKAGE_COTS-TCP_APP=y
27+
3128

3229
BR2_PACKAGE_LIBCONFIG=y
3330
BR2_PACKAGE_LIBSYSFS=y

board/mathworks/zynqmp/boards/zcu216/defconfig

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ BR2_ROOTFS_OVERLAY="./board/mathworks/common/fs-overlay ./board/mathworks/zynqmp
1010

1111
BR2_LINUX_KERNEL_DEFCONFIG="mw_zynqmp_zcu216"
1212

13-
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/linux.git"
14-
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rfsoc-5.4"
13+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-linux.git"
14+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_gen3_R23.1.0"
1515

16-
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://insidelabs-git.mathworks.com/EmbeddedLinux/uboot.git"
17-
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mw-xilinx-v2020.x"
18-
BR2_TARGET_UBOOT_VERSION="mw-xilinx-v2020.x"
16+
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
17+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_gen3_R21.1.0"
18+
BR2_TARGET_UBOOT_VERSION="mathworks_zynq_rfsoc_gen3_R21.1.0"
1919
BR2_PACKAGE_XILINX_BOOTLOADER_PLATFORM="zynqmp_gen3"
2020

2121
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y

board/mathworks/zynqmp/defconfig/common.defconfig

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
###########################################
44
#include "aarch64_common.defconfig"
55
#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"
88
BR2_LINUX_KERNEL_UIMAGE=y
99
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
1010
#endif
@@ -24,14 +24,15 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
2424
BR2_TARGET_UBOOT_NEEDS_DTC=y
2525
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
2626
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"
2930
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
3031
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
3132
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-trusted-firmware.git"
3233
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_VERSION="xilinx-v2018.2"
3334
BR2_TARGET_ARM_TRUSTED_FIRMWARE_PLATFORM="zynqmp"
3435
BR2_TARGET_ARM_TRUSTED_FIRMWARE_ADDITIONAL_VARIABLES="RESET_TO_BL31=1"
3536
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"
3738
#endif

0 commit comments

Comments
 (0)