From 241918e9be4aa891d41d0418f3aea7ec15e0ef53 Mon Sep 17 00:00:00 2001 From: Diego Dompe Date: Fri, 8 Jan 2010 22:36:58 -0600 Subject: ti-dmai: Add support for OMAPL138 on DMAI. Signed-off-by: Koen Kooi --- recipes/ti/files/loadmodules-ti-dmai-ol138_al.sh | 19 +++++++++++++++++++ recipes/ti/ti-dmai.inc | 13 +++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100755 recipes/ti/files/loadmodules-ti-dmai-ol138_al.sh (limited to 'recipes/ti') diff --git a/recipes/ti/files/loadmodules-ti-dmai-ol138_al.sh b/recipes/ti/files/loadmodules-ti-dmai-ol138_al.sh new file mode 100755 index 0000000000..2c98c7871a --- /dev/null +++ b/recipes/ti/files/loadmodules-ti-dmai-ol138_al.sh @@ -0,0 +1,19 @@ +# +# loadmodules.sh +# +# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com/ +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation version 2.1 of the License. +# +# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, +# whether express or implied; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. + +modprobe cmemk phys_start=0xC2200000 phys_end=0xC3200000 pools=1x5250000,3x1048576,3x829440,1x256000,4x131072 +modprobe dsplinkk + +rm -rf /dev/dsplink +mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0 diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc index 17325865fa..e18dfe76d9 100644 --- a/recipes/ti/ti-dmai.inc +++ b/recipes/ti/ti-dmai.inc @@ -1,17 +1,18 @@ DESCRIPTION = "DMAI for TI ARM/DSP processors" -BRANCH = "BRANCH_BRIJESH_DMAI_DEV_2_xx" -BRANCH_6467 = "GITPSP_INT_101009" -BRANCH_omapl137 = "BRANCH_KATIE_111309_OMAPL137" +BRANCH = "branches/BRANCH_BRIJESH_DMAI_DEV_2_xx" +BRANCH_omapl138 = "trunk" +BRANCH_omapl137 = "trunk" +BRANCH_6467 = "branches/GITPSP_INT_101009" -SRCREV = "364" -SRCREV_omapl137 = "382" +SRCREV = "423" -SRC_URI = "svn://gforge.ti.com/svn/dmai/branches;module=${BRANCH};proto=https;user=anonymous;pswd='' \ +SRC_URI = "svn://gforge.ti.com/svn/dmai/;module=${BRANCH};proto=https;user=anonymous;pswd='' \ file://loadmodules-ti-dmai-dm355_al.sh \ file://loadmodules-ti-dmai-dm365_al.sh \ file://loadmodules-ti-dmai-dm6446_al.sh \ file://loadmodules-ti-dmai-o3530_al.sh \ + file://loadmodules-ti-dmai-ol138_al.sh \ " S = "${WORKDIR}/${BRANCH}/davinci_multimedia_application_interface" -- cgit v1.2.3