From 830b10a82cd089ef144de7684c47540bb08b06e2 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Wed, 29 Sep 2021 01:44:48 -0500 Subject: openpower: ipl version bump ..2af23633e2 Changes: Jayanth Othayoth (17): libipl: fix sbe_start error handling issues libphal: initial commit libphal: Create TemporaryFile class libphal: exception based error handling infrastructure libphal: error log infrastructure support for SBE utils libphal: Add buffer management support libphal: initial commit for pdbg utility functions libphal: validateSBEState api support libphal: captureFFDC api support libphal: mpiplContinue api support libphal: getTiInfo api support libphal: mpiplEnter api support libphal: update on pdbg_target type declaration syntax libipl: Add helper function to support SBE state management libipl: Step 0 SBE state management updates libipl: pre-poweroff path SBE state management updates libipl: rename IPL_ERR_CFAM to IPL_ERR_FSI_REG Signed-off-by: Jayanth Othayoth Change-Id: I2fbfadbc2a965e9d54eea238436d1e98670a981d --- meta-openpower/recipes-bsp/ipl/ipl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp/ipl') diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb index 3e49bbd14..7d6163dc8 100644 --- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb +++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb @@ -12,7 +12,7 @@ inherit autotools S = "${WORKDIR}/git" SRC_URI = "git://git@github.com/open-power/ipl;branch="main"" -SRCREV = "5edb65ddf5820579179d51bfc859fcd973aaac0d" +SRCREV = "2af23633e266a6513124fce995e07c121c5cf3df" DEPENDS = " \ libekb pdbg autoconf-archive guard \ -- cgit v1.2.3 From 934d28d603988c0e55771d1cb4574384ee86f17f Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Wed, 29 Sep 2021 01:53:36 -0500 Subject: openpower: phal utility library support phal(power hardware abstraction layer) utility library Utility library functions for PHAL repository provided APIs. This is mainly intended for advanced RAS support for phal provided APIs in a common place. Also provides c++ wrapper around some of libpdbg functionality. This commit enabled build support for libphal libarary source code is available here https://github.com/open-power/ipl/blob/main/libphal/ Signed-off-by: Jayanth Othayoth Change-Id: I976133727ae7b632baf5d1a38c6c433b9c8b641c --- meta-openpower/recipes-bsp/ipl/ipl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp/ipl') diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb index 7d6163dc8..61e32e9a4 100644 --- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb +++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb @@ -20,4 +20,4 @@ DEPENDS = " \ RDEPENDS:${PN} = "phal-devtree" -EXTRA_OECONF = "CHIP=p10" +EXTRA_OECONF = "CHIP=p10 --enable-libphal" -- cgit v1.2.3 From 7cf2f6c819fd46d698c1d5ce3058ca3bae4db412 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Tue, 12 Oct 2021 05:18:02 -0500 Subject: openpower: ipl version bump ..ea1162e71b Dhruvaraj Subhashchandran (1): libphal: Add support for SBE dump collection Jayanth Othayoth (4): libphal: SbeError class updates libphal: pdbg init api support libipl: MPIPL skip sbe state updates in updatehwmdel step libipl: refactor mpipl_continue chip-op Signed-off-by: Jayanth Othayoth Change-Id: Ic4a7bc5cf74d54c05ced2707ac9ee10e126c9c00 --- meta-openpower/recipes-bsp/ipl/ipl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp/ipl') diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb index 61e32e9a4..485b5178b 100644 --- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb +++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb @@ -12,7 +12,7 @@ inherit autotools S = "${WORKDIR}/git" SRC_URI = "git://git@github.com/open-power/ipl;branch="main"" -SRCREV = "2af23633e266a6513124fce995e07c121c5cf3df" +SRCREV = "ea1162e71b10e3979fdad64c32f95d1f69362de2" DEPENDS = " \ libekb pdbg autoconf-archive guard \ -- cgit v1.2.3 From d7830ee51690545b19f487dbbdd498a6bdd51a9a Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Fri, 15 Oct 2021 01:53:01 -0500 Subject: openpower: ipl version bump ..d3d5471263 Jayanth Othayoth (15): libphal: Add exception class support for pdbg utils libphal: isTgtPresent API support libphal: isTgtFunctional API support libphal: isPrimary processor API support libphal: getPrimaryProc API support libphal: getCFAM API support libphal: putCFAM API support libphal: sbe setState API support libphal: sbe getState API support libphal: sbe isPrimaryIplDone API support libphal: sbe isDumpAllowed API support libphal: sbe getDump API support libphal: isSbeVitalAttnActive API support libphal: update in pdbg init function libphal: fix validateSBEState function build issue Added pdata dependencies to enable phal devtree custom api's Signed-off-by: Jayanth Othayoth Change-Id: Ibb4d487989ba0c2c2edd965f5bf88bc8f060e017 --- meta-openpower/recipes-bsp/ipl/ipl_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-openpower/recipes-bsp/ipl') diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb index 485b5178b..4c6f827cc 100644 --- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb +++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb @@ -7,15 +7,15 @@ PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -inherit autotools +inherit autotools pkgconfig S = "${WORKDIR}/git" SRC_URI = "git://git@github.com/open-power/ipl;branch="main"" -SRCREV = "ea1162e71b10e3979fdad64c32f95d1f69362de2" +SRCREV = "40f24df6dc4172986bbcb5f0d62dac1fc8f2c4c9" DEPENDS = " \ - libekb pdbg autoconf-archive guard \ + libekb pdbg autoconf-archive guard pdata \ " RDEPENDS:${PN} = "phal-devtree" -- cgit v1.2.3 From 458c7e53c9cfcf788d30ee785d52f0554c2a4c1d Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Thu, 11 Nov 2021 06:37:32 -0600 Subject: openpower: ipl version bump ..65468bce95 Jayanth Othayoth (2): libphal: utility function to get target from bin path libphal: deconfigureTgt API support Signed-off-by: Jayanth Othayoth Change-Id: I82e0b99496cf66b29aea8b058e13b0730d113e77 --- meta-openpower/recipes-bsp/ipl/ipl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp/ipl') diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb index 4c6f827cc..bbce76551 100644 --- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb +++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb @@ -12,7 +12,7 @@ inherit autotools pkgconfig S = "${WORKDIR}/git" SRC_URI = "git://git@github.com/open-power/ipl;branch="main"" -SRCREV = "40f24df6dc4172986bbcb5f0d62dac1fc8f2c4c9" +SRCREV = "65468bce95cbe7fa48b8c938b496cf04c6a02f83" DEPENDS = " \ libekb pdbg autoconf-archive guard pdata \ -- cgit v1.2.3 From 9483fe5ce1bc2a051c2b1696fd74586ec07023a9 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Mon, 15 Nov 2021 03:08:51 -0600 Subject: openpower: ipl version bump ..11775c0f84 Jayanth Othayoth (1): libphal: getLocationCode API support Signed-off-by: Jayanth Othayoth Change-Id: I73fc7219b3b44a4f81a610a68b539ec13ed3b508 --- meta-openpower/recipes-bsp/ipl/ipl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp/ipl') diff --git a/meta-openpower/recipes-bsp/ipl/ipl_git.bb b/meta-openpower/recipes-bsp/ipl/ipl_git.bb index bbce76551..dfe2a40f6 100644 --- a/meta-openpower/recipes-bsp/ipl/ipl_git.bb +++ b/meta-openpower/recipes-bsp/ipl/ipl_git.bb @@ -12,7 +12,7 @@ inherit autotools pkgconfig S = "${WORKDIR}/git" SRC_URI = "git://git@github.com/open-power/ipl;branch="main"" -SRCREV = "65468bce95cbe7fa48b8c938b496cf04c6a02f83" +SRCREV = "11775c0f84a3e62735503294c1ee7ec61fcd4c9a" DEPENDS = " \ libekb pdbg autoconf-archive guard pdata \ -- cgit v1.2.3