diff options
author | Roger Monk <r-monk@ti.com> | 2010-03-01 18:23:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:20 +0200 |
commit | 2be75db64cd7c3a6d78a4173ffcc56692c1fe0c4 (patch) | |
tree | fff5af5b9fda63af87241746175b921e3e829922 /recipes/ti/ti-codecs-omapl138_1.00.00.bb | |
parent | 3c0cffcb2c8eae9defb49e4f4acc40b97116df78 (diff) |
ti-codecs-omapl138: Fix DMA resource allocation in DSP Server
* This patch configures DMAN3 resources to be used by DSP
* TCCs and PaRams configured to match those marked exclusively
for DSP usage (and reserved accordingly in ARM linux kernel)
* 12 TCC allocated
* 50 PaRams
* Scratch group sizing adjusted to match max 12 TCC available
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-codecs-omapl138_1.00.00.bb')
-rw-r--r-- | recipes/ti/ti-codecs-omapl138_1.00.00.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/ti/ti-codecs-omapl138_1.00.00.bb b/recipes/ti/ti-codecs-omapl138_1.00.00.bb index 66f41cd92a..b9476aa7ad 100644 --- a/recipes/ti/ti-codecs-omapl138_1.00.00.bb +++ b/recipes/ti/ti-codecs-omapl138_1.00.00.bb @@ -9,7 +9,7 @@ PV = "1_00_00" SRC_URI[l138codecsbin.md5sum] = "64a53cd55bc63d3a6f4db742aff90de9" SRC_URI[l138codecsbin.sha256sum] = "4fb1075ad83f6017616410eff35ada7d567f1ee1b5b23624a817e8fc7dda3f8a" -PR = "r3" +PR = "r4" require ti-paths.inc require ti-staging.inc @@ -19,7 +19,8 @@ PROVIDES += "ti-codecs-omapl138-server" S = "${WORKDIR}/OMAP_L138_arm_1_00_00_08/cs1omapl138_${PV}" -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/sdk/omap_l138/1_00/latest/exports/${BINFILE};name=l138codecsbin" +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/sdk/omap_l138/1_00/latest/exports/${BINFILE};name=l138codecsbin \ + file://ti-codecs-omapl138-1-00-00-fixDman3Config.patch;patch=1" BINFILE = "cs1omapl138_${PV}-v2_setup_linux.bin" TI_BIN_UNPK_CMDS = "y:Y: qY:workdir" |