Skip to content

Commit 0f9d256

Browse files
author
kakkala
committed
Xilinx SD card images for R24.1.0
1 parent 6aeada7 commit 0f9d256

File tree

5 files changed

+22
-23
lines changed

5 files changed

+22
-23
lines changed

board/mathworks/zynq/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/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_R24.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
3030
BR2_PACKAGE_XILINX_BOOTLOADER_BOOTGEN_PATH="/opt/Xilinx/SDK/2018.2/bin/bootgen"
3131
#endif

board/mathworks/zynqmp/boards/zcu111/defconfig

+5-6
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt board/mathworks/zynqmp/device_t
99
BR2_ROOTFS_OVERLAY="./board/mathworks/common/fs-overlay ./board/mathworks/zynqmp/fs-overlay ./board/mathworks/zynqmp/boards/zcu111/fs-overlay"
1010

1111
BR2_LINUX_KERNEL_DEFCONFIG="mw_zynqmp_zcu111"
12+
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-linux.git"
13+
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_R23.1.0"
1214

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"
15-
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"
15+
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/mathworks/xilinx-uboot.git"
16+
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="mathworks_zynq_rfsoc_R20.2.0"
17+
BR2_TARGET_UBOOT_VERSION="mathworks_zynq_rfsoc_R20.2.0"
1918

2019
BR2_PACKAGE_LIBCONFIG=y
2120
BR2_PACKAGE_LIBSYSFS=y

board/mathworks/zynqmp/boards/zcu208/defconfig

+3-4
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"

board/mathworks/zynqmp/boards/zcu216/defconfig

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ 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"
15+
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"
1519

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"
1920
BR2_PACKAGE_XILINX_BOOTLOADER_PLATFORM="zynqmp_gen3"
2021

2122
BR2_TARGET_ARM_TRUSTED_FIRMWARE=y

board/mathworks/zynqmp/defconfig/common.defconfig

+4-4
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_R24.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_TARGET_ARM_TRUSTED_FIRMWARE=y
3030
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
3131
BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/Xilinx/arm-trusted-firmware.git"

0 commit comments

Comments
 (0)