]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap/server/src/support_imx.cc
update
[l4.git] / l4 / pkg / bootstrap / server / src / support_imx.cc
index e55fd4d419adeb066cfb044dc8e1e0f660d624b4..b7fc9652104a63f8f20364fb243d87475c166931 100644 (file)
@@ -7,7 +7,9 @@
  *
  */
 /*
- * (c) 2008-2009 Technische Universität Dresden
+ * (c) 2008-2009 Author(s)
+ *     economic rights: Technische Universität Dresden (Germany)
+ *
  * This file is part of TUD:OS and distributed under the terms of the
  * GNU General Public License 2.
  * Please see the COPYING-GPL-2 file for details.
@@ -26,6 +28,11 @@ class Platform_arm_imx : public Platform_single_region_ram
 #ifdef PLATFORM_TYPE_imx21
     static L4::Uart_imx21 _uart(0, 0);
     _uart.startup(0x1000A000);
+#elif defined(PLATFORM_TYPE_imx35)
+    static L4::Uart_imx35 _uart(0, 0);
+    _uart.startup(0x43f90000); // UART-1
+    //_uart.startup(0x43f94000); // UART-2
+    //_uart.startup(0x5000c000); // UART-3
 #elif defined(PLATFORM_TYPE_imx51)
     static L4::Uart_imx51 _uart(0, 0);
     _uart.startup(0x73fbc000);