summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2019-11-06 09:51:24 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-06 14:46:55 +0300
commita5261cafeace603038c90532f11bba25ccb9e76c (patch)
treeda744a7b3e57da6f3b19dc7105364256ae8e00df
parentf389b25f2c8600568021a55fd15e3e3ac8644c0b (diff)
downloadopenbmc-a5261cafeace603038c90532f11bba25ccb9e76c.tar.xz
pldm: srcrev bump 92b3c97e99..ccc0455bb2
John Wang (5): bios: Implement an iterator for bios attribute table Refactor: bios: Construct the attribute value table Refactor: bios_parser: Implement a new parsing process bios: Move en/decodes for String Table to libpldm bios: Move en/decodes for Attribute Table to libpldm (From meta-phosphor rev: 9f47d7b10496f840069addc83acb260bfe3811dc) Change-Id: I66d39b06279df29cb69a25a258319625cadb67d7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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 35c34341c..d061867e8 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 = "92b3c97e991ed2a91bd9e9f64754415f2bfe3730"
+SRCREV = "ccc0455bb2fb6e96d9f40903a3fa2a9a6fe06b4d"