summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/mctp
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-06-12 07:51:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-12 15:59:09 +0300
commit724af737c7b4cb40c10bb22e79427cfc534d1d86 (patch)
tree8510b2c5a3569949b3295d38e788dfc1d614e8bb /meta-phosphor/recipes-phosphor/mctp
parentad314aae9f250e21177185e33e3a3330fbb50335 (diff)
downloadopenbmc-724af737c7b4cb40c10bb22e79427cfc534d1d86.tar.xz
libmctp: srcrev bump df5f6b9593..5303d9c594
Andrew Jeffery (23): test_astlpc: Fix OBF flag behaviour in emulated KCS status byte test_astlpc: Instantiate a binding for each endpoint test_astlpc: Extract single test case to dedicated function test_astlpc: Add astlpc_test_simple_init test_astlpc: Add network_{init,destroy}() helpers test_astlpc: Introduce astlpc_assert_tx_packet() test_astlpc: Assert message expectations in rx_message() test_astlpc: Clean up debugging in KCS callbacks test_astlpc: Test simple message from BMC to host test_astlpc: Improve readability of test output test_astlpc: Add test for a simple message from host to BMC test_astlpc: Add test initialising the device before the bus owner astlpc: Consolidate direct vs indirect LPC access astlpc: Handle loss of bmc-ready state astlpc: Remove redundant KCS register name enumeration astlpc: Introduce KCS accessors test_astlpc: Add astlpc_test_poll_not_ready() test_astlpc: Add astlpc_test_undefined_command() astlpc: Remove redundant lpc_map_base member from context struct astlpc: Implement version negotiation astlpc: Introduce MTU negotiation astlpc: Make MTU configurable at binding instantiation astlpc: Bump protocol support to v2 (From meta-phosphor rev: 370620b594eb367f90de56a0c0b72b2048c4c6f8) Change-Id: I796b2bd35be8af547b07a951915f14e2fe452d30 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/mctp')
-rw-r--r--meta-phosphor/recipes-phosphor/mctp/mctp_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
index 190373ad6..986df2d86 100644
--- a/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
+++ b/meta-phosphor/recipes-phosphor/mctp/mctp_git.bb
@@ -11,7 +11,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0d30807bb7a4f16d36e96b78f9ed8fae"
SRC_URI = "git://github.com/openbmc/libmctp \
file://default"
-SRCREV = "df5f6b9593274c2bfa440f3ef91589113a093429"
+SRCREV = "5303d9c59469d1c6c6bf1cabf51c89eb6ddb06cb"
CONFFILES_${PN} = "${sysconfdir}/default/mctp"
DEPENDS += "autoconf-archive-native \