Browse Source

Fix aclk and iommu issues

Fixes issue #4
reorganized patches-tested to seperate dts and kernel
SolidHal 5 years ago
parent
commit
2f162bce46

+ 2 - 0
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

+ 0 - 0
patches-untested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch → patches-tested/DTS/0025-ARM-DTSI-rk3288-Add-the-appropriate-clock-references.patch


+ 0 - 0
patches-tested/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch → patches-tested/kernel/0001-block-partitions-efi-Add-support-for-IGNOREME-GPT-si.patch


+ 0 - 0
patches-tested/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch → patches-tested/kernel/0002-Do-not-force-GUID-partition-with-gpt-command-line-op.patch


+ 0 - 0
patches-tested/rockchip-dwc2-usb-partial-power-down.patch → patches-tested/kernel/rockchip-dwc2-usb-partial-power-down.patch