phosphor-ipmi-flash: srcrev bump f9566d88d4..46bdadc210
Patrick Venture (22):
tools: specify common ipmi errors for humans
firmware: reorder open cases slightly
rename lpcmapperinterface to hardwaremapperinterface
hardware interface: add copyFrom
lpc: add missing headers
rename lpc_mapper_mock -> window_mapper_mock
lpc_aspeed: move driver path to class member
lpc mappers: provide BMC memory address for mapping
lpc_aspeed: add mapped file descriptor
window interface: add close method
lpc_aspeed: implement mapRegion as part of copyFrom
lpc_aspeed: implement close method
lpc_aspeed: implement copyFrom
tools: blob add writeMeta to interface
lpc_handler: add missing TODO
tools: lpc: start implementation, send metadata
tools: minor cleanup, drop member return inline
tools: lpc: add internal/sys to handler
lpc_aspeed: delete copy/assignment of object
tools: lpc configuration structure is packed
tools: add io interface for mmio, etc
tools: tie devmem io handler into lpc handler
Change-Id: I8fe13cfea2bf3d882d39fe03eb39d903e110f054
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
index 7f5236c..ed370a6 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-flash_git.bb
@@ -16,7 +16,7 @@
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/openbmc/phosphor-ipmi-flash"
-SRCREV = "f9566d88d4f61e04793b10acb68216af9b74d97a"
+SRCREV = "46bdadc210eda187ad18fca69842e1b93b941fb6"
FILES_${PN}_append = " ${libdir}/ipmid-providers/lib*${SOLIBS}"
FILES_${PN}_append = " ${libdir}/blob-ipmid/lib*${SOLIBS}"