[Armadeus-commitlog] SF.net SVN: armadeus:[893] trunk/buildroot/target/device/armadeus/linux/ kern
Brought to you by:
sszy
|
From: <Fa...@us...> - 2008-10-16 10:24:18
|
Revision: 893
http://armadeus.svn.sourceforge.net/armadeus/?rev=893&view=rev
Author: FabM
Date: 2008-10-16 10:24:16 +0000 (Thu, 16 Oct 2008)
Log Message:
-----------
[KERNEL][FPGA] Adding address defines for fpga
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2008-10-16 10:21:04 UTC (rev 892)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2008-10-16 10:24:16 UTC (rev 893)
@@ -2,7 +2,7 @@
DON'T EDIT IT OR YOUR MODIFICATIONS WILL BE LOST
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.23.1.original/arch/arm/mach-imx/apf9328.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328.c 2008-09-17 18:28:30.000000000 +0200
++++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328.c 2008-10-16 12:15:26.000000000 +0200
@@ -0,0 +1,558 @@
+/*
+ * linux/arch/arm/mach-imx/apf9328.c
@@ -566,7 +566,7 @@
DON'T EDIT IT OR YOUR MODIFICATIONS WILL BE LOST
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.23.1.original/arch/arm/mach-imx/apf9328_lcd_config.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328_lcd_config.h 2008-09-17 18:28:05.000000000 +0200
++++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328_lcd_config.h 2008-10-16 12:04:16.000000000 +0200
@@ -0,0 +1,200 @@
+/*
+ *
@@ -772,8 +772,8 @@
DON'T EDIT IT OR YOUR MODIFICATIONS WILL BE LOST
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.23.1.original/include/asm-arm/arch-imx/apf9328.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.23.1.mod/include/asm-arm/arch-imx/apf9328.h 2008-09-17 18:28:05.000000000 +0200
-@@ -0,0 +1,54 @@
++++ linux-2.6.23.1.mod/include/asm-arm/arch-imx/apf9328.h 2008-10-16 12:04:16.000000000 +0200
+@@ -0,0 +1,58 @@
+/*
+ * linux/include/asm-arm/arch-imx/apf9328.h
+ *
@@ -821,6 +821,10 @@
+// Usefull ?
+
+// FPGA
++#define ARMADEUS_FPGA_BASE_ADDR_VIRT ( APF9328_FPGA_VIRT )
++#define ARMADEUS_FPGA_BASE_ADDR_PHYS ( APF9328_FPGA_PHYS )
++#define ARMADEUS_FPGA_IRQ ( APF9328_FPGA_IRQ )
++
+#define APF9328_FPGA_VIRT ( IMX_CS1_VIRT )
+#define APF9328_FPGA_PHYS ( IMX_CS1_PHYS )
+#define APF9328_FPGA_IRQ ( IRQ_GPIOA(1) )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|