Victor Rodriguez wrote:
Basic support for Hawkboard OMAPL138 just UART cominication is included
Signed-off-by: Victor Rodriguez <[email protected]>
Notes: This patch deletes empty lines and typo mistakes from previous version
These notes belong to the space under the --- tear line, not to the patch
description.
This patch is checked with 0a50e05b20f3c6af67656303bdb3661a2541ce03 from
Kernel development tree for TI DaVinci family of processors
This patch works with basic da8xx_omapl_defconfig, it just have basic
support
for UART console
This patch just works with UART 2 for argo file system
Signed-off-by: Victor Rodriguez <[email protected]>
[...]
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 2bf03e9..fd8a11c 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -185,6 +185,15 @@ config MACH_TNETV107X
help
Say Y here to select the TI TNETV107X Evaluation Module.
+config MACH_OMAPL138_HAWKBOARD
+ bool "TI DA850/OMAP-L138/AM18xx Hawkboard(.org) Platform"
+ default ARCH_DAVINCI_DA850
As I've already said, only EVM boards are enabled by default.
[...]
diff --git a/arch/arm/mach-davinci/board-da850-hawk.c
b/arch/arm/mach-davinci/board-da850-hawk.c
new file mode 100644
index 0000000..4a7f2da
--- /dev/null
+++ b/arch/arm/mach-davinci/board-da850-hawk.c
@@ -0,0 +1,67 @@
+/*
+ * Hawkboard.org based on TI's OMAP-L138 Platform
+ *
+ * Initial code: Syed Mohammed Khasim
+ *
+ * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com
+ *
+ * Derived from: arch/arm/mach-davinci/board-da830-hawk.c
+ * Original Copyrights follow:
+ *
+ * 2007, 2009 (c) MontaVista Software, Inc. This file is licensed under
As I said, the original copyright is invalid.
WBR, Sergei
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source