summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59e3bf5)
raw | patch | inline | side by side (parent: 59e3bf5)
author | Justin Sobota <jsobota@ti.com> | |
Fri, 20 Jun 2014 20:08:11 +0000 (16:08 -0400) | ||
committer | Justin Sobota <jsobota@ti.com> | |
Fri, 20 Jun 2014 20:08:11 +0000 (16:08 -0400) |
index c8d8e3c08c182760f94ee03f554eed83f57d57f9..34e10f9a2f80eb6a130911150a71333c2768001a 100644 (file)
0x00,
0x00,
0x5b,
-0x69,
-0x75,
0x20,
-0x3d,
+0x20,
+0x20,
+0x20,
0x20,
0x28,
0x2a,
0x00,
0x00,
0x15,
-0x69,
-0x75,
0x20,
-0x3d,
+0x20,
+0x20,
+0x20,
0x20,
0x28,
0x2a,
index c3cd54d32d31a45e3ef2e6cba5e008922d8c1668..284f8c33856d2e9191ce30133e1eb95552874bad 100644 (file)
Binary files a/device/k2e/policy_dsp_arm.dtb and b/device/k2e/policy_dsp_arm.dtb differ
Binary files a/device/k2e/policy_dsp_arm.dtb and b/device/k2e/policy_dsp_arm.dtb differ
index 86ee1e1d4f7c48de21a8e8f416d9adcbff961d99..5053d2954f8baf46b5388200284152af8011fd08 100644 (file)
cppi {
netcp-rx-ch {
- assignments = <0 91>, "iu = (*)";
+ assignments = <0 91>, " (*)"; /* initialized by kernel */
};
netcp-tx-ch {
- assignments = <0 21>, "iu = (*)";
+ assignments = <0 21>, " (*)"; /* initialized by kernel */
};
netcp-rx-flow-id {
assignments = <0 1>, "(*)", /* Used by kernel - netrx0 */
index b40612bc2e95500ca12d0a5dc6d68fb9e57bb277..a99d2eddba840a7fe097870a936f970f3e3ec1e3 100644 (file)
0x00,
0x00,
0x5b,
-0x69,
-0x75,
0x20,
-0x3d,
+0x20,
+0x20,
+0x20,
0x20,
0x28,
0x2a,
0x00,
0x00,
0x15,
-0x69,
-0x75,
0x20,
-0x3d,
+0x20,
+0x20,
+0x20,
0x20,
0x28,
0x2a,
index fc5ea2eb89f6af7bac8a943f03289e56c7634c49..b352b6ac36a1c4e20d4ed62adfcb4e5e584d0577 100644 (file)
Binary files a/device/k2l/policy_dsp_arm.dtb and b/device/k2l/policy_dsp_arm.dtb differ
Binary files a/device/k2l/policy_dsp_arm.dtb and b/device/k2l/policy_dsp_arm.dtb differ
index 05de3f9dfcc7fb5ffc7b908e38c627795778c5f5..1a3810f7a860d0c7afaf2b77f797911e272e45cf 100644 (file)
};
netcp-rx-ch {
- assignments = <0 91>, "iu = (*)";
+ assignments = <0 91>, " (*)"; /* initialized by kernel */
};
netcp-tx-ch {
- assignments = <0 21>, "iu = (*)";
+ assignments = <0 21>, " (*)"; /* initialized by kernel */
};
netcp-rx-flow-id {
assignments = <0 1>, "(*)", /* Used by kernel - netrx0 */
index 15fd59242215bc6c80a7f8bea15c0542f2848ccd..13d15a6bce297bbd0503bc8eacb3e95cc221afa2 100644 (file)
Binary files a/docs/ReleaseNotes_RM.doc and b/docs/ReleaseNotes_RM.doc differ
Binary files a/docs/ReleaseNotes_RM.doc and b/docs/ReleaseNotes_RM.doc differ
index 43e7166d3b20f0eeb313b2e43119437523faa31d..a42a5eed2d22d1566b98fef367070fb7e58f6535 100644 (file)
Binary files a/docs/ReleaseNotes_RM.pdf and b/docs/ReleaseNotes_RM.pdf differ
Binary files a/docs/ReleaseNotes_RM.pdf and b/docs/ReleaseNotes_RM.pdf differ
diff --git a/package.xdc b/package.xdc
index 1a0c207af475d845f24c1a651298434c3b3d1b86..edcbdbfe4ab1ed149a48ab51e25db47816d10143 100755 (executable)
--- a/package.xdc
+++ b/package.xdc
* Copyright (C) 2012-2014, Texas Instruments, Inc.\r
*****************************************************************************/\r
\r
-package ti.drv.rm[02, 01, 00, 04] {\r
+package ti.drv.rm[02, 01, 00, 05] {\r
module Settings;\r
}\r
index 7106f9cc3c35d157273dc0b9e38c9033ab50fabd..9696408149384869b0725bec31330fcf204c9625 100755 (executable)
--- a/rmver.h
+++ b/rmver.h
* format:
* 0xAABBCCDD -> Arch (AA); API Changes (BB); Major (CC); Minor (DD)
*/
-#define RM_VERSION_ID (0x02010004)
+#define RM_VERSION_ID (0x02010005)
/**
* @brief This is the version string which describes the RM along with the
* date and build information.
*/
-#define RM_VERSION_STR "RM Revision: 02.01.00.04"
+#define RM_VERSION_STR "RM Revision: 02.01.00.05"
#ifdef __cplusplus