summaryrefslogtreecommitdiff
path: root/meta-openpower
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26treewide: remove obmc-system-mgmt featurePatrick Williams2-3/+0
Every machine layer treats 'system-management' as either part of a package-group or removes the feature. The sample implementation in meta-phosphor is a do-nothing shell script (and up until recently was a Python script). There appears to be no useful purpose to this feature as a stand-alone concept, so remove it. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I20ca1fa8ff3cb01cac2d07d4ded84e0769e4514b
2021-10-26treewide: clean up use of OBMC_MACHINE_FEATURESPatrick Williams3-3/+3
Modify the machine meta-layer configs to remove the use of the OBMC_MACHINE_FEATURES indirection and favor the Yocto MACHINE_FEATURES variable instead. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifafb79e4e4c010e9476b9547cd4982f5b645060e
2021-10-26treewide: clean up recipe checks in OBMC_MACHINE_FEATURESPatrick Williams7-21/+21
OBMC_MACHINE_FEATURES is a variable that probably shouldn't even exist as all it does is provide a level of indirection to the real MACHINE_FEATURES (in phosphor-base.inc, OBMC_ is added to the base). There are a few recipes that have developed checks against OBMC_MACHINE_FEATURES for enabling recipe-level features when they should be checking the standard MACHINE_FEATURES variable. Clean up this recipe-level indirection. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id437b93aa6c1de9a27726eea9b7e2c30e71ab3bf
2021-10-26openpower: ecmd-pdbg initial commitJayanth Othayoth1-0/+23
The code in this repo provides the glue code necessary for pdbg to be used as an eCMD plugin. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Id1e621025d3ee2f536bf0936533068dc202c0c65
2021-10-26openpower: ekb: srcrev bump eba08e93a7..a9996cb686Jayanth Othayoth1-1/+1
Commit included - Added sbe hreset procedure. - refershed sbe error xmls with latest. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9ad4c08aeed55d3345c5523e1e05c9ecc51a08f0
2021-10-23openpower-hw-diags: srcrev bump a7369f86a5..b971517919Andrew Geissler1-1/+1
Ben Tyner (1): Attn: use phal library for get TI info calls Zane Shelley (1): Fix syntax errors in ras-data-schema-v01.json Change-Id: I75d0c2b0c786d2e86dbfffeb741bef663ab81495 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-22Added build time dependency on iplBen Tyner1-1/+1
Needed for getTiInfo() defined in libphal. Needed for openpower-hw-diags change 47306. Signed-off-by: Ben Tyner <ben.tyner@ibm.com> Change-Id: I4aca10ce19714bacae42eb50a2180953532d6498
2021-10-22openpower: occ: Update recipe for meson buildEddie James2-8/+8
Adjust various parameters to build the repository with meson. Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I27e0fe96efec83646ee8aa8328dd32755d3816ad
2021-10-22openpower-software-manager: Add PLDM option to p10bmcAndrew Geissler4-3/+15
openpower-pnor-code-mgmt: srcrev bump 9c2ef681e3..6fc7fcd6b1 Adriana Kobylak (2): Add a new pldm feature option Add support for the host PLDM transport that takes place of hiomap (mboxd). Add this new feature to p10bmc. Tested: Verified that tacoma (that doesn't support pldm) and p10bmc (supports pldm) reached runtime. Change-Id: I31e8beba5ff8a413b7b7fa7476f5f2403d3781dd Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
2021-10-22openpower-hw-diags: srcrev bump ceb08b2b7d..a7369f86a5Andrew Geissler1-1/+1
Zane Shelley (2): Move root cause filter support to separate source file Add root cause filters for clock errors Change-Id: I506da223f857604dd17108ec4cfdc5f800307912 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-20pdata: srcrev bump b05eb90ad1..9d6b94bcd5Jayanth Othayoth1-1/+1
Jayanth Othayoth (1) build: Added bootstrap script Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I2af69eab47200f4f0f05d0a12f9989197c34d37c
2021-10-20openpower: guard version bump ..ebb9771055Jayanth Othayoth1-1/+1
Chirag Sharma (5): libguard: Adding space check before creating record libguard: Add support for guard record history libguard: Storing oldest resolved record's position libguard: Adding user defined exceptions tool: Changes in options of guard tool Ramesh Iyyar (7): libguard: Throwing exception on create failure libguard: Return created record data libguard: Added helper function to delete guard record libguard: Using helper function to delete guard record libguard: Throwing exception on delete guard record libguard: Added a clear() interface to pass record id libguard: Added a interface to get guard file path Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I54fe14b1ada8cbaa54ea126c63c5ac79fff86ca7
2021-10-20openpower: ipl version bump ..d3d5471263Jayanth Othayoth1-3/+3
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 <ojayanth@in.ibm.com> Change-Id: Ibb4d487989ba0c2c2edd965f5bf88bc8f060e017
2021-10-20openpower-proc-control: srcrev bump db8d46c033..6263820071Andrew Geissler1-1/+1
Jayanth Othayoth (5): PHAL: dump utility functions support PHAL: collect sbe dump for the sbe boot timeout PHAL: improved boot failure reason code based logging PHAL: collect SBE dump for enterMPIPL chip-op timeout PHAL: execute enterMPIPL only on valid sbe state Change-Id: I891deb70cc02c126f1827e2fcb9efbc165e366ca Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-20openpower-vpd-parser: srcrev bump 4c3bf5bec1..dacaa47f18Andrew Geissler1-1/+1
Andrew Geissler (1): reduce journal output from vpd app Patrick Williams (2): catch exceptions as const build: switch to C++20 Priyanga Ramasamy (1): vpd-tool:Pick xyz location code interface Santosh Puranik (1): Skip System VPD Collection if powered ON Change-Id: I8a4f5a34d8d88a9ada03b8699f6fbefabd4a4f53 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-20openpower-pnor-code-mgmt: srcrev bump 97a709b0c5..9c2ef681e3Andrew Geissler1-1/+1
Adriana Kobylak (1): op-pnor-msl.service: Remove RemainAfterExit Change-Id: I024bb3f72cdfb5883fd7bb6883bf70c29f6ab3ce Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-20openpower-occ-control: srcrev bump ff7afd9865..379234643eAndrew Geissler1-1/+1
Matt Spinler (2): Add chassis association to sensors Change P10 poll rate to 5s Change-Id: Ie297c344fe57df7a7f168dacdef9ef6ef198a936 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14openpower-proc-control: srcrev bump 9e178b740a..db8d46c033Andrew Geissler1-1/+1
Jayanth Othayoth (2): PHAL: createSbePEL API updates PHAL: enterMPIPL chip-op failure handling support Change-Id: I6ddf7def246da6aff4ef01a830fee09a82b20983 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14openpower-hw-diags: srcrev bump 88c6c6156d..ceb08b2b7dAndrew Geissler1-1/+1
Zane Shelley (2): RAS data file updates for TP and N0 chiplets RAS data file updates for N1 chiplet Change-Id: I603d2f33abbfd93530b499c38a7246ba63a3cf61 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14openpower-libhei: srcrev bump 5d731358d0..853765bf98Andrew Geissler1-1/+1
Zane Shelley (2): Chip data file updates for TP and N0 chiplet Chip data file updates for N1 chiplet Change-Id: I6a8c5aed1fe5eb536dc96c33670c8f6d3dd018df Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-14openpower-debug-collector: srcrev bump 9b6f8474a4..09cf37962aAndrew Geissler1-1/+1
Shantappa Teekappanavar (1): Remove checks for AutoReboot in watchdog timeout Change-Id: I49aa3ae4fa6b007965a6ddb1832189ac52da1f6f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-13openpower-software-manager: Add runtime dependenciesGeorge Liu1-1/+1
It will build fail when enabled `vitrual_pnor` and compile with `bitbake openpower-software-manager`. error message: /usr/bin/obmc-vpnor-util contained in package openpower-software-manager requires /bin/bash, but no providers found in RDEPENDS:openpower-software-manager? [file-rdeps] Add the runtime dependency(bash) to the openpower-software-manager_git.bb file. Tested: enabled `vitrual_pnor` and built openpower-software-manager successfully. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I215d4b215a205a492b4509bc6f208182f25ce1d2
2021-10-12openpower: ipl version bump ..ea1162e71bJayanth Othayoth1-1/+1
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 <ojayanth@in.ibm.com> Change-Id: Ic4a7bc5cf74d54c05ced2707ac9ee10e126c9c00
2021-10-09openpower-pnor-code-mgmt: srcrev bump a38f6e652e..97a709b0c5Andrew Geissler1-1/+1
Patrick Williams (1): catch exceptions as const Change-Id: Iead74671298ce9b790e776d1af6886b0116d5bdb Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08openpower-libhei: srcrev bump cfa9bd1dcf..5d731358d0Andrew Geissler1-1/+1
Zane Shelley (4): Chip data file updates for PAUC chiplet Chip data file updates for IOHS chiplet Chip data updates for MC chiplet Chip data file updates for MCC chiplet Change-Id: I09eb91e0ca4c2b18b761d263fbf02cfef35c2294 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08openpower-vpd-parser: srcrev bump b1e64bb6fa..4c3bf5bec1Andrew Geissler1-1/+1
Alpana Kumari (1): Correct the json keyword Change-Id: I6d9f48f3042d0e2970369a7dbedea5dbf90d39c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08openpower-hw-diags: srcrev bump 734185ae71..88c6c6156dAndrew Geissler1-1/+1
Zane Shelley (7): RAS action file updates for EQ chiplet RAS action files for PEC chiplet RAS file updates for PAUC chiplet RAS data files updates for IOHS chiplet RAS data files updates for OMIC chiplet RAS data file updates for MC chiplet RAS data file updates for MCC chiplet Change-Id: I6bbe84a117ae4fac84af99d0736222c6a50a788f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-08openpower-proc-control: srcrev bump 4079f09d2f..9e178b740aAndrew Geissler1-1/+1
Patrick Williams (2): catch exceptions as const build: switch to C++20 Change-Id: Iaa974321822c2403c1c5ae9053bc74abf9b44971 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-06libekb: srcrev bump a68c2f6102..742ec3d703Jayanth Othayoth1-1/+1
Commits included Dhruvaraj Subhashchandran (1): libekb: Add support for SBE dump HWPs Jayanth Othayoth (1): ekb: Update EKB to hw093021a.opmst10 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I71b95167c67ca55affb30a9316eecb6b1a2d3c4e
2021-10-06ekb: srcrev bump c14cb37697..eba08e93a7Jayanth Othayoth1-1/+1
Commits included - RAS Review updates - fix build issues related to xml syntax - Release tag & head commit information updated for hw093021a.opmst10 - SBE Dump procedure updates. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I53873c603c0441a11611eec057392854075a5eba
2021-10-05openpower-libhei: srcrev bump 91f1d3d2aa..cfa9bd1dcfAndrew Geissler1-1/+1
Zane Shelley (8): Fix signature descriptions for global FIRs Fix signature descriptions for chiplet FIRs Clean up chiplet FIR register names for consistency Add handling for bit 2 in all recoverable chiplet FIRs Split remaining chiplet XML files by attn type Update chip data files for FIR on the core target Update chip data files for all chiplet local FIRs Chip data file updates for EQ chiplet Change-Id: Icc81da8f5db3eb9aa624884c2e09e4822b59f624 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-05openpower-hw-diags: srcrev bump 5d63cefcad..734185ae71Andrew Geissler1-1/+1
Zane Shelley (5): Prevent duplicate entries in callout list Bus callout resolution support Update action for all chiplet and global FIRs Update actions for FIR on the core target Update action files for all chiplet local FIRs Change-Id: I5943cc2b9df72f875456f07ee3590f83359361c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-05openpower-proc-control: srcrev bump 61c8757c6b..4079f09d2fAndrew Geissler1-1/+1
Jayanth Othayoth (3): PHAL:createPEL function signature update PHAL: added createSbePEL wrapper function PHAL: SBE boot failure support Change-Id: I9381a4d389e345ed027fefef6f6d09cf2e63fb51 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-05openpower-pnor-code-mgmt: srcrev bump 4c2386a575..a38f6e652eAndrew Geissler1-1/+1
Adriana Kobylak (2): ubi: reset: Preserve the SECBOOT partition mmc: Handle missing pnor.toc file George Liu (1): Remove the last comma of the biosAttrStr value Change-Id: I1a5baa391993177b979218d92979d17af1c47050 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-29openpower: phal utility library supportJayanth Othayoth1-1/+1
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 <ojayanth@in.ibm.com> Change-Id: I976133727ae7b632baf5d1a38c6c433b9c8b641c
2021-09-29openpower: ipl version bump ..2af23633e2Jayanth Othayoth1-1/+1
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 <ojayanth@in.ibm.com> Change-Id: I2fbfadbc2a965e9d54eea238436d1e98670a981d
2021-09-28openpower-hw-diags: srcrev bump 96d5486c3c..5d63cefcadAndrew Geissler1-1/+1
Zane Shelley (1): ConnectedCalloutResolution support Change-Id: I1e2e94b51e2e4ba781f9f4ae95e4ec189a2fc401 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-23openpower-hw-diags: srcrev bump 74b40bf049..96d5486c3cAndrew Geissler1-1/+1
Zane Shelley (2): Add support for clock callout resolutions More test cases for Resolution class Change-Id: I72605c7e0376c696a0873655140dc55d9267b3ee Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-23openpower-occ-control: srcrev bump d267cec28e..ff7afd9865Andrew Geissler1-1/+1
George Liu (4): Update clang-format Replace std::experimental::filesystem with std::filesystem Comment unused parameters Replace IRC with Discord Matt Spinler (1): Use big core numbering for P10 cores Change-Id: I3678b3058d5df4ca8b58043c2c4f17a30e6f4394 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-22fru-vpd: Add dependsGeorge Liu1-0/+4
It will build fail when we enabled `ibm-parser` & `vpd-manager` and compile with `bitbake xxx`, error message: missing libgpiod, nlohmann-json and cli11 dependencies. Add these dependencies to the openpower-fru-vpd_git.bb file. Tested: enabled `ibm-parser` & `vpd-manager` and built openpower-fru-vpd successfully. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I80a5e9746349f12ca65a6870f2d5d428d5e1e3d6
2021-09-20openpower-pnor-code-mgmt: srcrev bump ff675db0ce..4c2386a575Andrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Add dependency to openpower-update-bios-attr-table.service Change-Id: Ib66e61f1461fed81b2567555cc254bb394c9e4f7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-20openpower-hw-diags: srcrev bump 276e981391..74b40bf049Andrew Geissler1-1/+1
Ben Tyner (2): Attn: Self boot engine (SBE) attention support Attn: No event log entry for hostboot FFDC error Zane Shelley (2): stop ATTN service during watchdog time out handling Meson project update to v50.0 Change-Id: I093279dbab968beaa55c60d5a4fc5b6d8f9383b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-17openpower-pnor-code-mgmt: srcrev bump 0ddd4fad45..ff675db0ceAndrew Geissler1-1/+1
Adriana Kobylak (1): mmc: Copy only LID files during update Change-Id: I93fbf29efe90cc49e248483c64a0e0fd3b38a703 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-15openpower-vpd-parser: srcrev bump 8be4334fd9..b1e64bb6faAndrew Geissler1-1/+1
Alpana Kumari (2): Dimm memory size support Enable dynamic presence detect of FRUs Matt Spinler (1): Support size_t properties on extraInterfaces Santosh Puranik (1): Set one-time properties and PrettyName alpana07 (1): DD2: Enable Dimms Change-Id: I3446ce4e07f69c4cddabc5a7867e5eec6e599a36 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14openpower-proc-control: srcrev bump ee56c55526..61c8757c6bAndrew Geissler1-1/+1
Jayanth Othayoth (4): PHAL: Helper function to set PDATA_INFODB PHAL: set PDATA_INFODB value for phal-export-devtree app PHAL: set PDATA_INFODB value during import devtree PHAL: disable attributes tool debug traces Change-Id: Ia969a9811580b6d79c59c5f941acaab5b8f67be3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-14openpower-occ-control: srcrev bump 25613624ce..d267cec28eAndrew Geissler1-1/+1
Matt Spinler (1): Find P10 OCCs by looking in /dev Change-Id: Ie474fb85f66704346e43435cb7d172daf27bba4d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11openpower-proc-control: srcrev bump 2b21170102..ee56c55526Andrew Geissler1-1/+1
Jayanth Othayoth (1): phal: libipl enum name change IPL_NO_ERR to IPL_ERR_OK Change-Id: I85095bdc2ef4c9be28280e3c9b61de650ee41870 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-09-11Remove watchdog-timeout service on p10bmc systemsShantappa Teekappanavar2-6/+14
watchdog-timeout service is needed only if the PHAL machine features is not present/enabled. In p10bmc is PHAL machine features based, so removing the watchdog-timeout service. This commit: - Does not install openpower-debug-collector-watchdog-timeout@.service file in the /lib/systemd/system directory for PHAL machine features based systems - Removes openpower-debug-collector-watchdog-timeout@0.service link to the service file, openpower-debug-collector-watchdog-timeout@.service, on PHAL machine features based systems Testing: Installed the image on p10bmc system and verified that the systemd service file openpower-debug-collector-watchdog-timeout@.service was not created, and the link file, openpower-debug-collector-watchdog-timeout@0.service, also was not created. Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: I7bafd9b7e232043cddbcce76af51fd457169f759
2021-09-11openpower-debug-collector: Fix watchdog-timeout systemd service link issuesShantappa Teekappanavar2-5/+4
This commit: - fixes missing "@" in the openpower-debug-collector-watchdog-timeout@.service file path. - Adds openpower-debug-collector-watchdog-timeout@.service file to the /lib/systemd/system directory. Testing: Installed the image on simics and verified that the watchdog-timeout systemd service file was added to /lib/systemd/system directory. Signed-off-by: Shantappa Teekappanavar <sbteeks@yahoo.com> Change-Id: Id6d9309d35bf218a2b458548f8a9dc6b7cc0a58c
2021-09-10openpower: bump ipl to 5edb65dJayanth Othayoth1-1/+1
Amitay Isaacs (2): libipl/p10: libpdbg api always returns -1 on error libipl: Improve naming IPL_ERR_NILL to IPL_ERR_OK Chirag Sharma (1): libipl: Check to not apply resolved guard records Jayanth Othayoth (6): libipl: Add support for hostboot attribute overrides libipl: Add support for disabling denial list based SCOM libipl: pdbg v3.3 related changes libipl: Add sbe ffdc data logging support libipl: Log FFDC data if mpipl_continue chip-op fails libipl: ipl_error_callback_func prototype change Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I817d48e88a484b70119314f3e54e5029c233c632