commit | c3119d8e6b2ad3cb04b14fffedc0f73831d5300c | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue May 31 05:23:47 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue May 31 05:29:48 2022 -0500 |
tree | d3d36a8eaaaf2014f91214d947f37b76f62b1c03 | |
parent | 4d5b5bfe01c5eb83823e2a92d4b1a26455eb87ee [diff] |
PHAL: Additional callout support during sbe chipop timeout Sbe chip-op timeout case BMC should run sbe_extract_rc procedure to identify the correct callout and service action. Currently this procedure based callout handling is not place. Adding callout recommended by RAS team till the actual callout code in place. Tested: "Callout Count": "2", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0002" }, { "FRU Type": "Normal Hardware FRU", "Priority": "Medium Priority", "Location Code": "xxx", --> processor callout "Part Number": "xxx", "CCIN": "xxx", "Serial Number": "xxx" Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I13a16f314fe3a5e9eaeb3f84fdaa5bfe1924c7c4
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.