From 8401fb46b444a2be22d271f1fb10493081fa9e35 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Tue, 16 Nov 2021 04:33:55 -0600 Subject: openpower pdata srcrev bump ..79da01b670 Amitay Isaacs (7): libdtm: Optimize node search by path libdtm: Mark unmutable arguments with const libdtree: Add device tree library for attribute manipulation attribute: Archive the original attribute tool implementation attribute: Add new implementation based on libdtree attribute: Skip attributes for unmatched target for read command tests: Fix the attribute values for complex attribute Jayanth Othayoth (2): data/p10: Add devtree host reboot preserve attribute list Revert "data: p10: Changed default value as 1 for DISABLE_SECURITY" Signed-off-by: Jayanth Othayoth Change-Id: Ia753c160e4d45fdd3168fe384cec47dd3ae91d0e --- meta-openpower/recipes-bsp/pdata/pdata_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp') diff --git a/meta-openpower/recipes-bsp/pdata/pdata_git.bb b/meta-openpower/recipes-bsp/pdata/pdata_git.bb index 6ebfa3de6..f851de908 100644 --- a/meta-openpower/recipes-bsp/pdata/pdata_git.bb +++ b/meta-openpower/recipes-bsp/pdata/pdata_git.bb @@ -13,7 +13,7 @@ inherit autotools \ perlnative SRC_URI = "git://git@github.com/open-power/pdata;branch="main"" -SRCREV = "9d6b94bcd5bc52c435175e8e2c05555df6271e7e" +SRCREV = "79da01b670a8a2544fad3594290ba1b51f6117ae" DEPENDS = "pdbg \ libxml-simple-perl-native \ -- cgit v1.2.3 From 7bad693951d8c7cdf0236f8e5738381196297b24 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Tue, 16 Nov 2021 22:44:31 -0600 Subject: openpower: libekb srcrev bump 5ac6a46364..c1d1ff7f15 Jayanth Othayoth (2): plat: remove unused procedure callouts plat: update procedure callout strings with BMC defined names Signed-off-by: Jayanth Othayoth Change-Id: I808527a61586d9454b4650bd1ba51372c62836c3 --- meta-openpower/recipes-bsp/libekb/libekb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp') diff --git a/meta-openpower/recipes-bsp/libekb/libekb_git.bb b/meta-openpower/recipes-bsp/libekb/libekb_git.bb index 7c6a7ad2d..fe3630a98 100644 --- a/meta-openpower/recipes-bsp/libekb/libekb_git.bb +++ b/meta-openpower/recipes-bsp/libekb/libekb_git.bb @@ -17,7 +17,7 @@ inherit autotools \ SRCREV_FORMAT = "libekb_ekb" -SRCREV_libekb = "5ac6a46364dc065e058f0886d3ae5717eb8a52f1" +SRCREV_libekb = "c1d1ff7f1559d6cf2c6c1eda99a9133b4157d63b" SRCREV_ekb = "${EKB_REV}" SRC_URI = "git://git@github.com/open-power/libekb_p10;branch="main";name=libekb \ -- cgit v1.2.3 From 78dcf8ff15917ce440ce6251a7a1a8d7b0870329 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Tue, 7 Dec 2021 00:22:24 -0600 Subject: openpower: pdata srcrev bump ..b2c92eff16 Amitay Isaacs (1): attribute: export attribute to override file during write Jayanth Othayoth (1): Revert "Revert "data: p10: Changed default value as 1 for DISABLE_SECURITY"" Ramesh Iyyar (5): data: p10: Added the OSCREFCLK target data: p10: Added the POSITION attribute scripts: attribute: xml: Added notRequiredInDevTree tag support scripts: genDTS: Added the OSCREFCLK target under the I2C target data: p10: Added clock target support for Rainier system Signed-off-by: Jayanth Othayoth Change-Id: Ib3bc7cd0d784ed009ef783d2ec6e0e2fa1aaeefe --- meta-openpower/recipes-bsp/pdata/pdata_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp') diff --git a/meta-openpower/recipes-bsp/pdata/pdata_git.bb b/meta-openpower/recipes-bsp/pdata/pdata_git.bb index f851de908..65e73a311 100644 --- a/meta-openpower/recipes-bsp/pdata/pdata_git.bb +++ b/meta-openpower/recipes-bsp/pdata/pdata_git.bb @@ -13,7 +13,7 @@ inherit autotools \ perlnative SRC_URI = "git://git@github.com/open-power/pdata;branch="main"" -SRCREV = "79da01b670a8a2544fad3594290ba1b51f6117ae" +SRCREV = "b2c92eff169e96a67db516f3ea29a4e9d601d89d" DEPENDS = "pdbg \ libxml-simple-perl-native \ -- cgit v1.2.3 From a9e0c81eaafe4fce582e9ae7e9cea71475c6e156 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Tue, 7 Dec 2021 00:23:23 -0600 Subject: openpower: pdata devtree file based attribute override support attributes tool enabled to track the updates to attributes done using "write" command. This features requires environment variable PDATA_ATTR_OVERRIDE is defined and is pointing to a file path that can be appended to. This commits add support for setting shell context environment variable to enable attribute override for devtree attributes. Refer gerrit review for details https://gerrit.openbmc-project.xyz/c/openbmc/openpower-proc-control/ +/49298 Signed-off-by: Jayanth Othayoth Change-Id: I744b86018440b6626307d447934152c978f6bd4b --- meta-openpower/recipes-bsp/pdata/files/power-target.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp') diff --git a/meta-openpower/recipes-bsp/pdata/files/power-target.sh b/meta-openpower/recipes-bsp/pdata/files/power-target.sh index 10c985050..4a024195c 100755 --- a/meta-openpower/recipes-bsp/pdata/files/power-target.sh +++ b/meta-openpower/recipes-bsp/pdata/files/power-target.sh @@ -1,6 +1,7 @@ # Command line debug tools like pdbg and ecmd requires # PDBG_DTB environment variable. -# attributes tool required both PDBG_DTB and PDATA_INFODB. +# attributes tool required PDBG_DTB, PDATA_INFODB and PDATA_ATTR_OVERRIDE export PDBG_DTB=/var/lib/phosphor-software-manager/pnor/rw/DEVTREE export PDATA_INFODB=/usr/share/pdata/attributes_info.db +export PDATA_ATTR_OVERRIDE=/tmp/devtree_attr_override -- cgit v1.2.3 From 4df005e22665afe3c59dbbb66e59f17d245fb15e Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 21 Dec 2021 08:36:14 +1030 Subject: openpower: pdbg: Bump version to v3.4 Changes: - Add more p10 hardware support (dimm, mem_port, oscrefclock, tpm, nx) - Add i2c bus implementation for generic i2c targets - Implement (nest and core) htm for P10 Change-Id: Id1250ab557e4a73f90a1002f8a00b8e0af6438c0 Signed-off-by: Joel Stanley --- meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb | 15 --------------- meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb create mode 100644 meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb (limited to 'meta-openpower/recipes-bsp') diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.3.bb deleted file mode 100644 index d7b3c31b9..000000000 --- a/meta-openpower/recipes-bsp/pdbg/pdbg_3.3.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.3" - -DEPENDS += "dtc-native" - -S = "${WORKDIR}/git" - -inherit autotools - -BBCLASSEXTEND = "native" diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.bb new file mode 100644 index 000000000..ffbe0847b --- /dev/null +++ b/meta-openpower/recipes-bsp/pdbg/pdbg_3.4.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.4" + +DEPENDS += "dtc-native" + +S = "${WORKDIR}/git" + +inherit autotools + +BBCLASSEXTEND = "native" -- cgit v1.2.3 From e10dcff322ca3d510d8f3fed0bcf9c80a9130ff5 Mon Sep 17 00:00:00 2001 From: Jayanth Othayoth Date: Fri, 10 Dec 2021 03:02:12 -0600 Subject: openpower: libekb srcrev bump c1d1ff7f15..9a8b5a419f2 rajerpp1 (2): libekb: Removing HWIDs which are not handled now libekb: Special error handling for clock errors Signed-off-by: Jayanth Othayoth Change-Id: Iabaf972e638f2527846d3a9a32bb4e2a2560bd0c --- meta-openpower/recipes-bsp/libekb/libekb_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openpower/recipes-bsp') diff --git a/meta-openpower/recipes-bsp/libekb/libekb_git.bb b/meta-openpower/recipes-bsp/libekb/libekb_git.bb index fe3630a98..ccaad5778 100644 --- a/meta-openpower/recipes-bsp/libekb/libekb_git.bb +++ b/meta-openpower/recipes-bsp/libekb/libekb_git.bb @@ -17,7 +17,7 @@ inherit autotools \ SRCREV_FORMAT = "libekb_ekb" -SRCREV_libekb = "c1d1ff7f1559d6cf2c6c1eda99a9133b4157d63b" +SRCREV_libekb = "9a8b5a419f2058e7e1d4bb97a1f91bd2d343f86a" SRCREV_ekb = "${EKB_REV}" SRC_URI = "git://git@github.com/open-power/libekb_p10;branch="main";name=libekb \ -- cgit v1.2.3