Przeglądaj źródła

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 9 lat temu
rodzic
commit
9a888aa5b8
34 zmienionych plików z 20 dodań i 18 usunięć
  1. 3 3
      mk/kernel-ver.mk
  2. 0 0
      target/arm/bcm28xx/patches/3.18.8/0000-raspberry-pi.patch
  3. 0 0
      target/arm/bcm28xx/patches/3.18.8/0001-add-support-for-rpi-proto-hardware.patch
  4. 0 0
      target/arm/bcm28xx/patches/3.18.8/0002-allow-to-control-volume-for-each-channel.patch
  5. 3 3
      target/config/Config.in.kernelversion.choice
  6. 1 1
      target/config/Config.in.kernelversion.default
  7. 13 0
      target/linux/config/Config.in.cpu
  8. 0 11
      target/linux/patches/3.18.6/microblaze-axi.patch
  9. 0 0
      target/linux/patches/3.18.8/bsd-compatibility.patch
  10. 0 0
      target/linux/patches/3.18.8/cleankernel.patch
  11. 0 0
      target/linux/patches/3.18.8/cris-header.patch
  12. 0 0
      target/linux/patches/3.18.8/defaults.patch
  13. 0 0
      target/linux/patches/3.18.8/export-symbol-for-exmap.patch
  14. 0 0
      target/linux/patches/3.18.8/gemalto.patch
  15. 0 0
      target/linux/patches/3.18.8/initramfs-nosizelimit.patch
  16. 0 0
      target/linux/patches/3.18.8/lemote-rfkill.patch
  17. 0 0
      target/linux/patches/3.18.8/microblaze-ethernet.patch
  18. 0 0
      target/linux/patches/3.18.8/mkpiggy.patch
  19. 0 0
      target/linux/patches/3.18.8/mtd-rootfs.patch
  20. 0 0
      target/linux/patches/3.18.8/nfsv3-tcp.patch
  21. 0 0
      target/linux/patches/3.18.8/non-static.patch
  22. 0 0
      target/linux/patches/3.18.8/patch-fblogo
  23. 0 0
      target/linux/patches/3.18.8/patch-yaffs2
  24. 0 0
      target/linux/patches/3.18.8/ppc64-missing-zlib.patch
  25. 0 0
      target/linux/patches/3.18.8/regmap-bool.patch
  26. 0 0
      target/linux/patches/3.18.8/relocs.patch
  27. 0 0
      target/linux/patches/3.18.8/sgidefs.patch
  28. 0 0
      target/linux/patches/3.18.8/sortext.patch
  29. 0 0
      target/linux/patches/3.18.8/startup.patch
  30. 0 0
      target/linux/patches/3.18.8/wlan-cf.patch
  31. 0 0
      target/linux/patches/3.18.8/xargs.patch
  32. 0 0
      target/m68k/qemu-m68k/patches/3.18.8/m68k-coldfire-fec.patch
  33. 0 0
      target/m68k/qemu-m68k/patches/3.18.8/qemu-coldfire.patch
  34. 0 0
      target/mips64/lemote-yeelong/patches/3.18.8/sm7xx-fb.patch

+ 3 - 3
mk/kernel-ver.mk

@@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION).0
 KERNEL_RELEASE:=	1
 KERNEL_HASH:=		be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_18_6),y)
-KERNEL_VERSION:=	3.18.6
+ifeq ($(ADK_KERNEL_VERSION_3_18_8),y)
+KERNEL_VERSION:=	3.18.8
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_HASH:=		c4c1a4841173aa572d79b7530db92ce493dbefe8049e6f461a46dd897df253f5
+KERNEL_HASH:=		9cfbd9d403f2b27951893f5ed73f694f65409c63f20a2fd394598a3d7004aadb
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_14_28),y)
 KERNEL_VERSION:=	3.14.28

+ 0 - 0
target/arm/bcm28xx/patches/3.18.6/0000-raspberry-pi.patch → target/arm/bcm28xx/patches/3.18.8/0000-raspberry-pi.patch


+ 0 - 0
target/arm/bcm28xx/patches/3.18.6/0001-add-support-for-rpi-proto-hardware.patch → target/arm/bcm28xx/patches/3.18.8/0001-add-support-for-rpi-proto-hardware.patch


+ 0 - 0
target/arm/bcm28xx/patches/3.18.6/0002-allow-to-control-volume-for-each-channel.patch → target/arm/bcm28xx/patches/3.18.8/0002-allow-to-control-volume-for-each-channel.patch


+ 3 - 3
target/config/Config.in.kernelversion.choice

@@ -4,14 +4,14 @@
 choice
 prompt "Kernel Version"
 depends on ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_KERNEL_VERSION_3_18_6
+default ADK_KERNEL_VERSION_3_18_8
 
 config ADK_KERNEL_VERSION_3_19_0
 	bool "3.19"
 	select ADK_KERNEL_VERSION_3_19
 
-config ADK_KERNEL_VERSION_3_18_6
-	bool "3.18.6"
+config ADK_KERNEL_VERSION_3_18_8
+	bool "3.18.8"
 	depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
 	depends on !ADK_TARGET_ARCH_NIOS2
 	select ADK_KERNEL_VERSION_3_18

+ 1 - 1
target/config/Config.in.kernelversion.default

@@ -28,7 +28,7 @@ config ADK_KERNEL_VERSION_2_6_32
 config ADK_KERNEL_VERSION
 	string
 	default "3.19" if ADK_KERNEL_VERSION_3_19_0
-	default "3.18.6" if ADK_KERNEL_VERSION_3_18_6
+	default "3.18.8" if ADK_KERNEL_VERSION_3_18_8
 	default "3.14.28" if ADK_KERNEL_VERSION_3_14_28
 	default "3.12.37" if ADK_KERNEL_VERSION_3_12_37
 	default "3.10.53" if ADK_KERNEL_VERSION_3_10_53

