pdbg openFSI enablement
pdbg now supports i2c, fsi big bang, and openFSI.
This commit has no dependencies as the current OpenBMC
scripts pass the appropriate parameters to pdbg to
tell it to continue using the fsi bit bang method.
Future commits will switch the scripts over to openFSI
once it's enabled.
Change-Id: I1572a1dc1de9e173c78bbbe9767aaf63f782d37f
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg.bb b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg.bb
index 2303c75..989274f 100644
--- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg.bb
+++ b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/pdbg/pdbg.bb
@@ -6,7 +6,7 @@
SRC_URI += "git://github.com/open-power/pdbg.git"
SRC_URI += "file://0001-CFAM-reg-0x2918-access-hack.patch"
-SRCREV = "4b1c617f2a469e7033b3376a1b591f26c5010787"
+SRCREV = "6df751700763f9fa6649b15fc5859b11dec0e99e"
PV = "git${SRCREV}"
S = "${WORKDIR}/git"