[Armadeus-commitlog] SF.net SVN: armadeus:[1220] trunk/buildroot/target/device/armadeus/linux/ kern
Brought to you by:
sszy
|
From: <ar...@us...> - 2009-04-14 15:03:57
|
Revision: 1220
http://armadeus.svn.sourceforge.net/armadeus/?rev=1220&view=rev
Author: artemys
Date: 2009-04-14 15:03:56 +0000 (Tue, 14 Apr 2009)
Log Message:
-----------
[LINUX] Separates content of patch 291
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-add_debug_support_with_UART1.patch
Added Paths:
-----------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-armadeus-add_mach_board-apf27_h.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-add_debug_support_with_UART1.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-add_debug_support_with_UART1.patch 2009-04-14 14:47:39 UTC (rev 1219)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-add_debug_support_with_UART1.patch 2009-04-14 15:03:56 UTC (rev 1220)
@@ -1,51 +1,3 @@
-Index: linux-2.6.27.13/arch/arm/plat-mxc/include/mach/board-apf27.h
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.27.13/arch/arm/plat-mxc/include/mach/board-apf27.h 2009-04-14 14:48:16.000000000 +0200
-@@ -0,0 +1,43 @@
-+/*
-+ * Copyright (C) 2008 Armadeus Systems
-+ *
-+ * This program is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU General Public License
-+ * as published by the Free Software Foundation; either version 2
-+ * of the License, or (at your option) any later version.
-+ * This program is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+ * GNU General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU General Public License
-+ * along with this program; if not, write to the Free Software
-+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-+ * MA 02110-1301, USA.
-+ */
-+
-+#ifndef __ASM_ARCH_MXC_BOARD_APF27_H__
-+#define __ASM_ARCH_MXC_BOARD_APF27_H__
-+
-+
-+#include <mach/iomux-mx1-mx2.h>
-+
-+/* mandatory for CONFIG_LL_DEBUG */
-+#define MXC_LL_UART_PADDR UART1_BASE_ADDR
-+#define MXC_LL_UART_VADDR AIPI_IO_ADDRESS(UART1_BASE_ADDR)
-+
-+/* CS5 */
-+#define CS5_BASE_ADDR_VIRT 0xF4300000
-+#define CS5_SIZE SZ_1M
-+
-+/* FPGA addresses */
-+#define APF27_FPGA_VIRT (CS5_BASE_ADDR_VIRT)
-+#define APF27_FPGA_PHYS (CS5_BASE_ADDR)
-+#define APF27_FPGA_IRQ (IRQ_GPIOF(12))
-+
-+#define ARMADEUS_FPGA_BASE_ADDR_VIRT (APF27_FPGA_VIRT)
-+#define ARMADEUS_FPGA_BASE_ADDR_PHYS (APF27_FPGA_PHYS)
-+#define ARMADEUS_FPGA_IRQ (APF27_FPGA_IRQ)
-+
-+
-+#endif /* __ASM_ARCH_MXC_BOARD_APF27_H__ */
Index: linux-2.6.27.13/arch/arm/plat-mxc/include/mach/debug-macro.S
===================================================================
--- linux-2.6.27.13.orig/arch/arm/plat-mxc/include/mach/debug-macro.S 2008-10-10 00:13:53.000000000 +0200
Added: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-armadeus-add_mach_board-apf27_h.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-armadeus-add_mach_board-apf27_h.patch (rev 0)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.27.13/291-apf27-armadeus-add_mach_board-apf27_h.patch 2009-04-14 15:03:56 UTC (rev 1220)
@@ -0,0 +1,48 @@
+Index: linux-2.6.27.13/arch/arm/plat-mxc/include/mach/board-apf27.h
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ linux-2.6.27.13/arch/arm/plat-mxc/include/mach/board-apf27.h 2009-04-14 14:48:16.000000000 +0200
+@@ -0,0 +1,43 @@
++/*
++ * Copyright (C) 2008 Armadeus Systems
++ *
++ * This program is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU General Public License
++ * as published by the Free Software Foundation; either version 2
++ * of the License, or (at your option) any later version.
++ * This program is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
++ * GNU General Public License for more details.
++ *
++ * You should have received a copy of the GNU General Public License
++ * along with this program; if not, write to the Free Software
++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
++ * MA 02110-1301, USA.
++ */
++
++#ifndef __ASM_ARCH_MXC_BOARD_APF27_H__
++#define __ASM_ARCH_MXC_BOARD_APF27_H__
++
++
++#include <mach/iomux-mx1-mx2.h>
++
++/* mandatory for CONFIG_LL_DEBUG */
++#define MXC_LL_UART_PADDR UART1_BASE_ADDR
++#define MXC_LL_UART_VADDR AIPI_IO_ADDRESS(UART1_BASE_ADDR)
++
++/* CS5 */
++#define CS5_BASE_ADDR_VIRT 0xF4300000
++#define CS5_SIZE SZ_1M
++
++/* FPGA addresses */
++#define APF27_FPGA_VIRT (CS5_BASE_ADDR_VIRT)
++#define APF27_FPGA_PHYS (CS5_BASE_ADDR)
++#define APF27_FPGA_IRQ (IRQ_GPIOF(12))
++
++#define ARMADEUS_FPGA_BASE_ADDR_VIRT (APF27_FPGA_VIRT)
++#define ARMADEUS_FPGA_BASE_ADDR_PHYS (APF27_FPGA_PHYS)
++#define ARMADEUS_FPGA_IRQ (APF27_FPGA_IRQ)
++
++
++#endif /* __ASM_ARCH_MXC_BOARD_APF27_H__ */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|