summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-05-11 10:31:19 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-12 01:35:05 +0300
commit7554b34d269ab21e29947fb399907973fbda03d4 (patch)
treeb5a087e17ed300737cea1422350463b5eca3f719
parentbfdce1a2da3dd09562d102255aca862ab69ebead (diff)
downloadopenbmc-7554b34d269ab21e29947fb399907973fbda03d4.tar.xz
pldm: srcrev bump 6b1d1ca47a..cc9c20d5eb
Chicago Duan (1): pldm: Add numeric effecter configuration to the effecter_pdr.json George Liu (7): pldm: rename state_effecter_pdr.json to effecter_pdr.json pldm: Add parsing JSON for Numeric Effecter PDR pldm: Optimized the setXXXHandler method in platform.hpp pldm: Implement SetNumericEffecterValue function pldm: Add gmock test for the setNumericEffecterValue method pldmtool: Add print message for the NumericEffectPDR pldmtool: platform: Implement SetNumericEffecterValue command crgeddes (1): Update GTEST EXPECT_EQ macros so they compile with latest gcc (From meta-phosphor rev: 2e52a721ee2da417c1eb7e4626ca56c4d2cbbad7) Change-Id: I11957f2e84c9ca2c6ca4234d79b915c2ae7de98f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/pldm/pldm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/pldm/pldm.inc b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
index 26e8b5eebe..4f7d8c6065 100644
--- a/meta-phosphor/recipes-phosphor/pldm/pldm.inc
+++ b/meta-phosphor/recipes-phosphor/pldm/pldm.inc
@@ -2,4 +2,4 @@ HOMEPAGE = "https://github.com/openbmc/pldm"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "git://github.com/openbmc/pldm"
-SRCREV = "6b1d1ca47a7e8cfe16e2b1b8a8dad51a30975d14"
+SRCREV = "cc9c20d5eb07fcfcaaef839c0aa2babd5b227e46"