Skip to content

Commit

Permalink
targets: Remove Linux RT targets
Browse files Browse the repository at this point in the history
These targets do not build anymore after upgrading GCC. The fact that
nobody noticed that means that they are probably not used too often.

The decision whether to fix and restore them will be made after the next
release.
  • Loading branch information
tgorochowik committed Jan 31, 2019
1 parent de59405 commit 3072f9e
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 35 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "sources/xilinx-uboot"]
path = sources/xilinx-uboot
url = ../xilinx-uboot
[submodule "sources/xilinx-linux-rt"]
path = sources/xilinx-linux-rt
url = ../xilinx-linux
[submodule "buildscripts"]
path = buildscripts
url = ../enclustra-buildscripts
1 change: 0 additions & 1 deletion sources/xilinx-linux-rt
Submodule xilinx-linux-rt deleted from af6b15
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mars_ZX2/build.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx2.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx2.dtb
[Buildroot]
repository = buildroot-rootfs
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mars_ZX3/Mars_EB1/NAND/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ build_order = generate_defconfig,defconfig,elf,bootscript
uboot.scr = bscripts/uboot.scr
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx3-nand.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx3-nand.dtb
[Buildroot-copyfiles]
rootfs.ubi = output/images/rootfs.ubi
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mars_ZX3/Mars_PM3/NAND/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ build_order = generate_defconfig,defconfig,elf,bootscript
uboot.scr = bscripts/uboot.scr
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx3-nand.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx3-nand.dtb
[Buildroot-copyfiles]
rootfs.ubi = output/images/rootfs.ubi
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mars_ZX3/build.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx3.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mars-zx3.dtb
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mercury_ZX1/Mercury_PE1/NAND/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ build_order = generate_defconfig,defconfig,elf,bootscript
uboot.scr = bscripts/uboot.scr
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx1-nand.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx1-nand.dtb
[Buildroot-copyfiles]
rootfs.ubi = output/images/rootfs.ubi
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mercury_ZX1/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
###
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx1.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx1.dtb
###
[binaries]
boot_files_industrial_30_2 = true
Expand Down
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mercury_ZX5/Mercury_PE1/NAND/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ build_order = generate_defconfig,defconfig,elf,bootscript
uboot.scr = bscripts/uboot.scr
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx5-nand.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx5-nand.dtb
[Buildroot-copyfiles]
rootfs.ubi = output/images/rootfs.ubi
2 changes: 0 additions & 2 deletions targets/Zynq-7000/Mercury_ZX5/build.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[Linux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx5.dtb
[RTLinux-copyfiles]
devicetree.dtb = arch/arm/boot/dts/zynq-mercury-zx5.dtb

[binaries]
boot_files_industrial_15_2 = false
Expand Down
14 changes: 0 additions & 14 deletions targets/Zynq-7000/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ bootgen = mkbootimage
Linux = true
U-Boot= true
Buildroot = true
RTLinux = true
# targets description
###
[Linux]
Expand Down Expand Up @@ -47,18 +46,6 @@ rootfs = make EBE_OVERLAYS={ebe_overlays}
configs/buildroot_dotconfig = .config
[Buildroot-help]
description = the Buildroot rootfs.
[RTLinux]
repository = xilinx-linux-rt
branch = rt
[RTLinux-parallelbuild]
defconfig = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- xilinx_zynq_defconfig
kernel = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- LOADADDR=0x8000 uImage
dtb = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- dtbs
[RTLinux-copyfiles]
uImage-rt = arch/arm/boot/uImage
configs/rtkernel_dotconfig = .config
[RTLinux-help]
description = the Linux kernel (realtime configuration).
[bootimage]
bootimage = mkbootimage boot.bif boot.bin
[bootimage-required-files]
Expand All @@ -70,7 +57,6 @@ u-boot.elf = true
boot.bin = true
[clean]
Linux = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
RTLinux = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
U-Boot = make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean
Buildroot = make distclean
[binaries-non-modifiable]
Expand Down
1 change: 0 additions & 1 deletion targets/Zynq-Ultrascale+/build.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ u-boot.elf = true
boot.bin = true
[clean]
Linux = make CROSS_COMPILE="aarch64-none-linux-gnueabi-" CROSS32CC="arm-none-linux-gnueabi-gcc" ARCH=arm64 distclean
RTLinux = make CROSS_COMPILE="aarch64-none-linux-gnueabi-" CROSS32CC="arm-none-linux-gnueabi-gcc" ARCH=arm64 distclean
U-Boot = make CROSS_COMPILE="aarch64-none-linux-gnueabi-" CROSS32CC="arm-none-linux-gnueabi-gcc" distclean
Buildroot = make distclean
[binaries-non-modifiable]
Expand Down

0 comments on commit 3072f9e

Please sign in to comment.