summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-16 10:19:13 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-16 10:19:13 +0000
commit30106227fb82e786f3b8040787f575f6b6aa72f5 (patch)
treeda320bef34fb95f56667a13fd6a6a7c648edc338 /package/kernel
parentb119deb2b0f1bbabc80d3138c98c2ab31b8728b9 (diff)
This patch adds a target for the IBM PowerXCell Accelerator Board.
(aka mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16860 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/block.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 3dabdfc08..2d14e42d5 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -374,3 +374,18 @@ define KernelPackage/ps3vram/description
endef
$(eval $(call KernelPackage,ps3vram))
+
+define KernelPackage/axonram
+ SUBMENU:=$(BLOCK_MENU)
+ TITLE:=Axon DDR2 memory device driver
+ DEPENDS:=@TARGET_pxcab
+ KCONFIG:=CONFIG_AXON_RAM
+ FILES:=$(LINUX_DIR)/arch/powerpc/sysdev/axonram.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,01,axonram)
+endef
+
+define KernelPackage/axonram/description
+ Kernel support for Axon DDR2 memory device
+endef
+
+$(eval $(call KernelPackage,axonram))