summaryrefslogtreecommitdiff
path: root/meta-openpower
AgeCommit message (Collapse)AuthorFilesLines
2021-10-30openpower-proc-control: srcrev bump 6263820071..ff27e3915cAndrew Geissler1-1/+1
Andrew Geissler (1): op-continue-mpreboot: ensure it runs after start_host Manojkiran Eda (1): Add OWNERS file Change-Id: I50c38916c9ddf8de5fdd66572b76e713c2e620a4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30openpower-hw-diags: srcrev bump d94291aa2f..0f481a441fAndrew Geissler1-1/+1
Ben Tyner (1): Attn: Properly handle hostboot TI with EID/PLID Zane Shelley (1): update OWNERS file Change-Id: I82be0e10d9778df9d222f654c0ae13a5b6dc8b22 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-30openpower-libhei: srcrev bump 90c37748c2..5c4b0b1c73Andrew Geissler1-1/+1
Zane Shelley (1): update OWNERS file Change-Id: I4987e1b77543d4994c3dc6219e6860d6837bf341 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-28openpower-vpd-parser: srcrev bump dacaa47f18..d1f64ca3dbAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I747765564ad6ef52d52a878ce128bfe0f4d3372d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-28openpower-hw-diags: srcrev bump b971517919..d94291aa2fAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: Icfdb7eb69a9b61bd8fff5a28e7e9a6fdf8d50737 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-28openpower-libhei: srcrev bump 853765bf98..90c37748c2Andrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I238b9767950778b2ca895926346a36179218d7c2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-28openpower-host-ipmi-oem: srcrev bump 7bb95c3e23..531f8c5502Andrew Geissler1-1/+1
Brad Bishop (1): Add OWNERS file Change-Id: I4893c1e32b3c093261016f5f6047ece5306421a3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-27openpower: sbe-pel-parsers: Python parsers from sbeJayanth Othayoth1-0/+15
This recipe adds SBE UserData and SRC parsers in BMC images for use by peltool. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ia6d3e2296fa1b874341eeade3e518de1576e0e98
2021-10-27openpower: libekb: srcrev bump 742ec3d703..5ac6a46364Jayanth Othayoth1-1/+1
Jayanth Othayoth (4): ekb: Update EKB to ..a9996cb686 hwpf: fix crosses initialization error in switch case libekb: Updated SBE Error xml list ..a9996cb686 libekb: Added sbe hreset hwp support Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I405d17e7a0bde2222274d35b2cb00f9e8fcc283d
2021-10-27openpower-occ-control: srcrev bump 6b234c1554..ea4ba179f0Andrew Geissler1-1/+1
Eddie James (2): Add FFDC collection Add SBE timeout handling George Liu (1): build: Remove autotools support Change-Id: I8801d79ddc0494568bb5d32bb9af67b0d2a4fe83 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-27openpower-host-ipmi-flash: srcrev bump 955103869d..90eea43e3eAndrew Geissler1-1/+1
Manojkiran Eda (1): Add OWNERS file Change-Id: I4a539cdf39a10747b0ddbfd800a3179a65b7bcec Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2021-10-27openpower-pnor-code-mgmt: srcrev bump 6fc7fcd6b1..514a094e90Andrew Geissler2-1/+2
meta-openpower: mmc: add reference to new bios reset service Isaac Kurth (2): item_updater_mmc: Add service calls to bios reset openpower: mmc: physical reset triggers bios reset Change-Id: I98a64189e3ce2da59f858e8f37bdb1363e50f6de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Isaac Kurth <blisaac91@gmail.com>
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>