summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Tillery <rtillery@ti.com>2011-12-16 16:40:13 -0600
committerRick Tillery <rtillery@ti.com>2011-12-16 16:47:09 -0600
commit9c236cf5103dbe7180804a7482c72c5107d8ca92 (patch)
tree314bf039bfdf4263ac45e70a5df667670c26fc90
parent1a38c10c65df9c9fd9d4ec74d7561a5f5985fbab (diff)
downloadhardware_ti_omap4-9c236cf5103dbe7180804a7482c72c5107d8ca92.zip
hardware_ti_omap4-9c236cf5103dbe7180804a7482c72c5107d8ca92.tar.gz
hardware_ti_omap4-9c236cf5103dbe7180804a7482c72c5107d8ca92.tar.bz2
Fixed occasional failure to initialize due to uninitialized buffer.
Updated binaries and docs for release 2.0.0.8. Change-Id: I03361c42f36b4acc081196c4c0ecd5d9b7d035f2 Signed-off-by: Rick Tillery <rtillery@ti.com>
-rwxr-xr-xticpu/doc/android/BLTsville-Android-Release-Notes.html13
-rwxr-xr-xticpu/doc/linux/BLTsville-Linux-Release-Notes.html13
-rwxr-xr-xticpu/lib/android/libbltsville_ticpu.2.0.0.8.so (renamed from ticpu/lib/android/libbltsville_ticpu.2.0.0.7.so)bin138930 -> 139242 bytes
l---------ticpu/lib/android/libbltsville_ticpu.so2
l---------ticpu/lib/linux/libbltsville_ticpu.so2
-rwxr-xr-xticpu/lib/linux/libbltsville_ticpu.so.2.0.0.8 (renamed from ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.7)bin138780 -> 141876 bytes
6 files changed, 20 insertions, 10 deletions
diff --git a/ticpu/doc/android/BLTsville-Android-Release-Notes.html b/ticpu/doc/android/BLTsville-Android-Release-Notes.html
index f0af4e7..d3ac411 100755
--- a/ticpu/doc/android/BLTsville-Android-Release-Notes.html
+++ b/ticpu/doc/android/BLTsville-Android-Release-Notes.html
@@ -54,7 +54,7 @@ Welcome to BLTsville </title>
<body>
<span class="Title">BLTsville for Android</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.7
+ CPU Implementation - Version 2.0.0.8
</p>
<hr/>
<p>
@@ -104,6 +104,11 @@ Welcome to BLTsville </title>
<tr>
<td>
<p>
+ 2.0.0.8</p>
+ <ul>
+ <li>Fixed occasional failure to initialize that caused return of BVERR_RSRC.</li>
+ </ul>
+ <p>
2.0.0.7</p>
<ul>
<li>Fixed typedef of bv_unmap member of bvbuffmap structure (bvinternal.h issue).</li>
@@ -210,15 +215,15 @@ Welcome to BLTsville </title>
.../lib/android/libbltsville_ticpu.so
</td>
<td>
- Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.2.0.0.7.so.&nbsp; (Most clients should not use this entry.)
+ Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.2.0.0.8.so.&nbsp; (Most clients should not use this entry.)
</td>
</tr>
<tr>
<td>
- .../lib/android/libbltsville_ticpu.2.0.0.7.so
+ .../lib/android/libbltsville_ticpu.2.0.0.8.so
</td>
<td>
- Version 2.0.0.7 of the TI BLTsville CPU-based library of 2-D functions for Android.&nbsp; (Do not directly load this file.)
+ Version 2.0.0.8 of the TI BLTsville CPU-based library of 2-D functions for Android.&nbsp; (Do not directly load this file.)
</td>
</tr>
</table>
diff --git a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
index 67e3308..d78c98f 100755
--- a/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
+++ b/ticpu/doc/linux/BLTsville-Linux-Release-Notes.html
@@ -54,7 +54,7 @@ Welcome to BLTsville </title>
<body>
<span class="Title">BLTsville for Linux</span>
<p class="Subtitle">
- CPU Implementation - Version 2.0.0.7
+ CPU Implementation - Version 2.0.0.8
</p>
<hr/>
<p>
@@ -104,6 +104,11 @@ Welcome to BLTsville </title>
<tr>
<td>
<p>
+ 2.0.0.8</p>
+ <ul>
+ <li>Fixed occasional failure to initialize that caused return of BVERR_RSRC.</li>
+ </ul>
+ <p>
2.0.0.7</p>
<ul>
<li>Fixed typedef of bv_unmap member of bvbuffmap structure (bvinternal.h issue).</li>
@@ -209,15 +214,15 @@ Welcome to BLTsville </title>
.../lib/android/libbltsville_ticpu.so
</td>
<td>
- Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.so.2.0.0.7.&nbsp; (Most clients should not use this entry.)
+ Client entry point for special cases.&nbsp; Softlink to libbltsville_ticpu.so.2.0.0.8.&nbsp; (Most clients should not use this entry.)
</td>
</tr>
<tr>
<td>
- .../lib/android/libbltsville_ticpu.so.2.0.0.7
+ .../lib/android/libbltsville_ticpu.so.2.0.0.8
</td>
<td>
- Version 2.0.0.7 of the TI BLTsville CPU-based library of 2-D functions for Android.&nbsp; (Do not directly load this file.)
+ Version 2.0.0.8 of the TI BLTsville CPU-based library of 2-D functions for Android.&nbsp; (Do not directly load this file.)
</td>
</tr>
</table>
diff --git a/ticpu/lib/android/libbltsville_ticpu.2.0.0.7.so b/ticpu/lib/android/libbltsville_ticpu.2.0.0.8.so
index f9c0f30..80a91a3 100755
--- a/ticpu/lib/android/libbltsville_ticpu.2.0.0.7.so
+++ b/ticpu/lib/android/libbltsville_ticpu.2.0.0.8.so
Binary files differ
diff --git a/ticpu/lib/android/libbltsville_ticpu.so b/ticpu/lib/android/libbltsville_ticpu.so
index be277dc..dbb17ba 120000
--- a/ticpu/lib/android/libbltsville_ticpu.so
+++ b/ticpu/lib/android/libbltsville_ticpu.so
@@ -1 +1 @@
-./libbltsville_ticpu.2.0.0.7.so \ No newline at end of file
+./libbltsville_ticpu.2.0.0.8.so \ No newline at end of file
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so b/ticpu/lib/linux/libbltsville_ticpu.so
index 950eee5..2b76e90 120000
--- a/ticpu/lib/linux/libbltsville_ticpu.so
+++ b/ticpu/lib/linux/libbltsville_ticpu.so
@@ -1 +1 @@
-./libbltsville_ticpu.so.2.0.0.7 \ No newline at end of file
+./libbltsville_ticpu.so.2.0.0.8 \ No newline at end of file
diff --git a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.7 b/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.8
index d09a058..8074e37 100755
--- a/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.7
+++ b/ticpu/lib/linux/libbltsville_ticpu.so.2.0.0.8
Binary files differ