diff --git a/bin/imagewriter.exe b/bin/imagewriter.exe deleted file mode 100644 index b64f3b1b7..000000000 Binary files a/bin/imagewriter.exe and /dev/null differ diff --git a/config/sources/sun9i.conf b/config/sources/sun9i.conf deleted file mode 100644 index c1360f5ab..000000000 --- a/config/sources/sun9i.conf +++ /dev/null @@ -1,25 +0,0 @@ - -source "${BASH_SOURCE%/*}/sunxi_common.inc" - -case $BRANCH in - default) - KERNELSOURCE='https://github.com/linux-sunxi/linux-sunxi' - KERNELBRANCH='branch:sunxi-3.4' - KERNELDIR='linux-sunxi' - ;; - - next) - KERNELSOURCE=$MAINLINE_KERNEL_SOURCE - KERNELBRANCH=$MAINLINE_KERNEL_BRANCH - KERNELDIR=$MAINLINE_KERNEL_DIR - ;; - - dev) - KERNELSOURCE=$MAINLINE_KERNEL_SOURCE - KERNELBRANCH='branch:master' - KERNELDIR=$MAINLINE_KERNEL_DIR - ;; -esac - -CPUMIN=1200000 -CPUMAX=1800000 diff --git a/config/sources/toradex.conf.disabled b/config/sources/toradex.conf.disabled deleted file mode 100644 index 08454a4dc..000000000 --- a/config/sources/toradex.conf.disabled +++ /dev/null @@ -1,21 +0,0 @@ - -BOOTSOURCE='git://git.toradex.com/u-boot-toradex.git' -BOOTBRANCH='branch:2015.04-toradex' -BOOTDIR='u-boot-toradex' - -KERNELSOURCE='git://git.toradex.com/linux-toradex.git' -KERNELBRANCH='branch:toradex_imx_3.14.28_1.0.0_ga' -KERNELDIR='linux-toradex' - -# CPUMIN= -# CPUMAX= -GOVERNOR=ondemand - -SERIALCON=ttymxc0 - -UBOOT_FILES="" - -write_uboot_platform() -{ - display_alert "Function not implemented" "write_uboot_platform" "wrn" -} diff --git a/patch/u-boot/u-boot-default/add-cubieboard4.patch b/patch/u-boot/u-boot-default/add-cubieboard4.patch deleted file mode 100644 index 326415f00..000000000 --- a/patch/u-boot/u-boot-default/add-cubieboard4.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/arch/arm/dts/Cubieboard4_defconfig b/arch/arm/dts/Cubieboard4_defconfig -new file mode 100755 -index 0000000..f400ed2 ---- /dev/null -+++ b/arch/arm/dts/Cubieboard4_defconfig -@@ -0,0 +1,15 @@ -+CONFIG_ARM=y -+CONFIG_ARCH_SUNXI=y -+CONFIG_MACH_SUN9I=y -+CONFIG_DRAM_CLK=360 -+CONFIG_DRAM_ZQ=123 -+CONFIG_SYS_CLK_FREQ=1008000000 -+CONFIG_MMC0_CD_PIN="PH18" -+# CONFIG_VIDEO is not set -+CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cubieboard4" -+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -+# CONFIG_CMD_IMLS is not set -+# CONFIG_CMD_FLASH is not set -+# CONFIG_CMD_FPGA is not set -+CONFIG_CMD_GPIO=y -+CONFIG_SYS_NS16550=y diff --git a/patch/u-boot/u-boot-dev/add-cubieboard4.patch b/patch/u-boot/u-boot-dev/add-cubieboard4.patch deleted file mode 100644 index 326415f00..000000000 --- a/patch/u-boot/u-boot-dev/add-cubieboard4.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/arch/arm/dts/Cubieboard4_defconfig b/arch/arm/dts/Cubieboard4_defconfig -new file mode 100755 -index 0000000..f400ed2 ---- /dev/null -+++ b/arch/arm/dts/Cubieboard4_defconfig -@@ -0,0 +1,15 @@ -+CONFIG_ARM=y -+CONFIG_ARCH_SUNXI=y -+CONFIG_MACH_SUN9I=y -+CONFIG_DRAM_CLK=360 -+CONFIG_DRAM_ZQ=123 -+CONFIG_SYS_CLK_FREQ=1008000000 -+CONFIG_MMC0_CD_PIN="PH18" -+# CONFIG_VIDEO is not set -+CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cubieboard4" -+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -+# CONFIG_CMD_IMLS is not set -+# CONFIG_CMD_FLASH is not set -+# CONFIG_CMD_FPGA is not set -+CONFIG_CMD_GPIO=y -+CONFIG_SYS_NS16550=y diff --git a/patch/u-boot/u-boot-next/add-cubieboard4.patch b/patch/u-boot/u-boot-next/add-cubieboard4.patch deleted file mode 100644 index 326415f00..000000000 --- a/patch/u-boot/u-boot-next/add-cubieboard4.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/arch/arm/dts/Cubieboard4_defconfig b/arch/arm/dts/Cubieboard4_defconfig -new file mode 100755 -index 0000000..f400ed2 ---- /dev/null -+++ b/arch/arm/dts/Cubieboard4_defconfig -@@ -0,0 +1,15 @@ -+CONFIG_ARM=y -+CONFIG_ARCH_SUNXI=y -+CONFIG_MACH_SUN9I=y -+CONFIG_DRAM_CLK=360 -+CONFIG_DRAM_ZQ=123 -+CONFIG_SYS_CLK_FREQ=1008000000 -+CONFIG_MMC0_CD_PIN="PH18" -+# CONFIG_VIDEO is not set -+CONFIG_DEFAULT_DEVICE_TREE="sun9i-a80-cubieboard4" -+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set -+# CONFIG_CMD_IMLS is not set -+# CONFIG_CMD_FLASH is not set -+# CONFIG_CMD_FPGA is not set -+CONFIG_CMD_GPIO=y -+CONFIG_SYS_NS16550=y diff --git a/scripts/sun8i-corekeeper.sh b/scripts/sun8i-corekeeper.sh deleted file mode 100755 index c673b4e2e..000000000 --- a/scripts/sun8i-corekeeper.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# Simple script to enable CPU cores automatically again if cooling state is -# 3 or lower. -# - -set -e - -get_cooling_state() { - echo $(cat /sys/devices/virtual/thermal/cooling_device0/cur_state) -} - -enable_cpu() { - if [ $(cat /sys/devices/system/cpu/cpu$1/online) = 0 ]; then - echo 1 > /sys/devices/system/cpu/cpu$1/online || true - fi -} - -while true; do - for c in 0 1 2 3; do - if [ $(get_cooling_state) -le 3 ]; then - enable_cpu $c - fi - done - sleep 5 -done diff --git a/scripts/sunxi-temp/lo b/scripts/sunxi-temp/lo deleted file mode 100644 index 17c681920..000000000 Binary files a/scripts/sunxi-temp/lo and /dev/null differ diff --git a/scripts/sunxi-temp/sunxi_tp_temp b/scripts/sunxi-temp/sunxi_tp_temp deleted file mode 100644 index 591b595f0..000000000 Binary files a/scripts/sunxi-temp/sunxi_tp_temp and /dev/null differ