This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Value cannot appear as table value | |
| RabbitMQ.Client.Exceptions.WireFormattingException: Value cannot appear as table value | |
| at RabbitMQ.Client.Impl.WireFormatting.WriteFieldValue(NetworkBinaryWriter writer, Object value) | |
| at RabbitMQ.Client.Impl.WireFormatting.WriteTable(NetworkBinaryWriter writer, IDictionary`2 val) | |
| at RabbitMQ.Client.Impl.ContentHeaderPropertyWriter.WriteTable(IDictionary`2 val) | |
| at RabbitMQ.Client.Framing.BasicProperties.WritePropertiesTo(ContentHeaderPropertyWriter writer) | |
| at RabbitMQ.Client.Impl.ContentHeaderBase.WriteTo(NetworkBinaryWriter writer, UInt64 bodySize) | |
| at RabbitMQ.Client.Impl.HeaderOutboundFrame..ctor(Int32 channel, ContentHeaderBase header, Int32 bodyLength) | |
| at RabbitMQ.Client.Impl.Command.TransmitAsFrameSet(Int32 channelNumber, Connection connection) | |
| at RabbitMQ.Client.Impl.Command.Transmit(Int32 channelNumber, Connection connection) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Initializing cgroup subsys cpu | |
| [ 0.000000] Linux version 3.0.16-evervolv-turba-jellybean+ (nonamer@ubuntu) (gcc version 4.5.4 20111003 (prerelease) (Linaro GCC 4.5-2011.10) ) #3 PREEMPT Tue Jul 2 21:03:33 MSK 2013 | |
| [ 0.000000] Ignoring unrecognised tag 0x4d534d76 | |
| [ 0.000000] Partition (from atag) misc -- Offset:ffb Size:5 | |
| [ 0.000000] Partition (from atag) recovery -- Offset:212 Size:24 | |
| [ 0.000000] Partition (from atag) boot -- Offset:236 Size:18 | |
| [ 0.000000] Partition (from atag) system -- Offset:24e Size:7d0 | |
| [ 0.000000] Partition (from atag) cache -- Offset:a1e Size:140 | |
| [ 0.000000] Partition (from atag) userdata -- Offset:b5e Size:49d | |
| [ 0.000000] Ignoring unrecognised tag 0x5441000a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 3c95cf07eae728693ae5122a5f9d6c0461bc72ec Mon Sep 17 00:00:00 2001 | |
| From: NooNameR <noonamer@gmail.com> | |
| Date: Sat, 15 Jun 2013 15:06:42 +0400 | |
| Subject: [PATCH] updated smd | |
| --- | |
| arch/arm/mach-msm/board-bravo.c | 116 +++++- | |
| arch/arm/mach-msm/include/mach/msm_smd.h | 9 +- | |
| arch/arm/mach-msm/include/mach/msm_smsm.h | 4 +- | |
| arch/arm/mach-msm/pm2.c | 4 +- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Initializing cgroup subsys cpu | |
| [ 0.000000] Linux version 3.0.16-evervolv-turba-jellybean+ (nonamer@ubuntu) (gcc version 4.5.4 20111003 (prerelease) (Linaro GCC 4.5-2011.10) ) #23 PREEMPT Wed Apr 17 17:05:31 MSK 2013 | |
| [ 0.000000] Ignoring unrecognised tag 0x4d534d76 | |
| [ 0.000000] Partition (from atag) misc -- Offset:ffb Size:5 | |
| [ 0.000000] Partition (from atag) recovery -- Offset:212 Size:24 | |
| [ 0.000000] Partition (from atag) boot -- Offset:236 Size:18 | |
| [ 0.000000] Partition (from atag) system -- Offset:24e Size:7d0 | |
| [ 0.000000] Partition (from atag) cache -- Offset:a1e Size:140 | |
| [ 0.000000] Partition (from atag) userdata -- Offset:b5e Size:49d | |
| [ 0.000000] Ignoring unrecognised tag 0x5441000a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* arch/arm/mach-msm/board-bravo.c | |
| * | |
| * Copyright (C) 2009 Google, Inc. | |
| * Copyright (C) 2009 HTC Corporation. | |
| * Author: Dima Zavin <dima@android.com> | |
| * Copyright (C) 2010 Giulio Cervera <giulio.cervera@gmail.com> | |
| * Copyright (C) 2010 Diogo Ferreira <diogo@underdev.org> | |
| * | |
| * This software is licensed under the terms of the GNU General Public | |
| * License version 2, as published by the Free Software Foundation, and |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit 3962eafb131f8e7c9560e724a1e5aae765259c31 | |
| Author: noonamer <noonamer@gmail.com> | |
| Date: Wed Apr 17 11:29:31 2013 +0400 | |
| msm: board-bravo.c changes on otg | |
| diff --git a/arch/arm/mach-msm/board-bravo.c b/arch/arm/mach-msm/board-bravo.c | |
| index 970042b..1c9d0df 100644 | |
| --- a/arch/arm/mach-msm/board-bravo.c | |
| +++ b/arch/arm/mach-msm/board-bravo.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit ec9fad0abd7f02630f660dfe8d3f8d845aac0f39 | |
| Author: noonamer <noonamer@gmail.com> | |
| Date: Tue Apr 16 17:23:32 2013 +0400 | |
| msm: board-bravo: include otg driver from marc htcleo | |
| diff --git a/arch/arm/configs/bravo3_defconfig b/arch/arm/configs/bravo3_defconfig | |
| index d814c3a..f2d1302 100644 | |
| --- a/arch/arm/configs/bravo3_defconfig | |
| +++ b/arch/arm/configs/bravo3_defconfig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Initializing cgroup subsys cpu | |
| [ 0.000000] Linux version 3.0.16-evervolv-turba-jellybean+ (nonamer@ubuntu) (gcc version 4.5.4 20111003 (prerelease) (Linaro GCC 4.5-2011.10) ) #10 PREEMPT Tue Apr 16 14:39:54 MSK 2013 | |
| [ 0.000000] Ignoring unrecognised tag 0x4d534d76 | |
| [ 0.000000] Partition (from atag) misc -- Offset:ffb Size:5 | |
| [ 0.000000] Partition (from atag) recovery -- Offset:212 Size:24 | |
| [ 0.000000] Partition (from atag) boot -- Offset:236 Size:18 | |
| [ 0.000000] Partition (from atag) system -- Offset:24e Size:7d0 | |
| [ 0.000000] Partition (from atag) cache -- Offset:a1e Size:140 | |
| [ 0.000000] Partition (from atag) userdata -- Offset:b5e Size:49d | |
| [ 0.000000] Ignoring unrecognised tag 0x5441000a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Initializing cgroup subsys cpu | |
| [ 0.000000] Linux version 3.0.16-evervolv-turba-jellybean+ (nonamer@ubuntu) (gcc version 4.5.4 20111003 (prerelease) (Linaro GCC 4.5-2011.10) ) #138 PREEMPT Sun Apr 7 21:49:09 MSK 2013 | |
| [ 0.000000] Ignoring unrecognised tag 0x4d534d76 | |
| [ 0.000000] Partition (from atag) misc -- Offset:ffb Size:5 | |
| [ 0.000000] Partition (from atag) recovery -- Offset:212 Size:24 | |
| [ 0.000000] Partition (from atag) boot -- Offset:236 Size:18 | |
| [ 0.000000] Partition (from atag) system -- Offset:24e Size:7d0 | |
| [ 0.000000] Partition (from atag) cache -- Offset:a1e Size:140 | |
| [ 0.000000] Partition (from atag) userdata -- Offset:b5e Size:49d | |
| [ 0.000000] Ignoring unrecognised tag 0x5441000a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Initializing cgroup subsys cpu | |
| [ 0.000000] Linux version 3.0.16-evervolv-turba-jellybean+ (nonamer@ubuntu) (gcc version 4.5.4 20111003 (prerelease) (Linaro GCC 4.5-2011.10) ) #113 PREEMPT Sat Apr 6 17:53:32 MSK 2013 | |
| [ 0.000000] Ignoring unrecognised tag 0x4d534d76 | |
| [ 0.000000] Partition (from atag) misc -- Offset:ffb Size:5 | |
| [ 0.000000] Partition (from atag) recovery -- Offset:212 Size:24 | |
| [ 0.000000] Partition (from atag) boot -- Offset:236 Size:18 | |
| [ 0.000000] Partition (from atag) system -- Offset:24e Size:7d0 | |
| [ 0.000000] Partition (from atag) cache -- Offset:a1e Size:140 | |
| [ 0.000000] Partition (from atag) userdata -- Offset:b5e Size:49d | |
| [ 0.000000] Ignoring unrecognised tag 0x5441000a |