From a53ba0fdb76cd734fe26c599bafd1cebe0165297 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 8 Jun 2021 16:10:27 +0000 Subject: openpower-proc-control: srcrev bump 1b607c3546..e22e8231c4 Jayanth Othayoth (2): Added openpower util file support set CLK NE termination site based on HW VPD keyword. Change-Id: I15ba086834b6f86af5dbc6de5643868692e6c9dd Signed-off-by: Andrew Geissler --- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb') diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb index 12ebbea49..aa0a784d3 100644 --- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb +++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb @@ -11,7 +11,7 @@ inherit autotools obmc-phosphor-utils pkgconfig inherit systemd SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "1b607c35462ae5e2c00406a646aeedbbd26d4631" +SRCREV = "e22e8231c49d3a7fa4ea24d57e48be072e1d7e16" DEPENDS += " \ autoconf-archive-native \ -- cgit v1.2.3 From bbc6b9d835ed6d1113dd48e1b2197ec65a42acc5 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 10 Jun 2021 15:26:49 -0500 Subject: meta-openpower: convert op-proc-control to meson This includes the following bump: e22e8231c4..e04c1173c1 Andrew Geissler (3): gitignore: ensure utest.cpp not ignored meson: remove old automake files meson: fix static initialization order race condition Jayanth Othayoth (1): Fix related P10 SPI mux settings Signed-off-by: Andrew Geissler Change-Id: Iff99f6536d2552984bb08c2e3267c36cde1bf8d4 --- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb') diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb index aa0a784d3..f9611985d 100644 --- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb +++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb @@ -7,19 +7,20 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" S = "${WORKDIR}/git" -inherit autotools obmc-phosphor-utils pkgconfig +inherit meson obmc-phosphor-utils pkgconfig inherit systemd SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "e22e8231c49d3a7fa4ea24d57e48be072e1d7e16" +SRCREV = "e04c1173c1d76575fd1cf968d421bdf1dec82606" DEPENDS += " \ - autoconf-archive-native \ phosphor-logging \ phosphor-dbus-interfaces \ libgpiod \ " +EXTRA_OEMESON += "-Dtests=disabled" + # For libpdbg, provided by the pdbg package DEPENDS += "pdbg" -- cgit v1.2.3 From 5f4cffd8646ef3e5c65043f38fe79df38b92f448 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Sun, 27 Jun 2021 23:59:50 -0500 Subject: meta-openpower: pdbg version bump v3.3 PDBG release 3.3 Changes: - Implement p10 thread controls - Update p10 sbefifo chip-ops - For p10 switch default backend to sbefifo - Separate sbe api into new header libpdbg_sbe.h Added version bumps to fix build dependency - openpower-hw-diags - openpower-proc-control Signed-off-by: Jayanth Othayoth Change-Id: Ib667c87792f31a8c9475420ba653b441224e9a52 --- meta-openpower/recipes-bsp/pdbg/pdbg_3.2.bb | 15 --------------- meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb | 15 +++++++++++++++ .../recipes-phosphor/host/op-proc-control_git.bb | 2 +- .../recipes-phosphor/logging/openpower-hw-diags_git.bb | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-openpower/recipes-bsp/pdbg/pdbg_3.2.bb create mode 100644 meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb') diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.2.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.2.bb deleted file mode 100644 index 175bad4bd..000000000 --- a/meta-openpower/recipes-bsp/pdbg/pdbg_3.2.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" -SRCREV = "v3.2" - -DEPENDS += "dtc-native" - -S = "${WORKDIR}/git" - -inherit autotools - -BBCLASSEXTEND = "native" diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb new file mode 100644 index 000000000..d7b3c31b9 --- /dev/null +++ b/meta-openpower/recipes-bsp/pdbg/pdbg_3.3.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" +SRCREV = "v3.3" + +DEPENDS += "dtc-native" + +S = "${WORKDIR}/git" + +inherit autotools + +BBCLASSEXTEND = "native" diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb index f9611985d..9a4b64ee1 100644 --- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb +++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb @@ -11,7 +11,7 @@ inherit meson obmc-phosphor-utils pkgconfig inherit systemd SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "e04c1173c1d76575fd1cf968d421bdf1dec82606" +SRCREV = "785cf6a5ed91bf8387f4e99c891c1756f6776f7e" DEPENDS += " \ phosphor-logging \ diff --git a/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb b/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb index d4863a3bc..a6241ae4b 100644 --- a/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb +++ b/meta-openpower/recipes-phosphor/logging/openpower-hw-diags_git.bb @@ -15,7 +15,7 @@ PR = "r1" PV = "0.1+git${SRCPV}" SRC_URI = "git://github.com/openbmc/openpower-hw-diags" -SRCREV = "ff068a154e5811bbddead76cc0e004cbf88870ac" +SRCREV = "b1eda6a3cbb9b7c6a2c46a4550a7cce396467ee0" S = "${WORKDIR}/git" -- cgit v1.2.3 From a878961bd4aaa8b57e8e122d211a01bbbf89e9ce Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 30 Jun 2021 04:20:24 +0000 Subject: openpower-proc-control: srcrev bump 785cf6a5ed..f8c14bcfd5 Jayanth Othayoth (2): phal: set pdbg environment variable Added additional log messages in enterMPIPL function Change-Id: Ifb9a912da8eeaac68f3d3e247fc4e69b80074bf6 Signed-off-by: Andrew Geissler --- meta-openpower/recipes-phosphor/host/op-proc-control_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-phosphor/host/op-proc-control_git.bb') diff --git a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb index 9a4b64ee1..546031bbf 100644 --- a/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb +++ b/meta-openpower/recipes-phosphor/host/op-proc-control_git.bb @@ -11,7 +11,7 @@ inherit meson obmc-phosphor-utils pkgconfig inherit systemd SRC_URI += "git://github.com/openbmc/openpower-proc-control" -SRCREV = "785cf6a5ed91bf8387f4e99c891c1756f6776f7e" +SRCREV = "f8c14bcfd507e0224fe258d38bdef8d32ebfbf48" DEPENDS += " \ phosphor-logging \ -- cgit v1.2.3