From 2f162bce4681d97979ce53523e4894ad79297f37 Mon Sep 17 00:00:00 2001 From: SolidHal Date: Sun, 26 Aug 2018 13:16:26 -0500 Subject: [PATCH] Fix aclk and iommu issues Fixes issue #4 reorganized patches-tested to seperate dts and kernel --- buildKernel.sh | 2 ++ ...5-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch | 0 ...1-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch | 0 ...2-Do-not-force-GUID-partition-with-gpt-command-line-op.patch | 0 .../{ => kernel}/rockchip-dwc2-usb-partial-power-down.patch | 0 5 files changed, 2 insertions(+) rename {patches-untested => patches-tested}/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch (100%) rename patches-tested/{ => kernel}/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch (100%) rename patches-tested/{ => kernel}/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch (100%) rename patches-tested/{ => kernel}/rockchip-dwc2-usb-partial-power-down.patch (100%) diff --git a/buildKernel.sh b/buildKernel.sh index 8a85a06..501eddf 100755 --- a/buildKernel.sh +++ b/buildKernel.sh @@ -14,6 +14,8 @@ make clean make mrproper #Apply the usb and mmc patches if unapplied [ "$FRESH" = true ] && for i in ../patches-tested/*.patch; do patch -p1 < $i; done +[ "$FRESH" = true ] && for i in ../patches-tested/DTS/*.patch; do patch -p1 < $i; done +[ "$FRESH" = true ] && for i in ../patches-tested/kernel/*.patch; do patch -p1 < $i; done #Apply all of the rockMyy patches that make sense [ "$TEST_PATCHES" = true ] && for i in ../patches-untested/kernel/*.patch; do patch -p1 < $i; done [ "$TEST_PATCHES" = true ] && for i in ../patches-untested/DTS/*.patch; do patch -p1 < $i; done diff --git a/patches-untested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch b/patches-tested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch similarity index 100% rename from patches-untested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch rename to patches-tested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch diff --git a/patches-tested/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch b/patches-tested/kernel/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch similarity index 100% rename from patches-tested/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch rename to patches-tested/kernel/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch diff --git a/patches-tested/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch b/patches-tested/kernel/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch similarity index 100% rename from patches-tested/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch rename to patches-tested/kernel/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch diff --git a/patches-tested/rockchip-dwc2-usb-partial-power-down.patch b/patches-tested/kernel/rockchip-dwc2-usb-partial-power-down.patch similarity index 100% rename from patches-tested/rockchip-dwc2-usb-partial-power-down.patch rename to patches-tested/kernel/rockchip-dwc2-usb-partial-power-down.patch