From f653fc3c2a6213d4181a494783f113839027ee0f Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Thu, 3 Mar 2022 14:05:00 +1030 Subject: openpower: pdbg: Bump version to v3.5 New features: libsbefifo: Implement long read timeout for chip-ops libpdbg: For p10 do not assert special wakeup for core by default libpdbg: Add api to set short/long running application context New p10 targets: ADC, GPIO expander, Power Management Change-Id: I9bc6bfd08b227c38a9ed32bfa3c951c61f3b7fb6 Signed-off-by: Joel Stanley --- meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb | 15 --------------- meta-openpower/recipes-bsp/pdbg/pdbg_3.5.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb create mode 100644 meta-openpower/recipes-bsp/pdbg/pdbg_3.5.bb (limited to 'meta-openpower') diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb deleted file mode 100644 index 6678c0e030..0000000000 --- a/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "PowerPC FSI Debugger" -DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI += "git://github.com/open-power/pdbg.git;branch=master;protocol=https" -SRCREV = "becd562a5a2556c05d9a6f14df467f5d6dceba19" - -DEPENDS += "dtc-native" - -S = "${WORKDIR}/git" - -inherit autotools - -BBCLASSEXTEND = "native" diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.5.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.5.bb new file mode 100644 index 0000000000..f881263812 --- /dev/null +++ b/meta-openpower/recipes-bsp/pdbg/pdbg_3.5.bb @@ -0,0 +1,15 @@ +SUMMARY = "PowerPC FSI Debugger" +DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI += "git://github.com/open-power/pdbg.git;branch=master;protocol=https" +SRCREV = "7bad99f2aca4df01aa0833b1eab16a7c639d5212" + +DEPENDS += "dtc-native" + +S = "${WORKDIR}/git" + +inherit autotools + +BBCLASSEXTEND = "native" -- cgit v1.2.3