+ 13 - 0
target/linux/config/Config.in.cpu

@@ -40,6 +40,18 @@ config ADK_KERNEL_CPU_FREQ_GOV_ONDEMAND
 config ADK_KERNEL_CPU_FREQ_GOV_CONSERVATIVE
 	bool
 
+config ADK_KERNEL_ARM_IMX6Q_CPUFREQ
+	bool "CPU frequency support for IMX6 boards"
+	select ADK_KERNEL_CPU_FREQ
+	select ADK_KERNEL_REGULATOR
+	select ADK_KERNEL_REGULATOR_FIXED_VOLTAGE
+	select ADK_KERNEL_REGULATOR_ANATOP
+	select ADK_KERNEL_REGULATOR_PFUZE100
+	depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+	depends on !ADK_KERNEL_VERSION_3_12
+	default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+	default n
+
 config ADK_KERNEL_ARM_IMX6_CPUFREQ
 	bool "CPU frequency support for IMX6 boards"
 	select ADK_KERNEL_CPU_FREQ
@@ -48,6 +60,7 @@ config ADK_KERNEL_ARM_IMX6_CPUFREQ
 	select ADK_KERNEL_REGULATOR_ANATOP
 	select ADK_KERNEL_REGULATOR_PFUZE100
 	depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+	depends on ADK_KERNEL_VERSION_3_12
 	default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
 	default n
 

+ 0 - 11
target/linux/patches/3.18.6/microblaze-axi.patch

@@ -1,11 +0,0 @@
-diff -Nur linux-3.13.3.orig/drivers/net/ethernet/xilinx/xilinx_axienet_main.c linux-3.13.3/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
---- linux-3.13.3.orig/drivers/net/ethernet/xilinx/xilinx_axienet_main.c	2014-02-13 23:00:14.000000000 +0100
-+++ linux-3.13.3/drivers/net/ethernet/xilinx/xilinx_axienet_main.c	2014-02-24 08:03:57.000000000 +0100
-@@ -25,6 +25,7 @@
- #include <linux/init.h>
- #include <linux/module.h>
- #include <linux/netdevice.h>
-+#include <linux/of_irq.h>
- #include <linux/of_mdio.h>
- #include <linux/of_platform.h>
- #include <linux/of_address.h>

+ 0 - 0
target/linux/patches/3.18.6/bsd-compatibility.patch → target/linux/patches/3.18.8/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.18.6/cleankernel.patch → target/linux/patches/3.18.8/cleankernel.patch


+ 0 - 0
target/linux/patches/3.18.6/cris-header.patch → target/linux/patches/3.18.8/cris-header.patch


+ 0 - 0
target/linux/patches/3.18.6/defaults.patch → target/linux/patches/3.18.8/defaults.patch


+ 0 - 0
target/linux/patches/3.18.6/export-symbol-for-exmap.patch → target/linux/patches/3.18.8/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.18.6/gemalto.patch → target/linux/patches/3.18.8/gemalto.patch


+ 0 - 0
target/linux/patches/3.18.6/initramfs-nosizelimit.patch → target/linux/patches/3.18.8/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.18.6/lemote-rfkill.patch → target/linux/patches/3.18.8/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.18.6/microblaze-ethernet.patch → target/linux/patches/3.18.8/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.18.6/mkpiggy.patch → target/linux/patches/3.18.8/mkpiggy.patch


+ 0 - 0
target/linux/patches/3.18.6/mtd-rootfs.patch → target/linux/patches/3.18.8/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.18.6/nfsv3-tcp.patch → target/linux/patches/3.18.8/nfsv3-tcp.patch


+ 0 - 0
target/linux/patches/3.18.6/non-static.patch → target/linux/patches/3.18.8/non-static.patch


+ 0 - 0
target/linux/patches/3.18.6/patch-fblogo → target/linux/patches/3.18.8/patch-fblogo


+ 0 - 0
target/linux/patches/3.18.6/patch-yaffs2 → target/linux/patches/3.18.8/patch-yaffs2


+ 0 - 0
target/linux/patches/3.18.6/ppc64-missing-zlib.patch → target/linux/patches/3.18.8/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.18.6/regmap-bool.patch → target/linux/patches/3.18.8/regmap-bool.patch


+ 0 - 0
target/linux/patches/3.18.6/relocs.patch → target/linux/patches/3.18.8/relocs.patch


+ 0 - 0
target/linux/patches/3.18.6/sgidefs.patch → target/linux/patches/3.18.8/sgidefs.patch


+ 0 - 0
target/linux/patches/3.18.6/sortext.patch → target/linux/patches/3.18.8/sortext.patch


+ 0 - 0
target/linux/patches/3.18.6/startup.patch → target/linux/patches/3.18.8/startup.patch


+ 0 - 0
target/linux/patches/3.18.6/wlan-cf.patch → target/linux/patches/3.18.8/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.18.6/xargs.patch → target/linux/patches/3.18.8/xargs.patch


+ 0 - 0
target/m68k/qemu-m68k/patches/3.18.6/m68k-coldfire-fec.patch → target/m68k/qemu-m68k/patches/3.18.8/m68k-coldfire-fec.patch


+ 0 - 0
target/m68k/qemu-m68k/patches/3.18.6/qemu-coldfire.patch → target/m68k/qemu-m68k/patches/3.18.8/qemu-coldfire.patch


+ 0 - 0
target/mips64/lemote-yeelong/patches/3.18.6/sm7xx-fb.patch → target/mips64/lemote-yeelong/patches/3.18.8/sm7xx-fb.patch