diff options
author | Diego Dompe <diego.dompe@ridgerun.com> | 2010-01-08 22:36:58 -0600 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:09 +0200 |
commit | 241918e9be4aa891d41d0418f3aea7ec15e0ef53 (patch) | |
tree | 725752654a8170f860e1ae4f1c5e758063fab233 /recipes/ti/files | |
parent | 1c7cd5974060b4bdaf326486f754cc5c22e7dfb5 (diff) |
ti-dmai: Add support for OMAPL138 on DMAI.
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/files')
-rwxr-xr-x | recipes/ti/files/loadmodules-ti-dmai-ol138_al.sh | 19 |
1 files changed, 19 insertions, 0 deletions
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 |